Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 23:16:32 +0100] rev 14570
Force MapFeatureSize=12 in TechRacer
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 23:10:20 +0100] rev 14569
Fix Racer ghost not resetting properly after a skip (
bug #565)
unc0rr [Thu, 10 Jan 2019 21:24:32 +0100] rev 14568
Fix dy hardcoded value in kamikaze test
unc0rr [Thu, 10 Jan 2019 21:22:07 +0100] rev 14567
Fix broken kamikaze logic when target position is close to attacker
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 19:47:18 +0100] rev 14566
Don't say "first blood" in games with only 1 clan
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 19:21:08 +0100] rev 14565
Fix wind bar animation not looping properly
If you looked closely, you could see the wind bar “jumping” a bit.
Pixel offset was off-by-1.
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 19:09:06 +0100] rev 14564
Prevent wind bar from overflowing with high wind values
Wind flow overflow does not happen normally, but might be triggered when calling SetWind with
extreme values (>100 or <-100). Allows for silly wind experiments in scripts.
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 18:45:04 +0100] rev 14563
Tweak appear/disappear animation of touch widgets
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 18:30:14 +0100] rev 14562
Minor touch refactor
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 18:08:02 +0100] rev 14561
Swap 2 targets in grenade training to make the start a bit easier
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 18:05:48 +0100] rev 14560
Update grenade training to support bounciness in Touch
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 17:54:58 +0100] rev 14559
Add button to set bounciness in touch interface
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 03:14:02 +0100] rev 14558
Use player team's control scheme for all teams if there's a mission team
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 02:50:01 +0100] rev 14557
Fix player team ignoring custom team control scheme in campaign/missions
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 00:41:31 +0100] rev 14556
Restructure changelog
Wuzzy <Wuzzy2@mail.ru> [Thu, 10 Jan 2019 00:33:05 +0100] rev 14555
Fix double water splash if flying saucer drowns (
bug #681)
Wuzzy <Wuzzy2@mail.ru> [Wed, 09 Jan 2019 22:19:46 +0100] rev 14554
Remove default keybinding for unselecting weapon
Wuzzy <Wuzzy2@mail.ru> [Wed, 09 Jan 2019 22:09:27 +0100] rev 14553
Allow to leave a control unused (no key binding)
nemo [Wed, 09 Jan 2019 16:27:57 -0500] rev 14552
fix incorrect mask set in
r7b4643ff60ea - this causes ghost hog collisions and odd hog jumps on overlap with active hog
Wuzzy <Wuzzy2@mail.ru> [Wed, 09 Jan 2019 19:39:48 +0100] rev 14551
Add control (default: X) to unselect current weapon
Wuzzy <Wuzzy2@mail.ru> [Wed, 09 Jan 2019 19:10:11 +0100] rev 14550
Send and display owner name of own teams in online games (fixes
bug #468)
Wuzzy <Wuzzy2@mail.ru> [Tue, 08 Jan 2019 03:03:21 +0100] rev 14549
Suppress “<team> is gone message on game end
Wuzzy <Wuzzy2@mail.ru> [Sun, 06 Jan 2019 02:32:27 +0100] rev 14548
Pagetraining: Make sure the translator comment will be collected
Wuzzy <Wuzzy2@mail.ru> [Sun, 06 Jan 2019 02:16:45 +0100] rev 14547
Make turn timer gray when finishing target practice
Wuzzy <Wuzzy2@mail.ru> [Sun, 06 Jan 2019 01:21:16 +0100] rev 14546
Display team records in training menu
Wuzzy <Wuzzy2@mail.ru> [Sat, 05 Jan 2019 23:15:13 +0100] rev 14545
BRW: Fix Lua error after using timebox
Wuzzy <Wuzzy2@mail.ru> [Sat, 05 Jan 2019 22:22:36 +0100] rev 14544
TS: Scale health with the “initial health” setting from game scheme
Wuzzy <Wuzzy2@mail.ru> [Sat, 05 Jan 2019 22:05:20 +0100] rev 14543
Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru> [Sat, 05 Jan 2019 21:52:15 +0100] rev 14542
TS: Improve configurability by game scheme
Wuzzy <Wuzzy2@mail.ru> [Sat, 05 Jan 2019 21:07:22 +0100] rev 14541
TS: Simplify mission panel, fix bad string concatenation