Wed, 13 Feb 2019 19:39:14 -0500 |
nemo |
give frozen hogs a break
|
file |
diff |
annotate
|
Fri, 18 Jan 2019 07:24:39 +0100 |
Wuzzy |
Add workaround around an SDL_mixer bug that screws up volume after using flamethrower (bug 721)
|
file |
diff |
annotate
|
Wed, 16 Jan 2019 22:39:27 +0100 |
Wuzzy |
Update clan passive status when team died / got resurrected
|
file |
diff |
annotate
|
Mon, 14 Jan 2019 15:11:15 -0500 |
nemo |
just focus on the unsafe deletes in a hopefully branch-safe fashion
0.9.25
|
file |
diff |
annotate
|
Mon, 14 Jan 2019 15:01:43 -0500 |
nemo |
aaagh can't just move delete like that due to our RNG scrambling... reverting on branch. we'll just have to take our chances w/ the bad code
0.9.25
|
file |
diff |
annotate
|
Mon, 14 Jan 2019 04:30:31 +0100 |
Wuzzy |
Tweak bounce effects of some gears
|
file |
diff |
annotate
|
Mon, 14 Jan 2019 03:52:09 +0100 |
Wuzzy |
Remove a bunch of dead out-commented code
|
file |
diff |
annotate
|
Mon, 14 Jan 2019 02:48:36 +0100 |
Wuzzy |
Properly stop freezeray at bounce edge (instead of restarting the ray over and over again)
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 18:07:04 +0100 |
Wuzzy |
Air attack: Don't spawn missile if it would end up inside bounce world edge of other side
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 17:49:29 +0100 |
Wuzzy |
Tweak height limit of air attack in bounce edge maps
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 17:28:33 +0100 |
Wuzzy |
Disallow placement of piano beyond bounce world edge
|
file |
diff |
annotate
|
Sun, 13 Jan 2019 17:02:15 +0100 |
Wuzzy |
Deny air attack in bounce world edge if target is in "impossible" position
|
file |
diff |
annotate
|
Sat, 12 Jan 2019 23:26:33 +0100 |
Wuzzy |
Fix wrong ice beam angle if it goes diagonally up out of map thru world wrap (bug 718)
|
file |
diff |
annotate
|
Fri, 11 Jan 2019 08:51:11 -0500 |
nemo |
merge release branch
|
file |
diff |
annotate
|
Fri, 11 Jan 2019 08:45:11 -0500 |
nemo |
tabs to spaces
0.9.25
|
file |
diff |
annotate
|
Fri, 11 Jan 2019 08:42:15 -0500 |
nemo |
deletegear rearrangement applied to branch too. if this causes desyncs you're probably in a crashy state already
0.9.25
|
file |
diff |
annotate
|
Fri, 11 Jan 2019 08:08:28 -0500 |
nemo |
couple more use after frees for gear deletion.
|
file |
diff |
annotate
|
Thu, 03 Jan 2019 19:46:48 +0100 |
Wuzzy |
Fix bee targeting fail across wrap world edge
|
file |
diff |
annotate
|
Mon, 10 Dec 2018 02:30:14 +0100 |
Wuzzy |
Fix some King Mode bugs causing minions not always being properly killed
|
file |
diff |
annotate
|
Sat, 01 Dec 2018 23:39:49 +0100 |
Wuzzy |
Make sad Pas2C happy again (add missing parenthesis around a "not")
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 20:09:01 +0100 |
Wuzzy |
Fix freezer failing to freeze gears with negative coordinate
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 19:06:33 +0100 |
Wuzzy |
Do not call AddCI when air mine is frozen without creating land
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 18:41:21 +0100 |
Wuzzy |
Frozen air mines: Don't erase land if gstNoGravity state is off
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 17:13:09 +0100 |
Wuzzy |
Pixel-perfect removal of exploding frozen air mines
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 10:56:06 -0500 |
nemo |
kill stray icicle pixel
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 10:49:08 -0500 |
nemo |
fix bounds check, make out of bounds air mines fall since there's no land to check them into
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 08:41:18 -0500 |
nemo |
Remove airmines on solid land too
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 01:43:41 +0300 |
alfadur |
add frozen airmines to collision array to make them shovable by blowtorch
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 01:34:58 +0300 |
alfadur |
ð¢
|
file |
diff |
annotate
|
Thu, 29 Nov 2018 01:23:14 +0300 |
alfadur |
make blowtorch hit moving gears
|
file |
diff |
annotate
|
Fri, 23 Nov 2018 21:38:34 -0500 |
nemo |
topY too
|
file |
diff |
annotate
|
Fri, 23 Nov 2018 16:20:55 -0500 |
nemo |
more uninitialised values
|
file |
diff |
annotate
|
Fri, 23 Nov 2018 15:54:23 -0500 |
nemo |
overall, using LongInt for leftX/rightX results in fewer casts, since most comparisons are against ints.
|
file |
diff |
annotate
|
Tue, 13 Nov 2018 08:11:31 +0300 |
alfadur |
reset airmine timer on stun recovery
|
file |
diff |
annotate
|
Tue, 13 Nov 2018 03:57:27 +0300 |
alfadur |
add sparkles to stunned airmines
|
file |
diff |
annotate
|
Tue, 13 Nov 2018 03:22:16 +0300 |
alfadur |
update kamikaze collision cache after portalling
|
file |
diff |
annotate
|
Tue, 13 Nov 2018 01:56:42 +0300 |
alfadur |
stun airmines on shove
|
file |
diff |
annotate
|
Sun, 11 Nov 2018 00:14:13 +0100 |
unc0rr |
Fix birdy appearance/disappearance animation
|
file |
diff |
annotate
|
Sat, 10 Nov 2018 21:15:42 +0100 |
Wuzzy |
Remove all traces of dead code related to amStructure/gtStructure
|
file |
diff |
annotate
|
Sat, 03 Nov 2018 17:40:21 +0100 |
Wuzzy |
Fix portal color being switchable after losing control
|
file |
diff |
annotate
|
Fri, 02 Nov 2018 14:33:05 +0100 |
unC0Rr |
abs(hwRound()) is nonsense
|
file |
diff |
annotate
|
Fri, 02 Nov 2018 14:05:08 +0100 |
Wuzzy |
Fix ambigious abs in uGearsHandlersMess
|
file |
diff |
annotate
|
Fri, 02 Nov 2018 01:58:27 +0300 |
alfadur |
fix overflow check in airmine handling
|
file |
diff |
annotate
|
Thu, 01 Nov 2018 04:04:33 +0300 |
alfadur |
prevent minigun bullet land impacts from pushing hedgehogs
|
file |
diff |
annotate
|
Wed, 31 Oct 2018 13:08:56 +0100 |
Wuzzy |
Stop using dsUnknown, replace with concrete damage sources
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 19:50:01 +0200 |
Wuzzy |
New taunt: Runaway, when something is about to blow up near current hog
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 15:55:19 +0200 |
Wuzzy |
Add 7 new taunts
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 13:27:45 +0200 |
Wuzzy |
Add Grenade taunt when grenade close to hog is about to blow up
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 08:12:22 +0300 |
alfadur |
and finally make the bat hit moving gears for completeness
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 07:53:27 +0300 |
alfadur |
make whip hit moving gears
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 07:39:44 +0300 |
alfadur |
make kamikaze hit moving gears as well
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 07:20:07 +0300 |
alfadur |
make firepunch hit moving gears (airmines are not amused)
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 05:17:46 +0300 |
alfadur |
prevent firepunch from hitting the same gear multiple times
|
file |
diff |
annotate
|
Sat, 27 Oct 2018 00:01:53 +0200 |
Wuzzy |
Clear gmLeft/gmRight after using landspray/flamethrower to prevent accidental walking
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 23:09:50 +0200 |
Wuzzy |
Fix resurrector handling turn time manually, use correct ammoprop instead
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 22:46:37 +0200 |
Wuzzy |
Fix seduction not stopping if hog took damage before attack was complete
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 15:55:48 +0200 |
Wuzzy |
Add sound for landspray
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 15:52:07 +0200 |
Wuzzy |
Add ice beam idle sound
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 15:48:52 +0200 |
Wuzzy |
Add flamethrower sound
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 04:54:29 +0200 |
Wuzzy |
If u play Piano, you can now hear the notes if sound effects OR music is enabled
|
file |
diff |
annotate
|
Fri, 26 Oct 2018 03:59:20 +0200 |
Wuzzy |
Refactor usage of sndRideOfTheValkyries, now can play if music is on and sound is off
|
file |
diff |
annotate
|
Thu, 25 Oct 2018 23:46:31 +0200 |
Wuzzy |
Fix freezer ray extending with low fuel usage when firing straight up/down while holding up/down key
|
file |
diff |
annotate
|
Wed, 24 Oct 2018 21:07:26 +0200 |
Wuzzy |
Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
|
file |
diff |
annotate
|
Tue, 09 Oct 2018 09:58:33 -0400 |
nemo |
bunch more of those shortstring/ansistrings
|
file |
diff |
annotate
|
Fri, 05 Oct 2018 17:27:12 +0200 |
Wuzzy |
Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
|
file |
diff |
annotate
|
Fri, 05 Oct 2018 16:49:17 +0200 |
Wuzzy |
Remove unused doStepDuck gear handler
|
file |
diff |
annotate
|
Wed, 19 Sep 2018 09:31:06 +0200 |
Wuzzy |
Clear gmSwitch before activating switcher
|
file |
diff |
annotate
|
Tue, 04 Sep 2018 16:12:53 +0200 |
Wuzzy |
Fix player rankings getting confused if a clan was revived
|
file |
diff |
annotate
|
Sun, 02 Sep 2018 01:25:37 +0200 |
Wuzzy |
Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
|
file |
diff |
annotate
|
Sat, 11 Aug 2018 21:43:55 +0200 |
Wuzzy |
Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
|
file |
diff |
annotate
|
Wed, 08 Aug 2018 14:38:54 +0200 |
Wuzzy |
Refactor text color variable names, export 2 color values to Lua
|
file |
diff |
annotate
|
Wed, 08 Aug 2018 13:34:39 +0200 |
Wuzzy |
Use full string for sidFuel and avoid string concatenation
|
file |
diff |
annotate
|
Tue, 07 Aug 2018 02:18:19 +0200 |
Wuzzy |
Fix drill rocket exploding when digging at bounce/wrap world edge
|
file |
diff |
annotate
|
Mon, 06 Aug 2018 21:35:08 +0200 |
Wuzzy |
Fix cake walking through land when reaching wrap world edge
|
file |
diff |
annotate
|
Mon, 06 Aug 2018 19:33:46 +0200 |
Wuzzy |
Remove unused variables of creeper handler
|
file |
diff |
annotate
|
Mon, 06 Aug 2018 18:55:22 +0200 |
Wuzzy |
Fix projectiles reacing incorrectly with land just behind the wrap world edge
|
file |
diff |
annotate
|
Mon, 06 Aug 2018 15:56:03 +0200 |
Wuzzy |
Add bounce effect to cake when it touches bounce edge
|
file |
diff |
annotate
|
Mon, 06 Aug 2018 15:20:25 +0200 |
Wuzzy |
Fix cake rotation angle after bounce from bounce edge
|
file |
diff |
annotate
|
Fri, 03 Aug 2018 00:39:50 +0200 |
Wuzzy |
Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
|
file |
diff |
annotate
|
Thu, 02 Aug 2018 20:27:20 -0400 |
nemo |
hijack the duck for an attempted resurrection of the creeper. initial pass.
|
file |
diff |
annotate
|
Thu, 02 Aug 2018 23:43:31 +0200 |
Wuzzy |
Fix hammer/pickhammer not digging land with gfSolidLand on
|
file |
diff |
annotate
|
Thu, 02 Aug 2018 23:24:27 +0200 |
Wuzzy |
Backed out changeset 0d920e370a78
|
file |
diff |
annotate
|
Thu, 02 Aug 2018 12:54:30 +0200 |
Wuzzy |
Fix hammer shoving gears into indestructible land
|
file |
diff |
annotate
|
Thu, 02 Aug 2018 01:24:40 +0200 |
Wuzzy |
Add support for infinite fly time of jetpack and Birdy
|
file |
diff |
annotate
|
Mon, 30 Jul 2018 13:20:01 +0200 |
Wuzzy |
Fix freeze ray not working through wrap world edge; add DrawLineWrapped
|
file |
diff |
annotate
|
Fri, 27 Jul 2018 19:58:02 +0200 |
Wuzzy |
Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
|
file |
diff |
annotate
|
Tue, 10 Jul 2018 18:35:31 +0200 |
Wuzzy |
Refactor collision mask checks, remove hardcoded numbers
|
file |
diff |
annotate
|
Tue, 10 Jul 2018 18:00:04 +0200 |
Wuzzy |
Refactor: lfCurrentHogâlfCurHogCrate, lfNotCurrentMaskâlfNotCurHogCrate
|
file |
diff |
annotate
|
Tue, 29 May 2018 19:12:53 -0400 |
alfadur |
bullet bubbles
|
file |
diff |
annotate
|
Mon, 28 May 2018 19:50:15 -0400 |
alfadur |
ensure shotgun works with portals and make it hit airmines
|
file |
diff |
annotate
|
Sun, 27 May 2018 20:32:06 -0400 |
nemo |
allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter
|
file |
diff |
annotate
|
Sun, 27 May 2018 13:10:32 -0400 |
nemo |
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit âº
|
file |
diff |
annotate
|
Sat, 26 May 2018 10:54:17 -0400 |
nemo |
Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
|
file |
diff |
annotate
|
Thu, 24 May 2018 13:04:56 -0400 |
nemo |
make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)
|
file |
diff |
annotate
|
Thu, 24 May 2018 09:51:11 -0400 |
nemo |
zero damage on air mine too
|
file |
diff |
annotate
|
Wed, 23 May 2018 20:45:42 -0400 |
nemo |
Allow freezing airmines because whyyy not
|
file |
diff |
annotate
|
Thu, 03 May 2018 14:44:17 -0400 |
alfadur |
fix trace when bullets skip on water
|
file |
diff |
annotate
|
Wed, 02 May 2018 15:29:21 -0400 |
nemo |
real droplet fix - default density is fine - also add back in the underwater bullet trails
|
file |
diff |
annotate
|
Tue, 24 Apr 2018 19:10:19 +0200 |
Wuzzy |
Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 20:35:35 +0200 |
alfadur |
Stop minigun sound when gtMinigun is destroyed
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 00:17:30 +0200 |
alfadur |
Fix bullet trails overlapping when the pass through wrap or bounce world edge
|
file |
diff |
annotate
|
Thu, 12 Apr 2018 01:51:38 +0200 |
alfadur |
Fix minigun bullets hitting shooter when it hits hog on other side of world wrap
|
file |
diff |
annotate
|
Tue, 27 Mar 2018 13:45:58 -0400 |
nemo |
might as well put this after the last mining
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 19:05:46 -0400 |
nemo |
oops
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 11:07:44 -0400 |
nemo |
bug #598 - this was kinda entertaining but is, yeah, a bit too weird
|
file |
diff |
annotate
|
Thu, 15 Mar 2018 02:59:37 +0100 |
Wuzzy |
gtGenericFaller: Use Tag=1 to allow gtGenericFaller to be displaced randomly. Otherwise it is left alone
|
file |
diff |
annotate
|
Sun, 11 Mar 2018 10:50:02 +0100 |
alfadur |
Add new minigun sound
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 01:46:51 +0100 |
Wuzzy |
Minigun: Move attack timer to Karma to make gear type more Lua-friendly
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 01:28:15 +0100 |
Wuzzy |
Reduce number of minigun bullets from 71 to 70
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 00:54:00 +0100 |
alfadur |
Fix minigun not pausing the turn timer properly
|
file |
diff |
annotate
|
Fri, 09 Mar 2018 23:34:46 +0100 |
alfadur |
Improve appearance of bullet trails, slight fade out at beginning
|
file |
diff |
annotate
|
Fri, 09 Mar 2018 19:45:21 +0100 |
alfadur |
Fix direction of dispensed bullet shells from shotgun/sniper/minigun
|
file |
diff |
annotate
|
Fri, 09 Mar 2018 12:43:36 +0100 |
Wuzzy |
Hide team bar if all hedgehogs in it are hidden or dead
|
file |
diff |
annotate
|
Wed, 07 Mar 2018 22:47:55 +0100 |
Wuzzy |
Add hedgehog effect heArtillery, allows to set per-hedgehog artillery mode
|
file |
diff |
annotate
|
Thu, 22 Feb 2018 20:10:22 -0500 |
nemo |
Enemy hogs should at least try to get to you in low gravity
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 23:23:07 +0100 |
Wuzzy |
Show remaining ammo when using Birdy egg or RC Plane bomb
|
file |
diff |
annotate
|
Wed, 07 Feb 2018 05:36:32 +0100 |
Wuzzy |
Remove unused variable in uGearsHandlersMess
|
file |
diff |
annotate
|
Wed, 31 Jan 2018 13:42:52 -0500 |
alfadur |
Machinegun. also tweaked ignore
|
file |
diff |
annotate
|
Wed, 15 Nov 2017 17:07:46 -0500 |
nemo |
remove the annoying ????
|
file |
diff |
annotate
|
Thu, 09 Nov 2017 09:56:35 -0500 |
alfadur |
animation tweak
|
file |
diff |
annotate
|
Fri, 03 Nov 2017 13:40:30 +0100 |
Wuzzy |
Remove unused uCommands from uGearsHandlersMess
|
file |
diff |
annotate
|
Fri, 03 Nov 2017 04:14:33 +0100 |
Wuzzy |
Fix desync when dropping weapon from parachute or jetpack
|
file |
diff |
annotate
|
Wed, 01 Nov 2017 20:52:06 +0100 |
unc0rr |
Don't send taunt message for automatically happening taunt animation
|
file |
diff |
annotate
|
Mon, 30 Oct 2017 22:16:37 +0100 |
Wuzzy |
Backed out changeset c162995831d8
|
file |
diff |
annotate
|
Mon, 30 Oct 2017 22:06:43 +0100 |
Wuzzy |
Backed out changeset 058a5d373e4a
|
file |
diff |
annotate
|
Mon, 30 Oct 2017 21:59:25 +0100 |
Wuzzy |
Backed out changeset d08afea02908
|
file |
diff |
annotate
|
Sat, 28 Oct 2017 04:53:21 +0200 |
Wuzzy |
Fix CheckWorldWrap not correctly checking for bounce edge. Also fix teleport @ bounce edge
|
file |
diff |
annotate
|
Wed, 25 Oct 2017 23:47:07 +0200 |
Wuzzy |
Make gtDuck use DirAngle instead of Angle for rotation
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 23:43:36 +0200 |
Wuzzy |
Use Gear^.Boom to calculate cake party faces
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 23:26:34 +0200 |
Wuzzy |
Fix cake party face not working across wrap world border
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 22:45:35 +0200 |
Wuzzy |
Make air mines follow hedgehogs across wrap world edge
|
file |
diff |
annotate
|
Mon, 23 Oct 2017 17:29:56 +0200 |
Wuzzy |
Make GearsNear and CheckGearNear check gears across wrap world edge
|
file |
diff |
annotate
|
Sun, 22 Oct 2017 02:25:27 +0200 |
Wuzzy |
Fix bee homing incorrectly when target is across wrap world edge
|
file |
diff |
annotate
|
Fri, 20 Oct 2017 14:17:56 +0200 |
Wuzzy |
Fix bubbles drawn on the wrong side when hog drowns and faces right
|
file |
diff |
annotate
|
Fri, 20 Oct 2017 13:27:48 +0200 |
Wuzzy |
AI player checks if it can use tardis before selecting it
|
file |
diff |
annotate
|
Fri, 13 Oct 2017 17:09:45 +0200 |
Wuzzy |
Don't switch back to rope/chute/jetpack if selected ammo is not ammoprop_AltUse
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 17:05:35 -0400 |
nemo |
wind blowing around mines off-turn was too annoying.
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 23:01:07 +0200 |
Wuzzy |
Keep rope/jetpack/parachute selected when destroyed and having secondary ammo selected
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 14:31:46 +0200 |
Wuzzy |
Fix player being able to switch to dying hog
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 20:24:58 +0200 |
Wuzzy |
No longer jiggle sticky mines if using portable portal device
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 16:30:42 +0200 |
Wuzzy |
Fix short sound breakdown shortly after using time box
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 14:03:13 +0200 |
Wuzzy |
Fix teleport allowing you to teleport in land if you clicked beyond the wrap-around border
|
file |
diff |
annotate
|
Wed, 04 Oct 2017 18:34:02 +0200 |
Wuzzy |
Fix Birdy descending into water if hog took damage before it got picked up (bug 160)
|
file |
diff |
annotate
|
Wed, 04 Oct 2017 15:37:42 +0200 |
Wuzzy |
Fix cake taking >200s to explode when it's completely stuck and can't move (bug 194)
|
file |
diff |
annotate
|
Sat, 30 Sep 2017 21:54:47 +0200 |
sheepluva |
fix some fpc hints
|
file |
diff |
annotate
|
Thu, 28 Sep 2017 01:15:25 +0200 |
Wuzzy |
Don't play âmissedâ taunt if a target has been hit
|
file |
diff |
annotate
|
Fri, 28 Apr 2017 17:56:36 +0200 |
alfadur |
Fix bullets being reflected too early on bouncy world edge border while digging land
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 23:06:47 +0200 |
Wuzzy |
Fix sniper rifle disabling laser sight utility after shooting
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 18:12:58 +0200 |
Wuzzy |
Make sticky mines fall off the map when frozen
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 18:00:57 +0200 |
Wuzzy |
Freezer allows to freeze sticky mines (currently only disables them)
|
file |
diff |
annotate
|
Thu, 20 Apr 2017 00:04:35 +0200 |
Wuzzy |
Take sacrifices into account for the âStupidâ taunt
|
file |
diff |
annotate
|
Mon, 17 Apr 2017 23:17:47 +0200 |
sheepluva |
engine: d52af905437b broke pas2c build. pas2c doesn't understand "in [1, 2]" etc.
|
file |
diff |
annotate
|
Fri, 13 May 2016 01:19:28 +0200 |
Wuzzy |
Fix duck issues with Sea edge swimming
|
file |
diff |
annotate
|
Fri, 13 May 2016 00:08:09 +0200 |
Wuzzy |
Make duck rise to surface when spawning underwater
|
file |
diff |
annotate
|
Thu, 12 May 2016 19:45:26 +0200 |
Wuzzy |
Add a few comments for rubber duck
|
file |
diff |
annotate
|
Thu, 12 May 2016 19:33:30 +0200 |
Wuzzy |
Put duck speed factor into gear variable
|
file |
diff |
annotate
|
Thu, 12 May 2016 19:22:53 +0200 |
Wuzzy |
Fix rubber duck speed when hitting sea edge initially
|
file |
diff |
annotate
|
Thu, 12 May 2016 18:16:09 +0200 |
Wuzzy |
Fix rubber duck not bouncing off diagonal rubber
|
file |
diff |
annotate
|
Thu, 12 May 2016 17:23:06 +0200 |
Wuzzy |
Render rubber duck timer when <6s
|
file |
diff |
annotate
|
Thu, 12 May 2016 16:20:17 +0200 |
Wuzzy |
Fix swimming rubberduck screwing up after portal, also change timer to 15s, no resets
|
file |
diff |
annotate
|
Sat, 08 Apr 2017 21:48:25 +0200 |
Wuzzy |
Add sounds for rubberduck drop, destruction and water collision
|
file |
diff |
annotate
|
Sat, 08 Apr 2017 18:36:12 +0200 |
Wuzzy |
Add gear gtDuck: rubber duck
|
file |
diff |
annotate
|
Thu, 06 Apr 2017 22:02:29 +0200 |
Wuzzy |
Show random event message on round start, instead of the static one
|
file |
diff |
annotate
|
Thu, 06 Apr 2017 20:14:05 +0200 |
Wuzzy |
Add back accidental removal of random mines
|
file |
diff |
annotate
|
Thu, 06 Apr 2017 07:34:00 +0200 |
Wuzzy |
More ticker messages: Sick, king died, resurrect, time box return, timeout, kamikaze
|
file |
diff |
annotate
|
Sun, 15 Jan 2017 15:11:07 -0500 |
alfadur+copherneue |
fix of offsets and size to prior commits
|
file |
diff |
annotate
|
Sun, 15 Jan 2017 12:50:27 -0500 |
alfadur |
code changes to make the new bat animation work
|
file |
diff |
annotate
|
Sun, 27 Nov 2016 12:58:41 +0100 |
sheepluva |
make random timers less easy to predict
|
file |
diff |
annotate
|
Sun, 01 May 2016 01:04:45 +0200 |
Wuzzy |
Fix sniper rifle making timer gray all the time
|
file |
diff |
annotate
|
Sat, 30 Apr 2016 23:30:34 +0200 |
Wuzzy |
Add ammoprop for blowtorch and pickhammer for not stopping timer in inf attack
|
file |
diff |
annotate
|
Sat, 19 Nov 2016 06:43:44 +0100 |
Wuzzy |
Add sounds for blowtorch, invuln., f. saucer, lasersight, portal gun
|
file |
diff |
annotate
|
Sun, 02 Oct 2016 01:26:59 +0200 |
sheepluva |
increase heart count in seduction effect. FPS are overrated anyway
|
file |
diff |
annotate
|
Sun, 02 Oct 2016 00:42:29 +0200 |
sheepluva |
and while I'm at it, fix seduction... kinda â¥
|
file |
diff |
annotate
|
Thu, 28 Apr 2016 21:15:08 +0200 |
sheepluva |
merge 3 new sound effects added by Wuzzy
|
file |
diff |
annotate
|
Wed, 13 Apr 2016 12:17:30 +0200 |
Wuzzy |
Add sound effects for: cleaver impact, air mine impact, using extra time
|
file |
diff |
annotate
|
Mon, 25 Apr 2016 16:11:39 +0200 |
sheepluva |
Fix issue 12: âYoohooâ sound for seduction is missing
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 11:31:55 -0500 |
nemo |
sniper rifle too
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 11:29:36 -0500 |
nemo |
reduce by 1, probably should avoid tunnel issue
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 04:25:00 +0100 |
sheepluva |
apply to deagle and sniper only
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 03:19:23 +0100 |
sheepluva |
disallow bullets to hit the hedgehog that fired them (unless bounced/wrapped/portal'd)
|
file |
diff |
annotate
|
Tue, 09 Feb 2016 15:10:01 -0500 |
nemo |
crosshair on hog won't cause a direct hit anymore
|
file |
diff |
annotate
|
Sun, 24 Jan 2016 00:02:57 +0100 |
sheepluva |
rename doStepCakeWork to doStepCakeWalk
|
file |
diff |
annotate
|
Sun, 24 Jan 2016 00:00:25 +0100 |
sheepluva |
party tweak
|
file |
diff |
annotate
|
Sat, 23 Jan 2016 17:29:44 -0500 |
nemo |
As an animation effect this should be in uGearsRender. Plus it'll still spark when paused then, which is kinda fun.
|
file |
diff |
annotate
|
Sat, 23 Jan 2016 16:07:14 -0500 |
nemo |
sparkles for dynamite at sheepy's request. he can tweak values if he wishes
|
file |
diff |
annotate
|
Sat, 23 Jan 2016 11:00:31 +0100 |
sheepluva |
recognize proper birthday parties
|
file |
diff |
annotate
|
Sat, 23 Jan 2016 07:53:57 +0100 |
sheepluva |
adding a "cinematic mode" - currently: black bars on bottom/top. triggered by rcplane when pressing enter
|
file |
diff |
annotate
|
Thu, 31 Dec 2015 16:26:21 +0300 |
unc0rr |
AI is pretty good at using Bee weapon
|
file |
diff |
annotate
|
Wed, 30 Dec 2015 08:50:19 -0500 |
nemo |
call this faller scrambling less often.
|
file |
diff |
annotate
|
Tue, 29 Dec 2015 14:44:32 -0500 |
nemo |
Make weapon damage in most cases be a structure value and also expose it to lua. Needs testing/review due to conditions at time of doing this (w/ one arm, dizzy/tingling due to sodium citrate), and just number of places changed..
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 14:14:50 -0500 |
nemo |
avoid double applying wind on drill
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 10:22:42 -0500 |
nemo |
Set gears that go off map to gmDestroy instead of collision, disable morewind for no-gravity gears, restrict application of wind to gears that are already moving and not colliding.
|
file |
diff |
annotate
|
Mon, 09 Nov 2015 19:21:40 +0100 |
sheepluva |
fix hedgehog on parachute facing in wrong direction if parachute opens during double-jump
|
file |
diff |
annotate
|
Thu, 05 Nov 2015 04:42:22 +0100 |
sheepluva |
fix bug reported by S.D.: throwing a sticking mine into a bouncy pit never ends turn. see also http://hedgewars.org/node/6350
|
file |
diff |
annotate
|
Wed, 04 Nov 2015 01:36:34 +0100 |
sheepluva |
wrap bee during pre-flight too
|
file |
diff |
annotate
|
Tue, 03 Nov 2015 21:18:25 +0100 |
sheepluva |
make hammer non-lethal again (as requested by unC0Rr)
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 00:21:15 +0200 |
sheepluva |
fixed: poison clouds could bounce
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 10:48:16 -0400 |
nemo |
Pass overridden uid into AddGear instead
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 10:42:00 -0400 |
nemo |
restore uid on resurrection as well
|
file |
diff |
annotate
|
Wed, 23 Sep 2015 07:49:46 +0200 |
sheepluva |
fp complained about this line being too long
|
file |
diff |
annotate
|
Sun, 13 Sep 2015 16:23:32 -0400 |
nemo |
Allow for arbitrary number of airstrike bombs and spacing.
|
file |
diff |
annotate
|
Sun, 13 Sep 2015 15:36:06 -0400 |
nemo |
Move health:= 6 to gear addition so lua can more easily override it.
|
file |
diff |
annotate
|
Thu, 10 Sep 2015 18:50:39 +0200 |
sheepluva |
stop rc plane prop/engine sound when out of fuel
|
file |
diff |
annotate
|
Thu, 03 Sep 2015 11:51:08 -0400 |
nemo |
Add some HHGear nil checks to teleport. google bug #974
|
file |
diff |
annotate
|
Tue, 01 Sep 2015 23:54:13 +0200 |
sheepluva |
global variable for defining construction distance limit. value smaller 1 means no limit (wip)
|
file |
diff |
annotate
|
Mon, 10 Aug 2015 03:53:11 +0200 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
Sun, 09 Aug 2015 05:19:56 +0200 |
sheepluva |
this should prevent hogs from hovering in air after using hammer
|
file |
diff |
annotate
|
Sun, 09 Aug 2015 04:02:23 +0200 |
sheepluva |
fix the fix
|
file |
diff |
annotate
|
Sun, 09 Aug 2015 00:25:35 +0200 |
sheepluva |
tweak prev commit
|
file |
diff |
annotate
|
Sun, 09 Aug 2015 00:19:33 +0200 |
sheepluva |
Hammer changes/fixes: honor extra-damage (Issue 975), round up damage, do correct damage when being spammed in infinite-attack mode
|
file |
diff |
annotate
|
Sat, 18 Jul 2015 19:10:57 +0200 |
sheepluva |
fix pickhammer collision when moving upwards, thanks to MK for reporting
|
file |
diff |
annotate
|
Fri, 12 Jun 2015 17:28:20 -0400 |
nemo |
Just to prevent airmines from stealing camera when they blow up... but really what is needed I think is forcing camera to stay on current hedgehog if you are the active player. either all the time, or at least if you are on rope/saucer.
|
file |
diff |
annotate
|
Tue, 26 May 2015 11:59:46 +0300 |
unC0Rr |
Make sure to have gstMoving flag cleared
|
file |
diff |
annotate
|
Fri, 22 May 2015 13:39:12 -0400 |
nemo |
don't decrement 0 timer for air mines...
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 11:14:53 -0400 |
nemo |
bouncy/noportal check after spawn
|
file |
diff |
annotate
|
Wed, 08 Apr 2015 15:04:48 -0400 |
nemo |
Add options to set colouring, behind existing land, and horizontal/vertical flipping to PlaceSprite
|
file |
diff |
annotate
|
Sun, 05 Apr 2015 16:41:39 -0400 |
nemo |
Make bouncing a bit less wtf for various gears tested (hog, 'zooka, saucer hog, drill strike). Less hacky is another matter.
|
file |
diff |
annotate
|
Fri, 03 Apr 2015 15:20:08 -0400 |
nemo |
Make FP tunnel 2px wider.
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 21:30:04 +0100 |
sheepluva |
only display cake timer if it is low
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 20:30:52 +0100 |
sheepluva |
allow gear specific data (with gear type specific type). applied to cake
|
file |
diff |
annotate
|
Tue, 17 Feb 2015 16:05:54 -0500 |
nemo |
Clear flag set by gear on gear deletion. Also added a few more nil checks on HHGear
|
file |
diff |
annotate
|
Mon, 16 Feb 2015 13:58:32 -0500 |
nemo |
make mines submersible
|
file |
diff |
annotate
|
Sat, 14 Feb 2015 22:25:31 -0500 |
nemo |
hook up to frontend
|
file |
diff |
annotate
|
Sat, 14 Feb 2015 17:34:12 -0500 |
nemo |
Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
|
file |
diff |
annotate
|
Sat, 07 Feb 2015 11:53:08 +0300 |
unc0rr |
Fix pas2c?
|
file |
diff |
annotate
|
Sat, 24 Jan 2015 13:49:57 -0500 |
nemo |
Make the various mine states a bit clearer (inactive, active but not in seek mode, seek mode, chasing target)
|
file |
diff |
annotate
|
Wed, 21 Jan 2015 16:00:08 -0500 |
nemo |
more turn-based-y
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 16:57:32 -0500 |
nemo |
Use the larger scaled airmine sprite originally intended, add some antidickery measures.
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 16:01:09 -0500 |
nemo |
more tweakery
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 15:12:54 -0500 |
nemo |
initialise trackSpeed, add nil check before resetting seek timer
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 15:03:35 -0500 |
nemo |
er... didn't mean to leave this line in
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 20:59:37 +0100 |
sheepluva |
begin/end
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 14:48:23 -0500 |
nemo |
merge
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 15:36:36 +0100 |
sheepluva |
fix pas2c (airbomb code: "not" statement in boolean expression was without parentheses)
|
file |
diff |
annotate
|
Sun, 18 Jan 2015 14:47:25 -0500 |
nemo |
radius and sprite drawing tweaks to match the still temporary sprite. also a begin/end sheepluva suggested
|
file |
diff |
annotate
|
Sat, 17 Jan 2015 10:07:12 -0500 |
nemo |
tweak a few params. still something wtf going on when on rope
|
file |
diff |
annotate
|
Fri, 16 Jan 2015 17:51:29 -0500 |
nemo |
experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.
|
file |
diff |
annotate
|
Thu, 01 Jan 2015 12:43:00 -0500 |
nemo |
Try to handle negative gravity w/ snow. Still needs to look nicer. Currently causes banding.
|
file |
diff |
annotate
|
Tue, 16 Dec 2014 08:04:18 -0500 |
nemo |
add a couple of onGearDamage callbacks to mine/barrel fall damage
|
file |
diff |
annotate
|