Wuzzy <Wuzzy2@mail.ru> [Tue, 21 Aug 2018 18:31:00 +0200] rev 13676
Add a few translator comments for frontend strings
Wuzzy <Wuzzy2@mail.ru> [Tue, 21 Aug 2018 17:56:17 +0200] rev 13675
Consistently rename "team chat" to "clan chat" (except chat command)
Only change in strings, no functional change.
"Team" and "clan" have defined meanings in HW, but "team chat"
oddly broke this convention. This feature allows chat with your
clan, not with your team, so is now called "clan chat".
/team command unchanged to avoid disruption (for now).
Wuzzy <Wuzzy2@mail.ru> [Tue, 21 Aug 2018 15:46:34 +0200] rev 13674
Make engine chat syntax translatable
The message syntax you see when someone uses chat, e.g.
- Player 1: message
- [Team]: message
- [hedgehog name]: message
Wuzzy <Wuzzy2@mail.ru> [Tue, 21 Aug 2018 02:14:15 +0200] rev 13673
Fix some string/translation inconsistencies in strings related to leaving
unc0rr [Mon, 20 Aug 2018 22:38:14 +0200] rev 13672
- Add checker dependencies to hedgewars-server.cabal
- Update checker to work with .24
nemo [Sun, 19 Aug 2018 09:54:46 -0400] rev 13671
and melon for Mutant
nemo [Fri, 17 Aug 2018 22:35:01 -0400] rev 13670
stray line
nemo [Fri, 17 Aug 2018 22:23:19 -0400] rev 13669
more wrapping
nemo [Fri, 17 Aug 2018 20:13:33 -0400] rev 13668
basic AI bazooka wrapping.
alfadur [Thu, 16 Aug 2018 19:41:54 +0300] rev 13667
Return https
alfadur [Thu, 16 Aug 2018 19:33:03 +0300] rev 13666
Rust 2018 conversion
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 15:25:05 +0200] rev 13665
Move common sprite tint values into Utils Lua library
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 14:19:03 +0200] rev 13664
Use new script variable cMaxTurnTime in scripts for consistency
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 13:43:04 +0200] rev 13663
Prevent wrapping of turn time when using extra time
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 09:26:32 +0200] rev 13662
Update list of supported GameFlags in HedgeEditor
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 09:15:20 +0200] rev 13661
HedgeEditor should be fairly stable by now
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 09:05:55 +0200] rev 13660
Fix repeating sun in Hoggywood theme
This was only noticable in huge maps where you can zoom out a lot
Wuzzy <Wuzzy2@mail.ru> [Mon, 13 Aug 2018 20:19:32 +0200] rev 13659
Close hwengine properly when you got kicked by room host
Wuzzy <Wuzzy2@mail.ru> [Mon, 13 Aug 2018 16:31:22 +0200] rev 13658
Improve “Connection refused” error message
Wuzzy <Wuzzy2@mail.ru> [Mon, 13 Aug 2018 16:01:58 +0200] rev 13657
Tweak some connection failure messages
Wuzzy <Wuzzy2@mail.ru> [Sun, 12 Aug 2018 16:31:22 +0200] rev 13656
Don't make pseudo player names like [server] clickable in chat
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 23:20:08 +0200] rev 13655
Fix duplicate/confusing wave messages in ASA fruit01
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 22:35:23 +0200] rev 13654
Oops, add forgotten begin/end in uTeams
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 22:33:40 +0200] rev 13653
Merge nemo's TODO fix
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 22:28:05 +0200] rev 13652
More straightforward TotalRoundsPre counting if there's only 1 clan
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 21:43:55 +0200] rev 13651
Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
The internal TotalRounds (now TotalRoundsPre) is really WTF to use from a Lua standpoint and rarely useful.
Scripters usually want to know the real number of rounds.
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 18:36:22 +0200] rev 13650
Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on
Wuzzy <Wuzzy2@mail.ru> [Thu, 09 Aug 2018 19:14:58 +0200] rev 13649
Fix TotalRounds increasing incorrectly if gfRandomOrder is off
Wuzzy <Wuzzy2@mail.ru> [Thu, 09 Aug 2018 17:49:17 +0200] rev 13648
Backed out
changeset c265a3e6f6da to revert to 0.9.23 TotalRounds behaviour
Wuzzy <Wuzzy2@mail.ru> [Thu, 09 Aug 2018 17:48:16 +0200] rev 13647
Backed out
changeset 2d787d122083 to revert TotalRounds to 0.9.23 behaviour