Tue, 09 Oct 2018 12:54:40 -0400 nemo drop the error checked StrToInt as non-critical - pas2c did not implement it.
Tue, 09 Oct 2018 11:28:07 -0400 nemo IFDEF out missing function with FIXME, revert pas2c change in 0ecf77e203c0 as suggested by unc0rr, another string annotation
Tue, 09 Oct 2018 09:58:33 -0400 nemo bunch more of those shortstring/ansistrings
Tue, 09 Oct 2018 09:02:39 -0400 nemo make explicit for pas2c some string casts that fpc was probably doing automatically
Sun, 07 Oct 2018 18:37:30 +0200 Wuzzy Update German translation
Sun, 07 Oct 2018 18:16:06 +0200 Wuzzy Update locale files
Sat, 06 Oct 2018 02:27:33 +0200 Wuzzy ASA, ice02: Change time strings for consistency with other time strings
Sat, 06 Oct 2018 01:00:02 +0200 Wuzzy No-op when entering /clan command with no argument
Fri, 05 Oct 2018 21:43:48 -0400 alfadur merge
Sat, 06 Oct 2018 01:24:27 +0300 alfadur Windows 1809 GetUserProfileDirectory failure workaround
Sat, 06 Oct 2018 00:23:41 +0300 alfadur add debug output for physfs init failure
Sat, 06 Oct 2018 00:23:27 +0200 Wuzzy Make sure AddChatString is only fed with shortstrings
Fri, 05 Oct 2018 23:51:58 +0200 Wuzzy Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
Fri, 05 Oct 2018 16:54:26 -0400 nemo formatA expects ansistring params
Fri, 05 Oct 2018 16:53:36 -0400 nemo this should probably exit -1 - pas2c was complaining about uninitialised var
Fri, 05 Oct 2018 16:22:51 -0400 nemo silly tmp var for sake of pas2c
Fri, 05 Oct 2018 21:58:12 +0200 unc0rr Fix pas2c build dependencies
Fri, 05 Oct 2018 21:41:56 +0200 unc0rr Fix pas2c build a bit more
Fri, 05 Oct 2018 21:31:58 +0200 Wuzzy Precalculate cMaxHogHealth
Fri, 05 Oct 2018 21:30:06 +0200 Wuzzy Merge unC0Rr's pas2c fix
Fri, 05 Oct 2018 21:09:27 +0200 unc0rr Fix previous patch, add support for High(Longword)
Fri, 05 Oct 2018 21:04:19 +0200 Wuzzy Backed out changeset aed7ee68305a
Fri, 05 Oct 2018 21:04:01 +0200 unc0rr Fix pas2c not having support for High(LongInt) in init expressions
Fri, 05 Oct 2018 20:56:40 +0200 Wuzzy Pas2C: Implement rendering of High() similiar to that of Low()
Fri, 05 Oct 2018 20:28:13 +0200 Wuzzy Update Big Armory preview image
Fri, 05 Oct 2018 20:20:09 +0200 Wuzzy Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme
Fri, 05 Oct 2018 19:37:06 +0200 Wuzzy Don't load game scheme from file if name collides with default scheme
Fri, 05 Oct 2018 19:25:14 +0200 Wuzzy Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
Fri, 05 Oct 2018 17:27:12 +0200 Wuzzy Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
Fri, 05 Oct 2018 16:49:17 +0200 Wuzzy Remove unused doStepDuck gear handler
Fri, 05 Oct 2018 16:36:41 +0200 Wuzzy Remove usage of creeper from all schemes and styles
Fri, 05 Oct 2018 14:57:44 +0200 Wuzzy Restructure 0.9.25 changelog, add highlights section
Fri, 05 Oct 2018 14:11:51 +0200 Wuzzy Document the /quit chat command from server
Fri, 05 Oct 2018 13:37:49 +0200 Wuzzy Simplify /quit chat command
Fri, 05 Oct 2018 04:57:03 +0200 Wuzzy gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
Fri, 05 Oct 2018 04:17:56 +0200 Wuzzy Catch empty chat commands in engine and frontend
Fri, 05 Oct 2018 04:00:16 +0200 Wuzzy Clean up frontend chat command auto-complete
Thu, 04 Oct 2018 23:29:20 +0200 Wuzzy Backed out changeset 5f6208031658 (fixes 652)
Thu, 04 Oct 2018 21:17:21 +0200 Wuzzy Merge Racer/TechRacer tie handling
Wed, 05 Sep 2018 20:09:32 +0200 Wuzzy Add missing roundDraw check in TechRacer
Wed, 05 Sep 2018 15:37:50 +0200 Wuzzy Add tie handling for Racer and TechRacer
Thu, 04 Oct 2018 20:45:07 +0200 Wuzzy Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
Thu, 04 Oct 2018 20:36:41 +0200 Wuzzy Fix speech bubble chat commands also applying to bots
Thu, 04 Oct 2018 13:26:48 -0400 alfadur merge
Thu, 04 Oct 2018 20:04:32 +0300 alfadur ..and for logging in handler
Thu, 04 Oct 2018 19:57:53 +0300 alfadur Add missing base case for lobby handler
Thu, 04 Oct 2018 19:12:09 +0200 Wuzzy Fix another pas2c hiccup in uLandObjects
Thu, 04 Oct 2018 19:04:27 +0200 Wuzzy Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
Thu, 04 Oct 2018 17:55:08 +0200 Wuzzy gameServer: Remove broken and undocumented /part chat command
Thu, 04 Oct 2018 17:46:01 +0200 Wuzzy Ignore message-type chat commands (/hsa, /clan, etc.) w/ empty arg list
Thu, 04 Oct 2018 17:30:24 +0200 Wuzzy Rename chat command /team to /clan (but keep /team as alias for now)
Thu, 04 Oct 2018 17:07:17 +0200 Wuzzy Teach engine to properly display clan message received from the net
Thu, 04 Oct 2018 14:54:57 +0200 Wuzzy gameServer: Handle empty chat command (partially)
Thu, 04 Oct 2018 14:36:42 +0200 Wuzzy gameServer: Always report command name if getting an incorrect command
Thu, 04 Oct 2018 14:18:38 +0200 Wuzzy gameServer: remove duplicate VOTE/FORCE command handling
Wed, 03 Oct 2018 03:24:03 +0200 Wuzzy Display error when entering invalid chat command in offline game
Wed, 03 Oct 2018 02:28:39 +0200 Wuzzy Make frontend forward server error and warning messages to engine
Tue, 02 Oct 2018 22:11:15 +0200 Wuzzy Pas2C: Add preprocess files to .hgignore
Tue, 02 Oct 2018 21:51:27 +0200 Wuzzy Rewrite StrToInt code in uStore; get rid of "try" and "except" keywords
Tue, 02 Oct 2018 21:26:25 +0200 Wuzzy IFNDEF custom exception handlung away in pas2c builds
Tue, 02 Oct 2018 20:33:33 +0200 Wuzzy Resolve ambiguity of <> in Pas2C.hs
Sun, 30 Sep 2018 03:18:16 +0200 Wuzzy Add help button in main menu (opens Hedgewars Wiki in browser)
Sun, 30 Sep 2018 01:41:12 +0200 Wuzzy Fix frontend displayed value of Sudden Death timeout being off-by-one
Sat, 29 Sep 2018 23:13:02 +0200 Wuzzy ASA, desert02: Add achievement for escaping with all crates collected and no damage taken
Sat, 29 Sep 2018 22:20:19 +0200 Wuzzy ASA, ice02: Display current flying time next to team bar
Sat, 29 Sep 2018 21:59:36 +0200 Wuzzy ASA, ice02: Fix recorded time being 6 seconds more than reality
Sat, 29 Sep 2018 20:56:55 +0200 Wuzzy ASA: ice02: Render green rings as double rings
Sat, 29 Sep 2018 14:52:13 +0200 Wuzzy Set script globals TurnTimeLeft and ReadyTimeLeft immediately after they were changed by Lua call
Sat, 29 Sep 2018 01:17:15 +0200 Wuzzy Move campaign mission images to share/ instead of hardcoding them into frontend
Thu, 27 Sep 2018 00:26:58 +0200 Wuzzy Fix teleport cursor briefly re-appearing after placing hog in hog placement phase + inf attack mode
Thu, 27 Sep 2018 00:11:54 +0200 Wuzzy Update changelog
Wed, 26 Sep 2018 20:45:55 +0200 Wuzzy On victory, center camera on a winning hedgehog
Mon, 24 Sep 2018 11:18:48 -0400 nemo merge
Mon, 24 Sep 2018 11:16:08 -0400 nemo make it build
Fri, 14 Sep 2018 23:14:19 +0300 alfadur cleanup crate imports
Thu, 13 Sep 2018 20:59:57 +0300 alfadur remove stabilized edition annotations
Mon, 10 Sep 2018 23:53:59 +0300 alfadur rescue the stream on handshake failure
Mon, 10 Sep 2018 23:31:44 +0300 alfadur improve error handling for TLS handshake
Sun, 09 Sep 2018 01:20:35 +0300 alfadur port some legacy protocol support
Fri, 07 Sep 2018 04:16:05 +0300 alfadur use openssl for password message handling
Thu, 06 Sep 2018 23:12:32 +0300 alfadur Add TLS support
Wed, 05 Sep 2018 19:22:29 +0300 alfadur Add official server feature to cargo
Wed, 05 Sep 2018 18:09:06 +0300 alfadur Bump dependencies
Tue, 28 Aug 2018 17:19:25 +0300 alfadur move everything test related into test cfg
Mon, 27 Aug 2018 22:28:56 +0300 alfadur Add hogs per team named constant that absolutely no one asked for
Thu, 20 Sep 2018 13:07:21 +0200 Wuzzy Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
Wed, 19 Sep 2018 10:23:01 +0200 Wuzzy Fix hedgehog being able to make walk/jump sounds before it was placed
Wed, 19 Sep 2018 09:45:45 +0200 Wuzzy Ignore gmTimer after attack or hog is no longer controlled
Wed, 19 Sep 2018 09:31:06 +0200 Wuzzy Clear gmSwitch before activating switcher
Tue, 18 Sep 2018 19:38:58 -0400 nemo use locale rules for the challenge hashes
Tue, 18 Sep 2018 19:30:55 -0400 nemo restore old land hashes which in theory should not have changed in .24
Tue, 18 Sep 2018 19:21:36 -0400 nemo Separate synced pixels from land digests - this is mostly to allow the official racer digests to remain unchanged.
Tue, 18 Sep 2018 00:07:36 +0200 Wuzzy Merge nemo's hash change commit
Tue, 18 Sep 2018 00:06:00 +0200 Wuzzy Add exit hint after Basic Movement Training
Mon, 17 Sep 2018 22:37:47 +0200 Wuzzy Easier back jumps in Basic Movement Training (fixes bug 692)
Sun, 16 Sep 2018 09:25:10 -0400 nemo update hashes changed in r79e13080b9db (critical sprites) ra675a94b5cc1 (critical scripts)
Sun, 16 Sep 2018 10:25:50 +0200 Wuzzy Update hedgewars_en.ts
Sun, 16 Sep 2018 02:18:51 +0200 Wuzzy Update German translation
Sun, 16 Sep 2018 01:54:35 +0200 Wuzzy Update translation files
Sat, 15 Sep 2018 20:56:31 +0200 unc0rr Fix SetAmmoTexts not working in stats-only mode
Sat, 15 Sep 2018 20:42:02 +0200 unc0rr Fix SetAmmoTexts not working in stats-only mode 0.9.24
Sat, 15 Sep 2018 16:22:04 +0200 Wuzzy Fix some syntax errors in internal Lua syntax documentation
Sat, 15 Sep 2018 15:26:23 +0200 Wuzzy Fix team stats screwing up if game ends due to drowning in rising Sudden Death water
Wed, 12 Sep 2018 19:51:45 +0300 alfadur Fix engine crash when using lasersight outside the world bounds
Tue, 11 Sep 2018 22:49:27 +0200 alfadur Only show bullet hits for shovable gears
Tue, 11 Sep 2018 22:44:32 +0200 alfadur Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25%
Tue, 11 Sep 2018 21:32:28 +0200 alfadur Revert sinegun brokenness to previous levels
Tue, 11 Sep 2018 21:16:27 +0200 unc0rr Make rendering work qmlfrontend
Tue, 11 Sep 2018 18:34:27 +0200 Wuzzy Allow to change volume during pause
Tue, 11 Sep 2018 17:22:54 +0200 Wuzzy ASA, final: Don't say "missed" or "yes sir" after blowing up barrels
Tue, 11 Sep 2018 16:18:24 +0200 Wuzzy Make sure scripts don't break w/ only 1 clan
Tue, 11 Sep 2018 16:00:23 +0200 Wuzzy Add funny message in stats screen when everyone wins
Sun, 09 Sep 2018 12:25:23 +0200 Wuzzy Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
Wed, 05 Sep 2018 18:07:56 +0200 Wuzzy Fix hog teleporting back and forth when walking on portals on floor. Fixes bug 686
Wed, 05 Sep 2018 01:53:21 +0200 Wuzzy Fix clan ranking counter advancing per-team instaed of per-clan in case of a tie
Tue, 04 Sep 2018 22:59:08 +0200 Wuzzy Don't write TurnTimeLeft deprecation warning if setter function was used
Tue, 04 Sep 2018 22:18:03 +0200 Wuzzy Call EndTurn(true) instead of TurnTimeLeft(0) in flying saucer training
Tue, 04 Sep 2018 20:38:15 +0200 Wuzzy Fix crash when defeating all enemies in ACF8 (HideHog was called too early)
Tue, 04 Sep 2018 17:57:48 +0200 Wuzzy Fix turn reaction not working properly after turn
Tue, 04 Sep 2018 16:52:51 +0200 Wuzzy Say sndNutter on round draw
(0) -10000 -3000 -1000 -120 +120 +1000 tip