hedgewars/uAmmos.pas
2010-11-10 nemo hide crosshair when switching to no weapon
2010-11-06 henek Decouple forts from divide/mines/explosives, since those can be set individually these days
2010-11-06 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)
2010-11-05 nemo 2 minor bugfixes. fix shoppa hack, strip translation from 2 scheme/weapon filters - breaks otherwise.
2010-11-03 nemo Extend shoppa hack to disable health crates to saucer and portal modes as well
2010-10-11 koda merge
2010-10-11 nemo Remove bit of debug code from prior, don't switch weapons on end of turn (stick with whatever the last weapon was)
2010-10-11 nemo You win fillammostore
2010-10-11 koda moved some utilities to a separate column with round buttons
2010-10-11 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.
2010-10-10 nemo Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
2010-10-09 koda merge
2010-10-09 koda made the new menu toggable
2010-10-07 nemo Set ammo to amNothing after using up the current ammo. This should reduce noob fail where they blow themselves up w/ bazooka.
2010-09-06 nemo Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
2010-07-31 koda remove trailing spaces from end of line
2010-05-02 smxx Engine:
2010-05-02 koda js' patch that restores Vsync on snow leopard
2010-04-16 smxx Engine/Frontend:
2010-04-07 nemo Correct interaction of cave and placement.
2010-04-02 nemo Alter distribution of probabilities from frontend, allow utility crates in shoppa if probabilities permit (still ban health crates)
2010-03-27 nemo Tidier way to handle crosshair drawing. show/hide based on CurAmmoGear for alt attack weps
2010-03-26 smxx Engine:
2010-03-23 unc0rr wtf
2010-03-21 unc0rr In pascal unit is a namespace
2010-03-21 nemo FillAmmoStore is reused - check for before start of play.
2010-03-21 nemo Remove Timer2 from Gear, add a Timer to Hedgehog
2010-03-21 nemo Add a 2nd timer variable due to conflicts. This could perhaps use renaming
2010-03-14 nemo An animation requested by Tiy. Needs testing.
2010-03-06 unc0rr Replace tabs with spaces using 'expand -t 4' command
2010-02-25 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.
2010-02-24 nemo Show the ammo menu of the last local non-bot team when not local turn. needs testing
2010-02-21 nemo ok... how about this?
2010-02-21 nemo Be sure to initialise count for teleport in placement mode
2010-02-16 nemo Ensure InitialCount gets a value
2010-02-16 nemo Should be equivalent, but in any case, not needed
2010-02-10 smxx Engine:
2010-02-08 nemo Some handling of interaction between king mode and place hogs mode.
2010-02-08 nemo Yay for burning through revision numbers
2010-02-08 nemo redundant
2010-02-08 nemo Allow for ammos w/o teleports
2010-02-08 nemo Mode to place hogs at start of game. Will probably need a bit more testing.
2010-01-31 nemo Only add turn timeout for weapons that don't already have a timeout
2010-01-31 nemo oops. forgot skip turn
2010-01-31 nemo Remove king invulnerability, disable everything but teleport instead.
2010-01-26 koda complete the replacement of init/free wrappers for every unit
2010-01-26 nemo Free up some unfreed memory. Needed for Koda's iphone lib work
2009-11-20 koda revamped file access and debug display
2009-11-09 unc0rr - Formatting changes
2009-11-05 koda move compiler directives to standard pascal
2009-10-15 nemo Tweak shoppa probabilities
2009-10-15 nemo Initial molotov cocktail. Still needs graphics, tweaking of fire behaviour. Also changed probabilities for default weapon sets
2009-10-15 nemo Restore crate probability restriction for "shoppa" weapon sets
2009-10-12 unc0rr Smaxx: less hacks
2009-10-12 unc0rr Switch to first legal ammo when hedgehog can't hold current one
2009-10-12 unc0rr Real fix to ammo slot overflow (bug triggered by r2411 fix)
2009-10-08 koda fix a very rare bug in which CurSlot becomes greater than cMaxCurSlot
2009-09-10 unc0rr - Support probabilies from ammo scheme in engine
2009-09-10 unc0rr Implement probability editor for weapon schemes (engine doesn't support that yet)
2009-09-10 unc0rr Fix braindead check
2009-09-09 nemo Ok. This time I think I have it. amNothing should work.
2009-09-08 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.
2009-07-10 nemo damn mortars
2009-07-03 koda typos
2009-06-20 unc0rr Don't show enemy's number of ammo
2009-06-02 nemo A few FIXME flags for easy grepping
2009-05-27 nemo explicit nesting
2009-05-17 nemo I suck at pascal booleans
2009-05-16 nemo Should disable construction in the shoppa hack, I think. Construction is annoying
2009-04-30 unc0rr nemo's great patch:
2009-04-12 unc0rr nemo's patch + ropes ammo scheme hack
2009-04-12 unc0rr - Another way of defining official server
2009-03-26 unc0rr Fix bug with rope and bazooka
2009-03-23 unc0rr patch by nemo:
2009-03-22 unc0rr nemo's patch for girder + some fixes
2009-03-15 unc0rr More game options by nemo
2009-03-07 unc0rr - nemo's patch: some animations, zero probability for infinite weapons
2009-03-01 unc0rr a patch :P
2009-03-01 unc0rr 4 utilities by nemo
2009-02-01 unc0rr Apply nemo's patch polished by me:
2008-07-07 unc0rr Update copyright headers a bit
2008-06-02 unc0rr Fix a bug with automatic weapon switching when attacking from rope
2008-05-18 unc0rr - Fix bug with picking up ammos from cases, when total ammo count may become more than AMMO_INFINITE
2008-05-11 unc0rr Remove AltSlot and AltAmmo fields of Hedgehog record, as they are not actually needed
2008-04-27 unc0rr Update copyright info in source files headers
2008-02-05 unc0rr - Handle new command in game record and net
2008-02-05 unc0rr - New command 'set weapon'
2007-07-08 unc0rr - Switch to bazooka (or whatever) after use of some weapon (fixes problem with bots)
2007-07-02 unc0rr Convert teams list to array
2007-07-02 unc0rr Fix some warnings
2007-06-03 unc0rr - Fix some bugs
2007-02-05 unc0rr - Implement hack to let ammo stores work without needed assistance of frontend
2007-02-05 unc0rr Update copyright information
2007-01-27 unc0rr integer -> LongInt
2007-01-21 unc0rr Fixed-point arithmetics in engine.
2006-12-10 unc0rr - Implement ammo cases
2006-12-05 unc0rr Ammo schemes and ammo stores support in engine
less more (0) tip