Wuzzy <Wuzzy2@mail.ru> [Sun, 12 Nov 2017 17:25:17 +0100] rev 12835
Fix grammar fail in cosmos.lua (string freeze compliant)
This is string freeze compliant because the new string is already contained in stub.lua.
KoBeWi [Sun, 12 Nov 2017 17:10:44 +0100] rev 12834
Update pl.lua (>99% complete)
A few strings have been removed because of empty translations of faulty format strings.
alfadur [Thu, 09 Nov 2017 09:56:35 -0500] rev 12833
animation tweak
Wuzzy <Wuzzy2@mail.ru> [Wed, 08 Nov 2017 21:56:43 +0100] rev 12832
Fix incorrect check for cake gear type in ClimbHome
nemo [Wed, 08 Nov 2017 15:07:46 -0500] rev 12831
remove some more test redundancy and restore a missing and important nil check
nemo [Wed, 08 Nov 2017 14:12:46 -0500] rev 12830
just merging if statements
unc0rr [Mon, 06 Nov 2017 22:26:54 +0100] rev 12829
- Update .pro file
- Rethink logic of TCPBase, fixes bug with failing to receive all bytes from
engine when process end signal is received before tcp disconnect
Wuzzy <Wuzzy2@mail.ru> [Fri, 03 Nov 2017 13:40:30 +0100] rev 12828
Remove unused uCommands from uGearsHandlersMess
Wuzzy <Wuzzy2@mail.ru> [Fri, 03 Nov 2017 05:46:36 +0100] rev 12827
Fix lastGameType not being updated if game type was demo or save (fixes a crash)
Previously, if you first played a normal game, then a demo, the “play again” button
would appear, but clicking it would only crash HW. This fix will remove this button
after a demo or save, because the frontend doesn't know how to restart demos or saves
yet.
Wuzzy <Wuzzy2@mail.ru> [Fri, 03 Nov 2017 05:03:47 +0100] rev 12826
Fix desyncs when forcing rope re-selection after missing a shot or hitting bounce world edge
Also re-introduce rope-reselection when touching ground
Wuzzy <Wuzzy2@mail.ru> [Fri, 03 Nov 2017 04:14:33 +0100] rev 12825
Fix desync when dropping weapon from parachute or jetpack
Wuzzy <Wuzzy2@mail.ru> [Fri, 03 Nov 2017 02:23:41 +0100] rev 12824
Backed out
changeset 28210d2a9a36 (fixes
bug #553)
This fixes a desync when you take fall damage while roping and having a secondary ammo selected.
nemo [Wed, 01 Nov 2017 22:49:54 -0400] rev 12823
initialise previousGameState to something valid and not gsSuspend
Wuzzy <Wuzzy2@mail.ru> [Wed, 01 Nov 2017 22:02:52 +0100] rev 12822
Add Lua problems to the troubleshooting section of INSTALL.md