Tue, 21 Aug 2018 15:46:34 +0200 Make engine chat syntax translatable
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
Tue, 21 Aug 2018 02:14:15 +0200 Fix some string/translation inconsistencies in strings related to leaving
Wuzzy <Wuzzy2@mail.ru> [Tue, 21 Aug 2018 02:14:15 +0200] rev 13673
Fix some string/translation inconsistencies in strings related to leaving
Mon, 20 Aug 2018 22:38:14 +0200 - Add checker dependencies to hedgewars-server.cabal
unc0rr [Mon, 20 Aug 2018 22:38:14 +0200] rev 13672
- Add checker dependencies to hedgewars-server.cabal - Update checker to work with .24
Sun, 19 Aug 2018 09:54:46 -0400 and melon for Mutant
nemo [Sun, 19 Aug 2018 09:54:46 -0400] rev 13671
and melon for Mutant
Fri, 17 Aug 2018 22:35:01 -0400 stray line
nemo [Fri, 17 Aug 2018 22:35:01 -0400] rev 13670
stray line
Fri, 17 Aug 2018 22:23:19 -0400 more wrapping
nemo [Fri, 17 Aug 2018 22:23:19 -0400] rev 13669
more wrapping
Fri, 17 Aug 2018 20:13:33 -0400 basic AI bazooka wrapping.
nemo [Fri, 17 Aug 2018 20:13:33 -0400] rev 13668
basic AI bazooka wrapping.
Thu, 16 Aug 2018 19:41:54 +0300 Return https
alfadur [Thu, 16 Aug 2018 19:41:54 +0300] rev 13667
Return https
Thu, 16 Aug 2018 19:33:03 +0300 Rust 2018 conversion
alfadur [Thu, 16 Aug 2018 19:33:03 +0300] rev 13666
Rust 2018 conversion
Tue, 14 Aug 2018 15:25:05 +0200 Move common sprite tint values into Utils Lua library
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 15:25:05 +0200] rev 13665
Move common sprite tint values into Utils Lua library
Tue, 14 Aug 2018 14:19:03 +0200 Use new script variable cMaxTurnTime in scripts for consistency
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 14:19:03 +0200] rev 13664
Use new script variable cMaxTurnTime in scripts for consistency
Tue, 14 Aug 2018 13:43:04 +0200 Prevent wrapping of turn time when using extra time
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 13:43:04 +0200] rev 13663
Prevent wrapping of turn time when using extra time
Tue, 14 Aug 2018 09:26:32 +0200 Update list of supported GameFlags in HedgeEditor
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 09:26:32 +0200] rev 13662
Update list of supported GameFlags in HedgeEditor
Tue, 14 Aug 2018 09:15:20 +0200 HedgeEditor should be fairly stable by now
Wuzzy <Wuzzy2@mail.ru> [Tue, 14 Aug 2018 09:15:20 +0200] rev 13661
HedgeEditor should be fairly stable by now
Tue, 14 Aug 2018 09:05:55 +0200 Fix repeating sun in Hoggywood theme
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
Mon, 13 Aug 2018 20:19:32 +0200 Close hwengine properly when you got kicked by room host
Wuzzy <Wuzzy2@mail.ru> [Mon, 13 Aug 2018 20:19:32 +0200] rev 13659
Close hwengine properly when you got kicked by room host
Mon, 13 Aug 2018 16:31:22 +0200 Improve “Connection refused” error message
Wuzzy <Wuzzy2@mail.ru> [Mon, 13 Aug 2018 16:31:22 +0200] rev 13658
Improve “Connection refused” error message
Mon, 13 Aug 2018 16:01:58 +0200 Tweak some connection failure messages
Wuzzy <Wuzzy2@mail.ru> [Mon, 13 Aug 2018 16:01:58 +0200] rev 13657
Tweak some connection failure messages
Sun, 12 Aug 2018 16:31:22 +0200 Don't make pseudo player names like [server] clickable in chat
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
Sat, 11 Aug 2018 23:20:08 +0200 Fix duplicate/confusing wave messages in ASA fruit01
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 23:20:08 +0200] rev 13655
Fix duplicate/confusing wave messages in ASA fruit01
Sat, 11 Aug 2018 22:35:23 +0200 Oops, add forgotten begin/end in uTeams
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 22:35:23 +0200] rev 13654
Oops, add forgotten begin/end in uTeams
Sat, 11 Aug 2018 22:33:40 +0200 Merge nemo's TODO fix
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 22:33:40 +0200] rev 13653
Merge nemo's TODO fix
Sat, 11 Aug 2018 22:28:05 +0200 More straightforward TotalRoundsPre counting if there's only 1 clan
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Aug 2018 22:28:05 +0200] rev 13652
More straightforward TotalRoundsPre counting if there's only 1 clan
Sat, 11 Aug 2018 21:43:55 +0200 Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
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.
Sat, 11 Aug 2018 18:36:22 +0200 Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on
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
Thu, 09 Aug 2018 19:14:58 +0200 Fix TotalRounds increasing incorrectly if gfRandomOrder is off
Wuzzy <Wuzzy2@mail.ru> [Thu, 09 Aug 2018 19:14:58 +0200] rev 13649
Fix TotalRounds increasing incorrectly if gfRandomOrder is off
Thu, 09 Aug 2018 17:49:17 +0200 Backed out changeset c265a3e6f6da to revert to 0.9.23 TotalRounds behaviour
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
Thu, 09 Aug 2018 17:48:16 +0200 Backed out changeset 2d787d122083 to revert TotalRounds to 0.9.23 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
Thu, 09 Aug 2018 17:47:29 +0200 Backout 0f02dd1ff4c9. This is not how TotalRounds should work
Wuzzy <Wuzzy2@mail.ru> [Thu, 09 Aug 2018 17:47:29 +0200] rev 13646
Backout 0f02dd1ff4c9. This is not how TotalRounds should work
Fri, 10 Aug 2018 13:16:24 -0400 remove todo
nemo [Fri, 10 Aug 2018 13:16:24 -0400] rev 13645
remove todo
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip