hedgewars/uVariables.pas
Thu, 16 May 2019 02:07:29 +0200 Wuzzy Display current health in top right corner
Tue, 14 May 2019 21:36:50 +0300 alfadur make rope styleable
Tue, 30 Apr 2019 18:25:04 +0200 Wuzzy Refactor decimal separator to make Pas2C happy
Sat, 27 Apr 2019 13:51:02 +0200 Wuzzy Move Hedgewars key IDs to CSV file
Tue, 23 Apr 2019 15:54:06 +0200 Wuzzy Change init theme to Nature
Sat, 20 Apr 2019 05:14:24 +0200 Wuzzy Poison taunts: Fall back to Default voice if missing
Thu, 18 Apr 2019 19:44:25 +0200 Wuzzy Refactor mouse movement handling
Mon, 08 Apr 2019 00:59:08 +0200 Wuzzy Fix floating pixels if wielding and rotating cleaver
Sun, 07 Apr 2019 18:21:14 +0200 Wuzzy Add key to display extra gear info tags
Mon, 01 Apr 2019 22:07:42 +0200 Wuzzy Invert colors if clan color is very dark
Tue, 05 Feb 2019 03:39:03 +0100 Wuzzy Fix precise volume change being a bit buggy
Tue, 05 Feb 2019 02:46:41 +0100 Wuzzy Precise+zoom/volume change makes changes in smaller steps
Tue, 05 Feb 2019 02:13:04 +0100 Wuzzy Add setting to set default/initial zoom
Fri, 25 Jan 2019 06:46:13 +0100 Wuzzy Add settings.ini setting and hwengine param to disable holiday silliness (hat changes, etc.)
Wed, 16 Jan 2019 00:01:29 +0100 Wuzzy Refactor hwengine: Rename cLocale to cLanguage
Sun, 13 Jan 2019 17:28:33 +0100 Wuzzy Disallow placement of piano beyond bounce world edge
Sun, 13 Jan 2019 17:02:15 +0100 Wuzzy Deny air attack in bounce world edge if target is in "impossible" position
Fri, 11 Jan 2019 04:38:07 +0100 Wuzzy Make sure to render crosshair above render
Thu, 10 Jan 2019 17:54:58 +0100 Wuzzy Add button to set bounciness in touch interface
Sat, 05 Jan 2019 22:05:20 +0100 Wuzzy Lua: Add InitHealth, read-only variable containing the initial hog health setting
Thu, 03 Jan 2019 19:46:48 +0100 Wuzzy Fix bee targeting fail across wrap world edge
Wed, 19 Dec 2018 19:10:42 +0100 Wuzzy Lua API: Add functions to add team selected in campaign/mission page
Tue, 18 Dec 2018 15:21:23 +0100 Wuzzy Add Lua functions to save/get mission variables
Wed, 12 Dec 2018 23:01:06 -0500 nemo Allow scaling hand drawn maps
Mon, 10 Dec 2018 09:39:34 +0100 Wuzzy Show Sudden Death warning messages only once per round
Sun, 09 Dec 2018 17:12:47 +0100 Wuzzy Lua API: SetTurnTimePaused/GetTurnTimePaused
Tue, 27 Nov 2018 03:08:06 +0100 Wuzzy Swap a few weapons in ammo menu to get a nice 6×10 grid
Fri, 23 Nov 2018 15:54:23 -0500 nemo overall, using LongInt for leftX/rightX results in fewer casts, since most comparisons are against ints.
Sat, 10 Nov 2018 21:15:42 +0100 Wuzzy Remove all traces of dead code related to amStructure/gtStructure
Wed, 31 Oct 2018 13:35:53 +0100 Wuzzy Add Ouch taunt for particulary damaging hits (fall, bullet, shove, hammer)
Sat, 27 Oct 2018 19:07:37 +0200 Wuzzy Use sndWatchThis for molotov attack
Sat, 27 Oct 2018 18:26:44 +0200 Wuzzy Add 2 taunts: Fire, WatchThis (attack voice for some weapons)
Fri, 26 Oct 2018 23:09:50 +0200 Wuzzy Fix resurrector handling turn time manually, use correct ammoprop instead
Fri, 05 Oct 2018 17:27:12 +0200 Wuzzy Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
Sat, 15 Sep 2018 15:26:23 +0200 Wuzzy Fix team stats screwing up if game ends due to drowning in rising Sudden Death water
Tue, 07 Aug 2018 10:29:01 +0200 Wuzzy Move max. number of crate spawns into variable
Mon, 16 Jul 2018 23:27:15 +0200 Wuzzy Add variable to make state of sound system clear 0.9.24
Wed, 01 Aug 2018 02:49:03 +0200 Wuzzy Lua: Allow to use negative value for AddTeam to select a default clan color
Sat, 28 Jul 2018 12:58:12 -0400 nemo merge of 0.9.24 - hopefully correctly this time
Tue, 24 Jul 2018 20:07:58 +0200 Wuzzy Limit max droplet count to 50 (fix for 0.9.24 branch only) 0.9.24
Fri, 20 Jul 2018 19:25:21 +0200 Wuzzy Move hardcoded bounciness values to uConsts
Mon, 16 Jul 2018 23:27:15 +0200 Wuzzy Add variable to make state of sound system clear
Tue, 10 Jul 2018 16:44:13 +0200 Wuzzy Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
Tue, 10 Jul 2018 16:07:11 +0200 Wuzzy Add dedicated key to display mission panel: M
Tue, 10 Jul 2018 13:28:47 +0200 Wuzzy Add /help chat command for engine
Sun, 08 Jul 2018 02:06:08 +0200 Wuzzy Fix GetAmmo getting wrong ammo count
Sun, 27 May 2018 13:10:32 -0400 nemo make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺
Sat, 26 May 2018 10:54:17 -0400 nemo Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
Wed, 16 May 2018 18:09:13 +0200 sheepluva add chat size to misc settings. persist in settings.ini ui-scaling
Tue, 15 May 2018 16:55:37 +0200 sheepluva WIP: allow changing chat size ui-scaling
Thu, 03 May 2018 21:40:13 +0200 Wuzzy Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
Mon, 12 Mar 2018 22:53:28 +0100 Wuzzy Use visible team count instead of total team count to determine rendered team bar height
Thu, 08 Mar 2018 18:15:06 +0100 Wuzzy Lua API: Add SetSoundMask to disable playing certain sounds
Wed, 07 Mar 2018 22:47:55 +0100 Wuzzy Add hedgehog effect heArtillery, allows to set per-hedgehog artillery mode
Sun, 04 Mar 2018 00:13:38 +0100 unc0rr Having chat mode as game state was a mistake
Tue, 20 Feb 2018 17:52:22 +0100 Wuzzy Fix volume caption not being shown when hitting mute key
Wed, 14 Feb 2018 22:54:13 +0100 Wuzzy Switch + Change hog tags now turns on and off all tags
Thu, 08 Feb 2018 07:09:39 +0100 Wuzzy Fix timebox being usable in SD w/ damage=0
Wed, 31 Jan 2018 13:42:52 -0500 alfadur Machinegun. also tweaked ignore
Sun, 07 Jan 2018 18:19:00 +0100 sheepluva also put GL2 fixes into default
Fri, 05 Jan 2018 22:32:11 +0100 unc0rr Fix missing default values qmlfrontend
Sun, 17 Dec 2017 00:09:24 +0100 unc0rr Merge default. This branch is up-to-date and code is working. qmlfrontend
Sat, 25 Nov 2017 09:40:43 -0500 nemo Should probably have gl context stuff in its own unit separate from store, but, don't close the gl context before anything that might still want to do gl operations
Fri, 17 Nov 2017 15:09:31 -0500 nemo alt damage should default to false
Tue, 24 Oct 2017 04:48:20 +0200 Wuzzy Lua API: Fix Goals text being cut off at ca. 255 characters
Wed, 18 Oct 2017 20:33:20 -0400 nemo extend land digest to all surfaces that could possibly be loaded into Land[] - i.e. ones that impact sync
Wed, 18 Oct 2017 03:19:43 +0200 Wuzzy Move amNothing from F1 slot to new special hidden weapon slot. Move amDuck to F1
Fri, 13 Oct 2017 16:37:56 -0400 nemo mark up sprites for uStore loading. critical is for ones needed for proper gameplay, checksum is for ones where the game will desync if they don't match. will add checksumming next...
Wed, 11 Oct 2017 01:03:30 +0200 Wuzzy Fix cursor still being visible after using piano strike
Sat, 07 Oct 2017 13:23:58 -0400 nemo extend overridable graphics/sounds to 8 of each, for lua scripters who really like having their own sprites/sounds. these should not be used in the engine.
Thu, 05 Oct 2017 01:37:49 +0200 Wuzzy Show selected weapon again when using it in inf attack mode
Tue, 25 Apr 2017 13:13:47 -0400 nemo turn hwp Ammos overrides into overlays. untested.
Tue, 25 Apr 2017 04:54:46 +0200 Wuzzy Fix sndBoring being played when force-ending turn due to victory
Mon, 24 Apr 2017 19:21:43 +0200 Wuzzy Backed out changeset 98824a464230 (disable GetLaunchX/Y again)
Sat, 22 Apr 2017 23:06:47 +0200 Wuzzy Fix sniper rifle disabling laser sight utility after shooting
Wed, 19 Apr 2017 17:50:31 +0200 Wuzzy New Lua call: EndTurn to end turn
Tue, 18 Apr 2017 22:27:25 +0200 KoBeWi Change water speed range for better precision
Thu, 12 May 2016 16:56:23 +0200 Wuzzy Re-enable GetLaunchX/Y, use non-zero eject only for amDuck for now
Thu, 12 May 2016 16:20:17 +0200 Wuzzy Fix swimming rubberduck screwing up after portal, also change timer to 15s, no resets
Sat, 08 Apr 2017 21:48:25 +0200 Wuzzy Add sounds for rubberduck drop, destruction and water collision
Sat, 08 Apr 2017 21:43:48 +0200 Wuzzy Add ammotype amDuck for rubber duck
Sat, 08 Apr 2017 18:36:12 +0200 Wuzzy Add gear gtDuck: rubber duck
Sat, 08 Apr 2017 17:21:22 +0200 KoBeWi Fix bad water flow animation
Sat, 08 Apr 2017 17:17:28 +0200 KoBeWi Water can now be animated
Wed, 05 Apr 2017 17:28:46 +0200 Wuzzy Set default theme water color to blue
Sun, 09 Oct 2016 19:59:00 +0200 KoBeWi added CloudsL and FlakeL
Sun, 15 Jan 2017 12:50:27 -0500 alfadur code changes to make the new bat animation work
Sat, 10 Dec 2016 19:09:25 +0100 sheepluva Bug #108 - Phyfs/Pathz: Fix binds not being loaded
Tue, 10 May 2016 01:59:54 +0200 Wuzzy Add SetAmmoDescriptionAppendix to Lua API, see issue 82
Mon, 09 May 2016 22:49:31 +0200 Wuzzy Add Lua API function SetAmmoTexts (see issue 82)
Sat, 30 Apr 2016 23:30:34 +0200 Wuzzy Add ammoprop for blowtorch and pickhammer for not stopping timer in inf attack
Sat, 30 Apr 2016 20:55:16 +0200 Wuzzy Make the timer red when it is the get-away time
Sat, 30 Apr 2016 20:35:55 +0200 Wuzzy Turn timer digits green when it's still the ready timer
Wed, 16 Nov 2016 12:26:26 -0500 nemo Make sd-tint a theme variable so cophernue can tweak his sky tinting
Tue, 15 Nov 2016 03:00:56 +0100 Wuzzy Show symbols at bottom right while extra damage / low grav. are active
Fri, 15 Jul 2016 22:39:07 +0300 unc0rr merge default qmlfrontend
Tue, 21 Jun 2016 18:02:46 -0400 nemo bit of a start on HDPI monitor support. Fonts.
Tue, 17 May 2016 23:29:49 +0300 unc0rr Merge default qmlfrontend
Tue, 26 Apr 2016 22:09:50 +0200 sheepluva create forts in random order
Tue, 26 Apr 2016 14:22:54 +0200 sheepluva fix clouds/flakes area not being adjusted after ResizeLand()
Tue, 09 Feb 2016 21:11:16 +0300 unc0rr Merge default qmlfrontend
Sat, 23 Jan 2016 08:11:14 +0100 sheepluva Lua API: SetCinematicMode(enable)
Sat, 23 Jan 2016 07:53:57 +0100 sheepluva adding a "cinematic mode" - currently: black bars on bottom/top. triggered by rcplane when pressing enter
Fri, 01 Jan 2016 19:15:32 +0300 unc0rr merge default qmlfrontend
Thu, 31 Dec 2015 12:47:33 -0500 nemo Force locations for hogs if even TryHard fails on initial spawn.
Mon, 16 Nov 2015 22:57:24 +0300 unc0rr Merge default (add a bunch of FIXMEs) qmlfrontend
Tue, 10 Nov 2015 22:18:06 +0100 sheepluva use SDL2 to paste clipboard contents sdl2transition
Sat, 07 Nov 2015 16:15:27 +0100 sheepluva merge orphan head (while discarding all its changes) to make koda and his hg-git happy
Fri, 06 Nov 2015 01:29:22 +0100 antonc27 - Merge from default ios-revival
Thu, 15 Oct 2015 23:27:56 +0200 antonc27 - Mortar, Mudball and Land Spray need up/down buttons on mobile ios-revival
Thu, 15 Oct 2015 21:58:30 +0200 antonc27 - Target button added to mobile touch controls ios-revival
Thu, 15 Oct 2015 21:13:43 +0200 antonc27 - Target button added to mobile touch controls ios-revival
Thu, 15 Oct 2015 20:36:08 +0200 antonc27 - Timer button added to mobile touch controls ios-revival
Sun, 13 Sep 2015 18:58:22 -0400 nemo airmine hand sprite by wuzzy. totally temporary...
Sat, 12 Sep 2015 05:46:59 +0200 antonc27 Merge ios-revival
Sat, 12 Sep 2015 05:39:35 +0200 antonc27 - Revert of 'Reset for previously selected static map' ios-revival
Sat, 12 Sep 2015 05:20:52 +0200 sheepluva uVariables: also initialize arrays and records in initModule
Sat, 12 Sep 2015 04:12:29 +0200 antonc27 - Reset for previously selected static map ios-revival
Fri, 11 Sep 2015 05:54:17 +0200 sheepluva make uVariables not depend on implicit one-time initialization by FPC
Thu, 10 Sep 2015 18:22:52 +0200 sheepluva merge branch ios-revival into default
Tue, 18 Aug 2015 00:51:23 +0200 antonc27 - Fix for iPhone 4S screen size ios-revival
Thu, 13 Aug 2015 01:34:01 +0200 antonc27 - Name fixing for buttons ios-revival
Sat, 08 Aug 2015 22:55:02 +0200 antonc27 - Fix for "Exception: Could not load OpenGL from /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib" at start of app ios-revival
Thu, 03 Sep 2015 20:59:48 +0300 unc0rr Merge default qmlfrontend
Wed, 02 Sep 2015 00:39:35 +0200 sheepluva Lua API: SetMaxBuildDistance([ distInPx ]) -- set to 0 for no limit; call with no param to reset to default
Tue, 01 Sep 2015 23:54:13 +0200 sheepluva global variable for defining construction distance limit. value smaller 1 means no limit (wip)
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Sun, 19 Jul 2015 03:10:00 +0200 sheepluva fix timebox sprite
Sun, 24 May 2015 15:44:21 -0400 nemo change from default of 4 (like land mines) to 0, since it was breaking old scripts.
Thu, 02 Apr 2015 21:09:56 +0300 unc0rr - Merge default qmlfrontend
Tue, 31 Mar 2015 03:41:36 +0200 sheepluva small pixel jizz tweak
Tue, 31 Mar 2015 02:30:29 +0200 sheepluva alternative explosion border smoothing
Sun, 22 Mar 2015 21:40:16 +0100 sheepluva make using hog speech a bit more comfortable
Sun, 08 Mar 2015 01:04:41 +0100 sheepluva copy to/paste from system clipboard (via frontend)
Sat, 14 Feb 2015 17:47:28 -0500 nemo Fix bug, undo debug level in server, set air mine number to something non-debug
Sat, 14 Feb 2015 17:34:12 -0500 nemo Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
Sat, 07 Feb 2015 23:26:14 +0300 unc0rr merge with default qmlfrontend
Sun, 18 Jan 2015 14:18:06 -0500 nemo Toss in scaled down underwater SD mine as "air mine" pending, er, cybernetic butterflies or whatever
Fri, 16 Jan 2015 17:51:29 -0500 nemo experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.
Sat, 03 Jan 2015 23:46:26 +0300 unc0rr merge default qmlfrontend
Sun, 07 Dec 2014 14:36:28 -0500 nemo Add that "make screenshots of Land/LandPixels" thing for map creators
Thu, 04 Dec 2014 20:15:03 +0100 sheepluva flake FrameTicks value of 0 now indicades that the frame should not be changed
Wed, 03 Dec 2014 00:07:33 +0300 unc0rr merge default qmlfrontend
Tue, 02 Dec 2014 13:29:06 -0500 nemo switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
Sun, 23 Nov 2014 03:38:15 +0100 sheepluva fix view limits in stereo 3d
Sat, 22 Nov 2014 10:22:07 -0500 nemo Avoid promoting violence to hedgehogs. At least once a year.
Tue, 18 Nov 2014 23:39:30 +0300 unc0rr merge default qmlfrontend
Sat, 08 Nov 2014 11:26:16 -0500 nemo Partially hook up feature size so horrorcat has something to test.
Sat, 25 Oct 2014 11:29:45 -0400 nemo Remove switching of hog's hat to chef. do it in draw instead.
Tue, 30 Sep 2014 00:54:04 +0400 unc0rr Themes model, also add some files I forgot to add previously qmlfrontend
Sat, 27 Sep 2014 12:49:08 +0400 unc0rr - Get rid of engine's PathPrefix and UserPathPrefix qmlfrontend
Sat, 20 Sep 2014 00:56:54 +0400 unc0rr - Remove --port command qmlfrontend
Mon, 07 Jul 2014 00:37:10 +0200 sheepluva simplifying some code
Tue, 24 Jun 2014 08:49:09 -0400 nemo couple of custom sprites for mikade to override in a lua sidecar if he wants to
Wed, 18 Jun 2014 23:57:51 +0200 sheepluva move DrawWaves to uRender
Wed, 18 Jun 2014 15:42:01 +0200 sheepluva tweak/refactor how water is drawn
Sat, 14 Jun 2014 15:49:44 +0200 sheepluva fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
Tue, 10 Jun 2014 19:38:37 +0200 sheepluva whoops, forgot to include this file in commt
Tue, 10 Jun 2014 08:47:03 +0200 sheepluva some minor tweaks and stuff
Wed, 07 May 2014 00:04:02 +0400 unc0rr sekret feature (test commit)
Tue, 04 Mar 2014 00:40:23 +0400 unc0rr Remove game/preview functions split in library mode, just let normal procedure run instead:
Sun, 23 Feb 2014 19:08:37 +0100 sheepluva minor comments fix
Wed, 12 Feb 2014 23:40:35 +0400 unc0rr - Remove few PAS2C ifdef's
Mon, 10 Feb 2014 00:43:03 +0400 unc0rr It compiles \o/
Sun, 09 Feb 2014 00:44:29 +0400 unc0rr Even more explicit type conversions and other stuff to help pas2c use ansistrings
Fri, 07 Feb 2014 23:57:32 +0400 unc0rr Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Sat, 18 Jan 2014 00:10:33 +0400 unc0rr Convert some ansistrings to pchars
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Tue, 14 Jan 2014 22:56:13 +0100 sheepluva simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
Sun, 05 Jan 2014 10:54:03 +0400 unc0rr - Fix build via pas2c webgl
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Wed, 01 Jan 2014 14:16:01 +0400 unc0rr Special script parameter variable in game scheme
Wed, 25 Dec 2013 00:30:50 +0400 unc0rr Allow skip in move
Mon, 09 Dec 2013 10:59:38 -0500 nemo Experiment in adding a "boing" graphic for bouncing. It has no text right now (was thinking l10n) and colour is fixed.
Sun, 08 Dec 2013 16:04:40 -0500 nemo Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
Fri, 29 Nov 2013 18:46:32 +0100 sheepluva whip: visual enhancements (hat'n'dust) as suggested by nemo
Thu, 28 Nov 2013 21:13:49 -0500 nemo Initial pass at bounciness. To try it out, or lfBouncy on girder in uLandGraphics (search for the word graphically)
Tue, 12 Nov 2013 22:34:54 -0500 nemo Delete now toggles hiding team area
Sun, 03 Nov 2013 14:45:07 -0500 nemo this should prevent sliding when game clock isn't running. sorry unc0rr, not going to bother encapsulating. maybe later. short on time right now/lazy
Sun, 03 Nov 2013 22:39:00 +0400 unc0rr Quick and simple implementation of afk mode (toggled by /pause)
Wed, 30 Oct 2013 00:18:10 +0400 unc0rr - More HealthTex to clan structure
Tue, 29 Oct 2013 23:47:57 +0400 unc0rr Tinted crosshair (without that cool white dot in the middle)
Wed, 23 Oct 2013 22:25:17 +0400 unc0rr Oh, dudes :(
Sat, 19 Oct 2013 15:59:47 -0400 nemo differentiate borders a bit
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Sun, 29 Sep 2013 16:10:32 -0400 nemo partial implementation of non-infinite world (edge wrap/warp/bounce)
Mon, 22 Jul 2013 19:01:28 +0200 sheepluva fixing cLocale being empty
Sat, 29 Jun 2013 01:56:16 +0200 koda uvariables comes before uutils
Sun, 23 Jun 2013 17:11:29 -0400 nemo Configuration for tag display default
Sun, 16 Jun 2013 00:46:11 +0400 unc0rr Some fixes to make pas2c+clang compile all engine files webgl
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Sat, 18 May 2013 22:42:05 +0200 sheepluva changing slots of landgun and icegun, feel free to complain, improve and/or revert
Mon, 13 May 2013 22:40:32 -0400 nemo some saucer thing for firing weps underwater and aiming and such. bit drunk and sleepy so testing I guess
Wed, 24 Apr 2013 10:38:28 -0400 nemo aaaaand this one never was damaging
Wed, 24 Apr 2013 10:34:52 -0400 nemo cheezemonkey pointed out this is no longer damaging
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Thu, 28 Feb 2013 23:15:33 -0500 nemo So. A while ago, while trying to prevent hogs blowtorching getting turned around, unc0rr altered the old range of blowtorch from 1/8th of 180° up or down, to a 4° gain in upwards and a -4° loss in downwards. He also made it so that starting tunnels could fail to erase sufficient terrain, trapping hogs. Here are a couple of workarounds to more closely approximate old behaviour (do some initial erasure, adjust min/max angles)
Wed, 27 Feb 2013 11:17:45 -0500 nemo define ice edge colour
Tue, 26 Feb 2013 09:10:48 -0500 nemo put ice colour in uVariables, add check for land that is already ice icegun
Mon, 25 Feb 2013 13:51:45 -0500 nemo ice texture still needs moving to uLandGraphics and circle drawing icegun
Mon, 25 Feb 2013 09:50:56 +0100 koda savesurf icegun
Sun, 24 Feb 2013 21:44:40 -0500 nemo Messing around w/ Freezer icegun
Sun, 24 Feb 2013 21:40:06 +0200 Urbertar Add freezing hogs with icegun icegun
Sat, 23 Feb 2013 19:34:02 +0200 Urbertar Add change ice gun image icegun
Sat, 23 Feb 2013 19:12:11 +0200 Urbertar Add land freezing icegun
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Sat, 12 Jan 2013 18:37:10 -0500 nemo Prevent camera from moving with auto camera disabled when remote teams are targetting
Fri, 04 Jan 2013 03:13:21 +0100 koda have the default window size to 5/6, save fullscreen resolution on 'fullscreenResolution' instead of 'resolution', make sure cFullscreenStuff is initialised
Thu, 03 Jan 2013 15:59:30 +0200 vitiv Separated fullscreen and windowed hwengine resolution parameters.
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Mon, 17 Dec 2012 00:43:52 +0100 koda bye bye cBits
Mon, 03 Dec 2012 17:51:57 +0100 Rowan D GCI2012: Convert uMobile into a Callback Record
Sat, 01 Dec 2012 02:12:10 +0100 deepdog GCI2012: Remove Structure Weapon Code
Thu, 29 Nov 2012 23:23:19 -0500 Joe Doyle (Ginto8) Move global variables to units that use them
Thu, 29 Nov 2012 23:13:06 -0500 Joe Doyle (Ginto8) Remove unused global variables
Thu, 22 Nov 2012 00:41:53 +0100 koda updated branch webgl
Sun, 18 Nov 2012 01:00:26 +0400 unc0rr Merge physfslayer branch into default. Have fun!
Sun, 11 Nov 2012 17:58:36 +0100 koda finally hwengine in c links without errors webgl
Wed, 14 Nov 2012 22:27:05 -0500 nemo make stats-only mode work headless. also skip a few things to save time/memory.
Sun, 11 Nov 2012 17:15:19 +0100 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
Wed, 14 Nov 2012 22:45:36 +0400 unc0rr Get rid of Pathz and UserPathz physfslayer
Wed, 14 Nov 2012 00:41:29 +0400 unc0rr - Add physfsrwops library physfslayer
Sun, 11 Nov 2012 15:14:18 +0100 koda merge with latest default webgl
Sun, 11 Nov 2012 08:45:51 -0500 nemo fix demo playback
Thu, 08 Nov 2012 15:54:11 -0500 nemo this wasn't needed IMO
Wed, 07 Nov 2012 18:46:00 -0500 nemo oups
Wed, 07 Nov 2012 14:02:10 -0500 nemo LongInt Land width/height, mouse coords
Tue, 06 Nov 2012 11:01:18 -0500 nemo This should ensure zsm doesn't screw up locale, hopefully.
Tue, 06 Nov 2012 08:38:37 -0500 nemo Remove duplicate files from voices (add a fallback check in uSound). Add JustYouWait as an alternate to IllGetYou. Note that IllGetYou being called every turn seems awkward. IMO they probably should be reserved for significant enemy action. Maybe played by team of heavily damaged or killed hog.
Wed, 07 Nov 2012 14:41:35 +0000 koda parentheses for everyone webgl
Mon, 05 Nov 2012 22:03:26 -0500 nemo support ridiculously large maps
Tue, 12 Feb 2013 00:12:27 +0400 unc0rr Replay without frontend mode 0.9.18
Sun, 04 Nov 2012 17:47:44 -0500 nemo Simplify ammo menu conditions so it shows up in more states. Should fix issue #465. The part w/ sliding in uworld is main #465 problem. 0.9.18
Tue, 30 Oct 2012 02:22:54 +0100 koda another stake at variable pre-initialisation - we lost preview logging in the course
Sun, 28 Oct 2012 03:48:37 +0100 koda * fix initialisation, preload values and then read args
Sun, 21 Oct 2012 12:28:05 -0400 nemo ok. for some reason, this now works without problems. weird. (reenable smine/cleaver alt)
Mon, 15 Oct 2012 22:07:37 -0400 nemo Remove slot overcrowding, disable angle detection which isn't doing what I want.
Sun, 14 Oct 2012 13:35:15 -0400 nemo First pass at cleaver.
Mon, 08 Oct 2012 13:27:46 -0400 nemo A bit more on the knife. Also add missing files to CMakeLists
Mon, 03 Sep 2012 14:08:01 -0400 nemo Fix line endings, add missing amMine entry
Thu, 30 Aug 2012 14:26:05 -0400 nemo neglected stuff
Thu, 30 Aug 2012 13:02:19 -0400 nemo Checking merge against latest trunk
Tue, 28 Aug 2012 20:30:57 +0400 unc0rr Merge Stepik-777's video recording gsoc project
Fri, 24 Aug 2012 18:51:29 -0400 nemo fromdos + fix end of turn velocity
Tue, 21 Aug 2012 19:40:02 -0400 nemo allow lua to specify template by number
Mon, 06 Aug 2012 00:40:26 +0400 Stepan777 merge
Sun, 05 Aug 2012 15:00:59 -0400 nemo Add bot level to CPU flag
Thu, 26 Jul 2012 21:56:47 +0400 Stepan777 merge
Sun, 22 Jul 2012 00:48:48 +0400 unc0rr AI uses cake! Known issues: AI could damage itself for no reason, could let cake go looping in a hole with exit closed by AI hog.
Fri, 20 Jul 2012 21:30:53 -0400 nemo unc0rr, let me know what you think? Values were chosen semi-arbitrarily. But I was playing through a lot of large demos.
Thu, 30 Aug 2012 12:13:24 -0400 nemo checkpoint merge
Fri, 20 Jul 2012 12:25:53 +0100 koda press 8 to mute audio while ingame
Sat, 14 Jul 2012 23:19:09 -0400 nemo Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
Mon, 09 Jul 2012 17:03:57 +0400 Stepan777 rework saving of camera positions so there is no need to know framerate during prerecording.
Tue, 10 Jul 2012 11:09:38 +0200 Wolfgang Steffens Merge
Sun, 08 Jul 2012 13:18:52 +0400 Stepan777 merge
Sat, 07 Jul 2012 14:29:35 -0400 nemo unbreak grayscale
Tue, 26 Jun 2012 23:29:41 +0400 Stepan777 Here they come - thumbnails.
Tue, 10 Jul 2012 11:08:35 +0200 Wolfgang Steffens Added auto cropping to atlasing
Mon, 25 Jun 2012 10:44:27 +0200 Wolfgang Steffens Merge
Sun, 24 Jun 2012 20:57:02 +0400 Stepan777 pagevideos is now much better that before:
Mon, 11 Jun 2012 17:56:10 +0400 Stepan777 merge
Mon, 25 Jun 2012 10:46:48 +0300 belphegorr The first campaign commit with a lot of changes...
Fri, 08 Jun 2012 02:52:35 +0400 Stepan777 1. Add IFDEFs for video recording
Fri, 08 Jun 2012 18:03:44 +0400 unc0rr - TestSniperRifle ftw (still needs some consts adjustments, because AI seems to love sniper rifle too much)
Mon, 04 Jun 2012 21:32:30 +0400 Stepan777 here it is
Mon, 28 May 2012 10:38:27 +0200 Wolfgang Steffens moved generic matrix code to uMatrix.pas
Fri, 25 May 2012 09:00:54 +0200 Wolfgang Steffens initial GLSL1.2 test version
Tue, 22 May 2012 09:18:46 +0200 Wolfgang Steffens Merge
Tue, 22 May 2012 00:29:32 +0400 unc0rr Feel free to add real checksum function
Thu, 17 May 2012 20:23:58 -0400 nemo Might help if this was actually its own unique weapon
Mon, 14 May 2012 19:48:34 +0200 Wolfgang Steffens Replaced FFP code that sets up orthogonal projection with explicit matrix
Sun, 13 May 2012 14:56:05 -0400 nemo Dammit Xeli
Sat, 12 May 2012 22:13:56 +0400 unc0rr Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
Fri, 11 May 2012 00:05:47 +0200 koda minor changes for warnings and a variables scope
Sat, 05 May 2012 19:04:59 +0100 koda old typed const moved to their proper unit
Sat, 05 May 2012 18:10:41 +0100 koda the scope cleanup continues...
Sat, 05 May 2012 17:19:33 +0100 koda revisit isTerminated in hwengine
Sat, 05 May 2012 15:17:16 +0100 koda adjust the scope of a few uSound variables and functions
Wed, 02 May 2012 19:16:12 -0400 nemo Initial stub for freezer
Tue, 01 May 2012 19:56:55 +0200 koda breaking news, we don't support typed consts anymore
Sun, 29 Apr 2012 16:09:42 +0200 Xeli target using the utility button, this fixes bee
Sat, 28 Apr 2012 00:08:12 -0400 nemo unbreak snowball
Fri, 27 Apr 2012 23:09:27 +0200 Xeli add ammoprop to enable to up and down buttons on for the touch interface
Fri, 20 Apr 2012 01:50:47 +0400 unc0rr Some more progress with pas2c
Sun, 15 Apr 2012 00:47:22 +0400 unc0rr Improve rendering of function types, ranges, and more
Sat, 14 Apr 2012 23:50:14 +0400 unc0rr Fix insanity
Mon, 09 Apr 2012 23:20:42 +0200 koda vob* variables need to be reset
Mon, 26 Mar 2012 20:29:37 -0400 nemo At mikade's request. give scripting access to the map name prior to override.
Fri, 23 Mar 2012 14:14:43 +0100 Xeli first part of the utilitywidget (grenade timer/swap hogs) code
Sun, 18 Mar 2012 00:02:33 +0100 Xeli You can now change AMAnimType to enable the animation through the x/y axis and alpha for example
Sat, 18 Feb 2012 16:56:04 +0100 Xeli moved the firebutton, added the AMWidget button and removed the forwardjump widget(it's longpress on backjump now)
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
Wed, 15 Feb 2012 18:22:39 +0100 koda moved other widgets under the USE_TOUCH_INTERFACE, added pause button (at least, graphically...)
Wed, 15 Feb 2012 16:23:59 +0100 koda small refactoring to touch screen buttons, use a record to store values, added 'offset' fields to adjust active button area
Sun, 12 Feb 2012 15:59:10 +0100 koda add keywords for landscape ammomenu and touch interface
Tue, 07 Feb 2012 18:56:49 +0100 Xeli prevent the cursor from being shown on the mobile version, and close the menu on tap when the tap is not on the ammo menu
Mon, 06 Feb 2012 22:59:28 -0500 nemo slider tweak
Mon, 06 Feb 2012 19:16:22 +0100 Xeli show buttons on the screen, similar to the iOS overlay
Sun, 05 Feb 2012 20:13:56 -0500 nemo unbreak tardis
Sun, 05 Feb 2012 15:20:49 -0500 nemo add individual hog healths to team health bar
Sat, 04 Feb 2012 16:22:46 +0100 Xeli Rewrote the Ammomenu:
Sun, 29 Jan 2012 02:45:12 +0100 koda rotation ftw!!! (engine part)
Sat, 28 Jan 2012 23:10:39 +0100 koda minor cleanup, gather AMSlotSize in uConsts
Mon, 28 Nov 2011 17:41:35 -0500 nemo remove placeholder values that snuck in in the merge
Fri, 25 Nov 2011 23:22:35 +0300 unc0rr Help parser a bit
Thu, 24 Nov 2011 16:18:45 +0100 koda GSoC 2011: Android port - merged mainstream
Fri, 18 Nov 2011 00:32:52 +0100 koda yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
Sat, 12 Nov 2011 17:06:49 +0100 Xeli merge...i think hedgeroid
Thu, 10 Nov 2011 12:20:01 -0500 nemo Make mazes filter use same variable as template filter
Sun, 06 Nov 2011 16:21:07 -0500 nemo Might as well make the air attack team coloured too
Sun, 06 Nov 2011 12:40:35 -0500 nemo Spread flakes out over 5 layers now (far back, mid distance, just behind land, just in front of lands and hog, near distance). Spread clouds out over 3 layers (far back, mid distance, just behind land). Add a flatten clouds option, use
Sat, 05 Nov 2011 11:41:56 -0400 nemo Flatten flakes for halloween theme, based on feedback from sheepluva
Thu, 03 Nov 2011 10:36:10 -0400 nemo Bounce can't be set on this anyway, and if we did make it work, it'd probably be OP
Mon, 31 Oct 2011 15:05:39 -0400 nemo oh, probably needs resetting here too
Mon, 31 Oct 2011 14:08:10 -0400 nemo Force a desync if there is a script name mismatch. This avoids playing until the game desyncs due to script differences.
Fri, 28 Oct 2011 18:26:17 +0200 koda one dangerous merge hedgeroid
Sat, 22 Oct 2011 00:49:55 -0400 nemo Bit of an experiment with giving flakes a bit more depth. Might need to be theme flagged, or theme flakes reworked on some themes. Looks neat in stereo. Also finally use an array for the layers
Mon, 17 Oct 2011 13:29:54 -0400 nemo Riiight. Let's try this instead
Sun, 09 Oct 2011 19:36:09 -0400 nemo Restrict slipperiness to girders and bridges. Make girders more obviously ice.
Fri, 16 Sep 2011 18:17:16 +0200 Xeli merge hedgeroid
Thu, 15 Sep 2011 17:19:49 +0200 sheepluva fix and optimize kamikaze's png
Sun, 11 Sep 2011 21:30:42 -0400 nemo Since we are tweaking molotov. make the flame flickery and add a drowning frame
Fri, 09 Sep 2011 05:15:45 +0200 Xeli merge hedgeroid
Fri, 09 Sep 2011 00:22:48 +0200 sheepluva change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
Fri, 02 Sep 2011 12:46:17 -0400 nemo Add awesome new TARDIS art
Fri, 02 Sep 2011 01:19:37 -0400 nemo Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)
Fri, 02 Sep 2011 00:24:54 -0400 nemo *sigh* I suppose I'd best avoid those trademarks...
Thu, 01 Sep 2011 17:03:19 +0200 Xeli merge + changed the tardis image to egg.png because the data folder isn't up to date hedgeroid
Wed, 31 Aug 2011 00:58:48 -0400 nemo more proper implementation of TARDIS
Fri, 26 Aug 2011 16:16:27 -0400 nemo Use frontend value for fullscreening.
Tue, 23 Aug 2011 16:37:57 -0400 nemo Set more generous minimums. Flicker seems to have nothing to do with minimum size. I get it even for fairly large dimensions after scaling down from a much larger size. Similar to issues with zoom from about a month ago, before unc0rr fixed them.
Tue, 23 Aug 2011 09:12:45 -0400 nemo don't override user defined size when resizing
Wed, 24 Aug 2011 12:34:37 +0200 = Xeli merg with the latest rev of 22nd (end of GSoC) hedgeroid
Mon, 22 Aug 2011 15:35:37 -0400 nemo Free land texture, reset sky colour.
Sun, 21 Aug 2011 22:20:20 +0200 Xeli merge hedgeroid
Sun, 21 Aug 2011 22:17:40 +0200 Xeli Removed chinese font hedgeroid
Sun, 21 Aug 2011 19:29:04 -0400 nemo Try to avoid overlapping voices for major statements (not things like byebye or oof)
Sun, 21 Aug 2011 11:37:39 -0400 nemo Allow hammer to bash mines/barrels too, increase escape time to 3s
Sat, 20 Aug 2011 13:53:45 +0200 Xeli added a visual fire button, isOnFireButton check needs to be fixed though it only works on 800x480 screens hedgeroid
Fri, 19 Aug 2011 22:40:13 +0200 Xeli changed aiming to be triggered when touching the crosshair hedgeroid
Wed, 17 Aug 2011 00:11:57 -0400 nemo Break visual gears list up into 4, to avoid iterating over entire list to draw a single layer. Also fix error in tag zoom.
Sun, 14 Aug 2011 16:59:55 -0400 nemo Seduction animation. New visual gear type.
Sat, 13 Aug 2011 22:46:47 +0200 Henek new SD flakes from mikade and a flash when sudden death starts
Thu, 11 Aug 2011 00:18:10 +0200 Henek disable campaign button, structure and change sudden death music to hell.ogg
Wed, 10 Aug 2011 17:20:21 -0400 nemo :( bad revision.
Wed, 10 Aug 2011 17:16:19 -0400 nemo merge1
Sat, 06 Aug 2011 07:09:30 +0200 koda Ditch the renderer system in sdl1.3 and use the 'old fashioned' sdl/opengl context. This gives us more flexibility and less problem in receiving video events (expecially on mobile platform) as well as not having to care to reset the gl context every time sdl interferes.
Wed, 10 Aug 2011 15:41:25 +0100 grammikj Fix sounds, add some more for hellish impact and sine gun
Fri, 05 Aug 2011 12:19:01 +0100 grammickj New sounds: mudball, mine bounce, hammer
Sun, 03 Jul 2011 11:24:53 -0400 nemo Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
Thu, 30 Jun 2011 15:09:10 +0400 unc0rr Tiny optimization: convert smooth wind indicator change gear into visual gear
Thu, 30 Jun 2011 14:26:01 +0400 unc0rr Convert huge switch into an array
Sun, 26 Jun 2011 15:23:45 -0400 nemo bounce. tweak of values, remove friction modifier, move to weapon, to match timer behaviour
Sun, 26 Jun 2011 13:38:47 -0400 nemo Allow control of grenade bounce. Not sure if this is a good idea, but has been requested a lot, so...
Thu, 23 Jun 2011 15:08:19 -0400 nemo At mikade's request and w/ unc0rr's blessing, dramatically slash inactivity delay from 1.25s down to a tenth of a second.
Thu, 23 Jun 2011 21:19:43 +0400 unc0rr merge
Tue, 21 Jun 2011 17:28:53 -0400 nemo Remove default transparent chunks. Chunk will only be added if theme defined.
Tue, 21 Jun 2011 22:47:12 +0200 Henek remove theme.cfg from CMakeLists too
Tue, 21 Jun 2011 16:43:05 +0400 unc0rr Ability to turn camera following gears off
Sun, 12 Jun 2011 21:06:48 -0400 nemo Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
Mon, 02 May 2011 01:55:14 -0400 nemo Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
Wed, 27 Apr 2011 15:57:23 +0400 unc0rr Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
Sun, 10 Apr 2011 14:04:56 -0400 nemo Fix a few crosshair bugs. Disable ShowCrosshair and just decide when drawing.
Sun, 10 Apr 2011 20:24:25 +0400 unc0rr Add a parameter for game simulation with no gui/sound enabled, just to get statistics
Tue, 05 Apr 2011 16:23:52 -0400 nemo Allow override of voicepack with a locale voicepack. Untested, but should mean that a Default voice should use the Ukranian version if that is their locale.
Mon, 28 Mar 2011 20:13:03 -0400 nemo mikade really likes the snow dust
Thu, 24 Mar 2011 17:28:36 +0100 koda this brings compatibility up with SDL HEAD (5504), but maybe breaks compatibility with sdl 1.2 so please test! still has problems with keyboard input and rendered ttf textures
Thu, 24 Mar 2011 16:06:03 +0100 koda this supposedly makes hwengine work with sdl 1.3 past rev 5296
Sat, 19 Mar 2011 20:24:31 -0400 nikin percentage modifier for get away time
Sat, 19 Mar 2011 19:41:59 -0400 nemo Land sprayer tweaks, make land spray and mudball not end turn
Sat, 19 Mar 2011 17:49:27 -0400 nemo Landgun, first pass. At sdw's request.
Thu, 17 Mar 2011 23:11:48 +0100 Henek added game mode Tag Team, mostly untested, please test :)
Wed, 16 Mar 2011 17:25:05 +0100 Henek added GetCurAmmoType to lua
Sun, 13 Mar 2011 18:23:51 +0100 koda update some sdl-1.3 bindings (working up to rev 5296)
Wed, 02 Mar 2011 15:57:44 -0500 nemo fix bad ogg name
Wed, 02 Mar 2011 15:19:55 -0500 nemo add victory/flawless victory sounds. untested
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Sat, 26 Feb 2011 15:56:11 +0100 koda usound: added function for loops with fade in and out
Mon, 07 Feb 2011 23:12:56 +0100 koda update sdl apis to use the new rendering functions
Thu, 03 Feb 2011 07:00:38 +0100 sheepluva graphic for sinegun, will probably tweak it soon(TM) though
Sat, 29 Jan 2011 21:16:09 +0100 Henek added dummy for tardis and ugly icons for tardis and structure
Sat, 29 Jan 2011 18:18:44 +0100 Henek still in developement take on adding structures, working hiding of hogs and ejecting them later.
Sat, 22 Jan 2011 19:40:57 +0100 sheepluva let players set timer of drill strike. yes. drill strike :3 the timer starts to tick on first impact
Mon, 17 Jan 2011 23:24:55 +0100 koda merge
Mon, 17 Jan 2011 23:22:52 +0100 koda merge latest 0.9.15 changes into head
Mon, 17 Jan 2011 01:43:10 +0100 koda merge default into experimental3D experimental3D
Wed, 12 Jan 2011 20:31:55 +0100 Henek added rq-sky to themes so it can set sky color for low quality. also added tint of sky on sudden death. underwater theme is an example of this
Tue, 04 Jan 2011 13:05:30 +0100 koda smaller rearrangement of (non stereo related) variables experimental3D
Tue, 04 Jan 2011 12:53:46 +0100 koda merge with HEAD after 0.9.15 release, move consts and vars in their proper files experimental3D
Sun, 02 Jan 2011 18:12:16 +0100 koda remove obsolete TrainingFlags code
Sun, 02 Jan 2011 13:54:28 +0100 sheepluva display caption for ammotype amNothing when switched to so that players know what just happened
Sat, 01 Jan 2011 23:10:57 +0100 Henek added flake configuration also in sudden death and SDClouds for underwater
Fri, 31 Dec 2010 01:05:23 +0100 Henek sudden death changes: only change visual bit on health decrease and support for water transparancy change and clouds number change
Thu, 30 Dec 2010 01:44:55 +0100 Henek added also splash and droplets to sd and refactored theme.cfg, not all themes updated
Wed, 29 Dec 2010 16:21:30 -0500 nemo add a couple of variables to speed up UID lookups. Based on the assumption new visual gears and gears will tend to be at the end of the list. Set them on successful lookup or script gear creation, clear on delete. Oh also pick up a couple of TrevInc's translation changes
Wed, 29 Dec 2010 15:57:13 +0100 sheepluva set windspeed to 0 at the very beginning of the game. (fixes DisableWind game modifier)
Wed, 29 Dec 2010 02:15:37 +0100 Henek sudden death: now having theme support, still some work though with config
Tue, 28 Dec 2010 23:53:37 +0100 Henek sudden death, now with visual and audial effects :D
Fri, 14 Jan 2011 00:31:21 +0100 koda general uKey refactor in preparaiton of two new shortcuts 0.9.15
Sun, 26 Dec 2010 11:17:01 -0500 nemo add a disabling for landback, set it if flakes are enabled
Wed, 22 Dec 2010 00:17:43 -0500 nemo A very very basic snow implementation
Sun, 19 Dec 2010 21:06:34 -0500 nemo Snowball weapon
Sat, 18 Dec 2010 10:46:59 -0500 nemo oops
Sat, 18 Dec 2010 10:43:36 -0500 nemo Reenable cReadyDelay - this requires testing on m8y.org from now on until the message is added to other servers
Thu, 16 Dec 2010 17:40:31 -0500 nemo disable ready timer again, until I can figure out why my message didn't get through.
Tue, 14 Dec 2010 18:18:54 -0500 nemo Reenable ReadyTimer using a synced message NEEDS TESTING.
Mon, 13 Dec 2010 19:00:03 -0500 nemo Add an input mask for setting of gear messages. Intended for intercepting user messages. This is totally untested. I don't think it should desync but seriously needs a lot of testing. Esp the doPut behaviour.
Tue, 07 Dec 2010 22:23:40 -0500 nemo Restore millisecond precision for mines time
Sun, 05 Dec 2010 22:02:30 -0500 nemo Allow hog speech when not your turn. Currently is set to 40% opacity (could be fainter) and drawn behind the hogs instead of in front. Also allows hog targetting using a number.
Wed, 01 Dec 2010 00:58:03 +0100 koda un-break build (wrong merge in uConsole) and update project file with the new sources
Sun, 21 Nov 2010 09:12:44 -0500 nemo After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
Sat, 20 Nov 2010 23:55:00 +0300 unc0rr Move localization data to uVariables, some Uses cleanup
Thu, 18 Nov 2010 15:55:02 +0300 unC0Rr No need for Extended data type just to draw some visual gears. It's a shame we have Math unit dependency
Thu, 18 Nov 2010 11:45:31 +0300 unC0Rr Introduce uTextures
Wed, 17 Nov 2010 22:09:07 -0500 nemo remove some more PHedgehog casts
Wed, 17 Nov 2010 22:26:34 +0300 unc0rr Some more
Wed, 17 Nov 2010 22:21:29 +0300 unc0rr uGears
Wed, 17 Nov 2010 22:19:58 +0300 unc0rr uWorld
Wed, 17 Nov 2010 22:14:41 +0300 unc0rr uTeams
Wed, 17 Nov 2010 22:07:03 +0300 unc0rr uLand isn't that important to them
Wed, 17 Nov 2010 20:58:23 +0300 unc0rr Remove ugly PHedgehog(Gear^.Hedgehog) cast
Wed, 17 Nov 2010 20:28:42 +0300 unc0rr Move variables from uConsts to uVariables
Wed, 17 Nov 2010 17:45:55 +0300 unC0Rr Move variables from uMisc to uVariables
less more (0) tip