2018-08-02 Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
Wuzzy <Wuzzy2@mail.ru> [Fri, 03 Aug 2018 00:39:50 +0200] rev 13612
Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug The "other bug" is that the cake just walks through terrain when it hits the wrap world edge. This behaviour is even worse.
2018-08-03 fix path
nemo [Fri, 03 Aug 2018 15:34:23 -0400] rev 13611
fix path
2018-08-03 hijack the duck for an attempted resurrection of the creeper. initial pass.
nemo [Thu, 02 Aug 2018 20:27:20 -0400] rev 13610
hijack the duck for an attempted resurrection of the creeper. initial pass.
2018-08-02 Fix hammer/pickhammer not digging land with gfSolidLand on
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 23:43:31 +0200] rev 13609
Fix hammer/pickhammer not digging land with gfSolidLand on This bug was introduced after the switch to doMakeExplosion
2018-08-02 Backed out changeset 0d920e370a78
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 23:24:27 +0200] rev 13608
Backed out changeset 0d920e370a78
2018-08-02 Fix hammer shoving gears into indestructible land
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 12:54:30 +0200] rev 13607
Fix hammer shoving gears into indestructible land
2018-08-02 Include HWP of Big Armory in CMakeLists
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 06:27:18 +0200] rev 13606
Include HWP of Big Armory in CMakeLists
2018-08-02 Fix broken Big Armory mission map
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 04:40:42 +0200] rev 13605
Fix broken Big Armory mission map A change in random map generation post-0.9.24 broken the generated Big Armory map. To fix this, we move over to image map so it never changes.
2018-08-02 Whoops. Fix NoPointX typo in HedgeEditor
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 04:08:12 +0200] rev 13604
Whoops. Fix NoPointX typo in HedgeEditor
2018-08-02 Remove bad king death message
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 04:04:21 +0200] rev 13603
Remove bad king death message The bad message had multiple %1 in it, which the engine does not resolve (yet)
2018-08-02 Cap hedgehog health to prevent overflow bugs
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 03:16:08 +0200] rev 13602
Cap hedgehog health to prevent overflow bugs
2018-08-01 Use the new NoPointX global in HedgeEditor
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 01:52:01 +0200] rev 13601
Use the new NoPointX global in HedgeEditor
2018-08-01 Add Lua globals: AMMO_INFINITE and NoPointX
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 01:45:45 +0200] rev 13600
Add Lua globals: AMMO_INFINITE and NoPointX
2018-08-01 Use proper infinite fuel feature in flying saucer training
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 01:34:26 +0200] rev 13599
Use proper infinite fuel feature in flying saucer training
2018-08-01 Add support for infinite fly time of jetpack and Birdy
Wuzzy <Wuzzy2@mail.ru> [Thu, 02 Aug 2018 01:24:40 +0200] rev 13598
Add support for infinite fly time of jetpack and Birdy
2018-07-16 Add variable to make state of sound system clear 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Mon, 16 Jul 2018 23:27:15 +0200] rev 13597
Add variable to make state of sound system clear
2018-07-17 Fix cursor teleporting to center after leaving game with video recording 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 17 Jul 2018 12:55:07 +0200] rev 13596
Fix cursor teleporting to center after leaving game with video recording
2018-07-17 Whoops. Syntax error in uVideoRec 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 17 Jul 2018 12:50:55 +0200] rev 13595
Whoops. Syntax error in uVideoRec
2018-07-17 Fix video recorder not working if sound disabled (fixes bug 200) 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 17 Jul 2018 12:17:11 +0200] rev 13594
Fix video recorder not working if sound disabled (fixes bug #200)
2018-08-01 Fix SimpleMission failure to init GameFlags correctly 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 23:12:37 +0200] rev 13593
Fix SimpleMission failure to init GameFlags correctly Also fixes broken gfInfAttack in The Great Escape
2018-08-01 Fix SimpleMission failure to init GameFlags correctly
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 23:12:37 +0200] rev 13592
Fix SimpleMission failure to init GameFlags correctly Also fixes broken gfInfAttack in The Great Escape
2018-08-01 Load default clan colors from settings file
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 21:30:33 +0200] rev 13591
Load default clan colors from settings file
2018-08-01 HedgeEditor: Use default clan color in AddTeam in mission export
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 18:17:10 +0200] rev 13590
HedgeEditor: Use default clan color in AddTeam in mission export
2018-08-01 Make ASA fruit02 use of default clan colors
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 17:30:13 +0200] rev 13589
Make ASA fruit02 use of default clan colors
2018-08-01 Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 15:50:39 +0200] rev 13588
Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color Missing: fruit02, HedgeEditor
2018-08-01 Lua: Allow to use negative value for AddTeam to select a default clan color
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Aug 2018 02:49:03 +0200] rev 13587
Lua: Allow to use negative value for AddTeam to select a default clan color
2018-07-31 Clean up Tumbler captions a bit
Wuzzy <Wuzzy2@mail.ru> [Tue, 31 Jul 2018 22:40:23 +0200] rev 13586
Clean up Tumbler captions a bit
2018-07-31 Refactor colors and caption type in Space Invasion
Wuzzy <Wuzzy2@mail.ru> [Tue, 31 Jul 2018 22:26:53 +0200] rev 13585
Refactor colors and caption type in Space Invasion
2018-07-31 Space Invasion: Delete dead code and ancient outdated comments
Wuzzy <Wuzzy2@mail.ru> [Tue, 31 Jul 2018 19:50:50 +0200] rev 13584
Space Invasion: Delete dead code and ancient outdated comments
2018-07-31 Change default clan color for brown for improved contrast
Wuzzy <Wuzzy2@mail.ru> [Tue, 31 Jul 2018 17:22:49 +0200] rev 13583
Change default clan color for brown for improved contrast The previous brown color was pretty darkish and I found it hard to read on hedgehog tags.
2018-07-30 Lua API: Add IsHogHidden
Wuzzy <Wuzzy2@mail.ru> [Tue, 31 Jul 2018 01:00:27 +0200] rev 13582
Lua API: Add IsHogHidden
2018-07-30 Lua: Add GetVampiric, GetLaserSight
Wuzzy <Wuzzy2@mail.ru> [Tue, 31 Jul 2018 00:12:19 +0200] rev 13581
Lua: Add GetVampiric, GetLaserSight
2018-07-30 Update Polish translation
KoBeWi [Mon, 30 Jul 2018 20:38:01 +0200] rev 13580
Update Polish translation
2018-07-30 ASA, final mission: Redraw map and mask to make borders more distingushable
Wuzzy <Wuzzy2@mail.ru> [Mon, 30 Jul 2018 19:23:28 +0200] rev 13579
ASA, final mission: Redraw map and mask to make borders more distingushable Also fix floating green dashes after blowing up things
2018-07-30 Make laser sight work properly through wrap world edge
Wuzzy <Wuzzy2@mail.ru> [Mon, 30 Jul 2018 16:30:03 +0200] rev 13578
Make laser sight work properly through wrap world edge
2018-07-30 Fix freeze ray not working through wrap world edge; add DrawLineWrapped
Wuzzy <Wuzzy2@mail.ru> [Mon, 30 Jul 2018 13:20:01 +0200] rev 13577
Fix freeze ray not working through wrap world edge; add DrawLineWrapped
2018-07-29 and fix index
nemo [Sun, 29 Jul 2018 11:39:48 -0400] rev 13576
and fix index
2018-07-29 oh. and indent that loop
nemo [Sun, 29 Jul 2018 11:37:14 -0400] rev 13575
oh. and indent that loop
2018-07-29 add wrap check
nemo [Sun, 29 Jul 2018 11:32:56 -0400] rev 13574
add wrap check
2018-07-28 merge of 0.9.24 - hopefully correctly this time
nemo [Sat, 28 Jul 2018 12:58:12 -0400] rev 13573
merge of 0.9.24 - hopefully correctly this time
2018-07-28 Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge
Wuzzy <Wuzzy2@mail.ru> [Sat, 28 Jul 2018 13:15:59 +0200] rev 13572
Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge This caused an errror message after the game when using hammer or pickhammer at wrap world edge.
2018-07-27 Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
Wuzzy <Wuzzy2@mail.ru> [Fri, 27 Jul 2018 19:58:02 +0200] rev 13571
Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
2018-07-27 sdlkeys is in source not binary, no .in folder. Locutus brought to our attention. 0.9.24
nemo [Fri, 27 Jul 2018 12:45:10 -0400] rev 13570
sdlkeys is in source not binary, no .in folder. Locutus brought to our attention.
2018-07-26 Fix /hta, /hsa and /hya commands not writing message in chat
Wuzzy <Wuzzy2@mail.ru> [Fri, 27 Jul 2018 00:00:04 +0200] rev 13569
Fix /hta, /hsa and /hya commands not writing message in chat
2018-07-26 Fix /hta, /hsa and /hya commands not writing message in chat 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Fri, 27 Jul 2018 00:00:04 +0200] rev 13568
Fix /hta, /hsa and /hya commands not writing message in chat
2018-07-26 TechRacer: Print selected map in debug output
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 19:08:39 +0200] rev 13567
TechRacer: Print selected map in debug output
2018-07-26 TechRacer: Make most variables local
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 18:39:06 +0200] rev 13566
TechRacer: Make most variables local
2018-07-26 Clean up messy indentations in TechRacer script
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 18:26:48 +0200] rev 13565
Clean up messy indentations in TechRacer script
2018-07-26 TechRacer: Delete dead code
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 18:11:23 +0200] rev 13564
TechRacer: Delete dead code
2018-07-26 TechRacer: Fix gears not spawning on turn start when player pressed control right at start
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 18:01:32 +0200] rev 13563
TechRacer: Fix gears not spawning on turn start when player pressed control right at start The activationStage was horribly programmed and heavily relied on timer. There was a sweet spot at turn start that if you managed to push a key right at the start of turn, you skip the Ready phase and the activationStage would advance, causing the gear spawning code to be skipped. This fix greatly simplies the spawning phase.
2018-07-26 Prevent saving weapon scheme if name was already taken 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 14:18:23 +0200] rev 13562
Prevent saving weapon scheme if name was already taken This is case-insensitive.
2018-07-26 Prevent saving game schemes if name was already been taken 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 14:18:23 +0200] rev 13561
Prevent saving game schemes if name was already been taken
2018-07-26 Prevent saving weapon scheme if name was already taken
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 13:03:35 +0200] rev 13560
Prevent saving weapon scheme if name was already taken This is case-insensitive.
2018-07-25 Prevent saving game schemes if name was already been taken
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Jul 2018 00:18:59 +0200] rev 13559
Prevent saving game schemes if name was already been taken
2018-07-24 Fix a couple of PNG images with known invalid color profiles
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 20:46:22 +0200] rev 13558
Fix a couple of PNG images with known invalid color profiles
2018-07-24 Fix a couple of PNG images with known invalid color profiles 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 20:46:22 +0200] rev 13557
Fix a couple of PNG images with known invalid color profiles
2018-07-24 Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 20:15:32 +0200] rev 13556
Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack
2018-07-24 Limit max droplet count to 50 (fix for 0.9.24 branch only) 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 20:07:58 +0200] rev 13555
Limit max droplet count to 50 (fix for 0.9.24 branch only) This fixes the issue with insane amounts of droplets in 0.9.24. It's temporary, the real fix is in default branch, but would be desyncing.
2018-07-24 Update frontend translation files 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 19:34:04 +0200] rev 13554
Update frontend translation files
2018-07-24 Fix changelog typos 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 19:31:37 +0200] rev 13553
Fix changelog typos
2018-07-16 Fix hwengine crash when using >1 controllers 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Mon, 16 Jul 2018 20:28:01 +0200] rev 13552
Fix hwengine crash when using >1 controllers Reason: Data type mismatch for SDL_JoystickName, we wed in an index, but it expected a controller handle. Solution: Switch to SDL_JoystickNameForIndex.
2018-07-24 Add more sane default controls for controller 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 18:37:52 +0200] rev 13551
Add more sane default controls for controller
2018-07-24 Fix broken controller/joystick button and axis events 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 18:37:52 +0200] rev 13550
Fix broken controller/joystick button and axis events The problem were bad records in SDLh.pas
2018-07-24 Detect Qt style after parameter parsing 0.9.24
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Jul 2018 18:37:52 +0200] rev 13549
Detect Qt style after parameter parsing
(0) -10000 -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 tip