2019-08-06 ArgParsers: Remove deprecated command-line arguments
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 19:13:12 +0200] rev 15321
ArgParsers: Remove deprecated command-line arguments
2019-08-06 Remember maximized state of game window
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 19:00:51 +0200] rev 15320
Remember maximized state of game window
2019-08-06 Remember maximized state of frontend window
Wuzzy <Wuzzy2@mail.ru> [Tue, 06 Aug 2019 11:41:38 +0200] rev 15319
Remember maximized state of frontend window
2019-08-05 Saucer: Restore dX after "freeze" state
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Aug 2019 22:57:12 +0200] rev 15318
Saucer: Restore dX after "freeze" state
2019-08-05 Fix movement stopping when activating saucer after longjump
Wuzzy <Wuzzy2@mail.ru> [Mon, 05 Aug 2019 22:28:59 +0200] rev 15317
Fix movement stopping when activating saucer after longjump
2019-08-04 In hindsight my emscripten-ifdef (70d416a8f63f) is nonsense.
sheepluva [Mon, 05 Aug 2019 00:20:45 +0200] rev 15316
In hindsight my emscripten-ifdef (70d416a8f63f) is nonsense. As fpcrtl_glShaderSource() would not be defined and lead to compiling issues. So either it's 3 ifdefs (in pas2cRedo, pas2cSystem and misc.c), in order to toggle between fpcrtl_ and the native function, or alternatively have no ifdef for it at all. I'm going with none at all, which means emscripten will compile with the original (const) function prototype, being wrapped by the fpcrtl_ function, same as non-emscripten builds.
2019-08-03 Rewrite a few CMake flag descriptions
Wuzzy <Wuzzy2@mail.ru> [Sun, 04 Aug 2019 01:52:12 +0200] rev 15315
Rewrite a few CMake flag descriptions
2019-08-03 fix shader uniform access
alfadur [Sun, 04 Aug 2019 02:38:11 +0300] rev 15314
fix shader uniform access
2019-08-03 fix Bug 750: workaround GL2 function params const-iness issues with pas2c
sheepluva [Sun, 04 Aug 2019 00:30:56 +0200] rev 15313
fix bug #750: workaround GL2 function params const-iness issues with pas2c
2019-08-03 fix condition
alfadur [Sat, 03 Aug 2019 17:10:19 +0300] rev 15312
fix condition
2019-08-03 transpose atlas sprites where necessary
alfadur [Sat, 03 Aug 2019 17:06:38 +0300] rev 15311
transpose atlas sprites where necessary
2019-08-03 add function to retrieve texture data
alfadur [Sat, 03 Aug 2019 04:16:36 +0300] rev 15310
add function to retrieve texture data
2019-08-02 fix buffer sizes
alfadur [Sat, 03 Aug 2019 02:51:19 +0300] rev 15309
fix buffer sizes
2019-08-02 fix gear lookup allocated on stack
alfadur [Sat, 03 Aug 2019 02:14:07 +0300] rev 15308
fix gear lookup allocated on stack
2019-08-02 ship the atlas to the gpu
alfadur [Sat, 03 Aug 2019 01:13:45 +0300] rev 15307
ship the atlas to the gpu
2019-08-02 add an empty texture constructor
alfadur [Sat, 03 Aug 2019 00:54:29 +0300] rev 15306
add an empty texture constructor
2019-08-02 Move messages queue to hedgewars-engine-messages lib
unc0rr [Fri, 02 Aug 2019 13:35:23 +0200] rev 15305
Move messages queue to hedgewars-engine-messages lib
2019-07-31 merge 1.0.0 beta 1 into ui-scaling branch ui-scaling
sheepluva [Wed, 31 Jul 2019 23:14:27 +0200] rev 15304
merge 1.0.0 beta 1 into ui-scaling branch
2019-07-30 implement empty gear lookup entries
alfadur [Tue, 30 Jul 2019 22:59:06 +0300] rev 15303
implement empty gear lookup entries
2019-07-30 add gear lookup to the physics processor
alfadur [Tue, 30 Jul 2019 19:53:23 +0300] rev 15302
add gear lookup to the physics processor
2019-07-29 No longer explode dying hogs that take damage
Wuzzy <Wuzzy2@mail.ru> [Mon, 29 Jul 2019 21:58:39 +0200] rev 15301
No longer explode dying hogs that take damage
2019-07-27 Remove hardcoded default gamepad bindings
Wuzzy <Wuzzy2@mail.ru> [Sun, 28 Jul 2019 00:36:09 +0200] rev 15300
Remove hardcoded default gamepad bindings They just cause too much confusion and there is no way the player can disable them. Done because a player complained about exactly this
2019-07-27 Prevent saving of demo after /lua command was used
Wuzzy <Wuzzy2@mail.ru> [Sat, 27 Jul 2019 03:42:17 +0200] rev 15299
Prevent saving of demo after /lua command was used Done because demos are unable to record any manual Lua command atm.
2019-07-25 Fix incorrect German translation of "scheme" in context of URI scheme
Wuzzy <Wuzzy2@mail.ru> [Fri, 26 Jul 2019 01:13:48 +0200] rev 15298
Fix incorrect German translation of "scheme" in context of URI scheme
2019-07-25 Enable "replay" button after playing a demo or saved game
Wuzzy <Wuzzy2@mail.ru> [Fri, 26 Jul 2019 01:09:30 +0200] rev 15297
Enable "replay" button after playing a demo or saved game
2019-07-25 replace time with milliseconds
alfadur [Thu, 25 Jul 2019 23:02:02 +0300] rev 15296
replace time with milliseconds
2019-07-25 add gear allocator
alfadur [Thu, 25 Jul 2019 22:31:24 +0300] rev 15295
add gear allocator
2019-07-25 use better contact point for inter-gear collision
alfadur [Thu, 25 Jul 2019 21:59:20 +0300] rev 15294
use better contact point for inter-gear collision
2019-07-25 Fix bad pixel offsets in CPU flag preview
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Jul 2019 19:40:40 +0200] rev 15293
Fix bad pixel offsets in CPU flag preview
2019-07-25 Default_es: Remove Coward.ogg
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Jul 2019 19:18:48 +0200] rev 15292
Default_es: Remove Coward.ogg This file was in English, but the voicepack must be in Spanish.
2019-07-25 add time events
alfadur [Thu, 25 Jul 2019 19:58:19 +0300] rev 15291
add time events
2019-07-25 Mutant: Remove excess teams if a clan has more than one team
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Jul 2019 18:40:06 +0200] rev 15290
Mutant: Remove excess teams if a clan has more than one team
2019-07-25 based on user feedback, the audio provided by the translator here is inappropriate. replacing with the english pending a new translation
nemo [Thu, 25 Jul 2019 11:58:40 -0400] rev 15289
based on user feedback, the audio provided by the translator here is inappropriate. replacing with the english pending a new translation
2019-07-22 VideoRec: Stop prerecording when /lua activates
Wuzzy <Wuzzy2@mail.ru> [Mon, 22 Jul 2019 19:26:58 +0200] rev 15288
VideoRec: Stop prerecording when /lua activates
2019-07-25 clear intermediate result structures between iterations
alfadur [Thu, 25 Jul 2019 16:29:14 +0300] rev 15287
clear intermediate result structures between iterations
2019-07-25 Implement ipc queue which takes care of message ordering and timestamps
unC0Rr [Thu, 25 Jul 2019 15:18:00 +0200] rev 15286
Implement ipc queue which takes care of message ordering and timestamps
2019-07-25 Rethink message types a bit
unC0Rr [Thu, 25 Jul 2019 14:23:25 +0200] rev 15285
Rethink message types a bit
2019-07-24 reserve zero gear id
alfadur [Thu, 25 Jul 2019 00:05:30 +0300] rev 15284
reserve zero gear id
2019-07-24 check dynamic collision arrays first
alfadur [Wed, 24 Jul 2019 23:37:58 +0300] rev 15283
check dynamic collision arrays first
2019-07-24 update collision grid with position changes
alfadur [Wed, 24 Jul 2019 23:33:06 +0300] rev 15282
update collision grid with position changes
2019-07-24 save full shifts to position updates
alfadur [Wed, 24 Jul 2019 22:49:59 +0300] rev 15281
save full shifts to position updates
2019-07-23 update to stable nom5
alfadur [Tue, 23 Jul 2019 20:22:27 +0300] rev 15280
update to stable nom5
2019-07-22 Fix word "Feedback" not being translated in error message
Wuzzy <Wuzzy2@mail.ru> [Mon, 22 Jul 2019 10:04:19 +0200] rev 15279
Fix word "Feedback" not being translated in error message This does not violate the string freeze, the string is already present in PageMain.
2019-07-21 Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru> [Sun, 21 Jul 2019 11:22:06 +0200] rev 15278
Pagetraining: Move style sheet to CSS files
2019-07-18 Frontend: Tweak deco border around teams list
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 21:00:28 +0200] rev 15277
Frontend: Tweak deco border around teams list
2019-07-18 Bans list: Remove vertical header, make horizontal header non-clickable
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 19:33:40 +0200] rev 15276
Bans list: Remove vertical header, make horizontal header non-clickable
2019-07-18 Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 19:26:13 +0200] rev 15275
Move chat box stylesheets to CSS files
2019-07-18 Fix multiple timeboxes spawning when hog moves before timebox arrived
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 18:45:30 +0200] rev 15274
Fix multiple timeboxes spawning when hog moves before timebox arrived
2019-07-18 CTF: Fix clan not winning if enemy hog was time-travelling
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 03:39:58 +0200] rev 15273
CTF: Fix clan not winning if enemy hog was time-travelling
2019-07-18 Use minimum size for keybinder category list
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 03:25:15 +0200] rev 15272
Use minimum size for keybinder category list
2019-07-17 Pagevideos: Create header object explicitly
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 01:46:40 +0200] rev 15271
Pagevideos: Create header object explicitly
2019-07-17 Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 00:45:39 +0200] rev 15270
Fix broken stylesheet in keybinder widget
2019-07-17 Pagetraining: Fix broken style sheet
Wuzzy <Wuzzy2@mail.ru> [Thu, 18 Jul 2019 00:20:50 +0200] rev 15269
Pagetraining: Fix broken style sheet
2019-07-17 Fix broken styling of window size widgets
Wuzzy <Wuzzy2@mail.ru> [Wed, 17 Jul 2019 23:52:01 +0200] rev 15268
Fix broken styling of window size widgets
2019-07-16 Fix cursor not being disabled when teleporting hog into water
Wuzzy <Wuzzy2@mail.ru> [Wed, 17 Jul 2019 00:33:55 +0200] rev 15267
Fix cursor not being disabled when teleporting hog into water
2019-07-15 Racer: Count turn as skipped when computer skipped
Wuzzy <Wuzzy2@mail.ru> [Mon, 15 Jul 2019 23:26:00 +0200] rev 15266
Racer: Count turn as skipped when computer skipped
2019-07-15 Drowning gears: Delete big gears when they're *completely* out of visible area
Wuzzy <Wuzzy2@mail.ru> [Mon, 15 Jul 2019 21:13:01 +0200] rev 15265
Drowning gears: Delete big gears when they're *completely* out of visible area
2019-07-15 Add small plane sound fade-in in weWrap
Wuzzy <Wuzzy2@mail.ru> [Mon, 15 Jul 2019 20:46:50 +0200] rev 15264
Add small plane sound fade-in in weWrap
2019-07-15 HedgeEditor/Construction Mode: Adjust ammo ordering to match ammo menu's
Wuzzy <Wuzzy2@mail.ru> [Mon, 15 Jul 2019 13:13:14 +0200] rev 15263
HedgeEditor/Construction Mode: Adjust ammo ordering to match ammo menu's
2019-07-15 Make planewater.ogg loop seamless (fix awful clicking)
Wuzzy <Wuzzy2@mail.ru> [Mon, 15 Jul 2019 12:27:02 +0200] rev 15262
Make planewater.ogg loop seamless (fix awful clicking)
2019-07-15 Drawn maps: Update uLandPainted scaling to match the new map bounds
Wuzzy <Wuzzy2@mail.ru> [Mon, 15 Jul 2019 10:36:00 +0200] rev 15261
Drawn maps: Update uLandPainted scaling to match the new map bounds
2019-07-11 Fix vgtChunk being never deleted if rqPlainSplash is set
Wuzzy <Wuzzy2@mail.ru> [Fri, 12 Jul 2019 00:07:09 +0200] rev 15260
Fix vgtChunk being never deleted if rqPlainSplash is set
2019-07-11 Delete vgtDroplet and vgtChunk when hitting the ocean world edge
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 23:53:30 +0200] rev 15259
Delete vgtDroplet and vgtChunk when hitting the ocean world edge
2019-07-11 Give snorkel to air plane pilot in weSea
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 22:31:29 +0200] rev 15258
Give snorkel to air plane pilot in weSea
2019-07-11 Update Ukrainian translation
Ihor Paliichuk [Thu, 11 Jul 2019 21:23:57 +0200] rev 15257
Update Ukrainian translation
2019-07-11 Air attack: Fix infintie sound when target is at extreme X pos
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 20:23:42 +0200] rev 15256
Air attack: Fix infintie sound when target is at extreme X pos
2019-07-11 Remove gtAirAttack when completely out of visible bounds
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 19:58:35 +0200] rev 15255
Remove gtAirAttack when completely out of visible bounds
2019-07-11 Cleanup gtAirAttack behaviour in weWrap
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 19:14:54 +0200] rev 15254
Cleanup gtAirAttack behaviour in weWrap Fixed bugs: - Gear position was not wrapped properly, messing up repeat rendering - Gear spawned outside of map bounds
2019-07-11 Air attack: Add simple appear/disappear effect in weWrap
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 17:15:30 +0200] rev 15253
Air attack: Add simple appear/disappear effect in weWrap
2019-07-11 Make lowest line of Splash image frames transparent to work around scaling issues
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 16:24:09 +0200] rev 15252
Make lowest line of Splash image frames transparent to work around scaling issues The Splash image is scaled. Sometimes, the lowest line is repeated on the top, which caused some weird lines to appear above big splashes (e.g. piano). This has been done fully automated with a script. Only the alpha channel was changed. The color information is preserved.
2019-07-11 Add air plane underwater sound and add water splashes
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 06:24:03 +0200] rev 15251
Add air plane underwater sound and add water splashes
2019-07-11 Air attack: Fix some issues with sound channel
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 05:44:43 +0200] rev 15250
Air attack: Fix some issues with sound channel
2019-07-11 Air attack: Replace smoke with bubbles when underwater
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 05:07:55 +0200] rev 15249
Air attack: Replace smoke with bubbles when underwater
2019-07-11 Tweak position of big splashes right or left
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 04:42:50 +0200] rev 15248
Tweak position of big splashes right or left
2019-07-11 Spawn bubbles instead of sparkles when air mine is stunned underwater
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 03:22:35 +0200] rev 15247
Spawn bubbles instead of sparkles when air mine is stunned underwater
2019-07-11 Make flames collide with bounce world edge again, properly this time
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 02:25:07 +0200] rev 15246
Make flames collide with bounce world edge again, properly this time
2019-07-10 Remove all placement restrictions of air attack and friends
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 00:53:29 +0200] rev 15245
Remove all placement restrictions of air attack and friends
2019-07-10 Bounce world edge: Fix buggy gear behaviour if gear spawned inside bounce edge area
Wuzzy <Wuzzy2@mail.ru> [Thu, 11 Jul 2019 00:45:49 +0200] rev 15244
Bounce world edge: Fix buggy gear behaviour if gear spawned inside bounce edge area
2019-07-09 TimeBox: Fix buggy behaviour if hog took damage or died before time box arrived
Wuzzy <Wuzzy2@mail.ru> [Tue, 09 Jul 2019 12:55:58 +0200] rev 15243
TimeBox: Fix buggy behaviour if hog took damage or died before time box arrived
2019-07-08 Remove excessive console output of gtAirAttack
Wuzzy <Wuzzy2@mail.ru> [Mon, 08 Jul 2019 22:29:20 +0200] rev 15242
Remove excessive console output of gtAirAttack
2019-07-08 King Mode: Fix king placement phase not working correctly with multiple teams in a clan
Wuzzy <Wuzzy2@mail.ru> [Mon, 08 Jul 2019 21:44:26 +0200] rev 15241
King Mode: Fix king placement phase not working correctly with multiple teams in a clan New king placement phase rules: * Before the game begins, each team can walk with their king and teleport for free, everything else is disabled * This special round does not count towards the round counter, like in gfPlaceHog * TotalRounds is set to -1 during this round, like in gfPlaceHog Under the old rules, this was much more hacky. The delay of all delay-less weapons was just set to 1 The problem with the old rules was that if any clan had more than 1 team, eventually the weapon delay will time out before all kings have been placed.
2019-07-08 fix fpnum to f64 conversion
alfadur [Mon, 08 Jul 2019 15:16:05 +0300] rev 15240
fix fpnum to f64 conversion
2019-07-06 optimize 64-bit sqrt some more
alfadur [Sat, 06 Jul 2019 22:04:59 +0300] rev 15239
optimize 64-bit sqrt some more
2019-07-05 Marry C enums, Qt's metaobject system and QML
unc0rr [Sat, 06 Jul 2019 00:31:54 +0200] rev 15238
Marry C enums, Qt's metaobject system and QML
2019-07-05 replace overflowing_sub with wrapping_sub
alfadur [Fri, 05 Jul 2019 23:40:03 +0300] rev 15237
replace overflowing_sub with wrapping_sub
2019-07-05 fix empty polygon iteration
alfadur [Fri, 05 Jul 2019 21:48:01 +0300] rev 15236
fix empty polygon iteration
2019-07-05 optimize sqrts
alfadur [Fri, 05 Jul 2019 21:16:33 +0300] rev 15235
optimize sqrts
2019-07-04 reduce convertions in signum
alfadur [Thu, 04 Jul 2019 21:40:50 +0300] rev 15234
reduce convertions in signum
2019-07-04 fix u32 conversion sign
alfadur [Thu, 04 Jul 2019 19:21:56 +0300] rev 15233
fix u32 conversion sign
2019-07-04 optimize fpnum operations
alfadur [Thu, 04 Jul 2019 17:59:37 +0300] rev 15232
optimize fpnum operations
2019-07-02 King Mode: Fix whole clan being killed when king died
Wuzzy <Wuzzy2@mail.ru> [Tue, 02 Jul 2019 15:23:16 +0200] rev 15231
King Mode: Fix whole clan being killed when king died
2019-07-01 Fix hog tags of current hog not rendered in gray area of wrap world edge if finger is shown
Wuzzy <Wuzzy2@mail.ru> [Mon, 01 Jul 2019 22:35:19 +0200] rev 15230
Fix hog tags of current hog not rendered in gray area of wrap world edge if finger is shown
2019-06-30 Mark Polish translation as complete for next release
Wuzzy <Wuzzy2@mail.ru> [Sun, 30 Jun 2019 11:43:39 +0200] rev 15229
Mark Polish translation as complete for next release
2019-06-30 Update Polish frontend translation and finish pl.txt
KoBeWi [Sun, 30 Jun 2019 11:42:47 +0200] rev 15228
Update Polish frontend translation and finish pl.txt
2019-06-30 Fix sidFPS not being properly right-aligned (again!)
Wuzzy <Wuzzy2@mail.ru> [Sun, 30 Jun 2019 11:20:22 +0200] rev 15227
Fix sidFPS not being properly right-aligned (again!) FPS display worked before, but it was accidentally un-done in bcecb3349948e2e00d3f2ee0c6497a24676a4efb.
2019-06-29 Display special icon when moving bee cursor over gray wrap area
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 23:12:21 +0200] rev 15226
Display special icon when moving bee cursor over gray wrap area This is done as a reminder to remind the player the bee will attempt to fly through the edge first when placing the target in one of the two gray areas.
2019-06-29 Bee: Call HomingWrap in pre-homing phase, too
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 22:52:14 +0200] rev 15225
Bee: Call HomingWrap in pre-homing phase, too
2019-06-29 Air mine contour: Lower opacity when not seeking
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 22:03:44 +0200] rev 15224
Air mine contour: Lower opacity when not seeking
2019-06-29 More logical lamp rules for air mine
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 21:19:02 +0200] rev 15223
More logical lamp rules for air mine * lamp off = not seeking for hogs * lamp on = seeking for hogs * lamp flashes = chasing a hedgehog
2019-06-29 Make air mine contour red when chasing
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 21:00:27 +0200] rev 15222
Make air mine contour red when chasing
2019-06-29 Render contour of air mines when in highly opaque water
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 20:41:14 +0200] rev 15221
Render contour of air mines when in highly opaque water
2019-06-29 WxW: Hide “Please wait ...” panel by default
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 19:35:59 +0200] rev 15220
WxW: Hide “Please wait ...” panel by default
2019-06-29 Update changelog WRT Polish translation
Wuzzy <Wuzzy2@mail.ru> [Sat, 29 Jun 2019 19:06:41 +0200] rev 15219
Update changelog WRT Polish translation
2019-06-29 Update Polish translation: Lua 100%, update pl.txt
KoBeWi [Sat, 29 Jun 2019 19:05:50 +0200] rev 15218
Update Polish translation: Lua 100%, update pl.txt
2019-06-24 Fix buggy kamikaze when hog took damage during short waiting phase at start
Wuzzy <Wuzzy2@mail.ru> [Mon, 24 Jun 2019 11:25:15 +0200] rev 15217
Fix buggy kamikaze when hog took damage during short waiting phase at start
2019-06-23 Explode hog instantly when taking damage while dying
Wuzzy <Wuzzy2@mail.ru> [Sun, 23 Jun 2019 16:14:27 +0200] rev 15216
Explode hog instantly when taking damage while dying
2019-06-23 Update changelog
Wuzzy <Wuzzy2@mail.ru> [Sun, 23 Jun 2019 11:28:00 +0200] rev 15215
Update changelog
2019-06-23 Backed out changeset a5fb73335a87 - This violated the string freeze declared on June 20, 2019
Wuzzy <Wuzzy2@mail.ru> [Sun, 23 Jun 2019 10:49:15 +0200] rev 15214
Backed out changeset a5fb73335a87 - This violated the string freeze declared on June 20, 2019
2019-06-22 Someone didn't understand why they couldn't rejoin a game. Maybe this will help
nemo [Sat, 22 Jun 2019 10:32:15 -0400] rev 15213
Someone didn't understand why they couldn't rejoin a game. Maybe this will help
2019-06-22 48 used to be the limit
nemo [Fri, 21 Jun 2019 22:36:50 -0400] rev 15212
48 used to be the limit
2019-06-21 fill the atlas with sprites
alfadur [Sat, 22 Jun 2019 00:18:24 +0300] rev 15211
fill the atlas with sprites
2019-06-21 Update locale files
Wuzzy <Wuzzy2@mail.ru> [Fri, 21 Jun 2019 20:27:37 +0200] rev 15210
Update locale files
2019-06-21 Add Scottish Gaelic translation in metadata files
GunChleoc [Fri, 21 Jun 2019 20:13:12 +0200] rev 15209
Add Scottish Gaelic translation in metadata files
2019-06-21 Update Scottish Gaelic translation (frontend)
GunChleoc [Fri, 21 Jun 2019 20:08:05 +0200] rev 15208
Update Scottish Gaelic translation (frontend)
2019-06-20 add a way to reference atlas contents
alfadur [Fri, 21 Jun 2019 00:33:56 +0300] rev 15207
add a way to reference atlas contents
2019-06-20 fix hammer and rcplane sprite offsets
alfadur [Thu, 20 Jun 2019 16:05:03 +0300] rev 15206
fix hammer and rcplane sprite offsets
2019-06-20 add missing GL2 support call
alfadur [Thu, 20 Jun 2019 15:56:59 +0300] rev 15205
add missing GL2 support call
2019-06-20 consistent indentation with rest of unit. was just to help me read this block
nemo [Wed, 19 Jun 2019 22:36:11 -0400] rev 15204
consistent indentation with rest of unit. was just to help me read this block
2019-06-19 Rework EquidistantPoints
unc0rr [Wed, 19 Jun 2019 23:52:54 +0200] rev 15203
Rework EquidistantPoints
2019-06-19 make airmines less of CPU hogs
nemo [Wed, 19 Jun 2019 17:19:52 -0400] rev 15202
make airmines less of CPU hogs
2019-06-19 Make flames ignore bouncy world edge
Wuzzy <Wuzzy2@mail.ru> [Wed, 19 Jun 2019 20:37:02 +0200] rev 15201
Make flames ignore bouncy world edge Rationale: Flame speed heavily relies on wind and cannot be reasonably reversed. The rationale is similar as for gtPoisonCloud.
2019-06-19 uLand.pas: Remove unused variable
Wuzzy <Wuzzy2@mail.ru> [Wed, 19 Jun 2019 19:02:49 +0200] rev 15200
uLand.pas: Remove unused variable
2019-06-19 weBounce: Fix some weird bouncing behaviour
Wuzzy <Wuzzy2@mail.ru> [Wed, 19 Jun 2019 18:51:02 +0200] rev 15199
weBounce: Fix some weird bouncing behaviour
2019-06-17 Lua: Fix incorrect values for capcolDefault, capcolSetting
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 21:43:05 +0200] rev 15198
Lua: Fix incorrect values for capcolDefault, capcolSetting
2019-06-18 enable local admins for non-official servers
alfadur [Wed, 19 Jun 2019 02:40:00 +0300] rev 15197
enable local admins for non-official servers
2019-06-18 break error loop in client removal
alfadur [Wed, 19 Jun 2019 01:47:56 +0300] rev 15196
break error loop in client removal
2019-06-18 pin removed clients until the output buffer is flushed
alfadur [Wed, 19 Jun 2019 01:19:10 +0300] rev 15195
pin removed clients until the output buffer is flushed
2019-06-18 remove a 2015ism
alfadur [Wed, 19 Jun 2019 00:49:45 +0300] rev 15194
remove a 2015ism
2019-06-17 ACF5: Fix incorrect ammo display on turn start at wave 3
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 20:55:11 +0200] rev 15193
ACF5: Fix incorrect ammo display on turn start at wave 3
2019-06-17 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 15192
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
2019-06-17 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 15191
Fix air mine spawning inside land if land is almost completely full Bug conditions: * cAirMines >= 1 * Play with a drawn map filled with land
2019-06-17 Fix mapgen flowers being slightly offset on X axis
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 19:51:05 +0200] rev 15190
Fix mapgen flowers being slightly offset on X axis
2019-06-17 ACF10: Show proper messages when everyone dies
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 19:33:43 +0200] rev 15189
ACF10: Show proper messages when everyone dies If everyone died, the game cannot continue, but you still win (since it's a sandbox mission).
2019-06-17 ACF: Show "Mission succeeded/failed" in stats screen
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 19:20:02 +0200] rev 15188
ACF: Show "Mission succeeded/failed" in stats screen
2019-06-16 ACF5: Tweak hog coordinates to avoid floating
Wuzzy <Wuzzy2@mail.ru> [Mon, 17 Jun 2019 00:10:18 +0200] rev 15187
ACF5: Tweak hog coordinates to avoid floating
2019-06-16 ACF5: Disable inappropriate "boring" taunt at the end
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 13:55:32 +0200] rev 15186
ACF5: Disable inappropriate "boring" taunt at the end
2019-06-16 ACF5: In final animation, move camera to empty cage
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 13:48:22 +0200] rev 15185
ACF5: In final animation, move camera to empty cage
2019-06-16 avoid allocation in hash comparison
alfadur [Sun, 16 Jun 2019 19:16:26 +0300] rev 15184
avoid allocation in hash comparison
2019-06-16 ACF5: Also clear crates around cyborg
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 13:27:14 +0200] rev 15183
ACF5: Also clear crates around cyborg
2019-06-16 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 15182
Fix mouse wheel scrolling team list when used on team color widget
2019-06-15 Set smaller pageStep for all QSliders
Wuzzy <Wuzzy2@mail.ru> [Sun, 16 Jun 2019 00:49:58 +0200] rev 15181
Set smaller pageStep for all QSliders
2019-06-15 Fix mapgen flowers being placed into indestructible map border
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 19:49:02 +0200] rev 15180
Fix mapgen flowers being placed into indestructible map border
2019-06-15 Refactor uLand.pas a bit and add constant for border width
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 19:44:52 +0200] rev 15179
Refactor uLand.pas a bit and add constant for border width
2019-06-15 Drawn maps: Fix off-by-one errors in land erasing code
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 18:51:04 +0200] rev 15178
Drawn maps: Fix off-by-one errors in land erasing code
2019-06-15 Fix sprays being biased to the left on huge maps
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 18:15:32 +0200] rev 15177
Fix sprays being biased to the left on huge maps
2019-06-15 Perlin maps: Initialize playWidth and playHeight
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 17:00:43 +0200] rev 15176
Perlin maps: Initialize playWidth and playHeight
2019-06-15 Continental supplies: Fix Lua error when first hog of team dies
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 16:37:36 +0200] rev 15175
Continental supplies: Fix Lua error when first hog of team dies
2019-06-15 Continental supplies: Show continent in team bars
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 16:05:13 +0200] rev 15174
Continental supplies: Show continent in team bars
2019-06-15 Continental supplies: Show selected continent if randomly chosen
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 14:49:18 +0200] rev 15173
Continental supplies: Show selected continent if randomly chosen
2019-06-15 Basic Movement Training: Set HealthCaseAmount to 5
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 14:21:06 +0200] rev 15172
Basic Movement Training: Set HealthCaseAmount to 5
2019-06-15 Move piano splash a few pixels lower
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 14:04:01 +0200] rev 15171
Move piano splash a few pixels lower
2019-06-15 Remove dead code in uWorld.pas
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 13:30:36 +0200] rev 15170
Remove dead code in uWorld.pas
2019-06-15 Fix hog facing direction when landing with parachute
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 13:20:29 +0200] rev 15169
Fix hog facing direction when landing with parachute
2019-06-15 weBounce: Force hedgehogs to stay in playable area
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 13:06:15 +0200] rev 15168
weBounce: Force hedgehogs to stay in playable area
2019-06-15 Keep hog facing direction while on parachute
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 12:58:01 +0200] rev 15167
Keep hog facing direction while on parachute
2019-06-15 Properly set dx/dy of hedgehog on parachute
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 12:10:42 +0200] rev 15166
Properly set dx/dy of hedgehog on parachute
2019-06-15 Change max hedgehog estimate for drawn map sizes 1-3
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 12:09:12 +0200] rev 15165
Change max hedgehog estimate for drawn map sizes 1-3
2019-06-15 Fix world edge positions for drawn maps
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 12:02:22 +0200] rev 15164
Fix world edge positions for drawn maps
2019-06-15 Restrict object placement between leftX and rightX
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 03:27:06 +0200] rev 15163
Restrict object placement between leftX and rightX
2019-06-15 Drawn maps: Erase land outside of land bounds
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 02:50:51 +0200] rev 15162
Drawn maps: Erase land outside of land bounds
2019-06-14 Fix freezer drawing land outside of indestructible land border in some map types
Wuzzy <Wuzzy2@mail.ru> [Sat, 15 Jun 2019 01:18:40 +0200] rev 15161
Fix freezer drawing land outside of indestructible land border in some map types
2019-06-14 Fix coloring of map border at top left/right corner being wrong sometimes
Wuzzy <Wuzzy2@mail.ru> [Fri, 14 Jun 2019 22:24:59 +0200] rev 15160
Fix coloring of map border at top left/right corner being wrong sometimes
2019-06-14 ACF1: Crate challenge: Fix turn time being reset to infinity after taking dmg
Wuzzy <Wuzzy2@mail.ru> [Fri, 14 Jun 2019 21:09:08 +0200] rev 15159
ACF1: Crate challenge: Fix turn time being reset to infinity after taking dmg
2019-06-14 WxW, Racer: Make bots skip/auto-confirm setup phase
Wuzzy <Wuzzy2@mail.ru> [Fri, 14 Jun 2019 17:21:05 +0200] rev 15158
WxW, Racer: Make bots skip/auto-confirm setup phase
2019-06-14 Continental supplies: Bots select random continent
Wuzzy <Wuzzy2@mail.ru> [Fri, 14 Jun 2019 17:05:00 +0200] rev 15157
Continental supplies: Bots select random continent
2019-06-13 Clear jump and walk msgs after placement
Wuzzy <Wuzzy2@mail.ru> [Thu, 13 Jun 2019 15:07:03 +0200] rev 15156
Clear jump and walk msgs after placement
2019-06-11 Fix floating hog when switching to moving hog
Wuzzy <Wuzzy2@mail.ru> [Tue, 11 Jun 2019 16:02:29 +0200] rev 15155
Fix floating hog when switching to moving hog
2019-06-08 Frenzy: Change ammo slots to be closer to original slots
Wuzzy <Wuzzy2@mail.ru> [Sat, 08 Jun 2019 11:29:49 +0200] rev 15154
Frenzy: Change ammo slots to be closer to original slots
2019-06-08 Frenzy: Fix incorrect ammo slot numbers in ammo menu
Wuzzy <Wuzzy2@mail.ru> [Sat, 08 Jun 2019 11:27:26 +0200] rev 15153
Frenzy: Fix incorrect ammo slot numbers in ammo menu
2019-06-08 Lua API: Add SetAmmoSlot
Wuzzy <Wuzzy2@mail.ru> [Sat, 08 Jun 2019 11:25:39 +0200] rev 15152
Lua API: Add SetAmmoSlot
2019-06-07 CTF/Control: Fix incomplete hedgehog loop bounds
Wuzzy <Wuzzy2@mail.ru> [Fri, 07 Jun 2019 15:09:42 +0200] rev 15151
CTF/Control: Fix incomplete hedgehog loop bounds
2019-06-07 Remove kamikaze and piano strike from CTF and Control
Wuzzy <Wuzzy2@mail.ru> [Fri, 07 Jun 2019 15:08:06 +0200] rev 15150
Remove kamikaze and piano strike from CTF and Control
2019-06-07 Battalion (King): At end of turn, re-kill all minions without king
Wuzzy <Wuzzy2@mail.ru> [Fri, 07 Jun 2019 11:55:49 +0200] rev 15149
Battalion (King): At end of turn, re-kill all minions without king
2019-06-07 End turn immediately when hedgehog health reaches 0
Wuzzy <Wuzzy2@mail.ru> [Fri, 07 Jun 2019 11:35:13 +0200] rev 15148
End turn immediately when hedgehog health reaches 0
2019-06-07 Battalion (King): Kill minions with default boom
Wuzzy <Wuzzy2@mail.ru> [Fri, 07 Jun 2019 10:50:05 +0200] rev 15147
Battalion (King): Kill minions with default boom
2019-06-07 Battalion: Handle gfKing properly
Wuzzy <Wuzzy2@mail.ru> [Fri, 07 Jun 2019 10:36:18 +0200] rev 15146
Battalion: Handle gfKing properly
2019-06-04 use tuple parsers
alfadur [Wed, 05 Jun 2019 00:23:56 +0300] rev 15145
use tuple parsers
2019-06-04 fix parser getting stuck
alfadur [Tue, 04 Jun 2019 23:59:16 +0300] rev 15144
fix parser getting stuck
2019-06-04 simplify root parser
alfadur [Tue, 04 Jun 2019 23:44:01 +0300] rev 15143
simplify root parser
2019-06-04 Fix build errors in certain configurations
unc0rr [Tue, 04 Jun 2019 22:37:42 +0200] rev 15142
Fix build errors in certain configurations
2019-06-04 Apply dos2unix to rust sources
unc0rr [Tue, 04 Jun 2019 22:34:42 +0200] rev 15141
Apply dos2unix to rust sources
2019-06-04 make custom combinators high order
alfadur [Tue, 04 Jun 2019 23:19:18 +0300] rev 15140
make custom combinators high order
2019-06-04 parser cleanup
alfadur [Tue, 04 Jun 2019 23:05:12 +0300] rev 15139
parser cleanup
2019-06-04 merge
alfadur [Tue, 04 Jun 2019 22:28:28 +0300] rev 15138
merge
2019-06-04 fix lists parsing
alfadur [Tue, 04 Jun 2019 22:25:28 +0300] rev 15137
fix lists parsing
2019-06-04 Add 'discard' method for lfprng
unc0rr [Tue, 04 Jun 2019 21:24:07 +0200] rev 15136
Add 'discard' method for lfprng
2019-06-04 upgrade to nom5 beta2
alfadur [Tue, 04 Jun 2019 20:01:37 +0300] rev 15135
upgrade to nom5 beta2
2019-06-03 consume pongs
alfadur [Tue, 04 Jun 2019 01:39:22 +0300] rev 15134
consume pongs
2019-06-03 fix callvote parsing
alfadur [Tue, 04 Jun 2019 01:32:08 +0300] rev 15133
fix callvote parsing
2019-06-03 make greeting argument optional
alfadur [Mon, 03 Jun 2019 23:50:26 +0300] rev 15132
make greeting argument optional
2019-06-03 fix hash comparison fix
alfadur [Mon, 03 Jun 2019 23:15:05 +0300] rev 15131
fix hash comparison fix
2019-06-03 fix hash comparison
alfadur [Mon, 03 Jun 2019 22:41:43 +0300] rev 15130
fix hash comparison
2019-06-03 Fix parachute being drawn behind tags and objects
Wuzzy <Wuzzy2@mail.ru> [Mon, 03 Jun 2019 18:56:08 +0200] rev 15129
Fix parachute being drawn behind tags and objects
2019-06-03 Ensure the flowers get placed within map bounds
Wuzzy <Wuzzy2@mail.ru> [Mon, 03 Jun 2019 16:49:42 +0200] rev 15128
Ensure the flowers get placed within map bounds
2019-06-03 ASA fruit02: Add workaround for incorrect weapon display on turn start
Wuzzy <Wuzzy2@mail.ru> [Mon, 03 Jun 2019 15:37:32 +0200] rev 15127
ASA fruit02: Add workaround for incorrect weapon display on turn start
2019-06-03 Add some comments in en.txt
Wuzzy <Wuzzy2@mail.ru> [Mon, 03 Jun 2019 13:13:49 +0200] rev 15126
Add some comments in en.txt
2019-06-03 Remove some accidental advertisements in de.txt and en.txt
Wuzzy <Wuzzy2@mail.ru> [Mon, 03 Jun 2019 12:50:22 +0200] rev 15125
Remove some accidental advertisements in de.txt and en.txt
2019-06-02 check for account existence before asking passwords
alfadur [Mon, 03 Jun 2019 01:15:57 +0300] rev 15124
check for account existence before asking passwords
2019-06-02 handle response from IO result handler
alfadur [Sun, 02 Jun 2019 23:58:12 +0300] rev 15123
handle response from IO result handler
2019-06-02 Update German translation
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 22:16:38 +0200] rev 15122
Update German translation
2019-06-02 Update Lua locale files
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 22:13:37 +0200] rev 15121
Update Lua locale files
2019-06-02 fix land object placement
alfadur [Sun, 02 Jun 2019 22:40:39 +0300] rev 15120
fix land object placement
2019-06-02 use blocking recv in IO thread
alfadur [Sun, 02 Jun 2019 22:25:41 +0300] rev 15119
use blocking recv in IO thread
2019-06-02 Allow vgtBigExplosion in low quality mode
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 18:22:06 +0200] rev 15118
Allow vgtBigExplosion in low quality mode Rationale: We already allow vgtExplosion, which is a smaller version. Without vgtBigExplosion, there is not *any* explosion effect.
2019-06-02 Move resurrector and seduction distance to uConsts
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 17:34:47 +0200] rev 15117
Move resurrector and seduction distance to uConsts
2019-06-02 Don't draw girder/resurrect/seduce circle while hog moves
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 17:19:07 +0200] rev 15116
Don't draw girder/resurrect/seduce circle while hog moves
2019-06-02 Homing bee can now be used as secondary ammo
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 17:15:10 +0200] rev 15115
Homing bee can now be used as secondary ammo
2019-06-02 Properly prevent using airstrike or girder in mid-air
Wuzzy <Wuzzy2@mail.ru> [Sun, 02 Jun 2019 17:02:24 +0200] rev 15114
Properly prevent using airstrike or girder in mid-air
2019-05-31 Speech bubbles: Fix word-wrapping being used between interpunction
Wuzzy <Wuzzy2@mail.ru> [Sat, 01 Jun 2019 00:27:23 +0200] rev 15113
Speech bubbles: Fix word-wrapping being used between interpunction
2019-05-31 Scenarios: Show "Mission succeeded/failed!" in stats screen
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 21:39:47 +0200] rev 15112
Scenarios: Show "Mission succeeded/failed!" in stats screen
2019-05-31 PageEditTeam: Disable sound test button when frontend sounds are disabled
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 21:10:17 +0200] rev 15111
PageEditTeam: Disable sound test button when frontend sounds are disabled
2019-05-31 rename length to something different
alfadur [Fri, 31 May 2019 21:34:32 +0300] rev 15110
rename length to something different
2019-05-31 Make the HedgeEditor mission output strings collectable by translation scripts
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 19:02:42 +0200] rev 15109
Make the HedgeEditor mission output strings collectable by translation scripts
2019-05-31 ASA: Use higher quality mission images
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 18:35:26 +0200] rev 15108
ASA: Use higher quality mission images
2019-05-31 ASA fruit02: Use pre-selected barrel positions and fewer barrels
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 17:40:26 +0200] rev 15107
ASA fruit02: Use pre-selected barrel positions and fewer barrels This should fix some extreme lag issues in this mission due to excessive flame spawns
2019-05-31 ASA fruit01: Save campaign variable about whether hero joined battle
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 15:20:03 +0200] rev 15106
ASA fruit01: Save campaign variable about whether hero joined battle
2019-05-31 ASA fruit02: Delete sticky flames
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 15:04:43 +0200] rev 15105
ASA fruit02: Delete sticky flames
2019-05-31 Move Dangerous Ducklings scenario down
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 13:21:43 +0200] rev 15104
Move Dangerous Ducklings scenario down Because it requires rope skills
2019-05-31 ASA cosmos: Don't send team rankings
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 11:23:13 +0200] rev 15103
ASA cosmos: Don't send team rankings
2019-05-31 ASA: Check if hero is still alive before claiming victory
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 11:10:01 +0200] rev 15102
ASA: Check if hero is still alive before claiming victory
2019-05-29 ACF2: Replace isHogAlive with IsHogAlive
Wuzzy <Wuzzy2@mail.ru> [Wed, 29 May 2019 13:21:23 +0200] rev 15101
ACF2: Replace isHogAlive with IsHogAlive
2019-05-31 Lua: Add IsHogAlive
Wuzzy <Wuzzy2@mail.ru> [Fri, 31 May 2019 11:08:54 +0200] rev 15100
Lua: Add IsHogAlive
2019-05-30 Copy authentication from the old frontend
unC0Rr [Thu, 30 May 2019 18:31:02 +0200] rev 15099
Copy authentication from the old frontend
2019-05-28 ASA fruit01: Recognize victory if killing all enemy hogs in "flee" variant
Wuzzy <Wuzzy2@mail.ru> [Wed, 29 May 2019 01:05:20 +0200] rev 15098
ASA fruit01: Recognize victory if killing all enemy hogs in "flee" variant
2019-05-28 ACF1: Fix 2 crate spawns being very close to each other in the difficult rope challenge
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 22:07:56 +0200] rev 15097
ACF1: Fix 2 crate spawns being very close to each other in the difficult rope challenge
2019-05-28 normalize type names
alfadur [Tue, 28 May 2019 21:28:32 +0300] rev 15096
normalize type names
2019-05-28 shuffle server files
alfadur [Tue, 28 May 2019 19:04:18 +0300] rev 15095
shuffle server files
2019-05-28 Animate library: Document way to speed up animations for testing purposes
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 17:49:04 +0200] rev 15094
Animate library: Document way to speed up animations for testing purposes
2019-05-28 ACF9: Correct the contents of the code comments
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 17:04:48 +0200] rev 15093
ACF9: Correct the contents of the code comments
2019-05-28 Fix stats screen group boxes sometimes having no spacing
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 13:07:56 +0200] rev 15092
Fix stats screen group boxes sometimes having no spacing
2019-05-27 Use crown icon in mission panel for King Mode
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 01:58:42 +0200] rev 15091
Use crown icon in mission panel for King Mode
2019-05-27 Change mission panel icons for a couple of game styles
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 01:28:59 +0200] rev 15090
Change mission panel icons for a couple of game styles
2019-05-27 Semi-standardize usage of icons in many mission panels
Wuzzy <Wuzzy2@mail.ru> [Tue, 28 May 2019 00:48:17 +0200] rev 15089
Semi-standardize usage of icons in many mission panels * Question mark: Decision / user input * Exclamation mark: Tutorial message / information * Hedgehog: Mission introduction * -amSkip: Mission failure * Star: Mission success / end of game
2019-05-27 Add 2 mission panel icons: hedgehog and flags
Wuzzy <Wuzzy2@mail.ru> [Mon, 27 May 2019 21:56:12 +0200] rev 15088
Add 2 mission panel icons: hedgehog and flags
2019-05-27 Background theme detection: Also check if Border.png is present
Wuzzy <Wuzzy2@mail.ru> [Mon, 27 May 2019 16:43:42 +0200] rev 15087
Background theme detection: Also check if Border.png is present
2019-05-26 Backed out changeset 96244def1cc0—It was broken
Wuzzy <Wuzzy2@mail.ru> [Mon, 27 May 2019 00:04:40 +0200] rev 15086
Backed out changeset 96244def1cc0—It was broken
2019-05-26 Fix temporary hog/timer freeze when throwing sticky mine, then switch to shotgun in inf. attack
Wuzzy <Wuzzy2@mail.ru> [Sun, 26 May 2019 23:52:04 +0200] rev 15085
Fix temporary hog/timer freeze when throwing sticky mine, then switch to shotgun in inf. attack
2019-05-26 ACF6: More turn time tweaks
Wuzzy <Wuzzy2@mail.ru> [Sun, 26 May 2019 20:51:42 +0200] rev 15084
ACF6: More turn time tweaks
2019-05-26 ACF6: (Re-)initialize turn properly after cut scenes
Wuzzy <Wuzzy2@mail.ru> [Sun, 26 May 2019 20:45:08 +0200] rev 15083
ACF6: (Re-)initialize turn properly after cut scenes
2019-05-26 Rename sprFirepunch to sprFirePunch
Wuzzy <Wuzzy2@mail.ru> [Sun, 26 May 2019 19:59:54 +0200] rev 15082
Rename sprFirepunch to sprFirePunch
(0) -10000 -3000 -1000 -240 +240 tip