Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 15:40:51 +0200] rev 15620
Disable gfMoreWind for land objects on turn end only after a fixed-time delay
15s sounds much, but it's the average amount for gfMineStrike mines to settle
naturally. And it would be very confusing to see falling mines suddenly not
caring about gfMoreWind for no apparent reason.
Note this whole thing is a giant hack anyway, to prevent a turn being
blocked by infinitely bouncing mines.
The better solution would be to help gfMoreWind-affected land objects settle
naturally more reliably even under extreme wind.
But this commit is "good enough" for now.
If you don't like the delay, you can always tweak the constant.
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 15:10:41 +0200] rev 15619
Fix many gears not being affected by gfMoreWind on turn end
alfadur [Fri, 05 Jun 2020 21:58:17 +0300] rev 15618
experimental blowtorching
alfadur [Fri, 05 Jun 2020 21:21:48 +0300] rev 15617
remove blowtorching tautology
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 15:48:41 +0200] rev 15616
Cleaner digit parsing of ammo schemes
Because invalid ammo scheme files could break the game somewhat
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 01:30:03 +0200] rev 15615
Fix camera zooming out too far in pause mode (
bug #773)
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:57:05 +0200] rev 15614
Fix taunt commands triggering 'unknown chat command' warning if current hog is external or bot
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:37:33 +0200] rev 15613
Add missing /sad command help
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:31:14 +0200] rev 15612
Add taunt command: /happy
felixonmars <felixonmars@archlinux.org> [Thu, 04 Jun 2020 12:33:24 +0200] rev 15611
Fix build with Qt 5.15+
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 09:23:25 +0200] rev 15610
Add taunt chat command: /bubble (hog holds breath)
This is based on the "bubble" hat by chujoii
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 06:52:13 +0200] rev 15609
Add dynamite impact sound
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 01:58:27 +0200] rev 15608
Add fade-in effect when flake appears at top
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 01:24:50 +0200] rev 15607
Flakes: Only spawn them inside valid area
Also add cCloudOffset
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 00:02:20 +0200] rev 15606
Make Underwater SD flakes rise
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 00:00:13 +0200] rev 15605
Fade out rising flakes at the top
Wuzzy <Wuzzy2@mail.ru> [Tue, 26 May 2020 23:02:49 +0200] rev 15604
Fix wrong team health bar height after calling SetClanColor
If you called SetClanColor on a team with a name that had a letter with a descender in it, then called SetClanColor on it, the height of the team bar is 1 pixel less than it should be because it was copied from the name texture.
alfadur [Sun, 24 May 2020 06:10:25 +0300] rev 15603
convert replay to haskell
alfadur [Wed, 20 May 2020 23:41:25 +0300] rev 15602
fix config loading
alfadur [Wed, 20 May 2020 23:08:08 +0300] rev 15601
remove stuck test
alfadur [Wed, 20 May 2020 22:50:58 +0300] rev 15600
convert config from haskell lists
alfadur [Wed, 20 May 2020 19:38:44 +0300] rev 15599
parse booleans as well
alfadur [Tue, 19 May 2020 19:26:48 +0300] rev 15598
convert teams from haskell list
alfadur [Tue, 19 May 2020 02:25:24 +0300] rev 15597
improve escapes handling
alfadur [Mon, 18 May 2020 23:43:58 +0300] rev 15596
add haskell literal formatter
alfadur [Mon, 18 May 2020 22:39:28 +0300] rev 15595
add the empty escape
alfadur [Mon, 18 May 2020 22:33:13 +0300] rev 15594
parse anonymous fields
alfadur [Mon, 18 May 2020 22:04:38 +0300] rev 15593
add whitespace handling
alfadur [Mon, 18 May 2020 21:17:46 +0300] rev 15592
add haskell literal parser
alfadur [Sun, 17 May 2020 04:07:10 +0300] rev 15591
fix editing teams while a game is in progress