2014-02-19 |
unc0rr |
Fix tinting of AI kills counter
|
file |
diff |
annotate
|
2014-02-19 |
unc0rr |
Should never use State like this, since some states aren't synced (thinking state for example)
|
file |
diff |
annotate
|
2014-02-08 |
unc0rr |
Even more explicit type conversions and other stuff to help pas2c use ansistrings
|
file |
diff |
annotate
|
2014-02-08 |
unc0rr |
Implicit type casts to help pas2c
|
file |
diff |
annotate
|
2014-02-06 |
sheepluva |
rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
|
file |
diff |
annotate
|
2014-02-04 |
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
|
2014-02-04 |
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
|
2014-01-21 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
2014-01-17 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
2014-01-12 |
unc0rr |
That check was too weird and complicated
|
file |
diff |
annotate
|
2014-01-05 |
unc0rr |
- Fix build via pas2c
webgl
|
file |
diff |
annotate
|
2014-01-04 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
2014-03-05 |
sheepluva |
don't stack bye/teleport sounds of hogs (when a team is gone)
0.9.20
|
file |
diff |
annotate
|
2014-01-03 |
nemo |
tweak
|
file |
diff |
annotate
|
2014-01-03 |
nemo |
hey, if unc0rr can screw with gravity...
|
file |
diff |
annotate
|
2013-12-20 |
unC0Rr |
Fix warnings
|
file |
diff |
annotate
|
2013-12-14 |
nemo |
clear gstCollision from doStepFallingGear once I'm done with it. hog "physics" doesn't use it, and was screwing up labels
|
file |
diff |
annotate
|
2013-12-10 |
nemo |
fix for fail to place using ammo
|
file |
diff |
annotate
|
2013-12-08 |
nemo |
Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
|
file |
diff |
annotate
|
2013-12-01 |
nemo |
don't abort changeammo on attacking/attacked in infattack mode, keep scrolling through slot after setweap even if a multishoot was aborted triggering gstattacked, to ensure proper ammo gets set for next turn
|
file |
diff |
annotate
|
2013-12-01 |
nemo |
Make sticky mine respect lfBouncy, make hogs do same, kinda... make uCollisions return land w/ mask, restrict bouncy to advbounce gears only, which means piano doesn't bounce anymore
|
file |
diff |
annotate
|
2013-11-20 |
nemo |
return land word from uCollisions to make decisions based on it. Should be handy for trampoline.
|
file |
diff |
annotate
|
2013-11-09 |
nemo |
Tweak trophyrace to work better w/ skip (probably, needs testing), drop Invulnerable in favour of effects - heInvulnerable is already in effects,
|
file |
diff |
annotate
|
2013-11-05 |
nemo |
cleanup of timer accidentally exposed prob w/ timebox
|
file |
diff |
annotate
|
2013-11-03 |
nemo |
this should prevent sliding when game clock isn't running. sorry unc0rr, not going to bother encapsulating. maybe later. short on time right now/lazy
|
file |
diff |
annotate
|
2013-11-03 |
unc0rr |
Quick and simple implementation of afk mode (toggled by /pause)
|
file |
diff |
annotate
|
2013-11-01 |
nemo |
ok. this should avoid calling switch inappropriately. also, add skip to trophyrace and add the per-team achievement reporting.
|
file |
diff |
annotate
|
2013-10-26 |
nemo |
Remove this looping past F10. causes infinite loop with no weapons. Besides, should always have skip in last slot unless a script is screwing with it.
|
file |
diff |
annotate
|
2013-10-14 |
nemo |
don't kill rope if not extended
|
file |
diff |
annotate
|
2013-10-13 |
nemo |
make wrapping nicer when there's collision
|
file |
diff |
annotate
|
2013-10-11 |
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
|
2013-10-10 |
nemo |
skip kill for bounce
|
file |
diff |
annotate
|
2013-10-10 |
nemo |
kill rope on wrap
|
file |
diff |
annotate
|
2013-10-08 |
unc0rr |
boo, nemo, boo
|
file |
diff |
annotate
|
2013-10-08 |
nemo |
make this a tiny bit less aggressive
|
file |
diff |
annotate
|
2013-09-29 |
nemo |
Make a few more gears honour world edge checks
|
file |
diff |
annotate
|
2013-09-29 |
nemo |
partial implementation of non-infinite world (edge wrap/warp/bounce)
|
file |
diff |
annotate
|
2013-06-27 |
nemo |
Make add/delete consistent (this has bugged me for so long)
|
file |
diff |
annotate
|
2013-06-27 |
unc0rr |
Refactoring: get rid of GSHandlers.inc
|
file |
diff |
annotate
|
2013-06-27 |
unc0rr |
Refactoring: VGSHandlers.inc -> uVisualGearsHandlers.pas
|
file |
diff |
annotate
|
2013-06-09 |
koda |
update with default
webgl
|
file |
diff |
annotate
|
2013-06-05 |
nemo |
Restore CurAmmoType check as well, that was removed in r8f317ba10675 when trying to fix aiming during alt attack.
|
file |
diff |
annotate
|
2013-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
2013-05-27 |
nemo |
don't resurrect frozen
|
file |
diff |
annotate
|
2013-05-22 |
nemo |
Make frozen crates uncollectable, add some tinting to frozen items. Suggestions needed for what should happen to explosives
|
file |
diff |
annotate
|
2013-05-14 |
nemo |
Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance
|
file |
diff |
annotate
|
2013-05-14 |
nemo |
some saucer thing for firing weps underwater and aiming and such. bit drunk and sleepy so testing I guess
|
file |
diff |
annotate
|
2013-05-02 |
unc0rr |
CheckGearDrowning could delete hedgehogs gear! (CheckGearDrowning -> ResurrectHedgehog -> FindPlace). Fixes bug 620.
|
file |
diff |
annotate
|
2013-04-02 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
2013-03-29 |
nemo |
This should ensure rope can still be aimed quickly when an alt weapon is active.
|
file |
diff |
annotate
|
2013-03-27 |
koda |
merge correction, also what's with all those trailing whitespaces?
|
file |
diff |
annotate
|
2013-03-26 |
nemo |
Try to document TGear a bit, so people know what is commonly overridden, and what stuff is used for. Remove gtIceGun-specific values from TGear and abuse a couple of commonly abused members instead.
|
file |
diff |
annotate
|
2013-03-19 |
sheepluva |
fix ancient issue with hedgehogs sliding through/into think gaps; fixes issue 542; could and should be optimized (also to make sure that hogs can't slide through little pixel turds) - feel free to do so =P
|
file |
diff |
annotate
|
2013-03-17 |
nemo |
Add some flags for a few of the magic Land values
|
file |
diff |
annotate
|
2013-03-06 |
nemo |
oups
|
file |
diff |
annotate
|
2013-03-05 |
nemo |
At multiple requests, change ice to be turn based. This is a more modest adjustment of existing code, that can be fairly easily flagged or reverted if desired. It also allows scripts to extend freezing, and preserves fire melting.
|
file |
diff |
annotate
|
2013-03-04 |
nemo |
keep hogs from sliding while they are being frozen
|
file |
diff |
annotate
|
2013-03-04 |
nemo |
Make hogs thaw only on enemy turns, make timebox counter decrement only on your turn, adjust knock for frozen hogs, increase damage on frozen hogs, make freezer fuel only reduce when not adjusting angle.
|
file |
diff |
annotate
|
2013-03-03 |
nemo |
Call act as if attack ended on last shot if switching while in mid multi-shoot. Thanks to AI for discovering this.
|
file |
diff |
annotate
|