Wuzzy <Wuzzy2@mail.ru> [Tue, 13 Mar 2018 13:15:15 +0100] rev 13177
Update .hgignore to ignore new Qt's moc_ and qrc_ files
Wuzzy <Wuzzy2@mail.ru> [Tue, 13 Mar 2018 00:50:58 +0100] rev 13176
Also update default binds for SDL2 keypad names
nemo [Mon, 12 Mar 2018 19:15:45 -0400] rev 13175
these changed, presumably in SDL2 - might want to review all the others
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Mar 2018 22:53:28 +0100] rev 13174
Use visible team count instead of total team count to determine rendered team bar height
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Mar 2018 19:39:00 +0100] rev 13173
Remove rubber duck from BRW, RW and most weapon schemes for now
The duck is not liked by players.
Rubber duck needs a lot of rework. Before that happens, better remove it from
game modes for now. Players can always modify the weapon schemes, of course.
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Mar 2018 12:54:33 +0100] rev 13172
Use onSkipTurn in scripts to detect turn skips
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Mar 2018 12:37:35 +0100] rev 13171
Lua API: Add onSkipTurn callback, called when hog skips
Wuzzy <Wuzzy2@mail.ru> [Mon, 12 Mar 2018 12:27:13 +0100] rev 13170
Lua API: Add SkipTurn() to replace ParseCommand("skip")