hedgewars/GSHandlers.inc
Fri, 03 Sep 2010 01:41:51 +0200 smaxx Engine:
Wed, 01 Sep 2010 19:31:32 -0400 nemo Fix for issue #20
Wed, 25 Aug 2010 21:06:34 +0100 tiyuri Some survival mode changes by burp
Tue, 24 Aug 2010 13:24:37 +0200 smaxx Engine:
Sun, 22 Aug 2010 16:31:57 +0200 smaxx Engine:
Fri, 06 Aug 2010 11:45:20 +0200 smaxx Engine:
Tue, 03 Aug 2010 15:13:32 +0200 smaxx Engine:
Tue, 03 Aug 2010 14:19:47 +0200 smaxx Engine:
Tue, 03 Aug 2010 02:33:57 +0200 smaxx Engine:
Tue, 03 Aug 2010 01:33:20 +0200 smaxx Engine:
Tue, 03 Aug 2010 00:36:36 +0200 smaxx Engine:
Mon, 02 Aug 2010 18:19:55 +0200 smaxx Engine:
Mon, 02 Aug 2010 01:07:51 +0200 smaxx Engine:
Mon, 02 Aug 2010 00:48:15 +0200 smaxx Engine:
Thu, 29 Jul 2010 13:43:57 +0200 smaxx Engine:
Tue, 13 Jul 2010 17:39:00 -0400 nemo Reduce calls to expensive operations in fire. Slightly alters fire behaviour, but should still be reasonable
Fri, 02 Jul 2010 21:19:22 -0400 nemo Minor fire tweak for readability and lethalness, remove exit condition that was hanging game (identified by jaylittle)
Thu, 01 Jul 2010 17:00:14 -0400 nemo Grid the landscape, and shortcircuit checks on the collision array if there are no nearby checked in collisions to be collided with. This is a big win for fire's ammoshove in particular. Also add a +2 that seemed missing in the check, and update fire accordingly.
Wed, 30 Jun 2010 12:55:33 +0200 koda turn cReducedQuality into a LongInt and provide a series of quality flags (and best of all, this is still compatible with current frontend)
Tue, 29 Jun 2010 23:30:49 -0400 nemo Remove hwFloat from VisualGears - they don't need the precision for syncing purposes, and it saves a whole lot of operations.
Tue, 29 Jun 2010 23:25:42 +0200 sheepluva bee:
Tue, 29 Jun 2010 18:06:50 +0200 sheepluva rope: another, small optimization
Tue, 29 Jun 2010 07:09:55 +0200 sheepluva rope: optimization, should save up to ~3 million hwFloat multiplications per second
Tue, 29 Jun 2010 06:27:59 +0200 sheepluva rope: another small optimization
Tue, 29 Jun 2010 05:22:25 +0200 sheepluva rope: tiny optimisation
Mon, 28 Jun 2010 08:52:17 +0200 sheepluva portal: angle preservation tweaking
Sun, 27 Jun 2010 18:17:34 +0200 sheepluva portal: I accidentally flipped the exit angle in last commit
Sun, 27 Jun 2010 05:32:11 +0200 sheepluva portal: some moar tweaks
Sun, 27 Jun 2010 02:11:31 +0200 sheepluva portal: entry angle is now affecting exit angle
Sat, 26 Jun 2010 19:30:16 +0200 sheepluva portal / slope detection:
Sat, 26 Jun 2010 09:59:53 +0200 sheepluva portal:
Sat, 26 Jun 2010 08:14:53 +0200 sheepluva portal: make shot 2 times faster, add hog movement speed to shot speed (only the part in shot direction, so that aiming is not messed up)
Wed, 23 Jun 2010 22:12:06 -0400 nemo Workaround for cakes and portals. Also disable something that always seems to screw up my portal games.
Fri, 18 Jun 2010 14:26:04 -0400 nemo rename flags
Thu, 17 Jun 2010 11:41:38 -0400 nemo Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
Wed, 16 Jun 2010 11:50:45 +0200 mario.liebisch Engine:
Sat, 05 Jun 2010 19:00:42 +0000 nemo Remove decrement of iterator health. Might fix weird health bug.
Fri, 28 May 2010 20:05:22 +0000 smxx Engine (Henek):
Fri, 28 May 2010 19:48:51 +0000 smxx Engine:
Fri, 28 May 2010 16:21:54 +0000 smxx Engine:
Sun, 23 May 2010 23:51:54 +0000 nemo Prevent all portal loops the guaranteed way, at least until sheepluva's tests yield something reliable.
Wed, 19 May 2010 02:10:28 +0000 nemo Henek adds a flamethrower, updates some translations, and tweaks how fire works.
Tue, 18 May 2010 13:09:57 +0000 smxx Engine:
Mon, 17 May 2010 15:42:48 +0000 nemo Increase minimum threshold for barrel damage to reduce likelihood of blowing one up on jumping out, increase damage to compensate (may need tweaking). Only apply dX for collision w/ kick if barrel is rolling.
Mon, 17 May 2010 06:26:06 +0000 sheepluva remove all portal specific code from EndTurnCleanup(), instead have portals self destruct if "CurrentHedgehog" is not the portal's creator
Sun, 16 May 2010 23:43:45 +0000 sheepluva * make portals delete each other only indirectly (by setting timer to 0)
Sat, 15 May 2010 09:21:25 +0000 sheepluva fix multi-round fire
Fri, 14 May 2010 23:42:56 +0000 nemo revert the restoration of non-vgt health gears. desyncs continued with it, and furthermore, occur in r3489 too
Fri, 14 May 2010 16:02:27 +0000 nemo sheepluva adds back non-vgt health tag due to desyncs. we should still see about solving the desync though.
Mon, 10 May 2010 04:43:07 +0000 mbait Reslyling: little fix of previous commit
Mon, 10 May 2010 04:41:19 +0000 mbait Code restlyling: experimental restyling of one module
Thu, 06 May 2010 22:02:56 +0000 sheepluva * gtHealthTag, gtSmokeTrace, gtEvilTrace, gtExplosion and gtBigExplosion are visual gears now (vgt*)
Thu, 06 May 2010 03:12:42 +0000 nemo trying to unbreak what I broke
Thu, 06 May 2010 01:41:07 +0000 sheepluva portal:
Tue, 04 May 2010 21:30:25 +0000 nemo Add back in earlier lines, commented out
Tue, 04 May 2010 19:51:27 +0000 nemo erase useless junk
Tue, 04 May 2010 19:40:57 +0000 sheepluva * some changes/cleanups to portal, still much to do :/ * reverted nemo's temporary loop fix * notice: small loops possible again, so take care :P, bigger onces should be interrupted
Tue, 04 May 2010 16:30:41 +0000 nemo Add drown-the-playing-hog check for case of piano falling off the landscape.
Tue, 04 May 2010 03:04:07 +0000 sheepluva on portal death: make sure that the linked portal know it has been unlinked
Tue, 04 May 2010 02:46:23 +0000 sheepluva fix segfault on destroyed portal
less more (0) -300 -100 -60 tip