2012-07-04 |
nemo |
Allow script to set number of ammo in a crate. untested.
|
file |
diff |
annotate
|
2012-07-03 |
unc0rr |
- Don't call Length() on variable size arrays
|
file |
diff |
annotate
|
2012-07-20 |
belphegorr |
Modified DrawGear so that it doesn't draw the gear when it has message gmRemoveFromList (it was causing havoc when I used HideHog as it could not access the position of the hog)
|
file |
diff |
annotate
|
2012-06-04 |
nemo |
Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.
|
file |
diff |
annotate
|
2012-06-04 |
nemo |
Workaround for bug #144. This workaround had occurred to me a while ago, but wasn't sure if placing them unfairly was better than not placing them at all. Argument for not placing at all is people should probably abort the game when they notice it. Argument for placing unfairly is people can still abort, and if we really wanted them to abort, we should probably just have halted launch if all hogs failed to spawn. This way at least play can continue.
|
file |
diff |
annotate
|
2012-06-02 |
nemo |
add onGameTick20 to basic training, extend laser sight out way more (it was visible at top when completely zoomed out), move call of new turn to after AfterSwitchHedgehog to avoid lua issues in onNewTurn - if this causes problems, lua can do delayed actions in onGameTick
|
file |
diff |
annotate
|
2012-05-31 |
unc0rr |
Improve TestWhip
|
file |
diff |
annotate
|
2012-05-28 |
nemo |
Add onGameTick20 to try and encourage lua to be a bit more efficient. Rewrite Space Invasion to use it. Top speed of aliens is 25% higher now, although that could be changed, I kinda liked it. Change parameter order of div().
|
file |
diff |
annotate
|
2012-05-12 |
unc0rr |
Get rid of cripple SendIPCc
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
More tolerance to pas2c
|
file |
diff |
annotate
|
2012-05-11 |
unc0rr |
Make pas2c happier with uSound
|
file |
diff |
annotate
|
2012-05-05 |
koda |
old typed const moved to their proper unit
|
file |
diff |
annotate
|
2012-05-05 |
koda |
adjust the scope of a few uSound variables and functions
|
file |
diff |
annotate
|
2012-05-03 |
nemo |
Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
|
file |
diff |
annotate
|
2012-05-02 |
nemo |
Initial stub for freezer
|
file |
diff |
annotate
|
2012-05-02 |
koda |
marked a couple of functions as inline
|
file |
diff |
annotate
|
2012-05-01 |
koda |
breaking news, we don't support typed consts anymore
|
file |
diff |
annotate
|
2012-04-21 |
unc0rr |
- Remove support for variables in command handlers
|
file |
diff |
annotate
|
2012-04-14 |
unc0rr |
Fix insanity
|
file |
diff |
annotate
|
2012-03-11 |
nemo |
Add drowning to grenade too, try some little optimisations
|
file |
diff |
annotate
|
2012-02-17 |
koda |
the most important commit of the year
|
file |
diff |
annotate
|
2012-01-24 |
nemo |
Tweak voices a bit (always play hurry at correct time, skip "come on then" if other voice is playing)
|
file |
diff |
annotate
|
2012-01-17 |
lovelacer |
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
|
file |
diff |
annotate
|
2011-12-30 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
2011-12-15 |
nemo |
Remove density adjustment in ammoshove. Means a mine and a barrel will be batted same distance again.
|
file |
diff |
annotate
|
2011-12-15 |
nemo |
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2011-11-30 |
Henek |
present somthing that could be taken as a structure
|
file |
diff |
annotate
|
2011-12-30 |
unc0rr |
Start refactoring uGears. Breaks build.
|
file |
diff |
annotate
|
2011-11-27 |
unc0rr |
Countless imporvements to the parser and countless help to the parser in sources.
|
file |
diff |
annotate
|
2011-11-14 |
nemo |
Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
exclude hogs from density check
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
too game breaking I think
|
file |
diff |
annotate
|
2011-11-06 |
nemo |
Include density in gear kick
|
file |
diff |
annotate
|
2011-10-31 |
sheepluva |
this seems... um.. random
|
file |
diff |
annotate
|
2011-10-23 |
nemo |
oops
|
file |
diff |
annotate
|
2011-10-23 |
nemo |
retain dx/dy from landgun
|
file |
diff |
annotate
|
2011-10-16 |
koda |
merge the changes applied to 0.9.16
|
file |
diff |
annotate
|
2011-10-10 |
nemo |
Make a few more things be impacted by explosions nearby
|
file |
diff |
annotate
|
2011-10-08 |
nemo |
Add landbacktex to a few maps, just to see how it looks.
|
file |
diff |
annotate
|
2011-10-02 |
nemo |
Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
|
file |
diff |
annotate
|
2011-09-25 |
nemo |
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
0.9.16
|
file |
diff |
annotate
|
2011-09-21 |
nemo |
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
|
file |
diff |
annotate
|
2011-09-18 |
sheepluva |
set a default value for density that shouldn't lead to div by 0
0.9.16
|
file |
diff |
annotate
|
2011-09-12 |
nemo |
uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
|
file |
diff |
annotate
|
2011-09-12 |
nemo |
Since we are tweaking molotov. make the flame flickery and add a drowning frame
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
Man, checking it at end of turn was just tidier :(
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
better?
|
file |
diff |
annotate
|
2011-09-11 |
nemo |
Also this
|
file |
diff |
annotate
|
2011-09-08 |
nemo |
Restore hog on team gone
|
file |
diff |
annotate
|
2011-09-08 |
unc0rr |
Fix loading from save desync
|
file |
diff |
annotate
|
2011-09-08 |
nemo |
remove debug message, clear a couple of global gear references if appropriate, fix control script
|
file |
diff |
annotate
|
2011-09-02 |
nemo |
tweak to avoid jaggies
|
file |
diff |
annotate
|
2011-08-31 |
nemo |
adjust Z order so crosshairs are on top of hogs, grenades behind explosives
|
file |
diff |
annotate
|
2011-08-31 |
nemo |
more proper implementation of TARDIS
|
file |
diff |
annotate
|
2011-08-27 |
nemo |
Prevent flakes from drawing if they spawn in land
|
file |
diff |
annotate
|
2011-08-27 |
nemo |
Try reenabling landbacktex to see how it behaves with current pixel rules
|
file |
diff |
annotate
|
2011-08-27 |
nemo |
Fix rounding error in sky colour causing visible lines
|
file |
diff |
annotate
|
2011-08-25 |
sheepluva |
don't poison invul hogs
|
file |
diff |
annotate
|
2011-08-21 |
nemo |
Try to avoid overlapping voices for major statements (not things like byebye or oof)
|
file |
diff |
annotate
|