hedgewars/GSHandlers.inc
Wed, 25 Jul 2012 10:56:14 -0400 nemo Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
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 17:43:35 -0400 nemo don't need the camera following invisible stuff (maybe this should be in the general camera routine?)
Fri, 20 Jul 2012 14:16:05 -0400 nemo Try avoiding spamming the log by retaining the gears. untested.
Thu, 19 Jul 2012 17:34:18 -0400 nemo Fix TARDIS, make switcher work w/ the new more stringent check.
Thu, 19 Jul 2012 17:14:02 -0400 nemo Update team health
Mon, 16 Jul 2012 23:08:42 -0400 nemo what the heck, let's add a few more
Mon, 16 Jul 2012 23:46:44 +0400 unc0rr - Check for harmful gear deletions
Mon, 16 Jul 2012 23:12:59 +0400 unc0rr Use gmDestroy message instead
Sun, 15 Jul 2012 16:56:05 -0400 nemo Fix bug in resurrector deleting graves (exists in stable too), remove some unnecessary assignments due to the fillchar 0
Sun, 15 Jul 2012 15:35:28 -0400 nemo Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
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.
Sun, 08 Jul 2012 23:14:24 +0400 unc0rr Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
Thu, 05 Jul 2012 20:53:55 +0400 unc0rr Fix crash when hedgehog dies while switching from it
Wed, 04 Jul 2012 12:41:47 -0400 nemo free up power for use by script
Tue, 03 Jul 2012 22:44:50 +0400 unc0rr - Don't call Length() on variable size arrays
Fri, 29 Jun 2012 01:23:43 +0400 unc0rr Tiny optimization + formatting fix
Wed, 27 Jun 2012 09:16:34 -0400 nemo More efficient
Wed, 27 Jun 2012 08:54:03 -0400 nemo oops
Tue, 26 Jun 2012 20:05:24 -0400 nemo Extend TARDIS away time a bit (minimum, range) to make it a bit more useful. Remove a couple of unused variables.
Tue, 26 Jun 2012 11:08:33 -0400 nemo er. this one too
Tue, 26 Jun 2012 10:14:40 -0400 nemo Add green mask for anti-portal areas on custom maps. Flagged as Bouncy since it is intended for that general use. Needs testing.
Sun, 24 Jun 2012 20:30:51 -0400 nemo oops
Sun, 24 Jun 2012 18:21:12 -0400 nemo These 2 need masks now
Sun, 24 Jun 2012 09:12:53 -0400 nemo Another take at prettier crate appearance
Sat, 23 Jun 2012 22:39:00 -0400 nemo Second part of the change. Make collision check use the new mask bit.
Sat, 23 Jun 2012 21:37:47 -0400 nemo Step 1. Add current hedgehog as top bit of bottom byte.
Sat, 23 Jun 2012 22:44:11 +0400 unc0rr - Fix cake bug introduced in r2ccfc93c6b5e
Sat, 09 Jun 2012 17:05:16 +0400 unc0rr - Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots.
Fri, 08 Jun 2012 14:30:46 +0400 unc0rr Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
Sun, 03 Jun 2012 18:52:22 -0400 nemo Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
Sun, 03 Jun 2012 11:02:12 -0400 nemo warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
Sat, 26 May 2012 16:50:51 -0400 nemo Minor freezer changes, allow snow to accumulate on indestructible terrain too.
Sun, 20 May 2012 19:42:55 -0400 nemo Ok. I think *this* should flip it correctly...
Sun, 20 May 2012 10:55:58 -0400 nemo Minor tweaks to freezer, mostly to simplify current state to laptop
Sun, 20 May 2012 01:00:00 -0400 nemo Bit more freezer.
Fri, 18 May 2012 13:35:22 -0400 nemo Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival
Sat, 12 May 2012 22:50:33 +0400 unc0rr Get rid of cripple SendIPCc
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 23:34:35 +0400 unc0rr Recognize length on arrays as a separate function
Fri, 11 May 2012 23:22:01 +0400 unc0rr More tolerance to pas2c
Fri, 11 May 2012 20:01:57 +0400 unc0rr Make pas2c happier with uSound
Thu, 10 May 2012 11:12:06 +0400 unc0rr Implement built-in functions Low() and High()
Thu, 03 May 2012 00:20:58 -0400 nemo Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
Wed, 02 May 2012 19:16:12 -0400 nemo Initial stub for freezer
Wed, 02 May 2012 22:12:58 +0400 unc0rr GetRandom -> GetRandomf
Wed, 02 May 2012 11:43:43 +0100 koda marked a couple of functions as inline
Tue, 01 May 2012 19:56:55 +0200 koda breaking news, we don't support typed consts anymore
Tue, 24 Apr 2012 23:50:40 +0400 unc0rr Get rid of overloaded functions in uAmmo
Wed, 28 Mar 2012 16:33:50 -0400 nemo invalidate on switch
Tue, 20 Mar 2012 01:30:54 -0400 nemo bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.
Sat, 17 Mar 2012 17:18:43 -0400 nemo Ensure flawless is false if any hog is lost, unless it was lost doing a kamikaze
Sat, 17 Mar 2012 13:16:50 -0400 nemo orient kamikaze correctly when going through portals
Wed, 14 Mar 2012 23:58:56 -0400 nemo oh yeah, dY...
Wed, 14 Mar 2012 21:12:04 -0400 nemo Allow RC plane to go through portals
Sun, 11 Mar 2012 11:39:45 -0400 nemo bug #336
Sat, 10 Mar 2012 15:56:36 -0500 nemo Avoid rare double decrement.
Wed, 29 Feb 2012 18:24:56 -0500 nemo Fix for bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
Tue, 17 Jan 2012 09:01:31 -0500 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
less more (0) -300 -100 -60 tip