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