hedgewars/uAmmos.pas
Wed, 07 Apr 2010 03:29:38 +0000 nemo Correct interaction of cave and placement.
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)
Sat, 27 Mar 2010 17:03:27 +0000 nemo Tidier way to handle crosshair drawing. show/hide based on CurAmmoGear for alt attack weps
Fri, 26 Mar 2010 12:34:18 +0000 smxx Engine:
Tue, 23 Mar 2010 16:53:45 +0000 unc0rr wtf
Sun, 21 Mar 2010 19:02:03 +0000 unc0rr In pascal unit is a namespace
Sun, 21 Mar 2010 16:04:57 +0000 nemo FillAmmoStore is reused - check for before start of play.
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
Sun, 14 Mar 2010 20:23:11 +0000 nemo An animation requested by Tiy. Needs testing.
Sat, 06 Mar 2010 10:59:20 +0000 unc0rr Replace tabs with spaces using 'expand -t 4' command
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.
Wed, 24 Feb 2010 01:55:59 +0000 nemo Show the ammo menu of the last local non-bot team when not local turn. needs testing
Sun, 21 Feb 2010 22:01:59 +0000 nemo ok... how about this?
Sun, 21 Feb 2010 21:55:34 +0000 nemo Be sure to initialise count for teleport in placement mode
Tue, 16 Feb 2010 03:03:26 +0000 nemo Ensure InitialCount gets a value
Tue, 16 Feb 2010 02:23:12 +0000 nemo Should be equivalent, but in any case, not needed
Wed, 10 Feb 2010 17:31:12 +0000 smxx Engine:
Mon, 08 Feb 2010 15:56:43 +0000 nemo Some handling of interaction between king mode and place hogs mode.
Mon, 08 Feb 2010 12:49:58 +0000 nemo Yay for burning through revision numbers
Mon, 08 Feb 2010 12:49:41 +0000 nemo redundant
Mon, 08 Feb 2010 12:46:09 +0000 nemo Allow for ammos w/o teleports
Mon, 08 Feb 2010 03:03:18 +0000 nemo Mode to place hogs at start of game. Will probably need a bit more testing.
Sun, 31 Jan 2010 19:32:43 +0000 nemo Only add turn timeout for weapons that don't already have a timeout
Sun, 31 Jan 2010 19:25:31 +0000 nemo oops. forgot skip turn
Sun, 31 Jan 2010 19:24:22 +0000 nemo Remove king invulnerability, disable everything but teleport instead.
Tue, 26 Jan 2010 21:55:51 +0000 koda complete the replacement of init/free wrappers for every unit
Tue, 26 Jan 2010 04:13:37 +0000 nemo Free up some unfreed memory. Needed for Koda's iphone lib work
Fri, 20 Nov 2009 21:22:05 +0000 koda revamped file access and debug display
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
Thu, 15 Oct 2009 19:13:08 +0000 nemo Tweak shoppa probabilities
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 15:49:42 +0000 nemo Restore crate probability restriction for "shoppa" weapon sets
Mon, 12 Oct 2009 19:39:47 +0000 unc0rr Smaxx: less hacks
Mon, 12 Oct 2009 16:58:05 +0000 unc0rr Switch to first legal ammo when hedgehog can't hold current one
Mon, 12 Oct 2009 16:53:01 +0000 unc0rr Real fix to ammo slot overflow (bug triggered by r2411 fix)
Thu, 08 Oct 2009 00:58:17 +0000 koda fix a very rare bug in which CurSlot becomes greater than cMaxCurSlot
Thu, 10 Sep 2009 12:23:02 +0000 unc0rr - Support probabilies from ammo scheme in engine
Thu, 10 Sep 2009 12:16:11 +0000 unc0rr Implement probability editor for weapon schemes (engine doesn't support that yet)
Thu, 10 Sep 2009 03:03:04 +0000 unc0rr Fix braindead check
Wed, 09 Sep 2009 01:55:37 +0000 nemo Ok. This time I think I have it. amNothing should work.
Tue, 08 Sep 2009 19:44:49 +0000 nemo Add an empty weapon to avoid selection of weapons which aren't yet ready. Might all be useful to switch to amNothing in certain situations, like after using up all ropes, instead of bazooka.
Fri, 10 Jul 2009 00:39:16 +0000 nemo damn mortars
Fri, 03 Jul 2009 22:02:13 +0000 koda typos
Sat, 20 Jun 2009 07:50:03 +0000 unc0rr Don't show enemy's number of ammo
Tue, 02 Jun 2009 18:59:13 +0000 nemo A few FIXME flags for easy grepping
Wed, 27 May 2009 15:55:14 +0000 nemo explicit nesting
Sun, 17 May 2009 18:02:21 +0000 nemo I suck at pascal booleans
Sat, 16 May 2009 14:51:04 +0000 nemo Should disable construction in the shoppa hack, I think. Construction is annoying
Thu, 30 Apr 2009 20:13:44 +0000 unc0rr nemo's great patch:
Sun, 12 Apr 2009 15:24:08 +0000 unc0rr nemo's patch + ropes ammo scheme hack
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
Mon, 23 Mar 2009 19:03:51 +0000 unc0rr patch by nemo:
Sun, 22 Mar 2009 17:41:07 +0000 unc0rr nemo's patch for girder + some fixes
Sun, 15 Mar 2009 17:47:06 +0000 unc0rr More game options by nemo
Sat, 07 Mar 2009 17:42:54 +0000 unc0rr - nemo's patch: some animations, zero probability for infinite weapons
Sun, 01 Mar 2009 17:30:10 +0000 unc0rr a patch :P
Sun, 01 Mar 2009 17:24:25 +0000 unc0rr 4 utilities by nemo
less more (0) -60 tip