Thu, 23 May 2019 08:34:30 +0200 Wuzzy Reset MultiShootAttacks to 0 when calling SwitchHog in Lua
Wed, 22 May 2019 23:32:22 +0200 Wuzzy Merge alfadur's commits
Wed, 22 May 2019 23:30:10 +0200 Wuzzy ACF2: Prevent cut scene from playing when own hogs are dead or about to die
Wed, 22 May 2019 11:31:55 +0200 Wuzzy ACF: Add some checks before calling StoppedGear
Wed, 22 May 2019 10:45:35 +0200 Wuzzy Fix health case/barrel health texture being sometimes not created
Wed, 22 May 2019 23:53:00 +0300 alfadur disallow zero rope step
Wed, 22 May 2019 23:05:55 +0300 alfadur use contains where possible
Wed, 22 May 2019 22:42:20 +0300 alfadur remove RangeContains in favor of standard contains
Tue, 21 May 2019 23:04:50 +0300 alfadur add rope layers
Tue, 21 May 2019 16:45:16 +0200 Wuzzy ACF2: Fix breakage when leaks kills Brainiac with 3 Deagle shots (for real)
Tue, 21 May 2019 16:32:34 +0200 Wuzzy Fix un-selecting weapon while in multishoot allowing another attack
Tue, 21 May 2019 15:15:17 +0200 Wuzzy ACF2: Fix breakage when leaks kills Brainiac with 3 Deagle shots
Tue, 21 May 2019 14:38:10 +0200 Wuzzy ACF2: Fix Lua error when hog dies during cyborg choice phase
Tue, 21 May 2019 12:58:28 +0200 Wuzzy Disable Sudden Death for all A Classic Fairytale missions
Tue, 21 May 2019 12:37:35 +0200 Wuzzy ACF1: Fix pastMoleHeadAnim being played twice
Mon, 20 May 2019 21:14:39 +0200 Wuzzy Add error messages when calling AddHog or AddMissionHog wrongly
Mon, 20 May 2019 16:53:52 +0200 Wuzzy Update German Lua translations
Mon, 20 May 2019 16:18:35 +0200 Wuzzy Scenarios: Drawn games count as mission failure
Mon, 20 May 2019 14:59:26 +0200 Wuzzy Speed Shoppa: Set hog dy=0 on victory
Mon, 20 May 2019 01:24:25 +0200 Wuzzy Remove Wacky templates #37, #38, #43 from Large land template
Mon, 20 May 2019 00:15:02 +0200 Wuzzy Update MaxHedgehogs for template #43
Sun, 19 May 2019 23:52:13 +0200 Wuzzy Calculate max. recommended hog count for perlin maps
Sun, 19 May 2019 21:14:53 +0200 Wuzzy Give a more accurate hedgehog limit estimate for small drawn maps
Sun, 19 May 2019 11:26:36 +0200 Wuzzy Update German translation
Sun, 19 May 2019 11:05:57 +0200 Wuzzy Update locale files
Sat, 18 May 2019 19:33:49 +0200 Wuzzy Don't abort ready phase for moving camera with keys
Sat, 18 May 2019 19:20:54 +0200 Wuzzy Refactor uInputHandler a bit
Sat, 18 May 2019 18:31:17 +0200 Wuzzy Control (style): Fix scoring breakage after extra time for real
Sat, 18 May 2019 18:22:14 +0200 Wuzzy Update changelog
Sat, 18 May 2019 16:55:27 +0200 Wuzzy Backed out changeset 6a928999fefd (onPreciseLocal causes desyncs)
Sat, 18 May 2019 16:54:51 +0200 Wuzzy Backed out changeset 4596357d002d (onPreciseLocal causes desyncs)
Sat, 18 May 2019 16:38:03 +0200 Wuzzy Frontend: Tweak some colors in HWBDAY style
Sat, 18 May 2019 16:05:06 +0200 Wuzzy Frontend: Highlight button when pressed
Sat, 18 May 2019 03:07:21 +0200 Wuzzy Display laser sight icon above wind bar when laser sight utility is active
Sat, 18 May 2019 00:55:59 +0200 Wuzzy Add separate hand image for landspray
Sat, 18 May 2019 00:21:58 +0200 Wuzzy Add piano icon on mouse cursor when selecting piano strike
Sat, 18 May 2019 00:18:52 +0200 Wuzzy Refactor PosCount: Use 0 instead of 1 for unused PosSprite
Fri, 17 May 2019 22:57:22 +0200 Wuzzy Show icon above hedgehog for most ammos without hand image
Fri, 17 May 2019 22:23:40 +0200 Wuzzy Add utility function to get hog left/right looking dir
Fri, 17 May 2019 19:15:03 +0200 Wuzzy Document the flame code a bit
Fri, 17 May 2019 16:54:30 +0200 Wuzzy Disable VIDEOREC if trying to build it with BUILD_ENGINE_C in release builds
Fri, 17 May 2019 16:49:28 +0200 Wuzzy Add tiny delay in stInit to fix some turn react problems
Fri, 17 May 2019 14:38:12 +0200 Wuzzy Control (style): Adjust score limit according to clans count instead of teams count
Fri, 17 May 2019 14:15:40 +0200 Wuzzy Rank tied teams properly in Control, CTF and Mutant
Fri, 17 May 2019 02:08:44 +0200 Wuzzy Control (style): Fix scoring breaking after using extra time
Fri, 17 May 2019 02:00:29 +0200 Wuzzy Control (style): Remove unused functions
Fri, 17 May 2019 01:58:54 +0200 Wuzzy Control (style): Use onSkipTurn
Fri, 17 May 2019 01:55:37 +0200 Wuzzy Control (style): Implement proper ranking screen and score graph
Fri, 17 May 2019 01:16:14 +0200 Wuzzy Control (style): Mention revival
Fri, 17 May 2019 01:10:17 +0200 Wuzzy Control (style): Clean up whitespace and indentations
Fri, 17 May 2019 01:06:36 +0200 Wuzzy Control (style): Dump dead code and ancient changelog
Fri, 17 May 2019 01:32:51 +0300 alfadur fix anchors
Thu, 16 May 2019 23:04:19 +0200 Wuzzy ASA desert02: Fix mines not working in 1st turn when watching full cut scene
Thu, 16 May 2019 22:07:06 +0200 Wuzzy Merge antoc27's commits master_git
Thu, 16 May 2019 21:49:33 +0200 Wuzzy CTF_Blizzard: Display scores in stats screen
Thu, 16 May 2019 21:15:07 +0200 Wuzzy CTF_Blizzard: Fix the mission text, remove string concatenation stuff
Thu, 16 May 2019 20:31:41 +0200 Wuzzy Add Lua callback onHogSwitch
Thu, 16 May 2019 19:44:27 +0200 Wuzzy CTF_Blizzard: Warp sound when using teleporter
Thu, 16 May 2019 19:29:51 +0200 Wuzzy CTF_Blizzard: Disable sparkles for inactive teleporters
Thu, 16 May 2019 19:21:47 +0200 Wuzzy CTF_Blizzard: Tweak messages
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip