hedgewars/GSHandlers.inc
Sun, 31 Oct 2010 18:04:21 +0100 koda merge
Sun, 31 Oct 2010 00:32:41 -0400 nemo Cancel out dX/dY to handle the invulnerability case
Sat, 30 Oct 2010 23:50:49 -0400 nemo Check for collision with surfaces above when levitating hog, use more typical drawing syntax for the resurrector wep, restore typical indentation
Sun, 31 Oct 2010 02:50:15 +0100 sheepluva potential fix for Issue #86: 'Objects behind a portal will sometimes go through the portal.' please test
Sat, 30 Oct 2010 21:39:50 -0400 nemo make aura match cross colour, add a faint aura to resurrected hogs. basically mucking about w/ burp's weapon again.
Sat, 30 Oct 2010 21:06:55 -0400 nemo Only set zombie hat if the hog didn't have a hat. I'm keeping my dinos dammit!
Sun, 31 Oct 2010 18:04:02 +0100 koda add some phone rumbling to big explosions, airbomb and sinegun
Sat, 30 Oct 2010 23:25:41 +0200 sheepluva Portal: don't port RCPlanes for now, they are too wide anyway :P
Sat, 30 Oct 2010 21:57:54 +0200 Tobias Neumann Resurrector: respect modified Gear position for resurrection range circle
Sat, 30 Oct 2010 21:43:41 +0200 Tobias Neumann Resurrector: Levitate hog + show cross
Sat, 30 Oct 2010 20:01:34 +0200 Tobias Neumann Resurrector: Use zombie-hat for resurrected hogs
Fri, 29 Oct 2010 20:35:17 -0400 nemo burp can always remove this if he doesn't like it. just making it a bit more interesting.
Fri, 29 Oct 2010 20:05:19 -0400 nemo Kill off hog immediately on using up health, use more common formatting, call render less often
Wed, 27 Oct 2010 11:39:05 -0400 nemo Only FollowGear for the pilot.
Sat, 23 Oct 2010 14:10:23 +0200 Tobias Neumann Resurrector Weapon: Add ammo icon, sound, hedgehog picture (from Tiy).
Tue, 19 Oct 2010 21:12:53 -0400 nemo Remove this - doesn't seem to do anything useful after all.
Tue, 19 Oct 2010 19:47:17 -0400 nemo merge
Thu, 14 Oct 2010 22:01:33 +0200 koda less warning, no rotation glitch, more comments
Thu, 14 Oct 2010 16:01:43 +0200 Tobias Neumann Resurrector weapon: do not make it end turn, add description,
Tue, 19 Oct 2010 19:46:43 -0400 nemo Rope optimisation. Remove a space in sdl keys that seems like a bug - issue #70
Tue, 12 Oct 2010 05:06:30 +0200 koda minor stuff
Mon, 11 Oct 2010 14:55:13 -0400 nemo Call OnUsedAmmo *after* doing the normal CurAmmoType stuff so CurAmmoType actually points to the right bloody weapon
Mon, 11 Oct 2010 20:34:21 +0200 Tobias Neumann New Weapon: Resurrector (TODO: ammo icon + sprites)
Mon, 11 Oct 2010 11:36:47 -0400 nemo Don't use AfterAttack in saucer - CurAmmoType is switched at this point
Sun, 10 Oct 2010 21:14:58 -0400 nemo Hopefully fix the last of the more obvious weapon bugs w/ infinite attack mode, add a depixeling sweep every 5s too.
Sun, 10 Oct 2010 20:34:48 -0400 nemo Hopefully fix bee/air attacks w/o screwing anything else up. Set mines to trigger immediately in infinite attack mode (better not use 0s mines)
Wed, 29 Sep 2010 16:16:25 -0400 nemo Correct bug in flight ceiling for birdy as well, increase clip on velocity to 1.9 (shouldn't cause problems with most collision checks still), apply clip to both + and -
Sun, 26 Sep 2010 19:06:59 -0400 nemo remove windspeed from bubbles, remove initial dY from bubbles, apply dY/dX to bubbles, correct offsets on flying saucer flame graphics, add bubbles when flying saucer thrusts underwater, make flying saucer sink more slowly underwater
Sun, 26 Sep 2010 15:40:59 -0400 nemo Allow UFO to go underwater. Keep UFO active if it runs out of fuel in the air/water, just disable controls.
Wed, 22 Sep 2010 21:53:29 +0200 smaxx Engine:
Sun, 12 Sep 2010 17:56:41 -0400 nemo Fix kamikaze portal loop
Sun, 12 Sep 2010 23:43:20 +0200 smaxx Sounds:
Thu, 09 Sep 2010 23:13:11 -0400 nemo Fix swapped x/y in drill rocket test
Mon, 06 Sep 2010 16:23:47 -0400 nemo Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
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
less more (0) -300 -100 -60 tip