hedgewars/GSHandlers.inc
Sun, 03 Jul 2011 11:38:25 -0400 nemo Add a little y kick if there is nothing under an active barrel.
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
Sun, 03 Jul 2011 01:10:39 +0200 sheepluva fix build. seems like a indentation-related merge-oopsy dragged deleted code back in.
Fri, 01 Jul 2011 10:38:00 +0400 unc0rr Merge
Wed, 29 Jun 2011 22:24:38 +0400 unc0rr merge
Wed, 29 Jun 2011 00:05:26 -0400 nemo call onusedammo earlier for switcher
Thu, 30 Jun 2011 15:09:10 +0400 unc0rr Tiny optimization: convert smooth wind indicator change gear into visual gear
Tue, 28 Jun 2011 23:32:42 -0400 nemo match snow to visual gear
Thu, 30 Jun 2011 14:28:13 +0400 unc0rr Fix formatting a bit
Thu, 30 Jun 2011 13:59:57 +0400 unc0rr Don't draw snow flakes spawned in land, introduce gstInvisible flag
Wed, 29 Jun 2011 17:25:41 +0400 unc0rr Check xx for LAND_WIDTH_MASK
Tue, 28 Jun 2011 17:12:09 +0400 unc0rr - Allow snow to drop a bit outside the map, where it already is allowed to spawn
Mon, 27 Jun 2011 13:39:46 -0400 nemo Store gear X/Y/dX/dY for use in splash/droplets. Also saves a few hwRound calls.
Sun, 26 Jun 2011 02:47:36 +0200 Henek now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values
Fri, 24 Jun 2011 13:24:41 +0200 sheepluva Remove unused variable
Tue, 21 Jun 2011 22:47:12 +0200 Henek remove theme.cfg from CMakeLists too
Sat, 11 Jun 2011 17:27:26 -0400 nemo Should reduce rope skip fail and unrealistic rope drownings
Thu, 09 Jun 2011 00:22:57 -0400 nemo fix splash
Sat, 04 Jun 2011 16:09:12 -0400 nemo Nerf RC a bit
Sun, 29 May 2011 20:28:27 +0400 unc0rr Tiny optimization
Sat, 28 May 2011 16:59:09 -0400 nemo Fix bug that made me lose my tournament match
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
Thu, 28 Apr 2011 01:01:07 +0200 koda fix some more warnings
Mon, 25 Apr 2011 02:25:25 +0200 koda small trailing changes
Mon, 18 Apr 2011 23:35:44 -0400 nemo oops
Sun, 17 Apr 2011 12:48:32 -0400 nemo An experiment - make bazooka AI use float instead of hwFloat - should be as accurate, but faster.
Sun, 17 Apr 2011 11:57:46 -0400 nemo Allow head of rope to attach to hogs/barrels/crates again. Rope still does not, to avoid the bug.
Mon, 11 Apr 2011 01:30:43 +0200 sheepluva grenade back to old damage, but from now on explosions assume they are not closer to a gear's center than the gear's radius
Sun, 10 Apr 2011 17:25:34 -0400 nemo rename gtBomb to gtGrenade, nerf grenade from 50 to 47 pending some flag to indicate pixels in Land[] belonging to current hog to avoid throwing grenades into hogs
Sat, 09 Apr 2011 15:54:28 -0400 nemo Check for 0 health to avoid div by 0. spotted by mikade.
Thu, 07 Apr 2011 23:54:09 +0200 sheepluva added some comments in order to confuse the GSoC students as much as possible ;D
Fri, 01 Apr 2011 16:22:49 -0400 nemo workaround. disable drawing shot after passing through portal. proper fix would need to use the portal position
Tue, 29 Mar 2011 21:10:35 +0200 sheepluva fix for Issue 207: To far left for Napalm (and other weapons)
Mon, 28 Mar 2011 21:44:17 +0400 unc0rr - Use LastDamage in CheckHHDamage
Sat, 26 Mar 2011 22:49:38 +0100 koda fix a couple of loose ends
Wed, 23 Mar 2011 16:32:24 +0100 Colin Rice (clr_) I changed r. Still not a perfect fix.
Wed, 23 Mar 2011 14:15:20 +0100 Colin Rice (clr_) Patch for Issue 165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)
Tue, 22 Mar 2011 23:01:26 -0400 nemo Fix endianness
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
Wed, 02 Mar 2011 11:48:02 -0500 nemo Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
Sun, 27 Feb 2011 13:35:08 -0500 nemo visual tweak to smoke
Sun, 27 Feb 2011 12:56:36 -0500 nemo make defective mines explode if they take enough damage, add missing interface line for koda's new uSound fade
Sat, 26 Feb 2011 15:56:11 +0100 koda usound: added function for loops with fade in and out
Sun, 30 Jan 2011 19:05:31 +0100 Henek fixed unlimeted fuel bug for rcplane
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, 29 Jan 2011 17:40:45 +0100 sheepluva bugfix: fixing sticky mines calling AddGearCI when they shouldn't (allows jumping on them in midair)
Fri, 28 Jan 2011 02:47:11 +0100 sheepluva procedure for loading hats
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
Thu, 13 Jan 2011 21:52:48 +0300 unc0rr Pass PHedgehog instead of PGear to stats. Fixes crash.
Fri, 07 Jan 2011 23:08:34 +0300 unc0rr Keep track of which hog's weapon does damage
Sun, 02 Jan 2011 18:12:16 +0100 koda remove obsolete TrainingFlags code
Sat, 01 Jan 2011 19:41:58 +0100 Palewolf Fancier detection of hogs/objects. Hogs wont get buried even by the worst of storms.
Sat, 01 Jan 2011 14:26:50 +0100 Palewolf Flakes were updating the wrong coordinates when rqBlurryLand was on
Sat, 01 Jan 2011 14:23:39 +0100 sheepluva fix very ancient typo in CheckCollision() that would cause check for collision at bottom and right instead of movement direction
Sat, 01 Jan 2011 14:18:33 +0100 sheepluva part #2
Sat, 01 Jan 2011 11:15:35 +0100 sheepluva my attempt of "detach rope if the Land[] vanishes"
less more (0) -300 -100 -60 tip