Sat, 06 Jun 2020 15:43:17 +0200 Merge b988d3be7100
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 15:43:17 +0200] rev 15598
Merge b988d3be7100
Sat, 06 Jun 2020 15:40:51 +0200 Disable gfMoreWind for land objects on turn end only after a fixed-time delay
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 15:40:51 +0200] rev 15597
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.
Sat, 06 Jun 2020 15:10:41 +0200 Fix many gears not being affected by gfMoreWind on turn end
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 15:10:41 +0200] rev 15596
Fix many gears not being affected by gfMoreWind on turn end
Fri, 05 Jun 2020 21:21:48 +0300 remove blowtorching tautology
alfadur [Fri, 05 Jun 2020 21:21:48 +0300] rev 15595
remove blowtorching tautology
Fri, 05 Jun 2020 15:48:41 +0200 Cleaner digit parsing of ammo schemes
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 15:48:41 +0200] rev 15594
Cleaner digit parsing of ammo schemes Because invalid ammo scheme files could break the game somewhat
Fri, 05 Jun 2020 01:30:03 +0200 Fix camera zooming out too far in pause mode (bug 773)
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 01:30:03 +0200] rev 15593
Fix camera zooming out too far in pause mode (bug #773)
Fri, 05 Jun 2020 00:57:05 +0200 Fix taunt commands triggering 'unknown chat command' warning if current hog is external or bot
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:57:05 +0200] rev 15592
Fix taunt commands triggering 'unknown chat command' warning if current hog is external or bot
Fri, 05 Jun 2020 00:37:33 +0200 Add missing /sad command help
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:37:33 +0200] rev 15591
Add missing /sad command help
Fri, 05 Jun 2020 00:31:14 +0200 Add taunt command: /happy
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:31:14 +0200] rev 15590
Add taunt command: /happy
Thu, 04 Jun 2020 12:33:24 +0200 Fix build with Qt 5.15+
felixonmars <felixonmars@archlinux.org> [Thu, 04 Jun 2020 12:33:24 +0200] rev 15589
Fix build with Qt 5.15+
Wed, 27 May 2020 09:23:25 +0200 Add taunt chat command: /bubble (hog holds breath)
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 09:23:25 +0200] rev 15588
Add taunt chat command: /bubble (hog holds breath) This is based on the "bubble" hat by chujoii
Wed, 27 May 2020 06:52:13 +0200 Add dynamite impact sound
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 06:52:13 +0200] rev 15587
Add dynamite impact sound
Wed, 27 May 2020 01:58:27 +0200 Add fade-in effect when flake appears at top
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 01:58:27 +0200] rev 15586
Add fade-in effect when flake appears at top
Wed, 27 May 2020 01:24:50 +0200 Flakes: Only spawn them inside valid area
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 01:24:50 +0200] rev 15585
Flakes: Only spawn them inside valid area Also add cCloudOffset
Wed, 27 May 2020 00:02:20 +0200 Make Underwater SD flakes rise
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 00:02:20 +0200] rev 15584
Make Underwater SD flakes rise
Wed, 27 May 2020 00:00:13 +0200 Fade out rising flakes at the top
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 00:00:13 +0200] rev 15583
Fade out rising flakes at the top
Tue, 26 May 2020 23:02:49 +0200 Fix wrong team health bar height after calling SetClanColor
Wuzzy <Wuzzy2@mail.ru> [Tue, 26 May 2020 23:02:49 +0200] rev 15582
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.
Sun, 24 May 2020 06:10:25 +0300 convert replay to haskell
alfadur [Sun, 24 May 2020 06:10:25 +0300] rev 15581
convert replay to haskell
Wed, 20 May 2020 23:41:25 +0300 fix config loading
alfadur [Wed, 20 May 2020 23:41:25 +0300] rev 15580
fix config loading
Wed, 20 May 2020 23:08:08 +0300 remove stuck test
alfadur [Wed, 20 May 2020 23:08:08 +0300] rev 15579
remove stuck test
Wed, 20 May 2020 22:50:58 +0300 convert config from haskell lists
alfadur [Wed, 20 May 2020 22:50:58 +0300] rev 15578
convert config from haskell lists
Wed, 20 May 2020 19:38:44 +0300 parse booleans as well
alfadur [Wed, 20 May 2020 19:38:44 +0300] rev 15577
parse booleans as well
Tue, 19 May 2020 19:26:48 +0300 convert teams from haskell list
alfadur [Tue, 19 May 2020 19:26:48 +0300] rev 15576
convert teams from haskell list
Tue, 19 May 2020 02:25:24 +0300 improve escapes handling
alfadur [Tue, 19 May 2020 02:25:24 +0300] rev 15575
improve escapes handling
Mon, 18 May 2020 23:43:58 +0300 add haskell literal formatter
alfadur [Mon, 18 May 2020 23:43:58 +0300] rev 15574
add haskell literal formatter
Mon, 18 May 2020 22:39:28 +0300 add the empty escape
alfadur [Mon, 18 May 2020 22:39:28 +0300] rev 15573
add the empty escape
Mon, 18 May 2020 22:33:13 +0300 parse anonymous fields
alfadur [Mon, 18 May 2020 22:33:13 +0300] rev 15572
parse anonymous fields
Mon, 18 May 2020 22:04:38 +0300 add whitespace handling
alfadur [Mon, 18 May 2020 22:04:38 +0300] rev 15571
add whitespace handling
Mon, 18 May 2020 21:17:46 +0300 add haskell literal parser
alfadur [Mon, 18 May 2020 21:17:46 +0300] rev 15570
add haskell literal parser
Sun, 17 May 2020 04:07:10 +0300 fix editing teams while a game is in progress
alfadur [Sun, 17 May 2020 04:07:10 +0300] rev 15569
fix editing teams while a game is in progress
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip