2020-06-06 Teach AI to drop mines from safe height
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 20:21:08 +0200] rev 15623
Teach AI to drop mines from safe height Placing mine on ground and then escaping is not possible yet
2020-06-06 Teach AI to spam extra time if infinite
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 16:09:16 +0200] rev 15622
Teach AI to spam extra time if infinite
2020-06-06 Merge b988d3be7100
Wuzzy <Wuzzy2@mail.ru> [Sat, 06 Jun 2020 15:43:17 +0200] rev 15621
Merge b988d3be7100
2020-06-06 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 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.
2020-06-06 Fix many gears not being affected by gfMoreWind on turn end
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
2020-06-05 experimental blowtorching
alfadur [Fri, 05 Jun 2020 21:58:17 +0300] rev 15618
experimental blowtorching
2020-06-05 remove blowtorching tautology
alfadur [Fri, 05 Jun 2020 21:21:48 +0300] rev 15617
remove blowtorching tautology
2020-06-05 Cleaner digit parsing of ammo schemes
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
2020-06-04 Fix camera zooming out too far in pause mode (bug 773)
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)
2020-06-04 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 15614
Fix taunt commands triggering 'unknown chat command' warning if current hog is external or bot
2020-06-04 Add missing /sad command help
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:37:33 +0200] rev 15613
Add missing /sad command help
2020-06-04 Add taunt command: /happy
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Jun 2020 00:31:14 +0200] rev 15612
Add taunt command: /happy
2020-06-04 Fix build with Qt 5.15+
felixonmars <felixonmars@archlinux.org> [Thu, 04 Jun 2020 12:33:24 +0200] rev 15611
Fix build with Qt 5.15+
2020-05-27 Add taunt chat command: /bubble (hog holds breath)
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
2020-05-27 Add dynamite impact sound
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 06:52:13 +0200] rev 15609
Add dynamite impact sound
2020-05-26 Add fade-in effect when flake appears at top
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 01:58:27 +0200] rev 15608
Add fade-in effect when flake appears at top
2020-05-26 Flakes: Only spawn them inside valid area
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 01:24:50 +0200] rev 15607
Flakes: Only spawn them inside valid area Also add cCloudOffset
2020-05-26 Make Underwater SD flakes rise
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 00:02:20 +0200] rev 15606
Make Underwater SD flakes rise
2020-05-26 Fade out rising flakes at the top
Wuzzy <Wuzzy2@mail.ru> [Wed, 27 May 2020 00:00:13 +0200] rev 15605
Fade out rising flakes at the top
2020-05-26 Fix wrong team health bar height after calling SetClanColor
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.
2020-05-24 convert replay to haskell
alfadur [Sun, 24 May 2020 06:10:25 +0300] rev 15603
convert replay to haskell
2020-05-20 fix config loading
alfadur [Wed, 20 May 2020 23:41:25 +0300] rev 15602
fix config loading
2020-05-20 remove stuck test
alfadur [Wed, 20 May 2020 23:08:08 +0300] rev 15601
remove stuck test
2020-05-20 convert config from haskell lists
alfadur [Wed, 20 May 2020 22:50:58 +0300] rev 15600
convert config from haskell lists
2020-05-20 parse booleans as well
alfadur [Wed, 20 May 2020 19:38:44 +0300] rev 15599
parse booleans as well
2020-05-19 convert teams from haskell list
alfadur [Tue, 19 May 2020 19:26:48 +0300] rev 15598
convert teams from haskell list
2020-05-18 improve escapes handling
alfadur [Tue, 19 May 2020 02:25:24 +0300] rev 15597
improve escapes handling
2020-05-18 add haskell literal formatter
alfadur [Mon, 18 May 2020 23:43:58 +0300] rev 15596
add haskell literal formatter
2020-05-18 add the empty escape
alfadur [Mon, 18 May 2020 22:39:28 +0300] rev 15595
add the empty escape
2020-05-18 parse anonymous fields
alfadur [Mon, 18 May 2020 22:33:13 +0300] rev 15594
parse anonymous fields
2020-05-18 add whitespace handling
alfadur [Mon, 18 May 2020 22:04:38 +0300] rev 15593
add whitespace handling
2020-05-18 add haskell literal parser
alfadur [Mon, 18 May 2020 21:17:46 +0300] rev 15592
add haskell literal parser
2020-05-17 fix editing teams while a game is in progress
alfadur [Sun, 17 May 2020 04:07:10 +0300] rev 15591
fix editing teams while a game is in progress
2020-05-16 Hats webpage: Fix another incorrect static hat check
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 04:43:11 +0200] rev 15590
Hats webpage: Fix another incorrect static hat check
2020-05-16 Hats webpage: Fix incorrect check for static hat
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 04:28:26 +0200] rev 15589
Hats webpage: Fix incorrect check for static hat
2020-05-16 Hats webpage: Fix "other hats" section listing wrong hats
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 03:41:49 +0200] rev 15588
Hats webpage: Fix "other hats" section listing wrong hats
2020-05-16 Hats webpage: Remove protocol from URLs to fix CORS fail
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 03:30:51 +0200] rev 15587
Hats webpage: Remove protocol from URLs to fix CORS fail
2020-05-15 Hats webpage: Many improvements and fixes (2nd try)
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 01:36:44 +0200] rev 15586
Hats webpage: Many improvements and fixes (2nd try) * Fix static hats not being animated properly * Make widges more user-friendly * Add local mode to hats webpage to make testing easier (IS_LOCAL variable) * Cleanup code * Update themes list * Update list of local hats
2020-05-15 Backed out changesets 799fd0a6d3bf+3c1c5ff824f7
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 01:18:34 +0200] rev 15585
Backed out changesets 799fd0a6d3bf+3c1c5ff824f7 Sadly, the update did not work when hosted online. :-(
2020-05-15 Hats webpage: Fix URLs
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 01:16:10 +0200] rev 15584
Hats webpage: Fix URLs
2020-05-15 Many improvements and fixes for hats webpage
Wuzzy <Wuzzy2@mail.ru> [Sat, 16 May 2020 01:04:27 +0200] rev 15583
Many improvements and fixes for hats webpage * Fix static hats not being animated properly * Make widges more user-friendly * Add local mode to hats webpage to make testing easier (IS_LOCAL variable) * Cleanup code * Update themes list * Update list of local hats
2020-05-12 Add many people to the hat credits
Wuzzy <Wuzzy2@mail.ru> [Tue, 12 May 2020 22:21:19 +0200] rev 15582
Add many people to the hat credits Based on reading the Hat Thread at <https://hedgewars.org/node/690> The hat credits are still not 100% complete, but we're getting closer...
2020-05-12 Add SVG source files of chujoii's hats
Wuzzy <Wuzzy2@mail.ru> [Tue, 12 May 2020 20:37:30 +0200] rev 15581
Add SVG source files of chujoii's hats
2020-05-12 Fix some typos in hat names in CREDITS
Wuzzy <Wuzzy2@mail.ru> [Tue, 12 May 2020 20:36:23 +0200] rev 15580
Fix some typos in hat names in CREDITS
2020-05-12 Credit chujoii for a couple of more hats
Wuzzy <Wuzzy2@mail.ru> [Tue, 12 May 2020 19:35:21 +0200] rev 15579
Credit chujoii for a couple of more hats
2020-04-17 locutus fixes my ancient build
nemo [Fri, 17 Apr 2020 15:47:06 -0400] rev 15578
locutus fixes my ancient build
2020-04-17 Add patch to correctly handle libsdl2 from system/cmake
LocutusOfBorg [Fri, 17 Apr 2020 15:23:22 -0400] rev 15577
Add patch to correctly handle libsdl2 from system/cmake
2020-04-11 send team colors on round end
alfadur [Sun, 12 Apr 2020 00:26:37 +0300] rev 15576
send team colors on round end
2020-04-11 fix in-game team handling
alfadur [Sun, 12 Apr 2020 00:02:11 +0300] rev 15575
fix in-game team handling
2020-04-11 don't apply voted 🦔 to the in-game teams
alfadur [Sat, 11 Apr 2020 23:20:09 +0300] rev 15574
don't apply voted 🦔 to the in-game teams
2020-04-10 fix phantom rooms
alfadur [Fri, 10 Apr 2020 21:58:09 +0300] rev 15573
fix phantom rooms
2020-03-12 er... nevermind. back this out. ApplyDamage should pick this up just fine.
nemo [Thu, 12 Mar 2020 15:09:16 -0400] rev 15572
er... nevermind. back this out. ApplyDamage should pick this up just fine.
2020-03-12 poison should ruin a flawless victory. ht Case_Of
nemo [Thu, 12 Mar 2020 15:07:32 -0400] rev 15571
poison should ruin a flawless victory. ht Case_Of
2020-03-11 remove canhazslicepatterns
alfadur [Wed, 11 Mar 2020 23:20:15 +0300] rev 15570
remove canhazslicepatterns
2020-03-06 add loading config from hwd to server
alfadur [Sat, 07 Mar 2020 01:04:37 +0300] rev 15569
add loading config from hwd to server
2020-02-11 ACF1: Fix PastMole area being too large
Wuzzy <Wuzzy2@mail.ru> [Tue, 11 Feb 2020 01:33:31 +0100] rev 15568
ACF1: Fix PastMole area being too large
2020-02-06 Add flags: serbia, montenegro
Wuzzy <Wuzzy2@mail.ru> [Thu, 06 Feb 2020 13:28:01 +0100] rev 15567
Add flags: serbia, montenegro
2020-01-13 send 🦔 on round end
alfadur [Tue, 14 Jan 2020 01:40:23 +0300] rev 15566
send 🦔 on round end
2020-01-13 better response grouping
alfadur <mail@none> [Tue, 14 Jan 2020 01:30:03 +0300] rev 15565
better response grouping
2020-01-11 Fix weapon schemes sometimes not being saved properly
Wuzzy <Wuzzy2@mail.ru> [Sat, 11 Jan 2020 05:15:01 +0100] rev 15564
Fix weapon schemes sometimes not being saved properly
2020-01-10 reapply some simplifications
alfadur <mail@none> [Sat, 11 Jan 2020 01:06:41 +0300] rev 15563
reapply some simplifications
2020-01-10 backout a798e6441a36
alfadur <mail@none> [Sat, 11 Jan 2020 00:44:25 +0300] rev 15562
backout a798e6441a36
2020-01-07 HedgeEditor: Tweak caption colors of help captions
Wuzzy <Wuzzy2@mail.ru> [Tue, 07 Jan 2020 15:17:22 +0100] rev 15561
HedgeEditor: Tweak caption colors of help captions
2020-01-07 Mention mission bonuses in ASA side mission descriptions
Wuzzy <Wuzzy2@mail.ru> [Tue, 07 Jan 2020 15:16:44 +0100] rev 15560
Mention mission bonuses in ASA side mission descriptions
2020-01-07 Fix impossible to become mutant after mutant gear got deleted (bug 804)
Wuzzy <Wuzzy2@mail.ru> [Tue, 07 Jan 2020 13:21:04 +0100] rev 15559
Fix impossible to become mutant after mutant gear got deleted (bug #804)
2020-01-03 simplify team handling
alfadur <mail@none> [Sat, 04 Jan 2020 01:39:13 +0300] rev 15558
simplify team handling
2019-12-31 add back em response on joining a game in progress
alfadur <mail@none> [Tue, 31 Dec 2019 04:42:20 +0300] rev 15557
add back em response on joining a game in progress
2019-12-30 send cleared flags on room join
alfadur <mail@none> [Mon, 30 Dec 2019 17:25:44 +0300] rev 15556
send cleared flags on room join
2019-12-28 check the room passwords
alfadur <mail@none> [Sat, 28 Dec 2019 19:41:05 +0300] rev 15555
check the room passwords
2019-12-27 complete checker login handling
alfadur <mail@none> [Fri, 27 Dec 2019 22:36:19 +0300] rev 15554
complete checker login handling
2019-12-26 fix official server
alfadur <mail@none> [Thu, 26 Dec 2019 21:55:51 +0300] rev 15553
fix official server
2019-12-26 update tls configuration
alfadur <mail@none> [Thu, 26 Dec 2019 21:04:37 +0300] rev 15552
update tls configuration
2019-12-26 remove unused em fn
alfadur <mail@none> [Thu, 26 Dec 2019 17:39:09 +0300] rev 15551
remove unused em fn
2019-12-24 update subslice pattern to the new syntax
alfadur <mail@none> [Tue, 24 Dec 2019 22:12:02 +0300] rev 15550
update subslice pattern to the new syntax
2019-12-24 restore engine message handler
alfadur <mail@none> [Tue, 24 Dec 2019 21:57:55 +0300] rev 15549
restore engine message handler
2019-12-24 disallow mutable rooms outside the server
alfadur <mail@none> [Tue, 24 Dec 2019 21:45:26 +0300] rev 15548
disallow mutable rooms outside the server
2019-12-24 restore voting
alfadur <mail@none> [Tue, 24 Dec 2019 20:57:58 +0300] rev 15547
restore voting
2019-12-24 disable fall tracing for cheese. it will probably be incorrect.
nemo [Tue, 24 Dec 2019 12:46:23 -0500] rev 15546
disable fall tracing for cheese. it will probably be incorrect.
2019-12-23 add a separate interface for modifying room state
alfadur <mail@none> [Mon, 23 Dec 2019 23:47:06 +0300] rev 15545
add a separate interface for modifying room state
2019-12-23 make rooms field private
alfadur <mail@none> [Mon, 23 Dec 2019 18:55:25 +0300] rev 15544
make rooms field private
2019-12-23 lost the anteroom
alfadur <mail@none> [Mon, 23 Dec 2019 18:11:15 +0300] rev 15543
lost the anteroom
2019-12-23 move the anteroom out of the server
alfadur <mail@none> [Mon, 23 Dec 2019 18:08:55 +0300] rev 15542
move the anteroom out of the server
2019-12-21 disallow mutable clients to leave the server
alfadur <mail@none> [Sat, 21 Dec 2019 23:33:50 +0300] rev 15541
disallow mutable clients to leave the server
2019-12-20 some more room handler cleanup
alfadur <mail@none> [Sat, 21 Dec 2019 00:26:17 +0300] rev 15540
some more room handler cleanup
2019-12-19 add ip ban check
alfadur <mail@none> [Thu, 19 Dec 2019 23:13:58 +0300] rev 15539
add ip ban check
2019-12-17 move end_game into server
alfadur [Tue, 17 Dec 2019 18:54:17 +0300] rev 15538
move end_game into server
2019-12-08 hedgeroid/frontlib: update proto and weapons number hedgeroid
sheepluva [Sun, 08 Dec 2019 02:09:19 +0100] rev 15537
hedgeroid/frontlib: update proto and weapons number
2019-12-07 hedgeroid: adjust module names (SDL_* -> SDL2_*) hedgeroid
sheepluva [Sun, 08 Dec 2019 00:07:24 +0100] rev 15536
hedgeroid: adjust module names (SDL_* -> SDL2_*)
2019-12-07 hedgeroid: adjust build.xml: fix app name; set java version; print hint if sdk build.xml is missing hedgeroid
sheepluva [Sat, 07 Dec 2019 23:58:37 +0100] rev 15535
hedgeroid: adjust build.xml: fix app name; set java version; print hint if sdk build.xml is missing
2019-12-07 hedgeroid: add debug logging to library loading hedgeroid
sheepluva [Sat, 07 Dec 2019 16:18:20 +0100] rev 15534
hedgeroid: add debug logging to library loading
2019-12-07 hedgeroid: fix needlessly creating netplay instance on check for "connecting..." hedgeroid
sheepluva [Sat, 07 Dec 2019 16:14:27 +0100] rev 15533
hedgeroid: fix needlessly creating netplay instance on check for "connecting..."
2019-12-06 merge 1.0.0 into hedgeroid hedgeroid
sheepluva [Fri, 06 Dec 2019 22:20:53 +0100] rev 15532
merge 1.0.0 into hedgeroid
2019-11-30 Remove parachute early if hog is inside land
Wuzzy <Wuzzy2@mail.ru> [Sat, 30 Nov 2019 02:54:49 +0100] rev 15531
Remove parachute early if hog is inside land Fixes a bug: When you used parachute right after using a parachute to dig inside land, you might become stuck. Reported here: https://hedgewars.org/node/9035
2019-11-19 oups. forgot "convert" creates a white background by default
nemo [Tue, 19 Nov 2019 08:35:32 -0500] rev 15530
oups. forgot "convert" creates a white background by default
2019-11-14 Update changelog
Wuzzy <Wuzzy2@mail.ru> [Thu, 14 Nov 2019 21:26:32 +0100] rev 15529
Update changelog
2019-11-14 CowardMode: Display checkmarks in missions list
Wuzzy <Wuzzy2@mail.ru> [Thu, 14 Nov 2019 18:19:18 +0100] rev 15528
CowardMode: Display checkmarks in missions list
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 tip