2018-12-10 |
Wuzzy |
End turn immediately if king of own team was killed
|
file |
diff |
annotate
|
2018-12-05 |
Wuzzy |
Explain those weird hexcodes in uGearsHedgehog
0.9.25
|
file |
diff |
annotate
|
2018-12-05 |
nemo |
make pas2c function without haskell aborting if locale is C
0.9.25
|
file |
diff |
annotate
|
2018-11-23 |
nemo |
overall, using LongInt for leftX/rightX results in fewer casts, since most comparisons are against ints.
|
file |
diff |
annotate
|
2018-11-10 |
Wuzzy |
Remove all traces of dead code related to amStructure/gtStructure
|
file |
diff |
annotate
|
2018-10-27 |
Wuzzy |
Add 7 new taunts
|
file |
diff |
annotate
|
2018-10-26 |
Wuzzy |
Display "0 remaining" if multi-shoot weapon has been used up
|
file |
diff |
annotate
|
2018-10-26 |
Wuzzy |
Add separate sound symbols for case impact and extra damage
|
file |
diff |
annotate
|
2018-10-09 |
nemo |
make explicit for pas2c some string casts that fpc was probably doing automatically
|
file |
diff |
annotate
|
2018-10-05 |
Wuzzy |
Make sure AddChatString is only fed with shortstrings
|
file |
diff |
annotate
|
2018-10-05 |
Wuzzy |
Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
|
file |
diff |
annotate
|
2018-10-04 |
Wuzzy |
Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
|
file |
diff |
annotate
|
2018-09-19 |
Wuzzy |
Fix hedgehog being able to make walk/jump sounds before it was placed
|
file |
diff |
annotate
|
2018-09-19 |
Wuzzy |
Ignore gmTimer after attack or hog is no longer controlled
|
file |
diff |
annotate
|
2018-09-05 |
Wuzzy |
Fix hog teleporting back and forth when walking on portals on floor. Fixes bug 686
|
file |
diff |
annotate
|
2018-09-03 |
Wuzzy |
Add missing nil check in AfterAttack (oops!)
|
file |
diff |
annotate
|
2018-09-02 |
Wuzzy |
Don't start retreat time if hog has lost control in the meantime
|
file |
diff |
annotate
|
2018-09-01 |
Wuzzy |
Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
|
file |
diff |
annotate
|
2018-08-21 |
Wuzzy |
Make engine chat syntax translatable
|
file |
diff |
annotate
|
2018-08-14 |
Wuzzy |
Prevent wrapping of turn time when using extra time
|
file |
diff |
annotate
|
2018-08-08 |
Wuzzy |
Refactor text color variable names, export 2 color values to Lua
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Suppress "X remaining" caption in multishoot with gfMultiWeapon
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Show correct health increase when hog health cap is reached
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Fix hog turning around when blowtorching through wrap world edge
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Fix projectiles reacing incorrectly with land just behind the wrap world edge
|
file |
diff |
annotate
|
2018-08-02 |
Wuzzy |
Cap hedgehog health to prevent overflow bugs
|
file |
diff |
annotate
|
2018-07-28 |
nemo |
merge of 0.9.24 - hopefully correctly this time
|
file |
diff |
annotate
|
2018-07-26 |
Wuzzy |
Fix /hta, /hsa and /hya commands not writing message in chat
0.9.24
|
file |
diff |
annotate
|
2018-07-26 |
Wuzzy |
Fix /hta, /hsa and /hya commands not writing message in chat
|
file |
diff |
annotate
|
2018-07-20 |
Wuzzy |
Add control to cycle through timer/bounciness values
|
file |
diff |
annotate
|
2018-07-20 |
Wuzzy |
Move hardcoded bounciness values to uConsts
|
file |
diff |
annotate
|
2018-07-10 |
Wuzzy |
Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
|
file |
diff |
annotate
|
2018-05-24 |
nemo |
Allow freezing airmines because whyyy not
|
file |
diff |
annotate
|
2018-04-13 |
nemo |
wuzzy is a spoilsport
|
file |
diff |
annotate
|
2018-03-15 |
Wuzzy |
gtGenericFaller: Use Tag=1 to allow gtGenericFaller to be displaced randomly. Otherwise it is left alone
|
file |
diff |
annotate
|
2018-03-11 |
alfadur |
Add new minigun sound
|
file |
diff |
annotate
|
2018-03-10 |
Wuzzy |
Make a few more engine strings translatable
|
file |
diff |
annotate
|
2018-03-07 |
Wuzzy |
Add hedgehog effect heArtillery, allows to set per-hedgehog artillery mode
|
file |
diff |
annotate
|
2018-02-14 |
Wuzzy |
Rename AFK Mode to “Auto Skip” (bug 78)
|
file |
diff |
annotate
|
2018-02-09 |
Wuzzy |
Refactor health gain effects and message into util fuction HHHeal
|
file |
diff |
annotate
|
2018-02-07 |
Wuzzy |
Calling SetWeapon with amNothing now unselects weapon
|
file |
diff |
annotate
|
2018-01-31 |
alfadur |
Machinegun. also tweaked ignore
|
file |
diff |
annotate
|
2017-11-22 |
nemo |
infinite attack resets flags so probably should skip this
|
file |
diff |
annotate
|
2017-11-01 |
unc0rr |
Don't send taunt message for automatically happening taunt animation
|
file |
diff |
annotate
|
2017-10-04 |
Wuzzy |
Show selected weapon again when using it in inf attack mode
|
file |
diff |
annotate
|
2017-09-29 |
sheepluva |
pas2c happiness initiative 2017, continued
|
file |
diff |
annotate
|
2017-09-22 |
Wuzzy |
Fix charging sound continuing to play on hog damage (#236)
|
file |
diff |
annotate
|
2017-09-21 |
Wuzzy |
Show “Empty!” when collecting ammo crate with amNothing or 0 ammo
|
file |
diff |
annotate
|
2017-09-20 |
Wuzzy |
Show “Ammo Type (+∞)” when taking crate w/ infinite ammo
|
file |
diff |
annotate
|
2017-06-15 |
nemo |
bug #230 - Precise aiming is disabled after firing first Deagle shot (when held down)
|
file |
diff |
annotate
|
2017-04-25 |
Wuzzy |
Fix sndBoring being played when force-ending turn due to victory
|
file |
diff |
annotate
|
2017-04-24 |
Wuzzy |
Drop rubber duck like dynamite
|
file |
diff |
annotate
|
2017-04-22 |
Wuzzy |
Backed out changeset 071a05275798
|
file |
diff |
annotate
|
2017-04-22 |
Wuzzy |
Fix warning caused in uGearsHedgehog.pas
|
file |
diff |
annotate
|
2017-04-22 |
Wuzzy |
Allow to press [Precise]+[Slot] to cycle through weapons in reverse order
|
file |
diff |
annotate
|
2017-04-20 |
Wuzzy |
Make health gain message translatable
|
file |
diff |
annotate
|
2017-04-19 |
Wuzzy |
New Lua call: EndTurn to end turn
|
file |
diff |
annotate
|
2016-05-12 |
Wuzzy |
Don't play duck drop sound when duck spawns in water
|
file |
diff |
annotate
|
2017-04-08 |
Wuzzy |
Add sounds for rubberduck drop, destruction and water collision
|
file |
diff |
annotate
|
2017-04-08 |
Wuzzy |
Add ammotype amDuck for rubber duck
|
file |
diff |
annotate
|