hedgewars/uAmmos.pas
2012-02-17 koda the most important commit of the year
2012-02-06 nemo unbreak ammo menu
2012-02-05 koda BUUUUURN OBJC AMMOMENU BUUUURNhg diff! (on a separate note, this reduces the codesize by ~37k)
2012-02-04 Xeli Rewrote the Ammomenu:
2012-01-17 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
2011-12-08 nemo oops. this is more efficient anyway.
2011-12-07 nemo Suggestion of sheepluva's - disable timebox in crates after SD, and set to disabled in Ammo. Also disable switch hedgehog for teams of 1 hedgehog in size, and try and correct what appears to be a bug in reserved hats.
2011-11-30 Henek present somthing that could be taken as a structure
2011-10-16 koda merge the changes applied to 0.9.16
2011-09-25 nemo merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake. 0.9.16
2011-09-20 nemo check for amNothing
2011-09-04 nemo Add check on amNothing
2011-08-27 nemo Correctly check for failure to look up ammo, check for damaged mines
2011-08-25 nemo another silly mistake
2011-08-24 nemo Scripting changes. Add override of mapgen, templatefilter. Expose waterline, add "GetAmmoCount". Default to amNothing in uAmmos if entry is not found.
2011-08-22 nemo make it easier to do portal shoppa, ensure structure doesn't show up by accident in a weaponset
2011-08-07 nemo disable extra time in timeless mode
2011-06-29 unc0rr Simplify code using 'with', convert some tabs to spaces
2011-06-26 nemo Allow control of grenade bounce. Not sure if this is a good idea, but has been requested a lot, so...
2011-06-20 nemo oops
2011-06-20 nemo Allow scripting to set arbitrary weapon counts
2011-04-21 koda Clean Augean stables 2 (pascal has classnames available)
2011-04-10 nemo Fix a few crosshair bugs. Disable ShowCrosshair and just decide when drawing.
2011-03-20 nemo Adjust conditions for showing crosshair
2011-03-01 koda Happy 2011 :)
2011-01-02 koda remove obsolete TrainingFlags code
2011-01-02 sheepluva display caption for ammotype amNothing when switched to so that players know what just happened
2010-11-21 unc0rr uDebug
2010-11-21 unc0rr Remove uAmmos dependaency from uCommands
2010-11-21 unc0rr uCaptions
2010-11-18 unC0Rr Haven't found a better place than uIO for OutError
2010-11-18 unC0Rr Move some stuff from uMisc to uUtils
2010-11-18 unC0Rr Introduce uCommands.pas
2010-11-17 unc0rr uTeams
2010-11-17 unC0Rr Move variables from uMisc to uVariables
2010-11-17 unC0Rr Introduce unit uTypes in order to remove some cyclic unit dependencies
2010-11-21 koda display an empty table for missions
2010-11-15 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
2010-11-14 Henek resets CurAmmoType in ResetWeapons
2010-11-14 nemo fix placement 0.9.14.1
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:
less more (0) -120 tip