Sat, 08 Feb 2014 16:29:34 +0400 |
unc0rr |
Implicit type casts to help pas2c
|
file |
diff |
annotate
|
Thu, 06 Feb 2014 22:03:53 +0100 |
sheepluva |
rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 19:45:22 +0100 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 16:35:31 +0100 |
sheepluva |
fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:38:13 +0100 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 23:55:54 +0400 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
Mon, 25 Nov 2013 10:12:18 +0100 |
sheepluva |
don't let (am)Nothing change allowed aiming angles. e.g. fixes aiming problems when on last rope. please test for possible side effects (flying saucer and whatnot)
|
file |
diff |
annotate
|
Thu, 31 Oct 2013 10:46:52 -0400 |
nemo |
Prevent using SetAmmo to set amNothing to anything.
|
file |
diff |
annotate
|
Fri, 11 Oct 2013 17:43:13 +0200 |
koda |
merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang
webgl
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 13:43:08 +0400 |
unc0rr |
Preserve weapon settings in AddAmmo. Fixes issue 450.
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 22:28:12 +0200 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Wed, 29 May 2013 15:12:06 -0400 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
Thu, 16 May 2013 14:05:16 -0400 |
nemo |
bleah. sorry for spam. this reverts the first attempt in uAmmos
|
file |
diff |
annotate
|
Thu, 16 May 2013 14:02:33 -0400 |
nemo |
Yeah, this isn't safe either. Caused bug #629 - removing.
|
file |
diff |
annotate
|
Wed, 15 May 2013 23:33:38 -0400 |
nemo |
better way to do it that avoids screwing up angle bounds on single saucer
|
file |
diff |
annotate
|
Tue, 14 May 2013 08:57:30 -0400 |
nemo |
Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance
|
file |
diff |
annotate
|
Sun, 11 Nov 2012 17:15:19 +0100 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
Sun, 14 Oct 2012 13:35:15 -0400 |
nemo |
First pass at cleaver.
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 10:56:14 -0400 |
nemo |
Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
|
file |
diff |
annotate
|
Thu, 05 Jul 2012 20:53:55 +0400 |
unc0rr |
Fix crash when hedgehog dies while switching from it
|
file |
diff |
annotate
|
Wed, 04 Jul 2012 10:56:42 -0400 |
nemo |
Allow script to set number of ammo in a crate. untested.
|
file |
diff |
annotate
|
Thu, 10 May 2012 11:29:18 +0400 |
unc0rr |
uAmmos.c now compiles (3 warnings though)
|
file |
diff |
annotate
|
Wed, 02 May 2012 10:53:13 +0100 |
koda |
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 23:50:40 +0400 |
unc0rr |
Get rid of overloaded functions in uAmmo
|
file |
diff |
annotate
|
Sat, 21 Apr 2012 19:51:13 +0400 |
unc0rr |
- Remove support for variables in command handlers
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 20:12:31 -0400 |
nemo |
Start on adding drowning bonus to bat/firepunch/whip. AI still is not smart enough to change direction when firepunching to face the water, or change the angle of the bat.
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 16:10:38 -0500 |
nemo |
Set default empty ammo sets. Current mission handling appears to not pass any default ammo set, so script was never getting a chance to set its own.
|
file |
diff |
annotate
|
Fri, 17 Feb 2012 18:23:36 +0100 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
Sun, 05 Feb 2012 20:08:17 -0500 |
nemo |
unbreak ammo menu
|
file |
diff |
annotate
|
Sun, 05 Feb 2012 15:52:26 +0100 |
koda |
BUUUUURN OBJC AMMOMENU BUUUURNhg diff! (on a separate note, this reduces the codesize by ~37k)
|
file |
diff |
annotate
|
Sat, 04 Feb 2012 16:22:46 +0100 |
Xeli |
Rewrote the Ammomenu:
|
file |
diff |
annotate
|
Tue, 17 Jan 2012 09:01:31 -0500 |
lovelacer |
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
|
file |
diff |
annotate
|
Wed, 07 Dec 2011 19:38:33 -0500 |
nemo |
oops. this is more efficient anyway.
|
file |
diff |
annotate
|
Wed, 07 Dec 2011 11:35:03 -0500 |
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.
|
file |
diff |
annotate
|
Wed, 30 Nov 2011 23:16:44 +0100 |
Henek |
present somthing that could be taken as a structure
|
file |
diff |
annotate
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
Sun, 25 Sep 2011 10:48:18 -0400 |
nemo |
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
0.9.16
|
file |
diff |
annotate
|
Tue, 20 Sep 2011 16:00:20 -0400 |
nemo |
check for amNothing
|
file |
diff |
annotate
|
Sun, 04 Sep 2011 16:42:51 -0400 |
nemo |
Add check on amNothing
|
file |
diff |
annotate
|
Fri, 26 Aug 2011 21:38:11 -0400 |
nemo |
Correctly check for failure to look up ammo, check for damaged mines
|
file |
diff |
annotate
|
Wed, 24 Aug 2011 23:37:03 -0400 |
nemo |
another silly mistake
|
file |
diff |
annotate
|
Wed, 24 Aug 2011 15:09:41 -0400 |
nemo |
Scripting changes. Add override of mapgen, templatefilter. Expose waterline, add "GetAmmoCount". Default to amNothing in uAmmos if entry is not found.
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 22:41:10 -0400 |
nemo |
make it easier to do portal shoppa, ensure structure doesn't show up by accident in a weaponset
|
file |
diff |
annotate
|
Sun, 07 Aug 2011 13:32:28 -0400 |
nemo |
disable extra time in timeless mode
|
file |
diff |
annotate
|
Wed, 29 Jun 2011 17:32:05 +0400 |
unc0rr |
Simplify code using 'with', convert some tabs to spaces
|
file |
diff |
annotate
|
Sun, 26 Jun 2011 13:38:47 -0400 |
nemo |
Allow control of grenade bounce. Not sure if this is a good idea, but has been requested a lot, so...
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 19:00:19 -0400 |
nemo |
oops
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 18:58:26 -0400 |
nemo |
Allow scripting to set arbitrary weapon counts
|
file |
diff |
annotate
|
Thu, 21 Apr 2011 07:41:24 +0200 |
koda |
Clean Augean stables 2 (pascal has classnames available)
|
file |
diff |
annotate
|
Sun, 10 Apr 2011 14:04:56 -0400 |
nemo |
Fix a few crosshair bugs. Disable ShowCrosshair and just decide when drawing.
|
file |
diff |
annotate
|
Sun, 20 Mar 2011 12:52:36 -0400 |
nemo |
Adjust conditions for showing crosshair
|
file |
diff |
annotate
|
Wed, 02 Mar 2011 00:27:20 +0100 |
koda |
Happy 2011 :)
|
file |
diff |
annotate
|
Sun, 02 Jan 2011 18:12:16 +0100 |
koda |
remove obsolete TrainingFlags code
|
file |
diff |
annotate
|
Sun, 02 Jan 2011 13:54:28 +0100 |
sheepluva |
display caption for ammotype amNothing when switched to so that players know what just happened
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:41:19 +0300 |
unc0rr |
uDebug
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 19:07:43 +0300 |
unc0rr |
Remove uAmmos dependaency from uCommands
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 16:53:31 +0300 |
unc0rr |
uCaptions
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 12:12:51 +0300 |
unC0Rr |
Haven't found a better place than uIO for OutError
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 11:32:47 +0300 |
unC0Rr |
Move some stuff from uMisc to uUtils
|
file |
diff |
annotate
|
Thu, 18 Nov 2010 09:12:27 +0300 |
unC0Rr |
Introduce uCommands.pas
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 22:14:41 +0300 |
unc0rr |
uTeams
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:45:55 +0300 |
unC0Rr |
Move variables from uMisc to uVariables
|
file |
diff |
annotate
|
Wed, 17 Nov 2010 17:22:36 +0300 |
unC0Rr |
Introduce unit uTypes in order to remove some cyclic unit dependencies
|
file |
diff |
annotate
|
Sun, 21 Nov 2010 04:10:39 +0100 |
koda |
display an empty table for missions
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 23:28:45 +0100 |
Henek |
resets CurAmmoType in ResetWeapons
|
file |
diff |
annotate
|
Sun, 14 Nov 2010 12:53:33 -0500 |
nemo |
fix placement
0.9.14.1
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 22:44:12 -0500 |
nemo |
hide crosshair when switching to no weapon
|
file |
diff |
annotate
|
Sat, 06 Nov 2010 12:56:09 -0400 |
henek |
Decouple forts from divide/mines/explosives, since those can be set individually these days
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Fri, 05 Nov 2010 19:07:17 -0400 |
nemo |
2 minor bugfixes. fix shoppa hack, strip translation from 2 scheme/weapon filters - breaks otherwise.
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 13:00:17 -0400 |
nemo |
Extend shoppa hack to disable health crates to saucer and portal modes as well
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 21:45:25 +0200 |
koda |
merge
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 21:43:22 -0400 |
nemo |
You win fillammostore
|
file |
diff |
annotate
|
Mon, 11 Oct 2010 03:28:15 +0200 |
koda |
moved some utilities to a separate column with round buttons
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 18:01:47 +0200 |
koda |
merge
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 18:00:53 +0200 |
koda |
made the new menu toggable
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 31 Jul 2010 11:24:53 +0200 |
koda |
remove trailing spaces from end of line
|
file |
diff |
annotate
|
Sun, 02 May 2010 22:00:50 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Sun, 02 May 2010 18:42:19 +0000 |
koda |
js' patch that restores Vsync on snow leopard
|
file |
diff |
annotate
|
Fri, 16 Apr 2010 14:37:28 +0000 |
smxx |
Engine/Frontend:
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 03:29:38 +0000 |
nemo |
Correct interaction of cave and placement.
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
Sat, 27 Mar 2010 17:03:27 +0000 |
nemo |
Tidier way to handle crosshair drawing. show/hide based on CurAmmoGear for alt attack weps
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 12:34:18 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Tue, 23 Mar 2010 16:53:45 +0000 |
unc0rr |
wtf
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 19:02:03 +0000 |
unc0rr |
In pascal unit is a namespace
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 16:04:57 +0000 |
nemo |
FillAmmoStore is reused - check for before start of play.
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 13:41:11 +0000 |
nemo |
Remove Timer2 from Gear, add a Timer to Hedgehog
|
file |
diff |
annotate
|
Sun, 21 Mar 2010 03:51:53 +0000 |
nemo |
Add a 2nd timer variable due to conflicts. This could perhaps use renaming
|
file |
diff |
annotate
|
Sun, 14 Mar 2010 20:23:11 +0000 |
nemo |
An animation requested by Tiy. Needs testing.
|
file |
diff |
annotate
|
Sat, 06 Mar 2010 10:59:20 +0000 |
unc0rr |
Replace tabs with spaces using 'expand -t 4' command
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Sun, 21 Feb 2010 22:01:59 +0000 |
nemo |
ok... how about this?
|
file |
diff |
annotate
|
Sun, 21 Feb 2010 21:55:34 +0000 |
nemo |
Be sure to initialise count for teleport in placement mode
|
file |
diff |
annotate
|
Tue, 16 Feb 2010 03:03:26 +0000 |
nemo |
Ensure InitialCount gets a value
|
file |
diff |
annotate
|
Tue, 16 Feb 2010 02:23:12 +0000 |
nemo |
Should be equivalent, but in any case, not needed
|
file |
diff |
annotate
|
Wed, 10 Feb 2010 17:31:12 +0000 |
smxx |
Engine:
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 15:56:43 +0000 |
nemo |
Some handling of interaction between king mode and place hogs mode.
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 12:49:58 +0000 |
nemo |
Yay for burning through revision numbers
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 12:49:41 +0000 |
nemo |
redundant
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 12:46:09 +0000 |
nemo |
Allow for ammos w/o teleports
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 03:03:18 +0000 |
nemo |
Mode to place hogs at start of game. Will probably need a bit more testing.
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 19:32:43 +0000 |
nemo |
Only add turn timeout for weapons that don't already have a timeout
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 19:25:31 +0000 |
nemo |
oops. forgot skip turn
|
file |
diff |
annotate
|
Sun, 31 Jan 2010 19:24:22 +0000 |
nemo |
Remove king invulnerability, disable everything but teleport instead.
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 21:55:51 +0000 |
koda |
complete the replacement of init/free wrappers for every unit
|
file |
diff |
annotate
|
Tue, 26 Jan 2010 04:13:37 +0000 |
nemo |
Free up some unfreed memory. Needed for Koda's iphone lib work
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 21:22:05 +0000 |
koda |
revamped file access and debug display
|
file |
diff |
annotate
|
Mon, 09 Nov 2009 20:29:21 +0000 |
unc0rr |
- Formatting changes
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 16:23:09 +0000 |
koda |
move compiler directives to standard pascal
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 19:13:08 +0000 |
nemo |
Tweak shoppa probabilities
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 15:49:42 +0000 |
nemo |
Restore crate probability restriction for "shoppa" weapon sets
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 19:39:47 +0000 |
unc0rr |
Smaxx: less hacks
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:58:05 +0000 |
unc0rr |
Switch to first legal ammo when hedgehog can't hold current one
|
file |
diff |
annotate
|
Mon, 12 Oct 2009 16:53:01 +0000 |
unc0rr |
Real fix to ammo slot overflow (bug triggered by r2411 fix)
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 00:58:17 +0000 |
koda |
fix a very rare bug in which CurSlot becomes greater than cMaxCurSlot
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 12:23:02 +0000 |
unc0rr |
- Support probabilies from ammo scheme in engine
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 12:16:11 +0000 |
unc0rr |
Implement probability editor for weapon schemes (engine doesn't support that yet)
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 03:03:04 +0000 |
unc0rr |
Fix braindead check
|
file |
diff |
annotate
|
Wed, 09 Sep 2009 01:55:37 +0000 |
nemo |
Ok. This time I think I have it. amNothing should work.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 10 Jul 2009 00:39:16 +0000 |
nemo |
damn mortars
|
file |
diff |
annotate
|
Fri, 03 Jul 2009 22:02:13 +0000 |
koda |
typos
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 07:50:03 +0000 |
unc0rr |
Don't show enemy's number of ammo
|
file |
diff |
annotate
|
Tue, 02 Jun 2009 18:59:13 +0000 |
nemo |
A few FIXME flags for easy grepping
|
file |
diff |
annotate
|
Wed, 27 May 2009 15:55:14 +0000 |
nemo |
explicit nesting
|
file |
diff |
annotate
|
Sun, 17 May 2009 18:02:21 +0000 |
nemo |
I suck at pascal booleans
|
file |
diff |
annotate
|
Sat, 16 May 2009 14:51:04 +0000 |
nemo |
Should disable construction in the shoppa hack, I think. Construction is annoying
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 20:13:44 +0000 |
unc0rr |
nemo's great patch:
|
file |
diff |
annotate
|
Sun, 12 Apr 2009 15:24:08 +0000 |
unc0rr |
nemo's patch + ropes ammo scheme hack
|
file |
diff |
annotate
|
Sun, 12 Apr 2009 12:50:43 +0000 |
unc0rr |
- Another way of defining official server
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 19:22:40 +0000 |
unc0rr |
Fix bug with rope and bazooka
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 19:03:51 +0000 |
unc0rr |
patch by nemo:
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 17:41:07 +0000 |
unc0rr |
nemo's patch for girder + some fixes
|
file |
diff |
annotate
|
Sun, 15 Mar 2009 17:47:06 +0000 |
unc0rr |
More game options by nemo
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 17:42:54 +0000 |
unc0rr |
- nemo's patch: some animations, zero probability for infinite weapons
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 17:30:10 +0000 |
unc0rr |
a patch :P
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 17:24:25 +0000 |
unc0rr |
4 utilities by nemo
|
file |
diff |
annotate
|
Sun, 01 Feb 2009 15:58:44 +0000 |
unc0rr |
Apply nemo's patch polished by me:
|
file |
diff |
annotate
|
Mon, 07 Jul 2008 13:06:25 +0000 |
unc0rr |
Update copyright headers a bit
|
file |
diff |
annotate
|
Mon, 02 Jun 2008 19:15:53 +0000 |
unc0rr |
Fix a bug with automatic weapon switching when attacking from rope
|
file |
diff |
annotate
|
Sun, 18 May 2008 10:54:43 +0000 |
unc0rr |
- Fix bug with picking up ammos from cases, when total ammo count may become more than AMMO_INFINITE
|
file |
diff |
annotate
|
Sun, 11 May 2008 19:30:40 +0000 |
unc0rr |
Remove AltSlot and AltAmmo fields of Hedgehog record, as they are not actually needed
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 11:40:22 +0000 |
unc0rr |
Update copyright info in source files headers
|
file |
diff |
annotate
|
Tue, 05 Feb 2008 18:25:46 +0000 |
unc0rr |
- Handle new command in game record and net
|
file |
diff |
annotate
|
Tue, 05 Feb 2008 17:53:38 +0000 |
unc0rr |
- New command 'set weapon'
|
file |
diff |
annotate
|
Sun, 08 Jul 2007 17:16:46 +0000 |
unc0rr |
- Switch to bazooka (or whatever) after use of some weapon (fixes problem with bots)
|
file |
diff |
annotate
|
Mon, 02 Jul 2007 21:33:21 +0000 |
unc0rr |
Convert teams list to array
|
file |
diff |
annotate
|
Mon, 02 Jul 2007 16:21:07 +0000 |
unc0rr |
Fix some warnings
|
file |
diff |
annotate
|
Sun, 03 Jun 2007 17:21:57 +0000 |
unc0rr |
- Fix some bugs
|
file |
diff |
annotate
|
Mon, 05 Feb 2007 20:26:13 +0000 |
unc0rr |
- Implement hack to let ammo stores work without needed assistance of frontend
|
file |
diff |
annotate
|
Mon, 05 Feb 2007 19:33:24 +0000 |
unc0rr |
Update copyright information
|
file |
diff |
annotate
|
Sat, 27 Jan 2007 14:18:33 +0000 |
unc0rr |
integer -> LongInt
|
file |
diff |
annotate
|
Sun, 21 Jan 2007 19:51:02 +0000 |
unc0rr |
Fixed-point arithmetics in engine.
|
file |
diff |
annotate
|
Sun, 10 Dec 2006 15:55:53 +0000 |
unc0rr |
- Implement ammo cases
|
file |
diff |
annotate
|
Tue, 05 Dec 2006 17:27:27 +0000 |
unc0rr |
Ammo schemes and ammo stores support in engine
|
file |
diff |
annotate
|