Tue, 25 Apr 2017 04:54:46 +0200 |
Wuzzy |
Fix sndBoring being played when force-ending turn due to victory
|
file |
diff |
annotate
|
Mon, 24 Apr 2017 19:31:53 +0200 |
Wuzzy |
Drop rubber duck like dynamite
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 20:37:51 +0200 |
Wuzzy |
Backed out changeset 071a05275798
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 19:30:24 +0200 |
Wuzzy |
Fix warning caused in uGearsHedgehog.pas
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 02:33:32 +0200 |
Wuzzy |
Allow to press [Precise]+[Slot] to cycle through weapons in reverse order
|
file |
diff |
annotate
|
Thu, 20 Apr 2017 02:38:45 +0200 |
Wuzzy |
Make health gain message translatable
|
file |
diff |
annotate
|
Wed, 19 Apr 2017 17:50:31 +0200 |
Wuzzy |
New Lua call: EndTurn to end turn
|
file |
diff |
annotate
|
Fri, 13 May 2016 00:17:05 +0200 |
Wuzzy |
Don't play duck drop sound when duck spawns in water
|
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 21:43:48 +0200 |
Wuzzy |
Add ammotype amDuck for rubber duck
|
file |
diff |
annotate
|
Fri, 07 Apr 2017 04:56:51 +0200 |
Wuzzy |
Add support for hog name in home run message
|
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
|
Wed, 23 Nov 2016 20:25:44 +0100 |
Wuzzy |
Fix game extremely slowing down if hog collects crate with huge health, or vampire gets huge health.
|
file |
diff |
annotate
|
Mon, 09 May 2016 22:49:31 +0200 |
Wuzzy |
Add Lua API function SetAmmoTexts (see issue 82)
|
file |
diff |
annotate
|
Sun, 01 May 2016 02:40:12 +0200 |
Wuzzy |
Add “boring” voice to voice queue to avoid voice overlapping
|
file |
diff |
annotate
|
Sat, 19 Nov 2016 15:00:14 +0100 |
Wuzzy |
Play countdown sounds for 4-1 remaining seconds and “boring” voice on timeout
|
file |
diff |
annotate
|
Sat, 30 Apr 2016 20:55:16 +0200 |
Wuzzy |
Make the timer red when it is the get-away time
|
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
|
Tue, 15 Nov 2016 03:00:56 +0100 |
Wuzzy |
Show symbols at bottom right while extra damage / low grav. are active
|
file |
diff |
annotate
|
Fri, 16 Sep 2016 00:22:05 +0200 |
sheepluva |
Highlander: give visual and acustic feedback when weapons are collected from a kill, similar to collecting a crate
|
file |
diff |
annotate
|
Fri, 16 Sep 2016 00:01:43 +0200 |
sheepluva |
Lua API: IsHogLocal(gearUid)
|
file |
diff |
annotate
|
Sun, 15 May 2016 14:29:37 +0300 |
unc0rr |
- Use IntToStr() in preference to Str()
|
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, 28 Mar 2016 18:19:20 -0400 |
nemo |
RC planes should not pick up frozen crates
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:29:27 +0100 |
sheepluva |
fix comment; revert unintentional commit of some testing png
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:18:40 +0100 |
sheepluva |
serious anti wall sticking protection for hedgewars
|
file |
diff |
annotate
|
Wed, 13 Jan 2016 21:29:04 +0300 |
unc0rr |
Damaged hog is not in a jumping state
|
file |
diff |
annotate
|
Tue, 05 Jan 2016 15:15:54 -0500 |
nemo |
limit Y increment to 6 (saucer/birdy bug)
|
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, 01 Nov 2015 15:08:39 -0500 |
nemo |
do the same thing for the chute/birdy/saucer block
0.9.22-release
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 10:42:00 -0400 |
nemo |
restore uid on resurrection as well
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 16:30:55 -0400 |
nemo |
Avoid waiting past end of turn for smine.
|
file |
diff |
annotate
|
Mon, 10 Aug 2015 03:53:11 +0200 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
Tue, 26 May 2015 23:29:53 +0200 |
sheepluva |
LuaAPI: fix OnHogAttack the incorrect AmmoType (amNothing) under certain conditions. Thanks for CheezeMonkey for reporting this
|
file |
diff |
annotate
|
Mon, 11 May 2015 13:53:08 -0400 |
nemo |
This probably fixes bug #839 - mine time was hardcoded to 3000 in Attack, instead of using the "0 as undefined" input that other places were using. When re653e96b0ec3 started paying attention to the input parameter, this previously ignored value became a problem.
|
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
|
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
|
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
|
Wed, 24 Dec 2014 12:19:18 -0500 |
nemo |
fix for issue #894
|
file |
diff |
annotate
|
Sun, 14 Dec 2014 03:32:11 +0100 |
sheepluva |
Issue 755: Lua API: Add ammo type parameter for onHogAttack
|
file |
diff |
annotate
|
Sat, 29 Nov 2014 14:57:07 -0500 |
nemo |
Move cake FollowGear to Attack like most others, remove the gmAttack clearing which is also done in Attack.
|
file |
diff |
annotate
|
Sat, 29 Nov 2014 18:56:42 +0100 |
sheepluva |
don't drown unplaced hedgehogs. thanks to zimmux and Wohlstand for reporting
|
file |
diff |
annotate
|
Sat, 25 Oct 2014 11:29:45 -0400 |
nemo |
Remove switching of hog's hat to chef. do it in draw instead.
|
file |
diff |
annotate
|
Sun, 19 Oct 2014 15:46:09 -0400 |
nemo |
allow hogs to repeatedly enter portals placed on the ground
|
file |
diff |
annotate
|
Sat, 05 Jul 2014 20:15:56 +0200 |
sheepluva |
WIP: weSea tweaks, functional and visual
|
file |
diff |
annotate
|
Wed, 05 Mar 2014 12:38:01 +0100 |
sheepluva |
don't stack bye/teleport sounds of hogs (when a team is gone)
|
file |
diff |
annotate
|
Thu, 20 Feb 2014 00:28:49 +0400 |
unc0rr |
Fix tinting of AI kills counter
|
file |
diff |
annotate
|
Wed, 19 Feb 2014 19:10:11 +0400 |
unc0rr |
Should never use State like this, since some states aren't synced (thinking state for example)
|
file |
diff |
annotate
|
Sun, 09 Feb 2014 00:44:29 +0400 |
unc0rr |
Even more explicit type conversions and other stuff to help pas2c use ansistrings
|
file |
diff |
annotate
|
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
|
Sun, 12 Jan 2014 11:07:49 +0400 |
unc0rr |
That check was too weird and complicated
|
file |
diff |
annotate
|
Sun, 05 Jan 2014 10:54:03 +0400 |
unc0rr |
- Fix build via pas2c
webgl
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 23:55:54 +0400 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
Wed, 05 Mar 2014 12:35:51 +0100 |
sheepluva |
don't stack bye/teleport sounds of hogs (when a team is gone)
0.9.20
|
file |
diff |
annotate
|
Fri, 03 Jan 2014 00:31:07 -0500 |
nemo |
tweak
|
file |
diff |
annotate
|