hedgewars/uAmmos.pas
Sun, 21 Nov 2010 04:10:39 +0100 koda display an empty table for missions
Mon, 15 Nov 2010 14:39:58 -0500 nemo This should fix Chip's bug with unlimited teleports. Also remove more hog placement special behaviour and just use ResetWeapons with a check against PlacingHogs mode
Sun, 14 Nov 2010 23:28:45 +0100 Henek resets CurAmmoType in ResetWeapons
Sun, 14 Nov 2010 12:53:33 -0500 nemo fix placement 0.9.14.1
Tue, 09 Nov 2010 22:44:12 -0500 nemo hide crosshair when switching to no weapon
Sat, 06 Nov 2010 12:56:09 -0400 henek Decouple forts from divide/mines/explosives, since those can be set individually these days
Fri, 05 Nov 2010 22:32:00 -0400 henek Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
Fri, 05 Nov 2010 19:07:17 -0400 nemo 2 minor bugfixes. fix shoppa hack, strip translation from 2 scheme/weapon filters - breaks otherwise.
Wed, 03 Nov 2010 13:00:17 -0400 nemo Extend shoppa hack to disable health crates to saucer and portal modes as well
Mon, 11 Oct 2010 21:45:25 +0200 koda merge
Mon, 11 Oct 2010 12:13:06 -0400 nemo Remove bit of debug code from prior, don't switch weapons on end of turn (stick with whatever the last weapon was)
Sun, 10 Oct 2010 21:43:22 -0400 nemo You win fillammostore
Mon, 11 Oct 2010 03:28:15 +0200 koda moved some utilities to a separate column with round buttons
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 12:08:16 -0400 nemo Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
Sat, 09 Oct 2010 18:01:47 +0200 koda merge
Sat, 09 Oct 2010 18:00:53 +0200 koda made the new menu toggable
Wed, 06 Oct 2010 20:20:54 -0400 nemo Set ammo to amNothing after using up the current ammo. This should reduce noob fail where they blow themselves up w/ bazooka.
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.
Sat, 31 Jul 2010 11:24:53 +0200 koda remove trailing spaces from end of line
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
Fri, 16 Apr 2010 14:37:28 +0000 smxx Engine/Frontend:
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)
less more (0) -60 tip