hedgewars/uGears.pas
Sun, 26 Sep 2010 16:28:04 -0400 nemo Can't use cHealthDecrease here for these two 'cause it isn't a generic "do some damage to hog" flag, but is rather set when SD starts
Wed, 22 Sep 2010 21:53:29 +0200 smaxx Engine:
Fri, 10 Sep 2010 20:46:19 +0200 smaxx Engine:
Thu, 09 Sep 2010 14:16:44 -0400 nemo Untested fix of r3672 - should avoid hogs dying due to multiple health machine sources, and inappropriate application of karma/vampirism to these.
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.
Sun, 05 Sep 2010 11:26:17 -0400 nemo Delete CI in ResurrectHedgehog prior to FindPlace. Restrict FindPlace to the waterline, a bit more efficient.
Sun, 05 Sep 2010 00:48:07 +0200 burp gfAISurvival: fix issue when cpu cannot find new place to spawn
Wed, 01 Sep 2010 20:41:45 +0200 smaxx Engine:
Sun, 29 Aug 2010 16:48:20 +0200 burp Extend statistics collection (TeamKills, TurnSkips, TeamDamage)
Thu, 26 Aug 2010 22:38:25 +0200 burp gfAISurvival/heResurrectable: respawn always with 100HP
Thu, 26 Aug 2010 14:46:30 +0100 tiyuri Fixes memory leak -Burp
Thu, 26 Aug 2010 14:02:48 +0100 tiyuri Add kill counter to Survival Mode -Burp
Wed, 25 Aug 2010 21:06:34 +0100 tiyuri Some survival mode changes by burp
Sat, 21 Aug 2010 22:54:43 +0200 burp SpawnCustomCrateAt: spawn crate at random position for x=y=0, also let it return the gear, and luabindings the gear uid
Sat, 21 Aug 2010 22:36:59 +0200 smaxx Engine:
Tue, 10 Aug 2010 21:57:33 +0200 burp * SpawnCustomCrateAt procedure + lua bindings
Sat, 07 Aug 2010 01:45:31 +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 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:
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
Fri, 30 Jul 2010 18:20:42 +0200 smaxx Engine:
Thu, 29 Jul 2010 13:43:57 +0200 smaxx Engine:
Sun, 25 Jul 2010 17:30:19 +0200 koda shrink confirmation button, double tap resets zoom and centers hog
Sat, 03 Jul 2010 04:09:27 +0200 koda further code cleanup and less redundancy
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)
Mon, 28 Jun 2010 09:33:10 +0200 sheepluva engine: apply weapon offset to charge animation
Wed, 16 Jun 2010 21:14:23 +0200 sheepluva correct cake sit-down animation so that it doesn't sit down in mid-air anymore
Sat, 05 Jun 2010 20:49:51 +0000 smxx Engine:
Sat, 05 Jun 2010 18:50:08 +0000 smxx Engine:
Fri, 28 May 2010 20:05:22 +0000 smxx Engine (Henek):
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 09:45:46 +0000 sheepluva portal-link-bugfix: make sure deleted portals don't reset links other than those to themselves
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
Mon, 17 May 2010 02:54:56 +0000 nemo Change to just set timer to 0
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.
Tue, 11 May 2010 13:59:57 +0000 nemo hey sheepluva, how about just this? lets you have an anonymous one too.
Mon, 10 May 2010 00:56:16 +0000 nemo tweak
Sat, 08 May 2010 21:50:26 +0000 nemo Fix spectator bug in health tag
Fri, 07 May 2010 06:29:46 +0000 sheepluva finishing the gtHealthTag -> vgtHealthTag, no segfaults and hogzombies no more, hopefully
Fri, 07 May 2010 04:52:46 +0000 unc0rr Fix list Z-order bug (not tested)
Thu, 06 May 2010 22:02:56 +0000 sheepluva * gtHealthTag, gtSmokeTrace, gtEvilTrace, gtExplosion and gtBigExplosion are visual gears now (vgt*)
Thu, 06 May 2010 18:01:04 +0000 unc0rr Explain a bug. Fix should be kinda trivial, but I have no time now to fix and test.
Thu, 06 May 2010 09:25:13 +0000 sheepluva * get rid of some fpc hints (redundant/superfluous includes)
Thu, 06 May 2010 01:43:56 +0000 sheepluva removed debug string I thought I deleted already.. wth...
Thu, 06 May 2010 01:41:07 +0000 sheepluva portal:
Wed, 05 May 2010 22:03:10 +0000 nemo unneeded
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 18:42:19 +0000 koda js' patch that restores Vsync on snow leopard
Sun, 02 May 2010 14:38:46 +0000 nemo Drown the hog using the piano
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:02:20 +0000 smxx Engine:
Sat, 01 May 2010 18:44:25 +0000 nemo Fix portal graphic name, continuing work on portal movement
Sat, 01 May 2010 17:29:48 +0000 nemo Break out DrawHH/DrawGear to reduce scrolling in uGears.pas, add portal graphics
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 21:25:51 +0000 smxx Engine:
Thu, 29 Apr 2010 19:21:40 +0000 sheepluva let players affect in which direction their teleported hedgehog will look
Thu, 29 Apr 2010 17:21:10 +0000 smxx Engine:
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 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.
Mon, 12 Apr 2010 20:58:32 +0000 smxx Engine:
Sun, 11 Apr 2010 01:04:54 +0000 nemo offset graves
Sat, 10 Apr 2010 19:04:39 +0000 smxx Engine:
Wed, 07 Apr 2010 16:03:21 +0000 sheepluva * INSTALL file: setting FreePascal to >= 2.2.0
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
Sat, 03 Apr 2010 06:52:26 +0000 nemo Comment out this drawing of hat - I'm pretty sure it is redundant, did try to check various combinations
Fri, 02 Apr 2010 23:00:56 +0000 sheepluva * add some kind of SniperRifle training mission
Fri, 02 Apr 2010 20:57:39 +0000 nemo GetRandom(0) is illegal
Fri, 02 Apr 2010 20:49:23 +0000 palewolf Slightly different easing equations for bigexplosion
Fri, 02 Apr 2010 16:04:37 +0000 nemo Rebalance Default to take into account reweighting of crates, remove redundant check
Fri, 02 Apr 2010 15:58:45 +0000 nemo This attempts to distribute crates based on their probabilities, while preserving 35% for health crates since that has no probability GUI yet
Fri, 02 Apr 2010 15:41:39 +0000 nemo Alter distribution of probabilities from frontend, allow utility crates in shoppa if probabilities permit (still ban health crates)
Fri, 02 Apr 2010 15:33:11 +0000 nemo Call modify damage on poison damage
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
Thu, 01 Apr 2010 09:04:42 +0000 sheepluva * make invul animations of different hogs run asynchronously
Thu, 01 Apr 2010 05:33:32 +0000 sheepluva * check for valid TWave before starting/drawing them, prevents segfault
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:
Mon, 29 Mar 2010 23:20:34 +0000 koda just some very sane stuff for the iphone port (plus some macro on pascal files)
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
Sun, 28 Mar 2010 16:35:44 +0000 sheepluva * removed old hellishimpact.ogg
Sun, 28 Mar 2010 12:02:51 +0000 nemo another ban for gstLoser
Sat, 27 Mar 2010 20:51:53 +0000 smxx Engine:
Sat, 27 Mar 2010 17:45:26 +0000 nemo Restore this for now until I figure out why ShowCrosshair is being cleared on last rope
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 17:03:27 +0000 nemo Tidier way to handle crosshair drawing. show/hide based on CurAmmoGear for alt attack weps
Sat, 27 Mar 2010 15:48:59 +0000 smxx Engine:
Sat, 27 Mar 2010 15:41:21 +0000 nemo Keep crosshair active when using rope, regardless of alt wep
Sat, 27 Mar 2010 14:57:41 +0000 smxx Engine:
Sat, 27 Mar 2010 14:55:59 +0000 nemo Reduce turns to -1 to allow processing health machine on first turn. Needs testing with Sudden Death set to 0
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 11:48:02 +0000 mbait Added egg sprite
Sat, 27 Mar 2010 08:59:10 +0000 mbait Added poisoned eggs
Sat, 27 Mar 2010 05:15:52 +0000 nemo Specifically check for current hedgehog being on rope, the tricky bastard.
Sat, 27 Mar 2010 04:02:02 +0000 nemo Try to reduce expensive Distance() call until sure it is needed
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
Fri, 26 Mar 2010 19:59:15 +0000 nemo remove pointless code
Fri, 26 Mar 2010 17:22:52 +0000 nemo Eliminate flake kick on themes with no flakes, more than 200 flakes (city) or explosions of 25 or smaller
Fri, 26 Mar 2010 15:59:21 +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.
Thu, 25 Mar 2010 23:03:21 +0000 mbait Birdy egg added
Tue, 23 Mar 2010 21:50:26 +0000 palewolf Make UFO rotate while flying
Mon, 22 Mar 2010 17:48:19 +0000 unc0rr Clean Augean stables
Mon, 22 Mar 2010 13:44:35 +0000 smxx Engine:
Sun, 21 Mar 2010 22:26:12 +0000 palewolf Fix 16px offset on previous commit
Sun, 21 Mar 2010 20:53:34 +0000 palewolf Insert commit message here
Sun, 21 Mar 2010 19:02:03 +0000 unc0rr In pascal unit is a namespace
Sun, 21 Mar 2010 15:50:38 +0000 palewolf Insert commit message here
Sun, 21 Mar 2010 13:41:11 +0000 nemo Remove Timer2 from Gear, add a Timer to Hedgehog
Sun, 21 Mar 2010 03:51:53 +0000 nemo Add a 2nd timer variable due to conflicts. This could perhaps use renaming
Tue, 16 Mar 2010 21:39:55 +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 20:32:56 +0000 nemo Remove animation on jumping/resuming walk, only leave it in on weapon switch
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:
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 16:47:29 +0000 nemo Tiy adds active weapon icons for a bunch of things.
Sun, 14 Mar 2010 14:47:21 +0000 nemo Kick flakes a bit when an explosion is nearby. Needs testing / review by those more artistically inclined
Sun, 14 Mar 2010 14:18:31 +0000 smxx Engine:
Mon, 08 Mar 2010 01:42:23 +0000 nemo Fix iluvu flag (indexed), shrink molotov radius a bit to try and reduce fail
Sat, 06 Mar 2010 21:56:43 +0000 nemo Try out "tumbling" frame as a drowning frame
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 10:54:24 +0000 unc0rr hate Smaxx (tested)
Sat, 06 Mar 2010 01:26:12 +0000 nemo Stagger gear animations
Sat, 06 Mar 2010 01:21:44 +0000 nemo Remove frame count from rolling explosive
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 15:54:23 +0000 smxx Engine:
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: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.
Wed, 03 Mar 2010 14:49:10 +0000 nemo Rearrange the test a bit to make the separation a bit clearer, also try snuggling crates up a bit closer to other things.
Wed, 03 Mar 2010 02:56:18 +0000 nemo Add spinner for explosives, add dust on crate impact, crank up explosives a bit
Wed, 03 Mar 2010 02:36:52 +0000 nemo Ensure explosives are spawned somewhere w/ plenty of ground under them
Tue, 02 Mar 2010 17:22:36 +0000 smxx Engine:
Tue, 02 Mar 2010 04:04:16 +0000 nemo tweak
Sun, 28 Feb 2010 17:51:38 +0000 nemo Graphic for dead mines
Sun, 28 Feb 2010 16:03:33 +0000 nemo Dude mine probability spinner
Sat, 27 Feb 2010 19:54:03 +0000 nemo First real reserved hats. Thanks Tiy! Also, seeing if blowtorch looks ok w/ hat on.
Thu, 25 Feb 2010 04:04:26 +0000 nemo Awesome patch from TheException - adds editing of weapon delay and crate count. Tiy might want to tweak the crate graphic, could make be smaller or less overlappy.
Tue, 23 Feb 2010 15:41:37 +0000 smxx Engine:
Mon, 22 Feb 2010 10:56:43 +0000 smxx Engine:
Mon, 22 Feb 2010 00:53:04 +0000 nemo Skip drawing some stuff if water is opaque. Affects simulation.
Thu, 18 Feb 2010 01:02:28 +0000 nemo Extra incentive to attack non-king hogs. If king loses his entourage, he loses 5hp per turn
Mon, 15 Feb 2010 21:54:26 +0000 smxx Engine:
Mon, 15 Feb 2010 21:44:05 +0000 nemo Keep crosshairs when being kicked by gstWinner (for rope and such)
Mon, 15 Feb 2010 14:04:29 +0000 smxx Engine:
Fri, 12 Feb 2010 18:40:14 +0000 smxx Engine:
Fri, 12 Feb 2010 17:02:08 +0000 smxx Engine:
Wed, 10 Feb 2010 13:53:31 +0000 smxx Engine:
Wed, 10 Feb 2010 09:52:00 +0000 smxx Engine:
Wed, 10 Feb 2010 00:55:40 +0000 smxx Engine:
Mon, 08 Feb 2010 18:12:06 +0000 nemo Override both hog placements, this makes divide teams pretty much useless with hog placement mode. Restricting hog placement to one side might be a nice addition.
Mon, 08 Feb 2010 16:03:58 +0000 nemo Decrease king buff from 150% bonus to 50% bonus, disable warning sound in placement 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.
Fri, 05 Feb 2010 13:32:57 +0000 nemo ... or. just move the king check to after the gear nil
Fri, 05 Feb 2010 13:30:47 +0000 nemo account for dying king
Fri, 05 Feb 2010 13:12:31 +0000 nemo Add one king per team instead of clan, kill off clan if all kings are dead. untested.
Thu, 04 Feb 2010 14:48:49 +0000 smxx Engine:
Wed, 03 Feb 2010 04:18:28 +0000 nemo Fix crash in DrawTunnel
Sun, 31 Jan 2010 19:24:22 +0000 nemo Remove king invulnerability, disable everything but teleport instead.
Sun, 31 Jan 2010 16:35:18 +0000 nemo Pass correct gear to modifydamage in shotgun
Sun, 31 Jan 2010 16:31:45 +0000 nemo Adjust king movement in ammoshove, give king a damage bonus
Sun, 31 Jan 2010 16:20:53 +0000 nemo Update translation files, add "King Mode"
Tue, 26 Jan 2010 21:55:51 +0000 koda complete the replacement of init/free wrappers for every unit
Mon, 18 Jan 2010 05:36:08 +0000 koda replace initialization/finalization statements with custom init functions
Thu, 14 Jan 2010 16:46:50 +0000 koda makes freepascal code compatible with OBJFPC mode
Wed, 09 Dec 2009 17:35:42 +0000 nemo This seems a little more efficient
Sun, 15 Nov 2009 19:42:28 +0000 koda fix chat color in ppc
Sat, 14 Nov 2009 11:06:55 +0000 unc0rr Fix desync when playing with AI via network, occuring in certain conditions
Sat, 14 Nov 2009 02:53:04 +0000 koda fix wrong ttf blending in ppc
Tue, 10 Nov 2009 04:22:55 +0000 nemo Add check for nil gear
Mon, 09 Nov 2009 20:29:21 +0000 unc0rr - Formatting changes
Thu, 05 Nov 2009 16:23:09 +0000 koda move compiler directives to standard pascal
Mon, 02 Nov 2009 18:24:58 +0000 nemo A basic Spidey hat, leave hat on when roping.
Tue, 20 Oct 2009 21:20:47 +0000 nemo Bunch of neat stuff by Smaxx. ATI check, translucent name tags to reduce terrain fail, disabling health crates on invulnerable hogs. Also tweaks to prior stuff.
Sun, 18 Oct 2009 03:54:22 +0000 nemo Disable followgear on ammoshove for napalm fire damage
Fri, 16 Oct 2009 15:35:41 +0000 nemo Tweak of molotov based on burp's play, a little bit more specificity in homerun.
Fri, 16 Oct 2009 14:53:58 +0000 nemo Smaxx excludes flames from triggering homerun sound, presumably any other weapon still can??
Fri, 16 Oct 2009 14:03:42 +0000 nemo Kill flame if any gears collide.
Fri, 16 Oct 2009 13:54:57 +0000 nemo increase molotov radius a bit
Thu, 15 Oct 2009 21:47:05 +0000 nemo openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
Thu, 15 Oct 2009 18:02:01 +0000 nemo Adjustments to training mode and credits by Smaxx
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
Thu, 15 Oct 2009 17:14:29 +0000 nemo Remove sheepluva's simple 45 deg bouncing from r2472, add various flame sizes for Tiy
Thu, 15 Oct 2009 15:28:19 +0000 nemo New data files from Tiy, add gtFlame to avoidance list
Mon, 12 Oct 2009 16:44:30 +0000 unc0rr Huge Smaxx patch with some fixes by me:
Mon, 12 Oct 2009 13:44:34 +0000 nemo In progress, trying to make a fire for molotov cocktail. Normal fire should still work fairly normally.
Wed, 07 Oct 2009 14:37:42 +0000 unc0rr - Fix mouse cursor bugs in net game (still has a bug near water)
Tue, 22 Sep 2009 21:00:39 +0000 koda fix invisible rope in low quality
Tue, 22 Sep 2009 18:58:02 +0000 koda converts some gl calls to gles
Tue, 22 Sep 2009 15:48:49 +0000 unc0rr - Remove cake fix
Tue, 22 Sep 2009 15:42:19 +0000 unc0rr Fix cake going wrong way bug (triggered by disallowing "negative zero" in hwSign)
Thu, 10 Sep 2009 15:29:28 +0000 nemo Strip trailing spaces
Thu, 10 Sep 2009 04:36:58 +0000 unc0rr Disable smoothing and alpha for low quality rope rendering
Thu, 10 Sep 2009 04:36:26 +0000 unc0rr Some rope tweaks
Thu, 10 Sep 2009 03:02:38 +0000 unc0rr Use GL_LINE_STRIP instead of GL_LINES
Wed, 09 Sep 2009 14:04:06 +0000 unc0rr - Implement low quality rope
Thu, 27 Aug 2009 12:59:21 +0000 unc0rr Add respawning mines mode as a hack.
Sun, 16 Aug 2009 14:56:09 +0000 unc0rr Fix bazooka having timer
Wed, 12 Aug 2009 09:43:05 +0000 unc0rr Better support for scripting by gears
Thu, 30 Jul 2009 17:32:46 +0000 unc0rr Fix queue bug triggered by AI
Fri, 03 Jul 2009 22:02:13 +0000 koda typos
Wed, 01 Jul 2009 22:50:27 +0000 koda sounds for teleport and beginning of sudden death
Sun, 28 Jun 2009 23:36:41 +0000 nemo disable timers on a few silly items, trying out a timer on cake
Sun, 28 Jun 2009 18:47:55 +0000 nemo Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
Mon, 22 Jun 2009 00:14:24 +0000 nemo disable selection sprite, nudge ship into the air on launch
Sun, 21 Jun 2009 17:47:57 +0000 nemo Ugly graphic for jetpack - jetpack should be essentially functional.
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
Thu, 18 Jun 2009 01:51:25 +0000 nemo Tiy's new airstrike graphic
Thu, 11 Jun 2009 15:22:02 +0000 unc0rr Patch by koda:
Tue, 02 Jun 2009 18:59:13 +0000 nemo A few FIXME flags for easy grepping
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
Sun, 31 May 2009 19:32:54 +0000 unc0rr Okay, now a real fix
Sun, 31 May 2009 17:56:15 +0000 nemo Push karma application to end of round - should avoid problems w/ plane and kamikaze
Sun, 31 May 2009 15:17:03 +0000 unc0rr Fix a source of desync caused by player quit
Tue, 26 May 2009 19:27:55 +0000 nemo 0-3 not 0-2
Wed, 20 May 2009 16:35:27 +0000 unc0rr Silence useless warning
Mon, 18 May 2009 00:54:21 +0000 nemo increase # of mines to 50, limit max depth of drowning damage tag
Sun, 17 May 2009 22:15:09 +0000 nemo remove 0 damage tag, easter hat fix, pink sun hat
Sun, 17 May 2009 13:03:56 +0000 unc0rr Silence useless warning
Sat, 16 May 2009 19:03:08 +0000 nemo use separate variable for vamp/karma calcs, move karma damage tag from point of damage origin to originating hedgehog at unc0rr's request
Fri, 15 May 2009 00:51:37 +0000 nemo Prevent gaining more health than hedgehog actually has
Thu, 14 May 2009 14:47:08 +0000 nemo Use shrug frame for injuring yourself/team-mate, add custom theme music to Sheep theme
less more (0) -240 tip