Wed, 19 Jun 2019 19:02:49 +0200 uLand.pas: Remove unused variable
Wuzzy <Wuzzy2@mail.ru> [Wed, 19 Jun 2019 19:02:49 +0200] rev 15179
uLand.pas: Remove unused variable
Wed, 19 Jun 2019 18:51:02 +0200 weBounce: Fix some weird bouncing behaviour
Wuzzy <Wuzzy2@mail.ru> [Wed, 19 Jun 2019 18:51:02 +0200] rev 15178
weBounce: Fix some weird bouncing behaviour
Mon, 17 Jun 2019 21:43:05 +0200 Lua: Fix incorrect values for capcolDefault, capcolSetting
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 21:43:05 +0200] rev 15177
Lua: Fix incorrect values for capcolDefault, capcolSetting
Wed, 19 Jun 2019 02:40:00 +0300 enable local admins for non-official servers
alfadur [Wed, 19 Jun 2019 02:40:00 +0300] rev 15176
enable local admins for non-official servers
Wed, 19 Jun 2019 01:47:56 +0300 break error loop in client removal
alfadur [Wed, 19 Jun 2019 01:47:56 +0300] rev 15175
break error loop in client removal
Wed, 19 Jun 2019 01:19:10 +0300 pin removed clients until the output buffer is flushed
alfadur [Wed, 19 Jun 2019 01:19:10 +0300] rev 15174
pin removed clients until the output buffer is flushed
Wed, 19 Jun 2019 00:49:45 +0300 remove a 2015ism
alfadur [Wed, 19 Jun 2019 00:49:45 +0300] rev 15173
remove a 2015ism
Mon, 17 Jun 2019 20:55:11 +0200 ACF5: Fix incorrect ammo display on turn start at wave 3
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 20:55:11 +0200] rev 15172
ACF5: Fix incorrect ammo display on turn start at wave 3
Mon, 17 Jun 2019 20:27:34 +0200 New formula to calculate drawn map sizes, now every FeatureSize leads to an unique size
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 20:27:34 +0200] rev 15171
New formula to calculate drawn map sizes, now every FeatureSize leads to an unique size It works by using 4 hardcoded map sizes and the rest is simply interpolated. Size 1: 1024×512 Size 6: 2048×1024 Size 12: 4096×2048 (default, compatible with pre-1.0.0) Size 25: 8192×4096
Mon, 17 Jun 2019 20:20:01 +0200 Fix air mine spawning inside land if land is almost completely full
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 20:20:01 +0200] rev 15170
Fix air mine spawning inside land if land is almost completely full Bug conditions: * cAirMines >= 1 * Play with a drawn map filled with land
Mon, 17 Jun 2019 19:51:05 +0200 Fix mapgen flowers being slightly offset on X axis
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 19:51:05 +0200] rev 15169
Fix mapgen flowers being slightly offset on X axis
Mon, 17 Jun 2019 19:33:43 +0200 ACF10: Show proper messages when everyone dies
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 19:33:43 +0200] rev 15168
ACF10: Show proper messages when everyone dies If everyone died, the game cannot continue, but you still win (since it's a sandbox mission).
Mon, 17 Jun 2019 19:20:02 +0200 ACF: Show "Mission succeeded/failed" in stats screen
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 19:20:02 +0200] rev 15167
ACF: Show "Mission succeeded/failed" in stats screen
Mon, 17 Jun 2019 00:10:18 +0200 ACF5: Tweak hog coordinates to avoid floating
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 00:10:18 +0200] rev 15166
ACF5: Tweak hog coordinates to avoid floating
Sun, 16 Jun 2019 13:55:32 +0200 ACF5: Disable inappropriate "boring" taunt at the end
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 13:55:32 +0200] rev 15165
ACF5: Disable inappropriate "boring" taunt at the end
Sun, 16 Jun 2019 13:48:22 +0200 ACF5: In final animation, move camera to empty cage
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 13:48:22 +0200] rev 15164
ACF5: In final animation, move camera to empty cage
Sun, 16 Jun 2019 19:16:26 +0300 avoid allocation in hash comparison
alfadur [Sun, 16 Jun 2019 19:16:26 +0300] rev 15163
avoid allocation in hash comparison
Sun, 16 Jun 2019 13:27:14 +0200 ACF5: Also clear crates around cyborg
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 13:27:14 +0200] rev 15162
ACF5: Also clear crates around cyborg
Sun, 16 Jun 2019 12:19:43 +0200 Fix mouse wheel scrolling team list when used on team color widget
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 12:19:43 +0200] rev 15161
Fix mouse wheel scrolling team list when used on team color widget
Sun, 16 Jun 2019 00:49:58 +0200 Set smaller pageStep for all QSliders
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 00:49:58 +0200] rev 15160
Set smaller pageStep for all QSliders
Sat, 15 Jun 2019 19:49:02 +0200 Fix mapgen flowers being placed into indestructible map border
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 19:49:02 +0200] rev 15159
Fix mapgen flowers being placed into indestructible map border
Sat, 15 Jun 2019 19:44:52 +0200 Refactor uLand.pas a bit and add constant for border width
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 19:44:52 +0200] rev 15158
Refactor uLand.pas a bit and add constant for border width
Sat, 15 Jun 2019 18:51:04 +0200 Drawn maps: Fix off-by-one errors in land erasing code
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 18:51:04 +0200] rev 15157
Drawn maps: Fix off-by-one errors in land erasing code
Sat, 15 Jun 2019 18:15:32 +0200 Fix sprays being biased to the left on huge maps
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 18:15:32 +0200] rev 15156
Fix sprays being biased to the left on huge maps
Sat, 15 Jun 2019 17:00:43 +0200 Perlin maps: Initialize playWidth and playHeight
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 17:00:43 +0200] rev 15155
Perlin maps: Initialize playWidth and playHeight
Sat, 15 Jun 2019 16:37:36 +0200 Continental supplies: Fix Lua error when first hog of team dies
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 16:37:36 +0200] rev 15154
Continental supplies: Fix Lua error when first hog of team dies
Sat, 15 Jun 2019 16:05:13 +0200 Continental supplies: Show continent in team bars
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 16:05:13 +0200] rev 15153
Continental supplies: Show continent in team bars
Sat, 15 Jun 2019 14:49:18 +0200 Continental supplies: Show selected continent if randomly chosen
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 14:49:18 +0200] rev 15152
Continental supplies: Show selected continent if randomly chosen
Sat, 15 Jun 2019 14:21:06 +0200 Basic Movement Training: Set HealthCaseAmount to 5
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 14:21:06 +0200] rev 15151
Basic Movement Training: Set HealthCaseAmount to 5
Sat, 15 Jun 2019 14:04:01 +0200 Move piano splash a few pixels lower
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 14:04:01 +0200] rev 15150
Move piano splash a few pixels lower
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip