2019-01-15 Make game engine load the user's locale correctly (bug 688)
Wuzzy <Wuzzy2@mail.ru> [Wed, 16 Jan 2019 00:37:26 +0100] rev 14604
Make game engine load the user's locale correctly (bug #688)
2019-01-15 Refactor hwengine: Rename cLocale to cLanguage
Wuzzy <Wuzzy2@mail.ru> [Wed, 16 Jan 2019 00:01:29 +0100] rev 14603
Refactor hwengine: Rename cLocale to cLanguage Required so the clocale unit can be added
2019-01-15 Make hog kill stat stuff consistent WRT SD water rise
Wuzzy <Wuzzy2@mail.ru> [Tue, 15 Jan 2019 21:28:54 +0100] rev 14602
Make hog kill stat stuff consistent WRT SD water rise
2019-01-15 Fix hog taunts counting SD water rise drowns as team kills (bug 691)
Wuzzy <Wuzzy2@mail.ru> [Tue, 15 Jan 2019 21:23:56 +0100] rev 14601
Fix hog taunts counting SD water rise drowns as team kills (bug #691)
2019-01-15 Comment all important variables in uStats
Wuzzy <Wuzzy2@mail.ru> [Tue, 15 Jan 2019 20:53:01 +0100] rev 14600
Comment all important variables in uStats
2019-01-15 Target practice: Change target radar color to red
Wuzzy <Wuzzy2@mail.ru> [Tue, 15 Jan 2019 01:47:07 +0100] rev 14599
Target practice: Change target radar color to red
2019-01-14 Highlight next target for most target practices
Wuzzy <Wuzzy2@mail.ru> [Tue, 15 Jan 2019 00:48:57 +0100] rev 14598
Highlight next target for most target practices
2019-01-14 ACF5: Delete circles vgears after wave3 appeared
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 23:38:31 +0100] rev 14597
ACF5: Delete circles vgears after wave3 appeared
2019-01-14 Keep track of accuracy record in target practice challenges
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 23:30:15 +0100] rev 14596
Keep track of accuracy record in target practice challenges
2019-01-14 Remove "loser" messages in challenges
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 21:19:57 +0100] rev 14595
Remove "loser" messages in challenges The point of challenges is not to "win", but to reach a highscore, so we need not to rub failure into the player's face.
2019-01-14 just focus on the unsafe deletes in a hopefully branch-safe fashion 0.9.25
nemo [Mon, 14 Jan 2019 15:11:15 -0500] rev 14594
just focus on the unsafe deletes in a hopefully branch-safe fashion
2019-01-14 aaagh can't just move delete like that due to our RNG scrambling... reverting on branch. we'll just have to take our chances w/ the bad code 0.9.25
nemo [Mon, 14 Jan 2019 15:01:43 -0500] rev 14593
aaagh can't just move delete like that due to our RNG scrambling... reverting on branch. we'll just have to take our chances w/ the bad code
2019-01-14 Rename the special "none" key in frontend
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 19:26:24 +0100] rev 14592
Rename the special "none" key in frontend
2019-01-14 branch merge
nemo [Mon, 14 Jan 2019 12:35:32 -0500] rev 14591
branch merge
2019-01-14 ai improvements are release branch safe 0.9.25
nemo [Mon, 14 Jan 2019 12:34:47 -0500] rev 14590
ai improvements are release branch safe
2019-01-13 Reverse order of visual gears linked list
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 00:34:56 +0100] rev 14589
Reverse order of visual gears linked list Now vgears will render in the order they have been added. Older visual gears are rendered earlier, so they are "behind" newer visual gears. This has been primarily done to fix the render order of speech bubbles (bug #287).
2019-01-14 Update changelog for campaign updates
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 17:59:32 +0100] rev 14588
Update changelog for campaign updates
2019-01-14 ASA moon02: Don't play victory animation if runner died and hero survived
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 17:43:19 +0100] rev 14587
ASA moon02: Don't play victory animation if runner died and hero survived
2019-01-14 ASA: Tweak spawning height of hedgehogs
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 17:12:12 +0100] rev 14586
ASA: Tweak spawning height of hedgehogs
2019-01-14 ASA moon02: Fix player not losing if time runs out while still having the rope
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 17:04:18 +0100] rev 14585
ASA moon02: Fix player not losing if time runs out while still having the rope
2019-01-14 Fix crosshair sometimes not getting removed
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 16:18:34 +0100] rev 14584
Fix crosshair sometimes not getting removed
2019-01-14 Outsource commonly used words in siPointType to QTfrontend
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 07:14:18 +0100] rev 14583
Outsource commonly used words in siPointType to QTfrontend
2019-01-14 ASA moon02: Add finishing times in ranking
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 06:17:35 +0100] rev 14582
ASA moon02: Add finishing times in ranking
2019-01-14 ASA: Show current time and personal best in moon02
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 05:58:07 +0100] rev 14581
ASA: Show current time and personal best in moon02
2019-01-14 ASA desert02: Show escape record in-game
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 04:59:04 +0100] rev 14580
ASA desert02: Show escape record in-game
2019-01-14 Tweak bounce effects of some gears
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 04:30:31 +0100] rev 14579
Tweak bounce effects of some gears This adds bounce effects for gtSMine, gtMine and gtCluster
2019-01-14 Fix "unused variable" warning (valOK)
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 03:53:21 +0100] rev 14578
Fix "unused variable" warning (valOK)
2019-01-14 Remove a bunch of dead out-commented code
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 03:52:09 +0100] rev 14577
Remove a bunch of dead out-commented code
2019-01-14 Fix WorldWrap returning sometimes true unjustifiably
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 03:23:21 +0100] rev 14576
Fix WorldWrap returning sometimes true unjustifiably
2019-01-14 Properly stop freezeray at bounce edge (instead of restarting the ray over and over again)
Wuzzy <Wuzzy2@mail.ru> [Mon, 14 Jan 2019 02:48:36 +0100] rev 14575
Properly stop freezeray at bounce edge (instead of restarting the ray over and over again)
2019-01-13 Fix airplane line being drawn in front of many HUD elements
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 22:22:40 +0100] rev 14574
Fix airplane line being drawn in front of many HUD elements
2019-01-13 Air attack: Don't spawn missile if it would end up inside bounce world edge of other side
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 18:07:04 +0100] rev 14573
Air attack: Don't spawn missile if it would end up inside bounce world edge of other side
2019-01-13 Tweak height limit of air attack in bounce edge maps
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 17:49:29 +0100] rev 14572
Tweak height limit of air attack in bounce edge maps
2019-01-13 Disallow placement of piano beyond bounce world edge
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 17:28:33 +0100] rev 14571
Disallow placement of piano beyond bounce world edge
2019-01-13 Deny air attack in bounce world edge if target is in "impossible" position
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 17:02:15 +0100] rev 14570
Deny air attack in bounce world edge if target is in "impossible" position
2019-01-13 Don't try to spawn air mines beyond the bounce world edge
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 15:54:10 +0100] rev 14569
Don't try to spawn air mines beyond the bounce world edge
2019-01-13 Bounce off gears at bouncy world edge only if they move towards it
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 15:47:14 +0100] rev 14568
Bounce off gears at bouncy world edge only if they move towards it
2019-01-13 Frontend: Tweak button padding once more
Wuzzy <Wuzzy2@mail.ru> [Sun, 13 Jan 2019 05:00:14 +0100] rev 14567
Frontend: Tweak button padding once more
2019-01-12 Mention zoom key in movement training
Wuzzy <Wuzzy2@mail.ru> [Sat, 12 Jan 2019 23:38:34 +0100] rev 14566
Mention zoom key in movement training
2019-01-12 Fix wrong ice beam angle if it goes diagonally up out of map thru world wrap (bug 718)
Wuzzy <Wuzzy2@mail.ru> [Sat, 12 Jan 2019 23:26:33 +0100] rev 14565
Fix wrong ice beam angle if it goes diagonally up out of map thru world wrap (bug #718)
2019-01-12 Frontend: More button padding tweaking
Wuzzy <Wuzzy2@mail.ru> [Sat, 12 Jan 2019 06:38:20 +0100] rev 14564
Frontend: More button padding tweaking
2019-01-12 TS: Restore 2 of the "specialist" letters
Wuzzy <Wuzzy2@mail.ru> [Sat, 12 Jan 2019 06:19:16 +0100] rev 14563
TS: Restore 2 of the "specialist" letters
2019-01-11 merge release branch
nemo [Fri, 11 Jan 2019 08:51:11 -0500] rev 14562
merge release branch
2019-01-11 tabs to spaces 0.9.25
nemo [Fri, 11 Jan 2019 08:45:11 -0500] rev 14561
tabs to spaces
2019-01-11 deletegear rearrangement applied to branch too. if this causes desyncs you're probably in a crashy state already 0.9.25
nemo [Fri, 11 Jan 2019 08:42:15 -0500] rev 14560
deletegear rearrangement applied to branch too. if this causes desyncs you're probably in a crashy state already
2019-01-11 couple more use after frees for gear deletion.
nemo [Fri, 11 Jan 2019 08:08:28 -0500] rev 14559
couple more use after frees for gear deletion. also rearranged lines a bit and added a redundant exit to try to proof things a bit. more evidence we need rust.
2019-01-11 Make sure to render crosshair above render
Wuzzy <Wuzzy2@mail.ru> [Fri, 11 Jan 2019 04:38:07 +0100] rev 14558
Make sure to render crosshair above render
2019-01-11 Render contour of flying saucer is in (mostly) opaque
Wuzzy <Wuzzy2@mail.ru> [Fri, 11 Jan 2019 03:50:06 +0100] rev 14557
Render contour of flying saucer is in (mostly) opaque
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 tip