hedgewars/GSHandlers.inc
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
Tue, 04 May 2010 02:34:23 +0000 nemo TEMPORARY
Tue, 04 May 2010 00:44:32 +0000 sheepluva some portal changes, warning: no loop prevention yet, note: entry angle not preserved yet
Mon, 03 May 2010 23:56:18 +0000 nemo tweak
Mon, 03 May 2010 02:32:17 +0000 sheepluva tweak land angle detection/portal a bit
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
Sun, 02 May 2010 20:30:23 +0000 nemo Minor tweak. Still needs a lot of work.
Sun, 02 May 2010 18:25:13 +0000 nemo hax
Sun, 02 May 2010 16:53:19 +0000 nemo Revert switch behaviour (can't use AfterAttack here) remove unneeded value from jetpack definition
Sun, 02 May 2010 16:24:31 +0000 sheepluva add a part of my landslide vector collision and use if for the portal gun DirAngle, not flawless yet
Sun, 02 May 2010 14:38:46 +0000 nemo Drown the hog using the piano
Sun, 02 May 2010 04:51:29 +0000 nemo Avoid checking in log spam.
Sun, 02 May 2010 04:49:07 +0000 nemo Revert removal of CurAmmoGear from shotgun/deagle (was a silly idea of speeding up the shots)
Sun, 02 May 2010 02:58:59 +0000 nemo More portal changes. Allows for a multishoot utility. Hopefully not breaking anything.
Sat, 01 May 2010 20:15:10 +0000 nemo Minor change, so sheepluva can comment
Sat, 01 May 2010 18:44:25 +0000 nemo Fix portal graphic name, continuing work on portal movement
Sat, 01 May 2010 05:15:16 +0000 sheepluva * added some comments
Fri, 30 Apr 2010 12:19:25 +0000 mbait Gas grenade:
Thu, 29 Apr 2010 19:21:40 +0000 sheepluva let players affect in which direction their teleported hedgehog will look
Mon, 19 Apr 2010 13:31:08 +0000 smxx Engine:
Mon, 19 Apr 2010 12:47:36 +0000 smxx Engine:
Sun, 18 Apr 2010 23:19:15 +0000 koda add missing controller stubs
Sat, 17 Apr 2010 23:03:52 +0000 palewolf cWindSpeed recalculation assumed GetRandom returns a value between 0.0-1.0 while in fact is in the 0.0-0.5 range; Halve cMaxWindSpeed to compensate.
Fri, 16 Apr 2010 17:17:43 +0000 smxx Engine:
Fri, 16 Apr 2010 16:04:41 +0000 smxx Engine:
Thu, 15 Apr 2010 20:46:34 +0000 nemo Some initial stubs for portal just so Tiy will quit nagging. Also let folks know what approximation of physics I plan to try, here.
Wed, 07 Apr 2010 12:15:49 +0000 smxx Engine:
Mon, 05 Apr 2010 17:22:54 +0000 nemo These don't belong here.
Sun, 04 Apr 2010 15:51:19 +0000 unc0rr with this patch I'm unable to make rope stuck in land
Sat, 03 Apr 2010 16:32:48 +0000 nemo try this instead
Sat, 03 Apr 2010 06:39:17 +0000 nemo Add ApplyAmmoChanges to get text/animation/crosshairs
Thu, 01 Apr 2010 16:08:09 +0000 nemo Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
Wed, 31 Mar 2010 20:44:38 +0000 nemo Only require a minimum speed if object is descending.
Wed, 31 Mar 2010 11:34:58 +0000 sheepluva make use of Smaxx latest commit(s) when playing ImpactSounds
Tue, 30 Mar 2010 16:01:12 +0000 sheepluva fix fpc 2.2.4 type related warning with unclear origin
Tue, 30 Mar 2010 13:20:04 +0000 smxx Engine:
Tue, 30 Mar 2010 00:02:40 +0000 nemo prophylactic removal of some Integer references, raise a few of the template islands up a bit so they work inverted without triggering border
Mon, 29 Mar 2010 20:32:35 +0000 palewolf - Add HH dX/dY to Birdy disappearing animation
Sun, 28 Mar 2010 23:41:58 +0000 palewolf AfterAttack was issued twice
Sun, 28 Mar 2010 23:40:49 +0000 palewolf Return control as soon as Birdy begins to disappear
Sun, 28 Mar 2010 23:37:28 +0000 palewolf Birdy appears from off-screen
Sun, 28 Mar 2010 23:11:16 +0000 mbait Feather: wrong constant fix
Sun, 28 Mar 2010 23:10:33 +0000 mbait Birdy's falling feathers
Sun, 28 Mar 2010 21:53:03 +0000 sheepluva * tweaked some random stuff in GSHandlers.inc
Sun, 28 Mar 2010 18:26:31 +0000 smxx Engine:
Sun, 28 Mar 2010 16:35:44 +0000 sheepluva * removed old hellishimpact.ogg
Sat, 27 Mar 2010 20:51:53 +0000 smxx Engine:
Sat, 27 Mar 2010 17:32:46 +0000 smxx Engine:
Sat, 27 Mar 2010 17:32:04 +0000 nemo New impact sounds for HHG
Sat, 27 Mar 2010 17:22:33 +0000 smxx Engine:
Sat, 27 Mar 2010 14:03:30 +0000 smxx Engine:
Sat, 27 Mar 2010 11:59:03 +0000 palewolf - Bee sprites for target and HH hand
Sat, 27 Mar 2010 08:59:42 +0000 mbait Wind does not affect of eggs
Sat, 27 Mar 2010 08:59:10 +0000 mbait Added poisoned eggs
Sat, 27 Mar 2010 03:55:12 +0000 nemo Remove Distance from flake kick, reduce calls to Random() in flame replacing w/ checks on game tick and a little randomness.
Sat, 27 Mar 2010 02:55:35 +0000 sheepluva making collision/impact sounds a gear property + adding random melon+hellish sound, feel free to hate me :D
Sat, 27 Mar 2010 00:03:29 +0000 sheepluva doStepBomb: cache rounded values of Gear^.X/Y instead of recalculating the exact same values up to 512 times
Fri, 26 Mar 2010 16:02:47 +0000 smxx Engine:
Fri, 26 Mar 2010 15:59:21 +0000 smxx Engine:
Fri, 26 Mar 2010 12:34:18 +0000 smxx Engine:
Fri, 26 Mar 2010 03:04:19 +0000 nemo I don't know why I'm bothering. Sheepluva has a whole new approach in the works.
Fri, 26 Mar 2010 00:53:31 +0000 nemo Add more dY checks to allow greater 45 deg bouncing, simplify check for stopped gear in interests of perf.
Thu, 25 Mar 2010 23:03:21 +0000 mbait Birdy egg added
Sun, 21 Mar 2010 16:51:33 +0000 nemo Make barrels a little more likely to blow up. 25% more damage in fall
Sun, 21 Mar 2010 15:50:38 +0000 palewolf Insert commit message here
Thu, 18 Mar 2010 17:52:56 +0000 nemo use cWaterLine for steam, splashes and droplets
Thu, 18 Mar 2010 09:55:22 +0000 smxx Frontend:
Tue, 16 Mar 2010 21:39:55 +0000 smxx Engine:
Tue, 16 Mar 2010 04:46:29 +0000 nemo More semi-arbitrary tweaking.
Tue, 16 Mar 2010 04:43:01 +0000 nemo Still fiddling with bouncing, hoping to make it work
Mon, 15 Mar 2010 02:23:40 +0000 nemo Slightly better behaved bounce, assuming we can make this 45 deg thing work, calcs could stand some optimisation.
Sun, 14 Mar 2010 20:48:13 +0000 smxx Engine:
Sun, 14 Mar 2010 20:46:29 +0000 nemo Palewolf adds bubbles and splashes when firing bullets into the water
Sun, 14 Mar 2010 17:04:36 +0000 nemo Add back sheepluva's 45° patch for some weapons. Rescale Tiy's latest icons to his specifications.
Sun, 14 Mar 2010 14:18:31 +0000 smxx Engine:
Sat, 13 Mar 2010 14:30:41 +0000 nemo Palewolf adds droplets to his splashes
Thu, 11 Mar 2010 17:56:26 +0000 smxx Engine:
Sun, 07 Mar 2010 16:40:21 +0000 nemo Updated pl from szczur/nerihsa. Reduce dX requirement for high dY to allow batting tighter angles, try grenade impact sound for barrels
Sat, 06 Mar 2010 21:32:04 +0000 nemo This might be all it takes to prevent the desync. needs local/remote testing. Also toggle 2nd barrel state on 0 movement
Sat, 06 Mar 2010 13:49:55 +0000 nemo Tweak to joke in french locale (everyone always fixes the spelling) updated explosive frames from Palewolf, increase explosive fall damage from 30 to 40
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Sat, 06 Mar 2010 01:19:58 +0000 nemo Adjust fall damage again, zero out X/Y to avoid sinking/shivering barrels.
Fri, 05 Mar 2010 17:32:13 +0000 nemo White/Black smoke, break out rolling barrel into its own routine, adjust rolling barrel impact damage. NEEDS TESTING
Fri, 05 Mar 2010 02:57:34 +0000 nemo ... or I would have been if svn hadn't locked up and made me try my luck at one more...
Fri, 05 Mar 2010 02:51:12 +0000 nemo ok. I think I'm finally done burning revisions
Fri, 05 Mar 2010 02:28:03 +0000 nemo More tweaking, make blowtorch interact badly w/ explosives
Fri, 05 Mar 2010 02:23:57 +0000 nemo Only trigger on dX to allow dropping straight down
Fri, 05 Mar 2010 02:21:10 +0000 nemo tweak
Fri, 05 Mar 2010 02:19:42 +0000 nemo Try not to hang the simulation :)
Fri, 05 Mar 2010 02:17:03 +0000 nemo Experiment with barrels. Add rolling.
Thu, 04 Mar 2010 19:35:27 +0000 nemo Activate hedgehogs if explosives are falling. They could be sitting on top.
Wed, 03 Mar 2010 02:56:18 +0000 nemo Add spinner for explosives, add dust on crate impact, crank up explosives a bit
Tue, 02 Mar 2010 17:22:36 +0000 smxx Engine:
less more (0) -120 tip