hedgewars/HHHandlers.inc
Tue, 08 Mar 2011 15:50:42 -0500 nemo Issue #194, turn off followgear for altuse
Wed, 02 Mar 2011 00:27:20 +0100 koda Happy 2011 :)
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, 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.
Sun, 09 Jan 2011 21:50:59 +0300 unc0rr Initialize flag. Fixes weapon changing animation between shots when AI uses shotgun.
Fri, 07 Jan 2011 23:08:34 +0300 unc0rr Keep track of which hog's weapon does damage
Thu, 30 Dec 2010 22:20:17 +0100 sheepluva fix portal gun wrong color issue
Thu, 23 Dec 2010 00:01:56 -0500 nemo Tweak more wind values / densities
Wed, 22 Dec 2010 18:29:43 -0500 nemo braces fail
Wed, 22 Dec 2010 01:30:03 -0500 nemo apply cGravityf when changing cGravity
Sun, 19 Dec 2010 21:06:34 -0500 nemo Snowball weapon
Wed, 17 Nov 2010 22:09:07 -0500 nemo remove some more PHedgehog casts
Wed, 17 Nov 2010 20:58:23 +0300 unc0rr Remove ugly PHedgehog(Gear^.Hedgehog) cast
Fri, 12 Nov 2010 23:29:11 -0500 nemo Apply wind while roping too (with the game flag set)
Fri, 12 Nov 2010 14:54:53 +0100 koda drillstrike! might require the drill patch to improve behavior
Thu, 11 Nov 2010 11:04:24 -0500 nemo Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.
Thu, 11 Nov 2010 09:58:10 -0500 nemo Fix a long-standing bug with ammo due to gstMoving being set on gears generically, causing an incorrect ammo type to be set. This caused crashes and incorrect ammo types.
Tue, 09 Nov 2010 22:40:38 -0500 nemo make weapons on rope/parachute/UFO inherit momentum of the hog. needs testing of course
Mon, 08 Nov 2010 22:11:46 -0500 nemo No point in leaving hogs at 0, since shotgun triggers death anyway. Also, add some audio cues to extra damage / time
Sun, 07 Nov 2010 19:24:37 +0300 Henek renaming gtAmmo_Bomb and gtAmmo_Grenade
Fri, 05 Nov 2010 18:56:12 -0400 nemo revert attempts to block switching weapon while targetting in infinite attack mode. just getting too messy.
Fri, 05 Nov 2010 17:53:58 -0400 nemo I need to keep track of CurAmmoGear or else I trap people who clicked on the bee target
Fri, 05 Nov 2010 17:27:14 -0400 nemo This should make bee and other targetted things behave more reliably in infinite attack mode. Blocks switching of weps if a target point is active.
Sat, 30 Oct 2010 10:58:53 -0400 nemo clear poison on death
Fri, 29 Oct 2010 16:31:37 -0400 nemo This should only allow switching from portal gun and the like.
Sat, 23 Oct 2010 14:10:23 +0200 Tobias Neumann Resurrector Weapon: Add ammo icon, sound, hedgehog picture (from Tiy).
Mon, 11 Oct 2010 16:56:00 -0400 nemo set CurAmmoType to a temp var so I don't have to worry about it switching inside the routine so that I can actually put OnUsedAmmo where it belongs.
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)
Sun, 10 Oct 2010 23:41:24 -0400 nemo restore the delay between shots
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)
Sun, 10 Oct 2010 20:16:17 -0400 nemo Correct another bug in slot switching, adjust width of theme list, really truly fix reset of weps (I hope) should also fix infinite teleport bug in place hogs mode. Slow update of health to 5s for inf attack mode.
Sun, 10 Oct 2010 16:51:40 -0400 nemo Add the standard delay (1.25 seconds) between attacks on inf attack mode, as well as checks for damage and win.
Sun, 10 Oct 2010 12:32:12 -0400 nemo Check on an infinite attacks mode, still many problems in actual weapons
Sun, 10 Oct 2010 12:08:16 -0400 nemo Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
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 23:43:20 +0200 smaxx Sounds:
Wed, 08 Sep 2010 17:34:18 -0400 nemo Trying to adjust behaviour of multishoot w/ portal gun so switching weapons works correctly.
Mon, 06 Sep 2010 18:22:48 -0400 nemo Fix selection while in UFO
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.
Wed, 25 Aug 2010 21:06:34 +0100 tiyuri Some survival mode changes by burp
Tue, 03 Aug 2010 14:19:47 +0200 smaxx Engine:
Mon, 02 Aug 2010 18:19:55 +0200 smaxx Engine:
Thu, 29 Jul 2010 13:43:57 +0200 smaxx Engine:
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:
Wed, 19 May 2010 02:10:28 +0000 nemo Henek adds a flamethrower, updates some translations, and tweaks how fire works.
Mon, 17 May 2010 00:48:16 +0000 nemo Fix for artillery mode weapon use
Thu, 06 May 2010 03:12:42 +0000 nemo trying to unbreak what I broke
Thu, 06 May 2010 02:00:39 +0000 nemo Cheating
Thu, 06 May 2010 01:41:07 +0000 sheepluva portal:
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 02:34:23 +0000 nemo TEMPORARY
Sun, 02 May 2010 22:00:50 +0000 smxx Engine:
Sun, 02 May 2010 16:28:06 +0000 nemo Clear IntersectGear if there is no portal link. Portals don't need it and it blocks shots straight down on first portal.
Sun, 02 May 2010 14:38:46 +0000 nemo Drown the hog using the piano
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
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:
Tue, 06 Apr 2010 10:51:09 +0000 smxx Engine:
Sun, 04 Apr 2010 14:47:45 +0000 nemo Add reference to ammo at time of gear creation to allow switching to work on jetpack/parachute
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
Tue, 30 Mar 2010 23:03:51 +0000 smxx Engine:
Tue, 30 Mar 2010 13:35:26 +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:37:28 +0000 palewolf Birdy appears from off-screen
Sat, 27 Mar 2010 20:51:53 +0000 smxx Engine:
Sat, 27 Mar 2010 15:48:59 +0000 smxx Engine:
Sat, 27 Mar 2010 08:59:10 +0000 mbait Added poisoned eggs
Fri, 26 Mar 2010 15:59:21 +0000 smxx Engine:
Fri, 26 Mar 2010 00:26:32 +0000 nemo Enable birdy. Has egg bombing. Eggs should possibly have a dX component. No poison yet, no egg sprite.
Thu, 25 Mar 2010 23:03:21 +0000 mbait Birdy egg added
Sun, 21 Mar 2010 18:42:34 +0000 nemo Rename current things called utilities to Effects (since they impact game state / flags w/o using a gear) and add a bunch of things that don't cause damage and are just used to move to Utility crate.
Tue, 16 Mar 2010 19:28:15 +0000 smxx Engine:
Sun, 14 Mar 2010 22:55:46 +0000 smxx Engine:
Sun, 14 Mar 2010 20:48:13 +0000 smxx Engine:
Sun, 14 Mar 2010 20:32:56 +0000 nemo Remove animation on jumping/resuming walk, only leave it in on weapon switch
Sun, 14 Mar 2010 20:31:28 +0000 nemo Accidentally checked in birdy testing. reverted.
Sun, 14 Mar 2010 20:23:11 +0000 nemo An animation requested by Tiy. Needs testing.
Sun, 14 Mar 2010 20:22:00 +0000 smxx Engine:
Wed, 10 Mar 2010 06:50:06 +0000 unc0rr Patch by soreau (polished by me): show floating away ammo icon when you pick up a crate
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
Fri, 05 Mar 2010 15:54:23 +0000 smxx Engine:
Mon, 01 Mar 2010 22:25:57 +0000 smxx Engine:
Sun, 28 Feb 2010 16:03:33 +0000 nemo Dude mine probability spinner
Wed, 24 Feb 2010 03:03:43 +0000 nemo Adjust LocalClan when shuffling, set to -1 in case all local clans are bots.
Tue, 23 Feb 2010 23:54:38 +0000 nemo Corrected test
Tue, 23 Feb 2010 19:25:38 +0000 nemo Restore shared clan ammo (still needs flag), add ammo info message if the person who picked up the ammo was a member of your clan
Fri, 19 Feb 2010 00:51:37 +0000 smxx Engine:
Sun, 14 Feb 2010 21:53:17 +0000 nemo halt team blink on attack
Mon, 08 Feb 2010 15:56:43 +0000 nemo Some handling of interaction between king mode and place hogs mode.
Mon, 08 Feb 2010 03:03:18 +0000 nemo Mode to place hogs at start of game. Will probably need a bit more testing.
Thu, 04 Feb 2010 14:48:49 +0000 smxx Engine:
Thu, 10 Dec 2009 18:20:34 +0000 unc0rr Fix a rare bug when crosshair stucks in up position
Sun, 29 Nov 2009 16:56:04 +0000 unc0rr Smaxx patch with tuning by me:
Sat, 14 Nov 2009 02:53:04 +0000 koda fix wrong ttf blending in ppc
Mon, 09 Nov 2009 20:29:21 +0000 unc0rr - Formatting changes
Thu, 05 Nov 2009 20:48:13 +0000 koda revert previous commit to remove a wip patch
Thu, 05 Nov 2009 20:47:42 +0000 koda update themes cmakefiles to use GLOB instead of listing all the files
Sun, 25 Oct 2009 12:41:48 +0000 unc0rr Smaxx: only allow change direction when shift key is pressed
Fri, 16 Oct 2009 19:52:09 +0000 unc0rr - Fix build
Fri, 16 Oct 2009 18:37:55 +0000 unc0rr - Tweak join/leave colour
Thu, 15 Oct 2009 23:54:18 +0000 koda molotov sound FTW
Thu, 15 Oct 2009 19:31:53 +0000 nemo damn semicolons...
Thu, 15 Oct 2009 19:24:35 +0000 nemo oh, just use shotgun reload for all. prg says it sounds better
Thu, 15 Oct 2009 19:24:14 +0000 nemo oops. shotgun reload
Thu, 15 Oct 2009 19:16:50 +0000 nemo Play shotgun for weapon crates. Suggestion by Smaxx. Using "placed" for health/utility - could use a prettier sound for health now that there are health animation
Thu, 15 Oct 2009 17:42:21 +0000 nemo Initial molotov cocktail. Still needs graphics, tweaking of fire behaviour. Also changed probabilities for default weapon sets
Mon, 12 Oct 2009 19:39:47 +0000 unc0rr Smaxx: less hacks
Mon, 12 Oct 2009 16:44:30 +0000 unc0rr Huge Smaxx patch with some fixes by me:
Thu, 10 Sep 2009 15:29:28 +0000 nemo Strip trailing spaces
Wed, 12 Aug 2009 09:43:05 +0000 unc0rr Better support for scripting by gears
Wed, 15 Jul 2009 00:35:59 +0000 koda sound for mortar
Tue, 07 Jul 2009 11:56:02 +0000 nemo Accidentally switched property in last checkin
Sun, 05 Jul 2009 13:25:02 +0000 nemo allow attacks while moving on ammo with alt attack (parachute/rope/jetpack) - needs testing.
Fri, 03 Jul 2009 22:02:13 +0000 koda typos
Sun, 28 Jun 2009 16:44:04 +0000 nemo Move count notification to all multishoot
Sun, 21 Jun 2009 15:31:09 +0000 nemo Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
Tue, 02 Jun 2009 18:27:15 +0000 nemo New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on
Mon, 01 Jun 2009 20:38:45 +0000 unc0rr Make code suck less
Mon, 01 Jun 2009 17:04:36 +0000 nemo Death messages thanks to Smaxx
Sun, 31 May 2009 19:32:54 +0000 unc0rr Okay, now a real fix
Sun, 31 May 2009 19:31:37 +0000 unc0rr Fix jump changing direction in artillery mode
Sun, 24 May 2009 19:49:10 +0000 nemo unc0rr forgot nil check here too
Fri, 15 May 2009 00:38:49 +0000 nemo Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
Mon, 11 May 2009 21:19:47 +0000 unc0rr - Fix network (my crappy fault, triggered by nemo's patch)
Mon, 11 May 2009 18:56:55 +0000 nemo Move Speech to visual gears. This checkin CRASHES on deletion of visual gear outside the doStep
Sat, 09 May 2009 11:57:47 +0000 unc0rr - Fix previous commit
Sat, 09 May 2009 11:56:46 +0000 unc0rr - Fix for desyncs when player exits
Sun, 03 May 2009 21:12:34 +0000 nemo Disable long jump in artillery mode, make snipre rifle single shot
Sun, 03 May 2009 17:35:10 +0000 nemo Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
Thu, 30 Apr 2009 20:13:44 +0000 unc0rr nemo's great patch:
Sun, 12 Apr 2009 12:50:43 +0000 unc0rr - Another way of defining official server
Thu, 26 Mar 2009 19:22:40 +0000 unc0rr Fix bug with rope and bazooka
Tue, 10 Mar 2009 21:57:33 +0000 unc0rr - Clear gm_Slot flag even if you can't switch ammo:
Sat, 07 Mar 2009 17:42:54 +0000 unc0rr - nemo's patch: some animations, zero probability for infinite weapons
Thu, 05 Mar 2009 14:54:02 +0000 unc0rr nemo:
Mon, 02 Mar 2009 21:13:07 +0000 unc0rr laser beam by nemo reworked a bit by me
Sun, 01 Mar 2009 17:24:25 +0000 unc0rr 4 utilities by nemo
Sun, 25 Jan 2009 13:58:59 +0000 unc0rr Fix crash when attackbar wasn't deleted, but hedgehog gear was
Mon, 19 Jan 2009 15:25:22 +0000 unc0rr Patch by nemo (polished by me)
Sun, 18 Jan 2009 17:40:45 +0000 unc0rr Fix angle restriction applying to rc plane when choosing via ammomenu
Sat, 17 Jan 2009 14:35:20 +0000 unc0rr RC Plane
Fri, 16 Jan 2009 15:36:16 +0000 unc0rr Fix laugh voicepack
Wed, 14 Jan 2009 16:36:16 +0000 unc0rr Mostly fix voicepack usage
Tue, 13 Jan 2009 15:33:46 +0000 unc0rr Fix a bug with visible cursor when hedgehog is dead
Mon, 12 Jan 2009 14:55:30 +0000 unc0rr Fix two cursor bugs
Sat, 10 Jan 2009 22:50:54 +0000 unc0rr Implement precise aiming when pressing left shift
Sat, 10 Jan 2009 12:36:05 +0000 unc0rr - More debug stuff
Thu, 08 Jan 2009 15:42:36 +0000 unc0rr Ballsgun
Fri, 02 Jan 2009 21:39:51 +0000 unc0rr Drill rocket
Thu, 04 Dec 2008 21:59:25 +0000 unc0rr More stable blowtorch:
Fri, 28 Nov 2008 14:52:00 +0000 unc0rr More delay after jump, less delay after small fall for hedgehog
Thu, 27 Nov 2008 22:45:41 +0000 unc0rr Fix jump landing after turn end
Sat, 22 Nov 2008 14:39:14 +0000 unc0rr Quick and dirty napalm implementation
Fri, 21 Nov 2008 15:58:36 +0000 unc0rr - Convert small damage tag to visual gears
Mon, 13 Oct 2008 14:44:15 +0000 unc0rr - Set focus to dead hedgehog
Tue, 23 Sep 2008 06:27:53 +0000 unc0rr Seduction animation
Tue, 23 Sep 2008 06:09:13 +0000 unc0rr A bit larger heart
Mon, 22 Sep 2008 22:14:01 +0000 unc0rr - Update Italian translation
Thu, 18 Sep 2008 16:16:41 +0000 unc0rr Add Hellish bomb weapon
Thu, 18 Sep 2008 13:39:05 +0000 unc0rr Add watermelon weapon (without proper sprites yet)
Wed, 17 Sep 2008 17:33:44 +0000 unc0rr - Continue seduction implementation
Sun, 27 Jul 2008 14:32:54 +0000 unc0rr Hedgehog laughs when drops dynamite or cake
Sun, 27 Jul 2008 13:32:44 +0000 unc0rr Animate falling and waking up cake
Fri, 25 Jul 2008 13:52:35 +0000 unc0rr First implementation of the Cake weapon
Fri, 25 Jul 2008 10:56:05 +0000 unc0rr Stubs for spider weapon
Tue, 08 Jul 2008 16:49:51 +0000 unc0rr Show picked up ammo in demo playing mode 0.9.5-release
Mon, 07 Jul 2008 13:06:25 +0000 unc0rr Update copyright headers a bit
Fri, 27 Jun 2008 17:45:35 +0000 unc0rr Hopefully done taunts implementation
Fri, 27 Jun 2008 17:22:15 +0000 unc0rr Further work on taunts
Thu, 26 Jun 2008 19:39:26 +0000 unc0rr Start implementing waves
Wed, 18 Jun 2008 19:34:06 +0000 unc0rr Damaged hedgehog animation
Tue, 17 Jun 2008 20:00:01 +0000 unc0rr Implement drowning hedgehog sprite
Mon, 09 Jun 2008 20:34:45 +0000 unc0rr Kamikaze weapon
Mon, 09 Jun 2008 14:57:54 +0000 unc0rr Fix firepunch direction when attacking from high jump
Wed, 28 May 2008 18:40:42 +0000 unc0rr Aim at high speed when performing rope swinging
Mon, 26 May 2008 18:10:51 +0000 unc0rr Allow aiming while moving
Sun, 18 May 2008 10:54:43 +0000 unc0rr - Fix bug with picking up ammos from cases, when total ammo count may become more than AMMO_INFINITE
Wed, 14 May 2008 14:13:18 +0000 unc0rr Fix some bugs with dropping from parachute
Tue, 13 May 2008 20:00:48 +0000 unc0rr Initial support for attacking from rope
Mon, 12 May 2008 15:00:20 +0000 unc0rr Some preparation work for attacking from rope, parachute and etc.
Sun, 11 May 2008 19:30:40 +0000 unc0rr Remove AltSlot and AltAmmo fields of Hedgehog record, as they are not actually needed
Sun, 11 May 2008 19:21:58 +0000 unc0rr Timer as hedgehog message (avoid possible desync in very rare cases)
Sat, 10 May 2008 16:26:53 +0000 unc0rr Implement whip weapon
Sat, 10 May 2008 14:46:02 +0000 unc0rr Initial implementation of mortar
Fri, 02 May 2008 09:23:51 +0000 unc0rr Fix attack direction when perform somersault
Sun, 27 Apr 2008 11:40:22 +0000 unc0rr Update copyright info in source files headers
Sat, 26 Apr 2008 14:35:01 +0000 unc0rr Desert Eagle and Shotgun shot animations
Thu, 24 Apr 2008 19:55:10 +0000 unc0rr Hedgehog death animation
Thu, 24 Apr 2008 15:19:33 +0000 unc0rr - Some more sounds
Thu, 24 Apr 2008 15:03:57 +0000 unc0rr - Fix introduced bug with hh physics
Thu, 24 Apr 2008 14:49:19 +0000 unc0rr Use some more sounds
Thu, 24 Apr 2008 14:36:38 +0000 unc0rr Merge some more sounds
Mon, 21 Apr 2008 18:43:07 +0000 unc0rr - Fix too long delay between shotgun and deagle shots
Mon, 21 Apr 2008 16:51:14 +0000 unc0rr Animate baseball bat attack
Sun, 13 Apr 2008 12:29:26 +0000 unc0rr Fix broken logic for the new parachute feature
Sat, 12 Apr 2008 18:16:12 +0000 unc0rr Remove tailing spaces in some places
Sat, 12 Apr 2008 17:00:06 +0000 unc0rr - Small formatting changes
Sat, 12 Apr 2008 16:34:48 +0000 unc0rr Automatically use parachute when vertical speed is high enough
Tue, 01 Apr 2008 15:57:51 +0000 unc0rr Use 'first blood' sound
Fri, 07 Mar 2008 14:32:26 +0000 unc0rr - Your hedgehogs says you: "Yes, sir"
Fri, 07 Mar 2008 14:10:13 +0000 unc0rr - Commit voice sounds by Stephen Alexander
Mon, 25 Feb 2008 18:10:12 +0000 unc0rr Make high jump behaviour like in worms (back somersault)
Tue, 05 Feb 2008 17:53:38 +0000 unc0rr - New command 'set weapon'
Sat, 29 Sep 2007 16:39:21 +0000 unc0rr - Fix some warnings
Sat, 22 Sep 2007 17:04:28 +0000 unc0rr - Training format change
Fri, 21 Sep 2007 18:55:44 +0000 unc0rr Add CurrentHedgehog variable which simplifies code
Sat, 14 Jul 2007 11:46:54 +0000 unc0rr Fix bug when hedgehog moves not right after it is kicked
Sun, 08 Jul 2007 17:16:46 +0000 unc0rr - Switch to bazooka (or whatever) after use of some weapon (fixes problem with bots)
Tue, 03 Jul 2007 16:09:04 +0000 unc0rr - Introduce clans (teams with same color)
Mon, 02 Jul 2007 16:21:07 +0000 unc0rr Fix some warnings
Sun, 01 Jul 2007 11:02:47 +0000 unc0rr - Better randomness of placing hedgehogs on the land
Sun, 17 Jun 2007 14:48:15 +0000 unc0rr - Get rid of ammoProp_AttackInFall and gstFalling
Mon, 11 Jun 2007 15:52:32 +0000 unc0rr - Many fixes related to hh switcher
Wed, 06 Jun 2007 21:27:12 +0000 unc0rr - Various small fixes
Sun, 03 Jun 2007 17:21:57 +0000 unc0rr - Fix some bugs
Sun, 27 May 2007 17:55:55 +0000 unc0rr Fix collision with current hedgehog
Sat, 26 May 2007 20:47:36 +0000 unc0rr Teleported hedgehog picks up cases
Sat, 26 May 2007 16:49:37 +0000 unc0rr Tags with current damage
Thu, 24 May 2007 19:41:51 +0000 unc0rr Teleportation tool
Thu, 24 May 2007 18:48:35 +0000 unc0rr - Fix desert eagle
Tue, 22 May 2007 16:31:59 +0000 unc0rr - Fix bug with desert damaging current hedgehog
Mon, 21 May 2007 18:07:25 +0000 unc0rr - Don't kick cases by moving hedgehog
Mon, 14 May 2007 18:58:54 +0000 unc0rr Moving hedgehog could get another hedgehog moving forward
Wed, 09 May 2007 20:32:41 +0000 unc0rr - Further work on new collisions implementation
Fri, 04 May 2007 19:59:51 +0000 unc0rr Fix old bug with grenade(bomd, etc..) not colliding with attacking hedgehog
less more (0) -240 tip