Thu, 18 Oct 2018 06:50:21 +0300 alfadur fix fppoint.max_norm
Thu, 18 Oct 2018 06:46:32 +0300 alfadur move point struct into integral-geometry and use it to refactor a bit
Wed, 17 Oct 2018 23:02:18 +0200 unc0rr Improve test a bit
Wed, 17 Oct 2018 22:58:21 +0200 unc0rr Make use of LinePoints in Land2D::draw_line
Wed, 17 Oct 2018 22:45:33 +0200 unc0rr Introduce integral-geometry crate, implement LinePoints iterator
Wed, 17 Oct 2018 22:00:58 +0200 unc0rr Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
Wed, 17 Oct 2018 05:33:02 +0200 Wuzzy Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
Wed, 17 Oct 2018 05:34:29 +0300 alfadur add left scalar operations to fpnum
Tue, 16 Oct 2018 23:59:51 +0200 unc0rr Implement Land2D::change_round()
Tue, 16 Oct 2018 23:59:22 +0200 unc0rr Implement get_unchecked* functions for Vec2D
Tue, 16 Oct 2018 23:49:44 +0300 alfadur add opassign implementations
Tue, 16 Oct 2018 22:41:25 +0300 alfadur make methods public
Tue, 16 Oct 2018 05:09:42 +0300 alfadur add scalar operations
Tue, 16 Oct 2018 04:44:11 +0300 alfadur fix test
Tue, 16 Oct 2018 04:43:02 +0300 alfadur add more fpnum functions
Mon, 15 Oct 2018 23:10:03 +0200 unc0rr Implement Land2D::fill() + tests
Mon, 15 Oct 2018 22:22:51 +0300 alfadur Add basic windows build script
Mon, 15 Oct 2018 21:40:32 +0300 alfadur fix library names in engine
Mon, 15 Oct 2018 19:34:11 +0200 unc0rr Make parameters meaning more obvious
Mon, 15 Oct 2018 13:08:29 -0400 nemo tag both as overloadable - seems to satisfy clang 3.4
Mon, 15 Oct 2018 19:43:30 +0300 alfadur fix path to ppas.bat to avoid confusing nmake
Mon, 15 Oct 2018 09:35:54 -0400 nemo add back accidentally removed sections
Sun, 14 Oct 2018 23:17:47 +0200 unc0rr Start land2d library implementation: draw_line() method
Sun, 14 Oct 2018 23:16:11 +0200 unc0rr Add get_mut() to Vec2D
Sun, 14 Oct 2018 21:26:15 +0200 unc0rr Simplify Vec2D::new() a bit
Sun, 14 Oct 2018 23:25:20 +0300 alfadur remove old sdl headers and libs in support of recent deletionism spirit
Sun, 14 Oct 2018 23:09:55 +0300 alfadur .. or rather move calling conventions to proper position
Sun, 14 Oct 2018 22:55:07 +0300 alfadur set proper sdl calling convention for vcpkg builds
Sun, 14 Oct 2018 21:13:32 +0200 unc0rr Implement vec2d library to use for land arrays in the future
Sun, 14 Oct 2018 21:57:30 +0300 alfadur fix frontend compatibility issues
Sun, 14 Oct 2018 21:25:59 +0300 alfadur use correct compiler flags
Sun, 14 Oct 2018 19:04:51 +0200 unc0rr Start work on landgen rust lib
Sun, 14 Oct 2018 19:03:58 +0200 unc0rr Remove more dead code from uLandOutline
Sun, 14 Oct 2018 20:02:51 +0300 alfadur don't use -Wextra when building with vcpkg
Sun, 14 Oct 2018 19:28:24 +0300 alfadur add extra rule for negative integers
Sun, 14 Oct 2018 18:23:19 +0200 unc0rr Implement Iterator trait for LaggedFibonacciPRNG
Sun, 14 Oct 2018 18:01:58 +0200 unc0rr Remove some dead code from template-based land gen
Sun, 14 Oct 2018 12:01:11 -0400 nemo reorder params, deleted obsolete *_passes
Sun, 14 Oct 2018 18:58:39 +0300 alfadur fix return name and bound type
Sun, 14 Oct 2018 18:52:00 +0300 alfadur remove extra begin
Sun, 14 Oct 2018 18:45:11 +0300 alfadur add missing .
Sun, 14 Oct 2018 16:58:08 +0200 unc0rr Convert uLandTemplates into yaml file
Sun, 14 Oct 2018 09:45:16 -0400 nemo one more merge
Sun, 14 Oct 2018 09:43:42 -0400 alfadur merge
Sun, 14 Oct 2018 09:42:26 -0400 alfadur merge
Sat, 13 Oct 2018 23:49:23 +0300 alfadur improve stability for checks
Sat, 13 Oct 2018 23:08:15 +0300 alfadur fix offsets
Sat, 13 Oct 2018 22:44:21 +0300 alfadur Fix overflow in CheckGearNear
Sat, 13 Oct 2018 20:01:09 +0300 alfadur add fpnum literal macro
Sat, 13 Oct 2018 00:43:04 +0300 alfadur delegate cmp to rustlib
Wed, 10 Oct 2018 23:54:57 +0300 alfadur forgot a line
Wed, 10 Oct 2018 23:51:53 +0300 alfadur update frontend japanese translation
Sat, 13 Oct 2018 22:38:51 +0200 unc0rr Make converter for uLandTemplates into yaml
Sat, 13 Oct 2018 18:32:41 +0200 unc0rr Implement lagged Fibonacci PRNG in rust, compatible with hwengine
Sat, 13 Oct 2018 18:04:25 +0200 unc0rr inline more operators in fpnum
Sat, 13 Oct 2018 00:43:04 +0300 alfadur delegate cmp to rustlib
Sat, 13 Oct 2018 17:23:19 +0200 unc0rr Add some more tests
Fri, 12 Oct 2018 22:18:38 +0200 unc0rr Reimplement hwFloat library in rust for future use
Fri, 12 Oct 2018 03:40:21 +0200 Wuzzy Drop internal PhysFS, bump PhysFS requirement to 3.0.0
Thu, 11 Oct 2018 23:43:31 +0200 unc0rr - Fix insert() for strings in pas2c
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
Tue, 04 Sep 2018 16:26:15 +0200 Wuzzy Remove some bad/inappropriate messages for round draw and crate drop
Tue, 04 Sep 2018 16:12:53 +0200 Wuzzy Fix player rankings getting confused if a clan was revived
Tue, 04 Sep 2018 15:03:35 +0200 Wuzzy Fix player rankings on round draw: Clans that die in the same turn now have the same rank
Tue, 04 Sep 2018 14:20:15 +0200 Wuzzy Rework rankings of losing clans: Rank them in the reverse order they died
Mon, 03 Sep 2018 22:14:46 +0200 Wuzzy Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats
Mon, 03 Sep 2018 21:19:15 +0200 Wuzzy Fix stats screwing up in Rope Knock Challenge if you lose
Mon, 03 Sep 2018 20:16:54 +0200 Wuzzy Add missing nil check in AfterAttack (oops!)
Mon, 03 Sep 2018 20:01:50 +0200 Wuzzy Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
Mon, 03 Sep 2018 12:59:54 +0200 Wuzzy Remove mail.gna.org mailing list from README.md (gna.org has shutdown for good)
Mon, 03 Sep 2018 12:46:57 +0200 Wuzzy Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
Mon, 03 Sep 2018 05:05:00 +0200 Wuzzy Use translation template for speech bubble command
Mon, 03 Sep 2018 01:48:00 +0200 Wuzzy Continental supplies: Fix health not being set immediately if skipping continent selection, provoking random continent
Mon, 03 Sep 2018 01:09:14 +0200 Wuzzy Don't start retreat time if hog has lost control in the meantime
Mon, 03 Sep 2018 00:53:44 +0200 Wuzzy Don't play timer countdown sounds if in ready phase
Mon, 03 Sep 2018 00:48:51 +0200 Wuzzy Call GetGlobals after entering Lua command with /lua
Mon, 03 Sep 2018 00:15:55 +0200 Wuzzy Dangerous Ducklings: Enter retreat mode after kill
Mon, 03 Sep 2018 00:03:06 +0200 Wuzzy Fix buggy behaviour when setting TurnTimeLeft through Retreat
Sun, 02 Sep 2018 22:05:45 +0200 Wuzzy Change chat text color for Lua warnings to yellow
Sun, 02 Sep 2018 22:02:15 +0200 Wuzzy Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
Sun, 02 Sep 2018 21:26:44 +0200 Wuzzy Use SetTurnTimeLeft and SetReadyTimeLeft in all scripts
Sun, 02 Sep 2018 20:57:33 +0200 Wuzzy Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
Sun, 02 Sep 2018 04:08:58 +0200 Wuzzy Highlander: Remove odd infinite girder ammo in crates
Sun, 02 Sep 2018 01:25:37 +0200 Wuzzy Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
Sun, 02 Sep 2018 00:07:33 +0200 Wuzzy Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
Sat, 01 Sep 2018 23:03:56 +0200 Wuzzy Check for victory before stTurnReact. Fixes 382
Sat, 01 Sep 2018 21:56:12 +0200 Wuzzy ASA, desert01: Fix display error when destroying device crate
Sat, 01 Sep 2018 21:47:08 +0200 Wuzzy ASA, desert01: Disable hero control at first battle left from the hole, not right above it
Sat, 01 Sep 2018 12:43:19 +0200 Wuzzy Prevent pause/synchronizing/AFK mode text being rendered at the same time
Sat, 01 Sep 2018 01:18:07 +0200 Wuzzy Add frontend tip introducing /help
Sat, 01 Sep 2018 00:17:56 +0200 Wuzzy Translate "heads" and "tails" of gameServer
Sat, 01 Sep 2018 00:05:55 +0200 Wuzzy Display error when using /maxteams if not room master
Fri, 31 Aug 2018 23:49:32 +0200 Wuzzy Make guest rejection error translatable
Fri, 31 Aug 2018 23:13:20 +0200 Wuzzy Add command help for /save, /delete, /saveroom and /loadroom
Fri, 31 Aug 2018 21:34:33 +0200 Wuzzy Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
Fri, 31 Aug 2018 21:22:12 +0200 Wuzzy Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
Fri, 31 Aug 2018 21:07:07 +0200 Wuzzy Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
Fri, 31 Aug 2018 20:35:13 +0200 Wuzzy Don't load locale Lua script if LOCALE == "en"
Fri, 31 Aug 2018 19:19:39 +0200 Wuzzy Add description of hwengine command-line arguments in --help
Fri, 31 Aug 2018 18:15:45 +0200 Wuzzy Critical error if loading a script has failed
Fri, 31 Aug 2018 16:51:33 +0200 Wuzzy Force-disable gfPerHogAmmo and gfSharedAmmo for RW and BRW
Fri, 31 Aug 2018 12:09:40 +0200 Wuzzy BRW: Add utilities and air weapons properly
Fri, 31 Aug 2018 11:12:41 +0200 Wuzzy Fix BRW adding ammoInCrate times ammo on start of turn instead of 1
Fri, 31 Aug 2018 11:11:58 +0200 Wuzzy Fix BRW breaking when weapon scheme assigns 2 bullet for all ammos
Thu, 30 Aug 2018 22:07:01 +0200 Wuzzy BRW now allows weapon scheme customization
Wed, 29 Aug 2018 03:50:53 +0200 Wuzzy Change button image for Tag Team
Wed, 29 Aug 2018 02:56:24 +0200 Wuzzy Add missing server dependencies to Travis metadata
Tue, 28 Aug 2018 21:09:46 +0200 Wuzzy Write down system requirements
Tue, 28 Aug 2018 17:27:49 +0200 Wuzzy Fix typo in gameServer
Tue, 28 Aug 2018 06:04:02 +0200 Wuzzy Space Invasion: Add hilarious loser face to losers
Tue, 28 Aug 2018 05:46:33 +0200 Wuzzy Space Invasion: Continue playing rounds in case the teams are tied at the end
Tue, 28 Aug 2018 03:45:44 +0200 Wuzzy Space Invasion: refactor variables into a large table for everything
Sun, 26 Aug 2018 20:50:51 +0200 Wuzzy Remove frontend code dealing with unused team variables
Sun, 26 Aug 2018 17:59:26 +0200 Wuzzy Replace now-outdated descriptions of amDuck with dummy texts
Sun, 26 Aug 2018 16:51:01 +0200 Wuzzy GameServer: Use consistent formatting of clan chat (compared with engine)
Sun, 26 Aug 2018 15:10:34 +0200 Wuzzy Change empty string check in gameServer
Sun, 26 Aug 2018 14:59:05 +0200 Wuzzy /greeting chat commands now clears greeting if called w/o arguments
Sun, 26 Aug 2018 14:37:02 +0200 Wuzzy Add a couple of more useful server messages
Sat, 25 Aug 2018 22:02:21 +0200 Wuzzy Don't translate greeting message
Sat, 25 Aug 2018 21:36:15 +0200 Wuzzy Don't translate response to /rnd command
Sat, 25 Aug 2018 21:24:34 +0200 Wuzzy Add error message for /callvote map if no maps are available
Sat, 25 Aug 2018 21:12:10 +0200 Wuzzy Hide /watch command if OFFICIAL_SERVER is not set
Sat, 25 Aug 2018 21:00:26 +0200 Wuzzy Properly scale Start button size in pagenetgame just like in pagemultiplayer
Sat, 25 Aug 2018 20:52:33 +0200 Wuzzy Add a few helpful error messages from server when kicking failed
Sat, 25 Aug 2018 19:23:19 +0200 Wuzzy GameServer: Refactor fake nick names into Consts
Sat, 25 Aug 2018 19:07:17 +0200 Wuzzy Fix some formatting problems with /me
Sat, 25 Aug 2018 18:21:37 +0200 Wuzzy Tweak response messages to /super_power and /registered_only
Sat, 25 Aug 2018 18:04:06 +0200 Wuzzy Fix translatability of "unknown command" server message
Sat, 25 Aug 2018 17:43:29 +0200 Wuzzy Make frontend translate server messages properly
Sat, 25 Aug 2018 12:12:15 +0200 Wuzzy Use plain text mode in video description label to avoid HTML trouble
Wed, 22 Aug 2018 16:47:09 +0200 Wuzzy Backed out changeset 076b7d23fab8. Well, the commit in question was needed after all ... 0.9.24
Wed, 22 Aug 2018 15:00:04 +0200 Wuzzy Fix critical failure to cleanup teams list after rejoining game after a force-quit. Fixes bug 597
Wed, 22 Aug 2018 00:40:11 +0200 Wuzzy Backed out changeset 6c0cf6b9eff8. Scripters should be prepared for nil and pretending the gear exists would cause more pain 0.9.24
Tue, 21 Aug 2018 23:56:49 +0200 Wuzzy Clean up more visual gears stuff in scripts
Tue, 21 Aug 2018 22:57:56 +0200 Wuzzy Clean up legacy visual gear stuff in ClimbHome, fix star despawn, make stars non-critical
Tue, 21 Aug 2018 22:52:46 +0200 Wuzzy Remove calls to GetVisualGearValues where it's not needed
Tue, 21 Aug 2018 22:31:50 +0200 Wuzzy Animate: Remove follow arg from AnimVisualGear
Tue, 21 Aug 2018 15:26:29 -0400 nemo use 0s instead of nils to try to protect script assumptions 0.9.24
Tue, 21 Aug 2018 15:11:28 -0400 nemo only-stats should never create visual gears. and lua should never rely on visual gears being created. critical is just to help ensure ones important to gameplay don't get lost in fast-forward 0.9.24
Tue, 21 Aug 2018 21:02:01 +0200 Wuzzy Remove unused shockwave code in Space Invasion
Tue, 21 Aug 2018 21:00:01 +0200 Wuzzy Make decorational visual gears in Space Invasion non-critical
Tue, 21 Aug 2018 19:52:39 +0200 Wuzzy Update German translation
Tue, 21 Aug 2018 19:20:09 +0200 Wuzzy Update locale files
Tue, 21 Aug 2018 18:35:19 +0200 Wuzzy Merge unC0Rr's checker update
Tue, 21 Aug 2018 18:31:00 +0200 Wuzzy Add a few translator comments for frontend strings
Tue, 21 Aug 2018 17:56:17 +0200 Wuzzy Consistently rename "team chat" to "clan chat" (except chat command)
Tue, 21 Aug 2018 15:46:34 +0200 Wuzzy Make engine chat syntax translatable
Tue, 21 Aug 2018 02:14:15 +0200 Wuzzy Fix some string/translation inconsistencies in strings related to leaving
Mon, 20 Aug 2018 22:38:14 +0200 unc0rr - Add checker dependencies to hedgewars-server.cabal
Sun, 19 Aug 2018 09:54:46 -0400 nemo and melon for Mutant
Fri, 17 Aug 2018 22:35:01 -0400 nemo stray line
Fri, 17 Aug 2018 22:23:19 -0400 nemo more wrapping
Fri, 17 Aug 2018 20:13:33 -0400 nemo basic AI bazooka wrapping.
Thu, 16 Aug 2018 19:41:54 +0300 alfadur Return https
Thu, 16 Aug 2018 19:33:03 +0300 alfadur Rust 2018 conversion
Tue, 14 Aug 2018 15:25:05 +0200 Wuzzy Move common sprite tint values into Utils Lua library
Tue, 14 Aug 2018 14:19:03 +0200 Wuzzy Use new script variable cMaxTurnTime in scripts for consistency
Tue, 14 Aug 2018 13:43:04 +0200 Wuzzy Prevent wrapping of turn time when using extra time
Tue, 14 Aug 2018 09:26:32 +0200 Wuzzy Update list of supported GameFlags in HedgeEditor
Tue, 14 Aug 2018 09:15:20 +0200 Wuzzy HedgeEditor should be fairly stable by now
Tue, 14 Aug 2018 09:05:55 +0200 Wuzzy Fix repeating sun in Hoggywood theme
Mon, 13 Aug 2018 20:19:32 +0200 Wuzzy Close hwengine properly when you got kicked by room host
Mon, 13 Aug 2018 16:31:22 +0200 Wuzzy Improve “Connection refused” error message
Mon, 13 Aug 2018 16:01:58 +0200 Wuzzy Tweak some connection failure messages
Sun, 12 Aug 2018 16:31:22 +0200 Wuzzy Don't make pseudo player names like [server] clickable in chat
Sat, 11 Aug 2018 23:20:08 +0200 Wuzzy Fix duplicate/confusing wave messages in ASA fruit01
Sat, 11 Aug 2018 22:35:23 +0200 Wuzzy Oops, add forgotten begin/end in uTeams
Sat, 11 Aug 2018 22:33:40 +0200 Wuzzy Merge nemo's TODO fix
Sat, 11 Aug 2018 22:28:05 +0200 Wuzzy More straightforward TotalRoundsPre counting if there's only 1 clan
Sat, 11 Aug 2018 21:43:55 +0200 Wuzzy Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
Sat, 11 Aug 2018 18:36:22 +0200 Wuzzy Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on
Thu, 09 Aug 2018 19:14:58 +0200 Wuzzy Fix TotalRounds increasing incorrectly if gfRandomOrder is off
Thu, 09 Aug 2018 17:49:17 +0200 Wuzzy Backed out changeset c265a3e6f6da to revert to 0.9.23 TotalRounds behaviour
Thu, 09 Aug 2018 17:48:16 +0200 Wuzzy Backed out changeset 2d787d122083 to revert TotalRounds to 0.9.23 behaviour
Thu, 09 Aug 2018 17:47:29 +0200 Wuzzy Backout 0f02dd1ff4c9. This is not how TotalRounds should work
Fri, 10 Aug 2018 13:16:24 -0400 nemo remove todo
Wed, 08 Aug 2018 18:36:12 +0200 Wuzzy Fix frontend crash when rapidly aborting many active video encodings. Fixes bug 595
Wed, 08 Aug 2018 15:22:34 +0200 Wuzzy Use capcolDefault in Lua scripts
Wed, 08 Aug 2018 14:38:54 +0200 Wuzzy Refactor text color variable names, export 2 color values to Lua
Wed, 08 Aug 2018 14:10:32 +0200 Wuzzy Use light gray color for volume change, just like for the auto camera msgs
Wed, 08 Aug 2018 13:34:39 +0200 Wuzzy Use full string for sidFuel and avoid string concatenation
Wed, 08 Aug 2018 13:14:42 +0200 Wuzzy Make ammo count in ammo menu translatable, and replace “x” with “×”
Wed, 08 Aug 2018 13:02:24 +0200 Wuzzy Fix slightly misplaced ammo count in ammo menu if count > 9
Wed, 08 Aug 2018 12:05:19 +0200 Wuzzy Fix attack bar render bugs: Invisible beyond world edge; rendered over GUI (e.g. mission panel)
Wed, 08 Aug 2018 11:40:00 +0200 Wuzzy Replicate target sprite properly in world wrap
Wed, 08 Aug 2018 11:26:33 +0200 Wuzzy Replicate gear GUI overlays in world wrap
Wed, 08 Aug 2018 11:19:08 +0200 Wuzzy Make sure gear fuel and alt weapon overlays are always drawn on top
Tue, 07 Aug 2018 19:32:33 +0200 Wuzzy Fix foreground flakes (layer 2+6) disappearing when moving camera in world wrap world
Tue, 07 Aug 2018 16:23:51 +0200 Wuzzy Fix hard-to-read text on campaign and training page in frontend at October 31
Tue, 07 Aug 2018 16:07:13 +0200 Wuzzy Update outdated and broken holiday stylesheets
Tue, 07 Aug 2018 13:04:02 +0200 Wuzzy Fix resurrection animation appearing at wrong position for some missions and styles
Tue, 07 Aug 2018 12:15:59 +0200 Wuzzy Report spawning visual gear in onGearResurrect
Tue, 07 Aug 2018 11:37:37 +0200 Wuzzy Add setting to disable audio dampening if losing window focus
Tue, 07 Aug 2018 10:29:01 +0200 Wuzzy Move max. number of crate spawns into variable
Tue, 07 Aug 2018 03:24:54 +0200 Wuzzy Fix visible seam between Sky.png and SkyL.png of Olympics theme
Tue, 07 Aug 2018 02:40:13 +0200 Wuzzy Lobby/room: Prevent opening context menu if no player selected (fixes bug 661)
Tue, 07 Aug 2018 02:18:19 +0200 Wuzzy Fix drill rocket exploding when digging at bounce/wrap world edge
Tue, 07 Aug 2018 01:52:40 +0200 Wuzzy Fix bee target practice removing target selection after first shot
Tue, 07 Aug 2018 01:47:49 +0200 Wuzzy Backed out changeset 0c797469d16d
Tue, 07 Aug 2018 01:43:22 +0200 Wuzzy Update target cursor after shooting targetable ammo with gfMultiWeapon
Tue, 07 Aug 2018 01:31:50 +0200 Wuzzy Use gfMultiWeapon in target practice missions
Tue, 07 Aug 2018 01:28:19 +0200 Wuzzy Suppress "X remaining" caption in multishoot with gfMultiWeapon
Tue, 07 Aug 2018 01:24:57 +0200 Wuzzy Add comments for most hwengine constants
Mon, 06 Aug 2018 22:39:39 +0200 Wuzzy Show correct health increase when hog health cap is reached
Mon, 06 Aug 2018 21:41:06 +0200 Wuzzy Remove fake magic number in MIME info metadata file
Mon, 06 Aug 2018 21:41:06 +0200 Wuzzy Remove fake magic number in MIME info metadata file 0.9.24
Mon, 06 Aug 2018 21:35:08 +0200 Wuzzy Fix cake walking through land when reaching wrap world edge
Mon, 06 Aug 2018 19:33:46 +0200 Wuzzy Remove unused variables of creeper handler
Mon, 06 Aug 2018 19:29:59 +0200 Wuzzy Fix description of gfSolidLand in scheme editor
Mon, 06 Aug 2018 19:05:08 +0200 Wuzzy Fix hog turning around when blowtorching through wrap world edge
Mon, 06 Aug 2018 18:55:22 +0200 Wuzzy Fix projectiles reacing incorrectly with land just behind the wrap world edge
Mon, 06 Aug 2018 15:56:03 +0200 Wuzzy Add bounce effect to cake when it touches bounce edge
Mon, 06 Aug 2018 15:20:25 +0200 Wuzzy Fix cake rotation angle after bounce from bounce edge
Fri, 03 Aug 2018 00:39:50 +0200 Wuzzy Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
Fri, 03 Aug 2018 15:34:23 -0400 nemo fix path
Thu, 02 Aug 2018 20:27:20 -0400 nemo hijack the duck for an attempted resurrection of the creeper. initial pass.
Thu, 02 Aug 2018 23:43:31 +0200 Wuzzy Fix hammer/pickhammer not digging land with gfSolidLand on
Thu, 02 Aug 2018 23:24:27 +0200 Wuzzy Backed out changeset 0d920e370a78
Thu, 02 Aug 2018 12:54:30 +0200 Wuzzy Fix hammer shoving gears into indestructible land
Thu, 02 Aug 2018 06:27:18 +0200 Wuzzy Include HWP of Big Armory in CMakeLists
Thu, 02 Aug 2018 04:40:42 +0200 Wuzzy Fix broken Big Armory mission map
Thu, 02 Aug 2018 04:08:12 +0200 Wuzzy Whoops. Fix NoPointX typo in HedgeEditor
Thu, 02 Aug 2018 04:04:21 +0200 Wuzzy Remove bad king death message
Thu, 02 Aug 2018 03:16:08 +0200 Wuzzy Cap hedgehog health to prevent overflow bugs
Thu, 02 Aug 2018 01:52:01 +0200 Wuzzy Use the new NoPointX global in HedgeEditor
Thu, 02 Aug 2018 01:45:45 +0200 Wuzzy Add Lua globals: AMMO_INFINITE and NoPointX
Thu, 02 Aug 2018 01:34:26 +0200 Wuzzy Use proper infinite fuel feature in flying saucer training
Thu, 02 Aug 2018 01:24:40 +0200 Wuzzy Add support for infinite fly time of jetpack and Birdy
Mon, 16 Jul 2018 23:27:15 +0200 Wuzzy Add variable to make state of sound system clear 0.9.24
Tue, 17 Jul 2018 12:55:07 +0200 Wuzzy Fix cursor teleporting to center after leaving game with video recording 0.9.24
Tue, 17 Jul 2018 12:50:55 +0200 Wuzzy Whoops. Syntax error in uVideoRec 0.9.24
Tue, 17 Jul 2018 12:17:11 +0200 Wuzzy Fix video recorder not working if sound disabled (fixes bug 200) 0.9.24
Wed, 01 Aug 2018 23:12:37 +0200 Wuzzy Fix SimpleMission failure to init GameFlags correctly 0.9.24
Wed, 01 Aug 2018 23:12:37 +0200 Wuzzy Fix SimpleMission failure to init GameFlags correctly
Wed, 01 Aug 2018 21:30:33 +0200 Wuzzy Load default clan colors from settings file
Wed, 01 Aug 2018 18:17:10 +0200 Wuzzy HedgeEditor: Use default clan color in AddTeam in mission export
Wed, 01 Aug 2018 17:30:13 +0200 Wuzzy Make ASA fruit02 use of default clan colors
Wed, 01 Aug 2018 15:50:39 +0200 Wuzzy Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color
Wed, 01 Aug 2018 02:49:03 +0200 Wuzzy Lua: Allow to use negative value for AddTeam to select a default clan color
Tue, 31 Jul 2018 22:40:23 +0200 Wuzzy Clean up Tumbler captions a bit
Tue, 31 Jul 2018 22:26:53 +0200 Wuzzy Refactor colors and caption type in Space Invasion
Tue, 31 Jul 2018 19:50:50 +0200 Wuzzy Space Invasion: Delete dead code and ancient outdated comments
Tue, 31 Jul 2018 17:22:49 +0200 Wuzzy Change default clan color for brown for improved contrast
Tue, 31 Jul 2018 01:00:27 +0200 Wuzzy Lua API: Add IsHogHidden
Tue, 31 Jul 2018 00:12:19 +0200 Wuzzy Lua: Add GetVampiric, GetLaserSight
Mon, 30 Jul 2018 20:38:01 +0200 KoBeWi Update Polish translation
Mon, 30 Jul 2018 19:23:28 +0200 Wuzzy ASA, final mission: Redraw map and mask to make borders more distingushable
Mon, 30 Jul 2018 16:30:03 +0200 Wuzzy Make laser sight work properly through wrap world edge
Mon, 30 Jul 2018 13:20:01 +0200 Wuzzy Fix freeze ray not working through wrap world edge; add DrawLineWrapped
Sun, 29 Jul 2018 11:39:48 -0400 nemo and fix index
Sun, 29 Jul 2018 11:37:14 -0400 nemo oh. and indent that loop
Sun, 29 Jul 2018 11:32:56 -0400 nemo add wrap check
Sat, 28 Jul 2018 12:58:12 -0400 nemo merge of 0.9.24 - hopefully correctly this time
Sat, 28 Jul 2018 13:15:59 +0200 Wuzzy Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge
Fri, 27 Jul 2018 19:58:02 +0200 Wuzzy Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
Fri, 27 Jul 2018 12:45:10 -0400 nemo sdlkeys is in source not binary, no .in folder. Locutus brought to our attention. 0.9.24
Fri, 27 Jul 2018 00:00:04 +0200 Wuzzy Fix /hta, /hsa and /hya commands not writing message in chat
Fri, 27 Jul 2018 00:00:04 +0200 Wuzzy Fix /hta, /hsa and /hya commands not writing message in chat 0.9.24
Thu, 26 Jul 2018 19:08:39 +0200 Wuzzy TechRacer: Print selected map in debug output
Thu, 26 Jul 2018 18:39:06 +0200 Wuzzy TechRacer: Make most variables local
Thu, 26 Jul 2018 18:26:48 +0200 Wuzzy Clean up messy indentations in TechRacer script
Thu, 26 Jul 2018 18:11:23 +0200 Wuzzy TechRacer: Delete dead code
Thu, 26 Jul 2018 18:01:32 +0200 Wuzzy TechRacer: Fix gears not spawning on turn start when player pressed control right at start
Thu, 26 Jul 2018 14:18:23 +0200 Wuzzy Prevent saving weapon scheme if name was already taken 0.9.24
Thu, 26 Jul 2018 14:18:23 +0200 Wuzzy Prevent saving game schemes if name was already been taken 0.9.24
Thu, 26 Jul 2018 13:03:35 +0200 Wuzzy Prevent saving weapon scheme if name was already taken
Thu, 26 Jul 2018 00:18:59 +0200 Wuzzy Prevent saving game schemes if name was already been taken
Tue, 24 Jul 2018 20:46:22 +0200 Wuzzy Fix a couple of PNG images with known invalid color profiles
Tue, 24 Jul 2018 20:46:22 +0200 Wuzzy Fix a couple of PNG images with known invalid color profiles 0.9.24
Tue, 24 Jul 2018 20:15:32 +0200 Wuzzy Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack 0.9.24
Tue, 24 Jul 2018 20:07:58 +0200 Wuzzy Limit max droplet count to 50 (fix for 0.9.24 branch only) 0.9.24
Tue, 24 Jul 2018 19:34:04 +0200 Wuzzy Update frontend translation files 0.9.24
Tue, 24 Jul 2018 19:31:37 +0200 Wuzzy Fix changelog typos 0.9.24
Mon, 16 Jul 2018 20:28:01 +0200 Wuzzy Fix hwengine crash when using >1 controllers 0.9.24
Tue, 24 Jul 2018 18:37:52 +0200 Wuzzy Add more sane default controls for controller 0.9.24
Tue, 24 Jul 2018 18:37:52 +0200 Wuzzy Fix broken controller/joystick button and axis events 0.9.24
Tue, 24 Jul 2018 18:37:52 +0200 Wuzzy Detect Qt style after parameter parsing 0.9.24
Tue, 24 Jul 2018 18:37:52 +0200 Wuzzy Fix SDLInteraction strings not being translated 0.9.24
Tue, 24 Jul 2018 18:37:52 +0200 Wuzzy Refactor storage of joystick SDL key names 0.9.24
Tue, 24 Jul 2018 18:37:52 +0200 Wuzzy Make frontend detect controllers again 0.9.24
Tue, 24 Jul 2018 15:44:25 +0200 Wuzzy Update and change license information of Droplet sounds, now it's CC BY 3.0 0.9.24
Tue, 24 Jul 2018 15:44:25 +0200 Wuzzy Update and change license information of Droplet sounds, now it's CC BY 3.0
Sun, 22 Jul 2018 02:46:27 +0200 Wuzzy Fix deprecation warnings in libphyslayer
Sun, 22 Jul 2018 02:29:44 +0200 Wuzzy Fix warnings about unused params in C code
Sat, 21 Jul 2018 15:58:07 +0200 Wuzzy Update German translation
Sat, 21 Jul 2018 14:46:51 +0200 Wuzzy Update Lua/frontend locale files
Sat, 21 Jul 2018 02:06:13 +0200 Wuzzy Merge alfadur's server commits with timer cycle key commits
Sat, 21 Jul 2018 00:34:32 +0200 Wuzzy Add control to cycle through timer/bounciness values
Fri, 20 Jul 2018 19:25:21 +0200 Wuzzy Move hardcoded bounciness values to uConsts
Fri, 20 Jul 2018 20:00:52 -0400 nemo catchup merge on all of alfadur's cool server changes
Sat, 21 Jul 2018 02:19:32 +0300 alfadur Fix map voting verification
Sat, 21 Jul 2018 02:13:55 +0300 alfadur Implement room config export
Fri, 20 Jul 2018 22:14:20 +0300 alfadur Implement save/delete commands
Fri, 20 Jul 2018 00:02:52 +0300 alfadur Implement map voting
Thu, 19 Jul 2018 22:50:46 +0300 alfadur clean up room lookups
Wed, 18 Jul 2018 02:14:32 +0300 alfadur Keep hedgehog limit in sync
Tue, 17 Jul 2018 16:03:34 +0300 alfadur indulge clippy
Tue, 17 Jul 2018 00:27:24 +0300 alfadur Add room flags
Mon, 16 Jul 2018 22:59:58 +0300 alfadur Something down in the food chain already uses bitflags, so might as well switch to them
Mon, 16 Jul 2018 22:32:04 +0300 alfadur Assorted chat fixes
Fri, 13 Jul 2018 19:52:19 +0300 alfadur Better packing for clients
Fri, 20 Jul 2018 15:56:43 +0200 Wuzzy Add more sane default controls for controller
Fri, 20 Jul 2018 14:33:41 +0200 Wuzzy Fix broken controller/joystick button and axis events
Fri, 20 Jul 2018 12:51:16 +0200 Wuzzy Detect Qt style after parameter parsing
Fri, 20 Jul 2018 02:43:38 +0200 Wuzzy Fix SDLInteraction strings not being translated
Fri, 20 Jul 2018 02:22:12 +0200 Wuzzy Refactor storage of joystick SDL key names
Thu, 19 Jul 2018 22:19:44 +0200 Wuzzy Make frontend detect controllers again
Thu, 19 Jul 2018 19:35:28 +0200 Wuzzy Fix engine crash when trying to delete cameraFile but it doesn't exist
Thu, 19 Jul 2018 19:11:39 +0200 Wuzzy Fix crash when aborting encoding phase of video recording in videos page if >1 video is being encoded
Thu, 19 Jul 2018 14:01:57 +0200 Wuzzy Document and clean up tools directory a bit
Wed, 18 Jul 2018 17:02:40 +0200 Wuzzy Improve some replies for chat commands on server
Wed, 18 Jul 2018 15:35:54 +0200 Wuzzy Refactor server chat command help, also add admin commands to help
Wed, 18 Jul 2018 03:55:02 +0200 Wuzzy Add /help command for lobby and rooms too
Wed, 18 Jul 2018 02:05:05 +0200 Wuzzy Remove and replace old googlecode references
Wed, 18 Jul 2018 01:35:59 +0200 Wuzzy Switch from http:// to https:// URLs where possible
Wed, 18 Jul 2018 00:27:23 +0200 Wuzzy Increase hedgehog limit to 64
Tue, 17 Jul 2018 22:42:49 +0200 Wuzzy Server: Replace hardcoded hog-related numbers with consts
Tue, 17 Jul 2018 22:00:15 +0200 Wuzzy Bazooka/Grende training: Hide mission panel on pressing attack key
Tue, 17 Jul 2018 21:31:41 +0200 Wuzzy Update server dependencies in INSTALL.md
Tue, 17 Jul 2018 21:17:33 +0200 Wuzzy Clarify/rewrite a few OutError messages
Tue, 17 Jul 2018 20:13:41 +0200 Wuzzy Fix frontend showing 2 errors on engine fatal error (exit code 52)
Tue, 17 Jul 2018 19:44:29 +0200 Wuzzy Clarify the wording of a few checkFails messages
Tue, 17 Jul 2018 19:28:31 +0200 Wuzzy Propagate fatal errors to OutError if checkFails called
Tue, 17 Jul 2018 18:38:44 +0200 Wuzzy Add hidden bazooka training achievement for 100% accuracy
Tue, 17 Jul 2018 16:45:34 +0200 Wuzzy Standardize hidden mission achievement in new Lua library "Achievements"
Tue, 17 Jul 2018 14:20:58 +0200 Wuzzy Add proper exit codes when halt-ing hwengine due to error
Tue, 17 Jul 2018 12:55:07 +0200 Wuzzy Fix cursor teleporting to center after leaving game with video recording
Tue, 17 Jul 2018 12:50:55 +0200 Wuzzy Whoops. Syntax error in uVideoRec
Tue, 17 Jul 2018 12:17:11 +0200 Wuzzy Fix video recorder not working if sound disabled (fixes bug 200)
Mon, 16 Jul 2018 23:27:15 +0200 Wuzzy Add variable to make state of sound system clear
Mon, 16 Jul 2018 20:28:01 +0200 Wuzzy Fix hwengine crash when using >1 controllers
Mon, 16 Jul 2018 19:15:22 +0200 Wuzzy Always use SDL_Map(A)RGB in SDL_FillRect for color
Mon, 16 Jul 2018 04:50:23 +0200 Wuzzy When hwengine crashes w/ error 217, write backtrace in log, too
Sun, 15 Jul 2018 19:49:31 +0200 Wuzzy Fix hwengine --help returning with exit code 51
Sun, 15 Jul 2018 14:21:06 +0200 Wuzzy Clean up cMaxHHs and cMaxTeams a bit, get rid of hardcoded numbers
Thu, 12 Jul 2018 14:46:16 +0200 Wuzzy Merge gameServer2 changes
Thu, 12 Jul 2018 14:41:24 +0200 Wuzzy Send proper failure error message when image loading has failed
Wed, 11 Jul 2018 18:36:21 -0400 nemo merge
Mon, 09 Jul 2018 20:59:08 +0300 alfadur Optimize test string generation
Mon, 09 Jul 2018 20:31:32 +0300 alfadur fix tests
Mon, 09 Jul 2018 19:41:26 +0300 alfadur complete newseed voting
Mon, 09 Jul 2018 19:39:15 +0300 alfadur merge
Sat, 07 Jul 2018 20:22:31 +0300 alfadur Mostly implement voting
Fri, 06 Jul 2018 21:03:03 +0300 alfadur Implement greetings & fixed rooms
Wed, 11 Jul 2018 21:56:30 +0200 Wuzzy Make sure TotalRounds increases to 0 on first real turn
Wed, 11 Jul 2018 19:14:11 +0200 Wuzzy ACF5: Fix Tribe not being in same clan as Natives
Wed, 11 Jul 2018 18:59:23 +0200 Wuzzy Simplify turn handling in ASA death01
Wed, 11 Jul 2018 18:45:54 +0200 Wuzzy ACF7: Fix princess being in wrong clan
Wed, 11 Jul 2018 18:13:52 +0200 Wuzzy Fix aihDoesntMatter still being attacked with air attack
Wed, 11 Jul 2018 17:25:53 +0200 Wuzzy ASA death01: Put PAotH into correct clan
Wed, 11 Jul 2018 17:13:25 +0200 Wuzzy Fix aihDoesntMatter not applying to hammer and shover
Wed, 11 Jul 2018 16:22:05 +0200 Wuzzy ACF3: Fix initial ammo being locked
Wed, 11 Jul 2018 16:01:12 +0200 Wuzzy ACF3: Tweak princess spawn position
Wed, 11 Jul 2018 15:44:33 +0200 Wuzzy ACF3: Move princess to her own team, fix clan color
Tue, 10 Jul 2018 21:29:31 +0200 Wuzzy Add subtle dust flakes for Cheese and CrazyMission themes
Tue, 10 Jul 2018 20:30:06 +0200 Wuzzy New SD water texture for CrazyMission theme
Tue, 10 Jul 2018 18:35:31 +0200 Wuzzy Refactor collision mask checks, remove hardcoded numbers
Tue, 10 Jul 2018 18:00:04 +0200 Wuzzy Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
Tue, 10 Jul 2018 17:11:31 +0200 Wuzzy Prevent manual hiding of some special mission panels
Tue, 10 Jul 2018 16:44:13 +0200 Wuzzy Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
Tue, 10 Jul 2018 16:25:58 +0200 Wuzzy Update mission texts with regards to mission panel key
Tue, 10 Jul 2018 16:07:11 +0200 Wuzzy Add dedicated key to display mission panel: M
Tue, 10 Jul 2018 15:20:19 +0200 Wuzzy Tweak chat command replies for /lua command
Tue, 10 Jul 2018 13:28:47 +0200 Wuzzy Add /help chat command for engine
Sun, 08 Jul 2018 02:46:59 +0200 Wuzzy Highlander: Fix all hogs getting teleport after hog placement phase
Sun, 08 Jul 2018 02:06:08 +0200 Wuzzy Fix GetAmmo getting wrong ammo count
Sun, 08 Jul 2018 01:30:13 +0200 Wuzzy New Lua API function: GetAmmo, to get ammo config
Sun, 08 Jul 2018 00:16:33 +0200 Wuzzy Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
Sat, 07 Jul 2018 23:29:02 +0200 Wuzzy Fix TotalRounds still being -1 in first real turn after hog placement phase
Sat, 07 Jul 2018 22:50:08 +0200 Wuzzy Highlander: Localize global variable
Sat, 07 Jul 2018 22:48:56 +0200 Wuzzy Highlander: Clean up code style, indents and delete useless old comments
Sat, 07 Jul 2018 19:34:13 +0200 Wuzzy Space Invasion: Improve how round score is displayed
Sat, 07 Jul 2018 18:41:28 +0200 Wuzzy Space Invasion: Localize most global variables
Sat, 07 Jul 2018 18:37:21 +0200 Wuzzy Fix rare Lua error message spam in Space Invasion
Fri, 06 Jul 2018 17:16:01 +0200 Marcin Mielniczuk Add an extra test for Rnd's distribution
Fri, 06 Jul 2018 16:59:52 +0200 Marcin Mielniczuk Send the rnd reply to the room only.
Fri, 06 Jul 2018 16:27:25 +0200 Marcin Mielniczuk Implement server-side logic for Rnd
Wed, 04 Jul 2018 18:49:51 +0300 alfadur Fix team remove synchronization
Wed, 04 Jul 2018 15:42:42 +0300 alfadur Check for client's existence before handling messages
Wed, 04 Jul 2018 13:56:49 +0300 alfadur Fix scheme config parsing
Wed, 04 Jul 2018 12:57:05 +0300 alfadur Fix AddTeam message serialization
Wed, 04 Jul 2018 04:42:16 +0300 alfadur add missing message tests
Wed, 04 Jul 2018 00:01:25 +0300 alfadur update nom
Tue, 03 Jul 2018 23:05:09 +0300 alfadur update proptest
Tue, 03 Jul 2018 22:39:12 +0300 alfadur merge
Tue, 03 Jul 2018 22:37:15 +0300 Marcin Mielniczuk Update rand and log to the latest versions
Mon, 02 Jul 2018 16:48:16 -0400 nemo somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
Mon, 02 Jul 2018 16:46:13 +0300 Marcin Mielniczuk Implement to_raw_protocol for Rnd and enable tests. Add cargo/rls build artifacts to .gitignore
Mon, 02 Jul 2018 16:25:49 +0300 alfadur Fix cmd parsing & update tests
Fri, 29 Jun 2018 18:27:51 +0300 Marcin Mielniczuk Implement parsing for rnd and add a little documentation
Thu, 28 Jun 2018 17:29:37 +0200 Marcin Mielniczuk Undo enabling the `unreachable-pub` lint.
Thu, 28 Jun 2018 00:10:15 +0300 alfadur stabilization
Wed, 27 Jun 2018 23:51:00 +0300 alfadur Fix spectators joining midgame
Wed, 27 Jun 2018 23:26:29 +0300 alfadur Send more data on room joining
Wed, 27 Jun 2018 17:58:33 +0300 alfadur Additional round cleanup
Tue, 26 Jun 2018 23:20:28 -0400 nemo neglected dep update from r87a6cad20c90:
Wed, 27 Jun 2018 04:54:41 +0300 alfadur Send teams&flags on entering a room
Wed, 27 Jun 2018 02:34:46 +0300 alfadur Implement game start & engine messages
Tue, 26 Jun 2018 23:22:38 +0300 alfadur Implement game config messages
Sun, 24 Jun 2018 12:09:31 -0400 marmistrz Enable all lints from the rust-2018-idioms suite.
Thu, 21 Jun 2018 17:43:13 -0400 nemo Just to be kind to vim which is failing at sniffing
Thu, 21 Jun 2018 17:23:10 -0400 alfadur implementation of team related messages
Thu, 21 Jun 2018 23:09:20 +0200 unc0rr Store saved room in yaml
Tue, 19 Jun 2018 19:14:33 -0400 nemo let's keep track of the racer room config
Mon, 18 Jun 2018 09:22:53 -0400 alfadur partial room implementation
Thu, 14 Jun 2018 16:44:27 -0400 alfadur rework of prior
Thu, 14 Jun 2018 12:31:15 -0400 alfadur handle edge polling properly
Sun, 10 Jun 2018 19:12:26 +0200 antonc27 Merge default to ios-develop ios-develop
Sun, 10 Jun 2018 19:01:50 +0200 antonc27 Merge ios-develop into default
Sun, 10 Jun 2018 18:56:51 +0200 antonc27 Added tag Hedgewars-iOS-2.1 for changeset 195208deff1d ios-develop
Thu, 31 May 2018 01:50:49 +0200 Wuzzy More fallback styling for hat preview webpage
Thu, 31 May 2018 01:45:20 +0200 Wuzzy Add <noscript> fallback for hats preview webpage
Tue, 29 May 2018 19:12:53 -0400 alfadur bullet bubbles
Mon, 28 May 2018 19:50:15 -0400 alfadur ensure shotgun works with portals and make it hit airmines
Sun, 27 May 2018 20:32:06 -0400 nemo allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter
Sun, 27 May 2018 13:10:32 -0400 nemo make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺
Sat, 26 May 2018 10:54:17 -0400 nemo Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
Thu, 24 May 2018 13:04:56 -0400 nemo make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)
Thu, 24 May 2018 09:51:11 -0400 nemo zero damage on air mine too
Thu, 24 May 2018 15:23:48 +0200 Wuzzy Remove unused variable in uLandObjects
Thu, 24 May 2018 15:20:29 +0200 Wuzzy Feedback dialog: Disable "send system information" checkbox by default
Wed, 23 May 2018 20:45:42 -0400 nemo Allow freezing airmines because whyyy not
Tue, 22 May 2018 17:54:07 -0400 alfadur theme object tweak
Tue, 22 May 2018 17:53:53 -0400 alfadur Checksum girders and masks too
Fri, 18 May 2018 09:57:24 -0400 nemo merge this in too
Fri, 18 May 2018 09:56:56 -0400 nemo IFDEF for Phys 2.0 which has no mountHandle - result will just be no hwp in hwp on those systems, which would be rarely used and DLC only. 0.9.24
Thu, 17 May 2018 20:04:39 -0400 nemo 0.9.24 merge of physfs tweak
Thu, 17 May 2018 20:04:07 -0400 nemo Make wrapping a lua and its sidecar actually work. 0.9.24
Wed, 16 May 2018 19:36:49 -0400 alfadur example theme objects for the new theming features
Wed, 16 May 2018 18:37:17 -0400 alfadur new theme object features
Wed, 16 May 2018 18:22:28 +0200 sheepluva adjust label, update ChangeLog ui-scaling
Wed, 16 May 2018 18:09:13 +0200 sheepluva add chat size to misc settings. persist in settings.ini ui-scaling
Wed, 16 May 2018 10:11:00 +0200 sheepluva WIP: make chat resizing faster ui-scaling
Tue, 15 May 2018 23:47:07 +0200 sheepluva whoops, I initialized my new var incorrectly ui-scaling
Tue, 15 May 2018 17:05:40 +0200 sheepluva fix some accidental code corruption caused by my last commit ui-scaling
Tue, 15 May 2018 16:55:37 +0200 sheepluva WIP: allow changing chat size ui-scaling
Mon, 07 May 2018 23:43:01 +0300 unC0Rr Fix win32 package creation
Sun, 06 May 2018 00:48:43 +0200 Wuzzy Merge default
Sun, 06 May 2018 00:47:49 +0200 alfadur Update frontend translation: Japanese
Thu, 03 May 2018 14:44:17 -0400 alfadur fix trace when bullets skip on water
Fri, 04 May 2018 15:08:59 +0200 Wuzzy Make EnableSwitchHog() more robust against failure, return gear UID
Fri, 04 May 2018 14:46:39 +0200 Wuzzy Continental supplies: No more hacky switch hog for North America
Fri, 04 May 2018 14:38:01 +0200 Wuzzy Lua API: Add EnableSwitchHog to manually enable hog switching
Fri, 04 May 2018 01:39:22 +0200 Wuzzy Continental supplies: Upside-Down World special now works in cave maps as well
Fri, 04 May 2018 01:01:40 +0200 Wuzzy Update German Lua translation
Thu, 03 May 2018 23:19:56 +0200 Wuzzy Fix changelog mistake
Thu, 03 May 2018 23:00:08 +0200 Wuzzy CS: Fix display of ammo caption for weapon specials
Thu, 03 May 2018 22:42:29 +0200 Wuzzy Fix GetAmmoTimer implementation, swap arguments
Thu, 03 May 2018 22:12:13 +0200 Wuzzy Continental supplies: Fix continent ammo tooltip containing annoying "use of this weapon does not end turn"
Thu, 03 May 2018 22:05:25 +0200 Wuzzy Lua API: GetAmmoTimer, to get the player-set timer for an ammo
Thu, 03 May 2018 21:40:13 +0200 Wuzzy Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
Thu, 03 May 2018 21:04:55 +0200 Wuzzy Rename SVG hats to be consistent with PNG versions
Thu, 03 May 2018 21:02:05 +0200 Wuzzy Simplify and shrink 5 SVG hats
Thu, 03 May 2018 19:02:55 +0200 Wuzzy Update copyright years
Thu, 03 May 2018 18:00:49 +0200 kompowiec Update Taiwanese translation
Thu, 03 May 2018 17:22:53 +0200 Wuzzy Update ChangeLog for Continental supplies
Thu, 03 May 2018 16:46:36 +0200 Wuzzy Continental supplies: Bouncy boomerang does not spawn crate when drowning
Thu, 03 May 2018 16:16:15 +0200 Wuzzy Continental supplies: Mention that vamp increases Medicine effectiveness
Thu, 03 May 2018 15:37:29 +0200 Wuzzy Continental supplies: Fix “Boring” sound being played after continent select
Thu, 03 May 2018 15:30:31 +0200 Wuzzy Continental supplies: Update pickhammer icon
Thu, 03 May 2018 15:18:28 +0200 Wuzzy Massive Continental supplies update
Thu, 03 May 2018 11:58:07 +0200 Vatten Updated Continental supplies
Wed, 02 May 2018 23:07:41 +0200 unc0rr Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
Wed, 02 May 2018 15:29:21 -0400 nemo real droplet fix - default density is fine - also add back in the underwater bullet trails
Wed, 02 May 2018 20:09:48 +0200 Wuzzy Minor improvements in tutorial mission texts to make stuff clearer
Wed, 02 May 2018 18:48:58 +0200 Wuzzy Update German translation for previous English typo fixes
Wed, 02 May 2018 18:19:31 +0200 Wuzzy Fix a couple of English typos
Wed, 02 May 2018 17:22:42 +0200 Wuzzy Fix more German typos in Hedgewars files
Wed, 02 May 2018 15:28:46 +0200 Wuzzy Fix a couple of German typos in de.lua
Tue, 01 May 2018 20:41:47 -0400 nemo reduce minigun splash droplets a little
Tue, 01 May 2018 14:08:28 -0400 Case_Of Update of french frontend localisation
Sun, 29 Apr 2018 11:25:12 -0400 nemo Seed reset seems fine when moved out of the loader. Also bump protocol
Sun, 29 Apr 2018 10:47:02 -0400 nemo Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
Sun, 29 Apr 2018 09:24:14 -0400 nemo Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
Fri, 27 Apr 2018 11:19:23 -0400 nemo mark this revision as 0.9.24 branching point - next commit requires a protocol bump 0.9.24
Thu, 26 Apr 2018 00:21:03 +0200 Wuzzy Fix hog being unable to walk after using sniper rifle without firing both shots
Tue, 24 Apr 2018 21:49:12 +0200 Wuzzy Pas2C: Add support for char + ansistring (for real this time)
Tue, 24 Apr 2018 20:30:15 +0200 Wuzzy Change KeyBindToName to shortstring
Tue, 24 Apr 2018 19:52:04 +0200 Wuzzy Pas2C: Add support for char + ansistring
Tue, 24 Apr 2018 19:10:19 +0200 Wuzzy Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
Sat, 21 Apr 2018 17:17:42 +0200 Wuzzy New Lua call: Retreat, to force turn into Retreat time
Thu, 19 Apr 2018 15:48:00 +0200 Wuzzy Fix incorrect check for iPhone macro in hwconsts.h
Thu, 19 Apr 2018 14:07:56 +0200 Wuzzy Fix outdated Qt CMake dependency for OS X
Wed, 18 Apr 2018 17:12:23 +0200 Wuzzy Added tag 0.9.24.1-release for changeset afc089c39556
Wed, 18 Apr 2018 17:12:15 +0200 Wuzzy Removed tag 0.9.24.1-release 0.9.24.1-release
Wed, 18 Apr 2018 17:02:44 +0200 Wuzzy Update changelog
Wed, 18 Apr 2018 10:30:27 -0400 nemo Added tag 0.9.24.1-release for changeset ea98a45452e5
Wed, 18 Apr 2018 10:30:16 -0400 nemo Removed tag 0.9.24.1-release
Wed, 18 Apr 2018 10:30:10 -0400 nemo bump cpack .24 to .24.1, make the moc filter broader
Wed, 18 Apr 2018 09:11:38 -0400 nemo Added tag 0.9.24.1-release for changeset 3f2ee2f9b51d
Tue, 17 Apr 2018 19:43:41 -0400 alfadur fix/workaround for fullscreen crash in 0.9.24
Tue, 17 Apr 2018 15:21:52 -0400 nemo minor simplification of conditions for not spawning a visual gear - also allows lua to spawn clouds critically or non-critically. We probably shouldn't even exempt clouds from this, and just spawn them once synced, but, eh, probably isn't a significant hit since sheepluva made the motion more efficient.
Tue, 17 Apr 2018 20:10:10 +0200 Wuzzy Fix crash when firing portal gun at low quality graphics
Tue, 17 Apr 2018 00:37:15 +0200 Wuzzy Added tag 0.9.24-release for changeset a4e7e62f2c0d
Sun, 15 Apr 2018 18:20:34 +0200 unc0rr Install platforms dir too 0.9.24-release
Fri, 13 Apr 2018 16:18:57 -0400 nemo enable stretchLastSection
Fri, 13 Apr 2018 14:45:09 -0400 nemo wuzzy is a spoilsport
Fri, 13 Apr 2018 20:35:35 +0200 alfadur Stop minigun sound when gtMinigun is destroyed
Fri, 13 Apr 2018 13:03:51 -0400 nemo QT for some reason messes with XCompose causing broken input (Qt 5 only - Qt 4 did not break anything). In Qt 5.2 and 5.3 this was causing an invalid conversion in chat messages containing these resulting in the bad bytes being stripped. In Qt 5.9 it is still broken, but you at least get a string with something in it. This checks for non-zero converted strings for room creation and chat lines.
Fri, 13 Apr 2018 00:17:30 +0200 alfadur Fix bullet trails overlapping when the pass through wrap or bounce world edge
Thu, 12 Apr 2018 16:56:06 +0200 Wuzzy Use QDir::Files to read ammo schemes
Thu, 12 Apr 2018 14:52:47 +0200 Wuzzy Don't let hedgehogs moan if they take 0 Sudden Death damage
Thu, 12 Apr 2018 01:51:38 +0200 alfadur Fix minigun bullets hitting shooter when it hits hog on other side of world wrap
Thu, 12 Apr 2018 00:40:10 +0200 Wuzzy Update changelog
Wed, 11 Apr 2018 17:59:59 -0400 nemo merge with 0.9.23, pulling in unc0rr's desync fix
Sun, 08 Apr 2018 00:52:22 +0200 sheepluva cleanup whitespaces, add braces to for loops
Sun, 08 Apr 2018 00:26:33 +0200 alfadur I guess "Fix weapon scheme lookup being unnecesarily persisted"?.. or something
Sat, 07 Apr 2018 23:38:19 +0200 sheepluva Quick Game: ignore hidden themes
Sat, 07 Apr 2018 22:16:36 +0200 sheepluva Fix segfault on game halt (if no logfile)
Fri, 06 Apr 2018 12:34:23 -0400 nemo quick game wasn't checking for hidden themes. It should, but this will at least make them not-crash. The results are kind of amusing.
Wed, 04 Apr 2018 21:34:09 +0200 Wuzzy Remove “mission accomplished” victory message, might be confusing
Wed, 04 Apr 2018 19:33:19 +0200 Wuzzy Show simple drop-down icon next to key binder widget
Wed, 04 Apr 2018 18:38:00 +0200 Wuzzy Update changelog
Wed, 04 Apr 2018 14:05:29 +0200 Wuzzy Update locale files
Fri, 30 Mar 2018 20:42:24 +0200 unc0rr Improve error message a bit
Fri, 30 Mar 2018 12:26:51 -0400 nemo oups
Fri, 30 Mar 2018 11:56:16 -0400 nemo add title manipulation
Fri, 30 Mar 2018 17:01:30 +0200 unc0rr Bump protocol version, update sources in preparation for .24 release
Fri, 30 Mar 2018 10:03:29 -0400 nemo simple optimised svg of the low detail hedgehog for use in .desktop files and such
Fri, 30 Mar 2018 15:56:47 +0200 Wuzzy Travis: Drop zoogie PPA, drop ImageMagick from apt-get line
Fri, 30 Mar 2018 15:37:48 +0200 Wuzzy Travis: Upgrade to Ubuntu xenial, drop libghc-parsec3-dev
Fri, 30 Mar 2018 15:16:29 +0200 Wuzzy CMake: Make sure Qt5 is also found on OS X after installing it via Homebrew
Fri, 30 Mar 2018 15:02:10 +0200 Wuzzy Fix Qt5 in .travis.yml for Ubuntu (hopefully)
Fri, 30 Mar 2018 08:02:14 -0400 nemo Backed out changeset e9caada3aac1 - < LocutusOfBorg> dpkg-shlibdeps: error: no dependency information < LocutusOfBorg> Hint: check if the library actually comes from a package.
Wed, 28 Mar 2018 17:28:12 +0200 Wuzzy Update .travis.yml to include Qt5 stuff
Wed, 28 Mar 2018 16:05:46 +0200 Wuzzy Add greno4ka to credits for Russian translation contribution
Wed, 28 Mar 2018 16:04:07 +0200 greno4ka Slightly update russian localization
Wed, 28 Mar 2018 15:37:35 +0200 LocutusOfBorg Remove useless libghc-stm-dev from build
Wed, 28 Mar 2018 15:21:23 +0200 Wuzzy CMake for server: Pass -dynamic flag to ghc
Wed, 28 Mar 2018 15:14:20 +0200 Wuzzy CMake: Rework Haskell package detection, use ghc-pkg to detect packages
Wed, 28 Mar 2018 14:06:34 +0200 Wuzzy Grenade Training: Add warm-up sequence, introduce timer in separate mission panel
Wed, 28 Mar 2018 01:22:53 +0200 Wuzzy Fix compile fail due to dependency in Qt 5.10 in pagevideos.cpp
Tue, 27 Mar 2018 23:01:22 +0200 Wuzzy Add voice pack sound fallbacks also for sndOoff{2,3} and sndOw{2,4}
Tue, 27 Mar 2018 22:45:31 +0200 Wuzzy Fix broken fallback to sndFirePunch1 if sndFirePunch{2,6} is missing
Tue, 27 Mar 2018 19:59:12 +0200 Wuzzy Videos frontend page: Locale-aware text formatting
Tue, 27 Mar 2018 13:45:58 -0400 nemo might as well put this after the last mining
Tue, 27 Mar 2018 17:32:23 +0200 Wuzzy Fix team files and settings not saving properly, and remove FileEngine stuff from DLC
Tue, 27 Mar 2018 04:39:31 +0200 Wuzzy ThemeFilterProxyModel: Fix filter function containing a path with no return value
Mon, 26 Mar 2018 15:12:33 +0200 Wuzzy Flying portal balls now spawn a few spark effects
Sat, 24 Mar 2018 19:05:46 -0400 nemo oops
Sat, 24 Mar 2018 23:57:54 +0100 Wuzzy Update German Lua translation
Sat, 24 Mar 2018 23:45:16 +0100 Wuzzy ShoppaMap: Can change map complexity with slider, remove script param “pad”
Sat, 24 Mar 2018 23:13:57 +0100 Wuzzy ShoppaMap: Delete unused/dead code
Sat, 24 Mar 2018 22:28:53 +0100 Wuzzy TechRacer: Remove script parameter “helpDisabled”
Sat, 24 Mar 2018 11:07:44 -0400 nemo bug #598 - this was kinda entertaining but is, yeah, a bit too weird
Sat, 24 Mar 2018 02:24:02 +0100 Wuzzy Highlander: Rename “mode=orig” to “multiuse=true” and explain the meaning of this scriptparam in mision panel
Sat, 24 Mar 2018 00:26:39 +0100 Wuzzy Change how locale is loaded in frontend, and fix some bugs
Fri, 23 Mar 2018 03:37:07 +0100 Wuzzy The Specialits: Use gfSwitchHog for hog switching and delete the terrible Lua hacks
Fri, 23 Mar 2018 03:17:01 +0100 Wuzzy Add new game flag gfSwitchHog, enable hog switching at turn start
Thu, 22 Mar 2018 23:27:11 +0100 Wuzzy Change appearance of Art theme in Sudden Death
Thu, 22 Mar 2018 19:25:38 +0100 Wuzzy Lua API: Add Explode function
Thu, 22 Mar 2018 18:40:21 +0100 Wuzzy Improve Sudden Death theming of Eyes and Deepspace
Thu, 22 Mar 2018 17:44:06 +0100 Wuzzy Fix some artifacts in contour of horizont.png of Planes theme
Thu, 22 Mar 2018 16:52:04 +0100 Wuzzy Add icons to background themes; allow to hide themes explicitly by adding “hidden” key to theme.cfg
Thu, 22 Mar 2018 16:08:33 +0100 Wuzzy If delegating room control, reset map of new master, if map is missing
Thu, 22 Mar 2018 14:09:10 +0100 Wuzzy QTfrontent: Print map and style name in red, if missing. And update map label after delegation
Thu, 22 Mar 2018 13:29:07 +0100 Wuzzy Set plain text mode for gamecfg labels (scheme, style)
Thu, 22 Mar 2018 13:18:45 +0100 Wuzzy Display style name correctly if host selects a style you don't have
Thu, 22 Mar 2018 00:17:13 +0100 Wuzzy Change CrazyMission preview, change portal map theme to Hell
Wed, 21 Mar 2018 20:35:50 +0100 Wuzzy Fix initial map preview being broken when joining room, part 2
Wed, 21 Mar 2018 15:38:20 +0100 Wuzzy Partially fix wrong preview when joining host room with missing map
Wed, 21 Mar 2018 14:36:26 +0100 Wuzzy Add some isNull checks for some strings in mapContainer
Tue, 20 Mar 2018 02:24:47 +0100 Wuzzy Fix incorrect preview when selecting image map the first time in session
Mon, 19 Mar 2018 18:58:49 +0100 Wuzzy Fix theme chooser failing to filter themes by name
Mon, 19 Mar 2018 16:07:08 +0100 Wuzzy Force proper map and theme reset when host delegates to you if you don't have the map or theme
Mon, 19 Mar 2018 15:44:39 +0100 Wuzzy Map container: Add question mark in front of missing theme name
Mon, 19 Mar 2018 15:21:11 +0100 Wuzzy Tweak map preview background colors
Mon, 19 Mar 2018 14:07:29 +0100 Wuzzy Fix map type combo box being disabled for good when you select image or mission map
Mon, 19 Mar 2018 13:35:13 +0100 Wuzzy Check existance of theme icon before loading it
Mon, 19 Mar 2018 00:09:07 +0100 Wuzzy Shorten and wrap map name properly when viewing room as non-master
Sun, 18 Mar 2018 20:58:46 +0100 Wuzzy Fix some map preview properly problems when host switches to image map mode w/ you missing the map
Sun, 18 Mar 2018 15:42:17 +0100 Wuzzy Show error icon when selected theme is missing
Sun, 18 Mar 2018 15:24:54 +0100 Wuzzy Add IsHiddenRole to ThemeModel for hidden themes
Sun, 18 Mar 2018 14:38:48 +0100 Wuzzy ThemeModel: Filter themes based on IsDlcRole rather than string-based
Sun, 18 Mar 2018 03:24:49 +0100 Wuzzy Online room: Display error image in preview when host selects a map you don't have
Sun, 18 Mar 2018 18:47:03 +0100 antonc27 - Correct initialisation of TeamsGameOver (on mobile it doesn't get reset between plays, so ones set to true, prevents game to be finished next time) ios-develop Hedgewars-iOS-2.1
Sun, 18 Mar 2018 00:24:15 +0100 Wuzzy Multiplayer page: Properly disable scheme/style/weapons widgets when changing style or mission map
Sat, 17 Mar 2018 22:26:02 +0100 Wuzzy Don't gray out images of disabled ToggleButtons as its a little too hard on the eyes
Sat, 17 Mar 2018 23:27:24 +0100 antonc27 - New AppIcon (no more black background!) ios-develop
Sat, 17 Mar 2018 22:37:13 +0100 antonc27 - Migrate AppIcons to xcassets ios-develop
Sat, 17 Mar 2018 23:55:32 +0300 unC0Rr Fix crasher
Sat, 17 Mar 2018 18:15:55 +0100 antonc27 - Missing languages ios-develop
Sat, 17 Mar 2018 18:13:37 +0100 antonc27 - Use two-letter language descriptor for localisations ios-develop
Sat, 17 Mar 2018 17:47:42 +0100 Wuzzy Show sidNoEndTurn text for most weapons when in inf attack mode
Sat, 17 Mar 2018 15:51:45 +0100 Wuzzy Draw map page: Fix pen size being changed after loading a map
Sat, 17 Mar 2018 04:37:13 +0100 Wuzzy Fix speech bubble briefly rendering at (0,0) after spawning
Sat, 17 Mar 2018 04:12:10 +0100 Wuzzy Remove ugly empty rectangle in empty active teams list for real
Sat, 17 Mar 2018 04:02:37 +0100 Wuzzy Fix simple team hats (32×64) not tinting correctly while on rope or using blowtorch
Sat, 17 Mar 2018 02:16:16 +0100 Wuzzy Remove “Upload to YouTube” functionality which has been broken for years
Sat, 17 Mar 2018 00:13:49 +0100 Wuzzy Various minor frontend CSS tweaks
Fri, 16 Mar 2018 19:25:51 +0100 Wuzzy QTfrontend: Remove ugly rectangle in list of active teams when there are no teams
Fri, 16 Mar 2018 19:17:20 +0100 antonc27 - Hide 'Campaign' button (not ready on iOS...) ios-develop
Fri, 16 Mar 2018 19:05:11 +0100 Wuzzy Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
Fri, 16 Mar 2018 16:35:08 +0100 Wuzzy Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
Fri, 16 Mar 2018 02:02:27 +0100 Wuzzy Make video metadata strings translatable in frontend
Fri, 16 Mar 2018 00:10:04 +0100 antonc27 - Fix archiving (?) ios-develop
Thu, 15 Mar 2018 23:59:20 +0100 antonc27 - Pause game when it goes background (do not show anymore annoying 'confirm quit') ios-develop
Thu, 15 Mar 2018 23:24:48 +0100 antonc27 - Do not delete Beach theme (it's official one now) ios-develop
Thu, 15 Mar 2018 21:28:10 +0100 Wuzzy Drop Qt XML from dependencies. QXmlStreamReader is part of QtCore
Thu, 15 Mar 2018 21:15:16 +0100 Wuzzy Remove Qt SVG and Qt OpenGL as hard dependencies
Thu, 15 Mar 2018 17:53:34 +0100 Wuzzy Mutant: When game ends prematurely due to missing land, declare highest-scoring team the winner
Thu, 15 Mar 2018 15:49:17 +0100 Wuzzy Mutant: Fix graph title on game draw
Thu, 15 Mar 2018 15:34:29 +0100 Wuzzy Make chart in stats screen support negative numbers. Fixes e.g. Mutant
Thu, 15 Mar 2018 14:51:07 +0100 Wuzzy Fix broken stats chart bounding box
Thu, 15 Mar 2018 04:33:11 +0100 Wuzzy Lua API: Fix not updating CursorX/CursorY properly when moving cursor at screen border
Thu, 15 Mar 2018 03:29:31 +0100 Wuzzy Clear drawn maps in TechRacer
Thu, 15 Mar 2018 02:59:37 +0100 Wuzzy gtGenericFaller: Use Tag=1 to allow gtGenericFaller to be displaced randomly. Otherwise it is left alone
Thu, 15 Mar 2018 02:08:07 +0100 Wuzzy Take radius into account when drawing gtGenericFaller
Wed, 14 Mar 2018 23:55:13 +0100 Wuzzy Add default directory DrawnMaps to put hand-drawn maps into
Wed, 14 Mar 2018 23:02:39 +0100 Wuzzy Merge unC0Rr's broken preview fix
Wed, 14 Mar 2018 23:02:11 +0100 Wuzzy Update frontend translations
Wed, 14 Mar 2018 22:59:06 +0100 Wuzzy Drawn map menu: Add spin box to change brush size by hand
Wed, 14 Mar 2018 22:57:31 +0100 unc0rr Fix broken previews for me, pepper with comments on logic. Probably makes it fail for windows users again.
Wed, 14 Mar 2018 21:46:07 +0100 Wuzzy Add images for radio buttons, add hover and pressed images for checkboxes
Wed, 14 Mar 2018 20:58:24 +0100 Wuzzy Fix weird scaling of draw map widget
Wed, 14 Mar 2018 20:39:14 +0100 Wuzzy Drawn map page: Move save and load buttons, fix points label overlap
Wed, 14 Mar 2018 20:00:09 +0100 Wuzzy Drawn map page: Enable antialiasing, turn eraser cursor red
Wed, 14 Mar 2018 19:40:43 +0100 Wuzzy Fix cursor circle being too large in drawn map editor
Wed, 14 Mar 2018 17:50:21 +0100 Wuzzy Backed out changeset 3a110dcb6e87 (Qt color chooser)
Wed, 14 Mar 2018 11:36:43 -0400 nemo While the intent was good, saving column width/sort was unfortunately not handling the addition of new columns and old configs were losing columns. If this is restored, it should have some check on column with invalidation of config.
Wed, 14 Mar 2018 16:25:54 +0100 Wuzzy Add voicepack: Russian_pl (by mtg90pl)
Wed, 14 Mar 2018 15:58:16 +0100 antonc27 - Fix missions path, still needs refactoring... ios-develop
Wed, 14 Mar 2018 15:55:38 +0100 Wuzzy Fix frontend from messing with legacy schemes.ini, just read it, never write
Wed, 14 Mar 2018 15:19:08 +0100 Wuzzy Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
Wed, 14 Mar 2018 14:42:50 +0100 Wuzzy Game scheme handling: Use QFile instead of QSettings for increased efficiency
Wed, 14 Mar 2018 12:17:11 +0100 Wuzzy Fix bad import of old ammo schemes, improve debug output when importing schemes from old .ini files
Wed, 14 Mar 2018 01:33:37 +0100 Wuzzy Remove old Qt4 workaround for missing language name of Scottish Gaelic
Wed, 14 Mar 2018 01:22:45 +0100 Wuzzy Force color dialog to use Qt style. Fixes some issues
Wed, 14 Mar 2018 00:46:20 +0100 antonc27 - Fix missions regression: presentation of list is good, still problem with path during launching ios-develop
Wed, 14 Mar 2018 00:25:31 +0100 antonc27 - Fix missions regression: refactoring, WIP ios-develop
Wed, 14 Mar 2018 00:20:47 +0100 Wuzzy Update German Lua translation
Tue, 13 Mar 2018 23:39:09 +0100 Wuzzy Movement Training: Revert ice girder color for consistency with TechRacer and HedgeEditor
Tue, 13 Mar 2018 23:19:24 +0100 unc0rr Merge qt5transition into default
Tue, 13 Mar 2018 23:07:58 +0100 Wuzzy Movement training: Tweak some sprite visuals
Tue, 13 Mar 2018 22:57:49 +0100 unc0rr Workaround for the weird new qgraphicsview/qgraphicsscene fitInView behavior qt5transition
Tue, 13 Mar 2018 22:49:06 +0100 Wuzzy Movement Training: Make the use of the mission panel clearer and harder to overlook
Tue, 13 Mar 2018 21:27:11 +0100 Wuzzy Basic Bazooka Training: Add one more target, make limited ammo section easier, add more hints
Tue, 13 Mar 2018 20:31:35 +0100 Wuzzy Rope Training: Place the second-last target at a more reasonable position
Tue, 13 Mar 2018 18:25:37 +0100 Wuzzy Frontend: Fix built-in Qt translations not loaded properly qt5transition
Tue, 13 Mar 2018 16:57:20 +0100 Wuzzy Update INSTALL.md about new Qt5 dependency qt5transition
Tue, 13 Mar 2018 16:38:48 +0100 Wuzzy Fix buggy Qt5 style detection causing segfault on Arch Linux w/ qt5-style-plugins qt5transition
Tue, 13 Mar 2018 10:20:41 -0400 nemo try plastique with fallback to windows - we should find a way to alert the user that qt5-style-plugins would improve rendering qt5transition
Tue, 13 Mar 2018 10:02:01 -0400 nemo seems to help styling some - some CSS tweaks may still be needed - lobby for example qt5transition
Tue, 13 Mar 2018 13:15:15 +0100 Wuzzy Update .hgignore to ignore new Qt's moc_ and qrc_ files qt5transition
Tue, 13 Mar 2018 00:50:58 +0100 Wuzzy Also update default binds for SDL2 keypad names qt5transition
Mon, 12 Mar 2018 19:15:45 -0400 nemo these changed, presumably in SDL2 - might want to review all the others qt5transition
Mon, 12 Mar 2018 22:53:28 +0100 Wuzzy Use visible team count instead of total team count to determine rendered team bar height
Mon, 12 Mar 2018 19:39:00 +0100 Wuzzy Remove rubber duck from BRW, RW and most weapon schemes for now
Mon, 12 Mar 2018 12:54:33 +0100 Wuzzy Use onSkipTurn in scripts to detect turn skips
Mon, 12 Mar 2018 12:37:35 +0100 Wuzzy Lua API: Add onSkipTurn callback, called when hog skips
Mon, 12 Mar 2018 12:27:13 +0100 Wuzzy Lua API: Add SkipTurn() to replace ParseCommand("skip")
Mon, 12 Mar 2018 02:09:21 +0100 Wuzzy ACF7: Add one pick hammer in crate
Mon, 12 Mar 2018 00:59:47 +0100 alfadur Fix minigun bullets sometimes failing to hit when shooting same thing twice in row
Sun, 11 Mar 2018 23:24:05 +0100 antonc27 - Remember user settings on app update ios-develop
Sun, 11 Mar 2018 22:39:40 +0100 antonc27 - Some not-so-important pretty formatting ios-develop
Sun, 11 Mar 2018 21:38:08 +0100 Wuzzy Bazooka/Grenade Training: Make weapon selection detection future-proof
Sun, 11 Mar 2018 20:43:15 +0100 antonc27 Merge from 0.9.23 ios-develop
Sun, 11 Mar 2018 12:08:49 +0100 alfadur Change minigun sound once again, lower pitch
Sun, 11 Mar 2018 11:01:27 +0100 Wuzzy ASA_cosmos: Fix game not ending when hero dies after being seen by Guards
Sun, 11 Mar 2018 10:50:02 +0100 alfadur Add new minigun sound
Sun, 11 Mar 2018 00:46:22 +0100 Wuzzy Update Qt and Lua translation files
Sat, 10 Mar 2018 23:43:32 +0100 unc0rr Fix disabled button rendering qt5transition
Sat, 10 Mar 2018 23:16:22 +0100 unc0rr - Fix insane width of lines in health graphic qt5transition
Sat, 10 Mar 2018 12:57:13 +0100 Wuzzy uLocale: Fix broken Format function
Sat, 10 Mar 2018 12:32:44 +0100 Wuzzy Make a few more engine strings translatable
Sat, 10 Mar 2018 03:27:18 +0100 Wuzzy ClimeHome: Show messages when cake is nearby and when reaching home
Sat, 10 Mar 2018 01:46:51 +0100 Wuzzy Minigun: Move attack timer to Karma to make gear type more Lua-friendly
Sat, 10 Mar 2018 01:28:15 +0100 Wuzzy Reduce number of minigun bullets from 71 to 70
Sat, 10 Mar 2018 00:54:00 +0100 alfadur Fix minigun not pausing the turn timer properly
Fri, 09 Mar 2018 23:34:46 +0100 alfadur Improve appearance of bullet trails, slight fade out at beginning
Fri, 09 Mar 2018 22:23:57 +0100 Wuzzy When using seduction, only show “CENSORED” text in English locale
Fri, 09 Mar 2018 21:09:53 +0100 Wuzzy Nerf minigun in Default ammo scheme
Fri, 09 Mar 2018 19:48:15 +0100 alfadur Fix minigun bullet impact image being drawn over hog sometimes
Fri, 09 Mar 2018 19:45:21 +0100 alfadur Fix direction of dispensed bullet shells from shotgun/sniper/minigun
Fri, 09 Mar 2018 19:40:49 +0100 Wuzzy ACF8: Fix invisible cyborg sometimes blocking the way
Fri, 09 Mar 2018 19:05:59 +0100 Wuzzy A Classic Fairytale: Harden all missions against missing campaign variables in team file and assume default values
Fri, 09 Mar 2018 18:03:59 +0100 Wuzzy ACF9: Fix cannibal talking to himself in cut scene if playing with 3 natives instead of 4
Fri, 09 Mar 2018 15:20:28 +0100 Wuzzy ACF6: Change mines, remove mines placed at unfair positions
Fri, 09 Mar 2018 14:27:37 +0100 Wuzzy ACF3: Fix cannibals sometimes doing nothing for a full turn
Fri, 09 Mar 2018 12:55:54 +0100 Wuzzy ACF1: Hide Cannibals team before it appears
Fri, 09 Mar 2018 12:43:36 +0100 Wuzzy Hide team bar if all hedgehogs in it are hidden or dead
Fri, 09 Mar 2018 11:32:36 +0100 Wuzzy ACF: Only use standard team colors
Fri, 09 Mar 2018 02:03:03 +0100 Wuzzy ACF7: Fix incorrect hog name used in speech bubble
Fri, 09 Mar 2018 01:12:07 +0100 Wuzzy Update German Lua translation
Fri, 09 Mar 2018 00:45:37 +0100 Wuzzy Merge unC0Rr's control fixes
Fri, 09 Mar 2018 00:44:36 +0100 Wuzzy ACF7: Make hogs talk when you complete a part of the second mission goal (reach princess / free friends)
Thu, 08 Mar 2018 23:46:46 +0100 Wuzzy ACF7: Fix incorrect hog name mentioned in 2nd mission text
Thu, 08 Mar 2018 23:36:16 +0100 Wuzzy AI: Don't use tardis when in multishoot and not inf attack
Thu, 08 Mar 2018 23:28:58 +0100 unc0rr Fix new binds system for real
Thu, 08 Mar 2018 21:58:59 +0100 unc0rr This should fix crash with custom bindings
Thu, 08 Mar 2018 21:46:43 +0100 jose1711 Update Slovak translation
Thu, 08 Mar 2018 21:28:02 +0100 Wuzzy Racer: Draw waypoint outline around cursor while in placement phase
Thu, 08 Mar 2018 21:05:10 +0100 Wuzzy Merge server stuff from alfadur
Thu, 08 Mar 2018 21:03:25 +0100 Wuzzy HedgeEditor: Show waypoint preview
Thu, 08 Mar 2018 20:40:00 +0100 Wuzzy HedgeEditor: Fix sndIncoming playing for placing stuff, add many sound effects
Thu, 08 Mar 2018 19:36:07 +0100 Wuzzy HedgeEditor: Clean up messy HWP overwrites
Thu, 08 Mar 2018 19:14:06 +0100 Wuzzy Racer: No longer play Incoming or Missed sound
Thu, 08 Mar 2018 19:08:21 +0100 Wuzzy Construction Mode: Fix annoying Incoming voice and other sound issues
Thu, 08 Mar 2018 19:03:03 +0100 Wuzzy Lua API: PlaySound: Add 3rd parameter instaVoice to instantly play voice
Thu, 08 Mar 2018 18:15:06 +0100 Wuzzy Lua API: Add SetSoundMask to disable playing certain sounds
Thu, 08 Mar 2018 17:07:14 +0100 Wuzzy ACF2: Make all Weaklings on worst CPU level
Thu, 08 Mar 2018 15:01:18 -0500 alfadur separated the server logic from all the async io mess.
Thu, 08 Mar 2018 16:49:49 +0100 Wuzzy ACF: Reduce computer hog levels in missions 2 and 6.
Thu, 08 Mar 2018 15:37:49 +0100 Wuzzy CTF_Blizzard: Force clan limit of 2. Auto-remove excess hogs
Thu, 08 Mar 2018 15:15:11 +0100 Wuzzy CTF_Blizzard: Dump dead code / out-commented code
Thu, 08 Mar 2018 15:05:42 +0100 Wuzzy CTF: Write hog with most captures in stats screen
Thu, 08 Mar 2018 14:53:25 +0100 Wuzzy CTF: Say "clan" instead of "team" in mission panel
Thu, 08 Mar 2018 14:47:47 +0100 Wuzzy CTF: Show team scores and score graph in stats screen
Thu, 08 Mar 2018 13:42:36 +0100 Wuzzy CTF: Don't disable home flag after capture
Thu, 08 Mar 2018 13:34:45 +0100 Wuzzy CTF: Allow to be played with more than 2 clans
Thu, 08 Mar 2018 12:46:11 +0100 Wuzzy CTF: Drop flag when carrier uses piano strike
Thu, 08 Mar 2018 12:34:46 +0100 Wuzzy Capture the Flag: Fix many Lua errors when playing with >2 clans
Thu, 08 Mar 2018 11:58:27 +0100 Wuzzy Mutant: Faster excess hog removal
Thu, 08 Mar 2018 03:00:51 +0100 Wuzzy uCommandHandlers: Remove unused variable
Thu, 08 Mar 2018 02:59:14 +0100 Wuzzy CTF: Dumb out-commented code
Thu, 08 Mar 2018 02:19:44 +0100 Wuzzy Slightly simplify Mutant mission panel
Thu, 08 Mar 2018 02:03:23 +0100 Wuzzy CTF: Fix Lua errors when using kamikaze or tardis
Thu, 08 Mar 2018 01:22:00 +0100 Wuzzy CTF: Remove tardis and resurrector
Thu, 08 Mar 2018 01:12:35 +0100 Wuzzy Control: Remove tardis and resurrector
Thu, 08 Mar 2018 00:54:12 +0100 Wuzzy German translation: “Grundlagentraining” → “Grundausbildung”
Thu, 08 Mar 2018 00:46:00 +0100 Wuzzy SimpleMission: Set GameFlags more cleanly
Thu, 08 Mar 2018 00:18:32 +0100 Wuzzy Fix artillery being broken in some missions
Wed, 07 Mar 2018 23:52:45 +0100 Wuzzy Target Practice: Re-center camera to hog after projectiles get destroyed or drown
Wed, 07 Mar 2018 23:06:19 +0100 Wuzzy ACF6: Fix cyborgs sometimes idling forever in their turns (fixes bug 521)
Wed, 07 Mar 2018 22:47:55 +0100 Wuzzy Add hedgehog effect heArtillery, allows to set per-hedgehog artillery mode
Wed, 07 Mar 2018 20:27:42 +0100 Wuzzy Update German frontend and Minigun translation
Wed, 07 Mar 2018 18:27:14 +0100 Wuzzy Rope training: Fix confused order of retract/extend controls
Wed, 07 Mar 2018 18:24:17 +0100 Wuzzy Rope Knock Challenge: Remove trailing space of name "doomy "
Wed, 07 Mar 2018 18:23:21 +0100 Wuzzy Death02: Add Delay=600
Wed, 07 Mar 2018 18:18:11 +0100 Wuzzy Update German Lua translation
Wed, 07 Mar 2018 15:47:03 +0100 Wuzzy Use mktemp in update_lua_locale_files.sh
Wed, 07 Mar 2018 15:09:31 +0100 Wuzzy Stop SplitByChar also lowercasing the entire string. Fixes bug 581.
Wed, 07 Mar 2018 13:48:51 +0100 Wuzzy Lua: Rename global variable “L” to “LOCALE”
Wed, 07 Mar 2018 12:33:56 +0100 Wuzzy Sort all core missions in training menu more logically
Wed, 07 Mar 2018 10:44:30 +0100 Wuzzy Frontend: Lead first-time player to training page on start
Tue, 06 Mar 2018 15:21:36 -0500 nemo the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug
Tue, 06 Mar 2018 04:26:51 +0100 Wuzzy Update README about the Hedgewars training
Tue, 06 Mar 2018 04:11:17 +0100 Wuzzy Remove unused, unfinished and outdated boot camp mission
Tue, 06 Mar 2018 03:48:03 +0100 Wuzzy Complete overhaul of Basic Rope Training
Mon, 05 Mar 2018 19:26:46 +0100 Wuzzy Change misleading server error message about nicknames
Mon, 05 Mar 2018 19:21:58 +0100 Wuzzy Capitalize default hog names and server name
Mon, 05 Mar 2018 19:05:10 +0100 Wuzzy More user-friendly server messages
Mon, 05 Mar 2018 16:16:32 +0100 Wuzzy Fix frontend error dialog always displaying "failed" as last engine message after engine crash
Sun, 04 Mar 2018 00:13:38 +0100 unc0rr Having chat mode as game state was a mistake
Fri, 02 Mar 2018 19:44:09 +0100 Wuzzy Remove dead code from basic bazooka training
Fri, 02 Mar 2018 19:43:06 +0100 Wuzzy Completely redo Basic Grenade Training
Fri, 02 Mar 2018 13:57:37 +0100 Wuzzy Basic Movement Training: Fix inconsistent help texts when switching Cappy a 2nd time
Wed, 28 Feb 2018 20:14:55 +0100 Wuzzy Complete redo of Basic Bazooka Training
Mon, 26 Feb 2018 22:14:40 +0100 Wuzzy Add "Turning Around" to movement training
Mon, 26 Feb 2018 21:17:36 +0100 Wuzzy Some minor convenience improvements in Basic Flying Saucer Training
Mon, 26 Feb 2018 21:09:35 +0100 Wuzzy Add Basic Movement Training
Sun, 25 Feb 2018 18:54:51 -0500 nemo falling hogs using rope were ignoring a few things (for example taking damage from rubber)
Sun, 25 Feb 2018 18:57:30 +0100 unc0rr Much smaller TBinds type
Sat, 24 Feb 2018 15:24:36 +0100 Wuzzy Change team colors in rope knock challenge to standard color scheme
Sat, 24 Feb 2018 15:14:30 +0100 Wuzzy RC Plane Challenge: Switch to using fake crates only
Sat, 24 Feb 2018 14:59:35 +0100 Wuzzy Display score next to team bar in singleplayer challenges
Fri, 23 Feb 2018 22:43:34 +0100 Wuzzy Remove false credit of hwmap2lua.sh
Fri, 23 Feb 2018 21:06:43 +0100 Wuzzy Add szczur's script to convert .hwmap to Lua code
Fri, 23 Feb 2018 14:26:58 +0100 Wuzzy Lua API: Fix SetWind not updating flake direction
Fri, 23 Feb 2018 14:10:03 +0100 Wuzzy Fix incorrect wind bar in some missions
Fri, 23 Feb 2018 13:28:07 +0100 Wuzzy Convert The Great Escape to SimpleMission format
Fri, 23 Feb 2018 12:48:27 +0100 Wuzzy Convert Nobody Laugh to SimpleMission format
Thu, 22 Feb 2018 20:10:22 -0500 nemo Enemy hogs should at least try to get to you in low gravity
Thu, 22 Feb 2018 02:24:42 +0100 Wuzzy Convert Newton and the Hammock to SimpleMission format
Thu, 22 Feb 2018 01:39:30 +0100 Wuzzy Convert Big Armory mission to SimpleMission format
Thu, 22 Feb 2018 01:35:16 +0100 Wuzzy SimpleMission: Check regular victory at turn and or start
Thu, 22 Feb 2018 01:03:40 +0100 Wuzzy SimpleMission: Add support for failure texts in the stats screen
Wed, 21 Feb 2018 22:43:03 +0100 Wuzzy SimpleMission: Check regular victory before anything else
Wed, 21 Feb 2018 21:40:52 +0100 Wuzzy New SD flakes for Bath: skull and bones in bubble
Wed, 21 Feb 2018 21:29:30 +0100 Wuzzy Rewrite most mission texts to actually *explain* the goal
Wed, 21 Feb 2018 18:15:57 +0100 Wuzzy 2 new scenarios: Bazooka Battlefield, Tentacle Terror
Wed, 21 Feb 2018 17:14:46 +0100 Wuzzy Add SimpleMission lua library for easier mission creation
Wed, 21 Feb 2018 15:53:30 +0100 Wuzzy Fix SD flakes attributes not set properly when SD flake count = normal flake count
Wed, 21 Feb 2018 15:05:50 +0100 Wuzzy Improve/fix messaging when multiple teams win
Wed, 21 Feb 2018 03:08:19 +0100 Wuzzy Remove "Click to resume" from quit menu as visual clutter
Wed, 21 Feb 2018 03:05:50 +0100 Wuzzy InputHandler: Shorten "Escape" to "Esc"
Wed, 21 Feb 2018 03:03:16 +0100 Wuzzy Fix quit menu showing incorrect key when using non-default bindings
Wed, 21 Feb 2018 02:37:01 +0100 Wuzzy Engine: Allow to use up to 9 placeholders in Format and FormatA
Tue, 20 Feb 2018 22:21:33 +0100 Wuzzy uInputManager: Add functions to get SDL key name
Tue, 20 Feb 2018 19:15:47 +0100 Wuzzy Fix a few German typos of main menu
Tue, 20 Feb 2018 19:07:32 +0100 Wuzzy VideoRec: Fix many effects not being recorded
Tue, 20 Feb 2018 17:52:22 +0100 Wuzzy Fix volume caption not being shown when hitting mute key
Tue, 20 Feb 2018 15:37:36 +0100 Wuzzy Lua API: Remove empty functions CampaignLock and CampaignUnlock
Tue, 20 Feb 2018 15:31:47 +0100 Wuzzy Expose 5 land flags to Lua for use with SetGearCollisionMask
Tue, 20 Feb 2018 14:03:46 +0100 Wuzzy Fix inconsistent name of SetGearAIHints
Mon, 19 Feb 2018 17:03:59 +0100 Wuzzy Portal mission: Fix health crate spawning inside land
Mon, 19 Feb 2018 13:46:40 +0100 Wuzzy Make hog invulnerable after winning SpeedShoppa or TargetPractice mission
Mon, 19 Feb 2018 11:18:13 +0100 Wuzzy Display cursor coordinates in HedgeEditor
Mon, 19 Feb 2018 09:45:36 +0100 Wuzzy Lua library Animate: StoppedGear now returns true if gear does not exist
Sat, 17 Feb 2018 20:59:56 +0100 Wuzzy Fix onEndTurn being called in multishoot
Sat, 17 Feb 2018 20:51:36 +0100 Wuzzy Battalion, Points Mode: Show points next to team bars
Sat, 17 Feb 2018 17:36:26 +0100 Wuzzy Battalion: Use AmmoTypeMax for ammo type iterations
Sat, 17 Feb 2018 12:52:47 +0100 Wuzzy Play a few more taunts in Space Invasion
Sat, 17 Feb 2018 11:25:43 +0100 Wuzzy Racer/TechRacer: Show best times next to team bars
Sat, 17 Feb 2018 00:34:00 +0100 Wuzzy Construction Mode, Space Invasion: Add example script param in default schems to make editing more convenient
Sat, 17 Feb 2018 00:06:34 +0100 Wuzzy Add Space Invasion game scheme with sane default configuration
Fri, 16 Feb 2018 23:42:00 +0100 Wuzzy Racer and TechRacer: Move cameera to first waypoint in Ready phase
Fri, 16 Feb 2018 21:00:37 +0100 Wuzzy ClimbHome: Show best team heights next to team name
Fri, 16 Feb 2018 20:16:34 +0100 Wuzzy Construction Mode: Show clan power next to all teams
Fri, 16 Feb 2018 19:54:21 +0100 Wuzzy Restore 5 hats to their previous full animated form
Fri, 16 Feb 2018 19:49:46 +0100 Wuzzy Lua API: Add functons: GetTeamIndex and GetTeamClan
Fri, 16 Feb 2018 19:16:35 +0100 Wuzzy Add team score next to team bars for CTF_Blizard, Control, CTF, Mutant, Space Invasion
Fri, 16 Feb 2018 13:57:48 +0100 Wuzzy Add SetTeamLabel to Lua API, can set arbitrary string as team label
Fri, 16 Feb 2018 12:38:30 +0100 Wuzzy Manually fix some clipping / simplify issues with a few hats
Fri, 16 Feb 2018 12:25:16 +0100 Wuzzy Resize hats with size 32×1024 to 64×512 for consistency
Fri, 16 Feb 2018 11:51:42 +0100 Wuzzy Crop non-team hats without “real” animation to static format (32×32)
Fri, 16 Feb 2018 10:47:35 +0100 Wuzzy Simplify 5 team hats to static format
Thu, 15 Feb 2018 21:47:31 +0100 Wuzzy Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
Thu, 15 Feb 2018 21:39:10 +0100 Wuzzy Implement very basic stats screen for TropyRace
Thu, 15 Feb 2018 19:03:04 +0100 Wuzzy TrophyRace: Hide mission panel when player shoots rope
Thu, 15 Feb 2018 18:56:00 +0100 Wuzzy Simplify the status update panel in Trophy Race a lot
Thu, 15 Feb 2018 18:32:28 +0100 Wuzzy TrophyRace: Show fastest team times (instead of clan times)
Thu, 15 Feb 2018 16:48:04 +0100 Wuzzy TrophyRace: Show current racing time at top
Thu, 15 Feb 2018 13:49:14 +0100 Wuzzy The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Thu, 15 Feb 2018 13:34:17 +0100 Wuzzy Scheme editor: Slightly fade disabled game modifiers into gray
Thu, 15 Feb 2018 12:13:06 +0100 Wuzzy Fix some hats “dancing on the head” by making them static
Thu, 15 Feb 2018 04:27:16 +0100 Wuzzy Change game modifier icons: Karma, per-hog ammo, reset health, shared ammo, teams divide
Thu, 15 Feb 2018 01:06:55 +0100 Wuzzy Change icon for King Mode
Wed, 14 Feb 2018 23:40:10 +0100 Wuzzy Fix a few typos in German translation
Wed, 14 Feb 2018 23:03:35 +0100 Wuzzy Fix some consistency issues with change hog tags control
Wed, 14 Feb 2018 22:56:32 +0100 Wuzzy Flip Switch/Precise key combintions with change hog tags
Wed, 14 Feb 2018 22:54:13 +0100 Wuzzy Switch + Change hog tags now turns on and off all tags
Wed, 14 Feb 2018 22:27:18 +0100 Wuzzy Toggle hog tag translucency with Precise + Change hog tags key
Wed, 14 Feb 2018 21:28:44 +0100 Wuzzy Add separate control for changing hedgehog tags
Wed, 14 Feb 2018 20:57:45 +0100 Wuzzy Rename AFK Mode to “Auto Skip” (bug 78)
Wed, 14 Feb 2018 17:45:33 +0100 Wuzzy Rewrite introduction in README
Wed, 14 Feb 2018 17:08:14 +0100 Wuzzy Update README about the team chat key
Wed, 14 Feb 2018 15:36:38 +0100 Wuzzy Underwater theme: Replace SD flakes with bloodred jellyfish and change SD background color
Wed, 14 Feb 2018 02:48:46 +0100 Wuzzy Fix preview image for Sticks map
Wed, 14 Feb 2018 02:26:59 +0100 Wuzzy Redo SD water and SD clouds of most themes and apply sd-tint
Mon, 12 Feb 2018 23:37:08 +0100 Wuzzy Make team chat its own control and use [U] key by default
Mon, 12 Feb 2018 23:23:07 +0100 Wuzzy Show remaining ammo when using Birdy egg or RC Plane bomb
Mon, 12 Feb 2018 22:22:27 +0100 Wuzzy Mutant: Force special mutant/feeder hat+name to be only hold by those who deserved it
Mon, 12 Feb 2018 20:47:45 +0100 Wuzzy Battalion: Mutate hogs by default again, but not the names. Add script param mutatenames. Force crowns in King Mode
Mon, 12 Feb 2018 20:00:26 +0100 Wuzzy Battalion (mode=king): Kill the team when the king died instea of dismissing
Mon, 12 Feb 2018 19:38:07 +0100 Wuzzy Battalion: Reduce amount of SD messages
Mon, 12 Feb 2018 19:19:43 +0100 Wuzzy Tweak some misleading Battalion texts
Mon, 12 Feb 2018 17:47:40 +0100 Wuzzy Battalion: Move crate pickup animation to crate
Mon, 12 Feb 2018 17:22:29 +0100 Wuzzy Battalion: Use official onEndTurn callback
Mon, 12 Feb 2018 16:41:40 +0100 Wuzzy Battalion: Add more health change effects
Mon, 12 Feb 2018 15:50:49 +0100 Wuzzy Battalion: Clean up and remove dead code
(0) -10000 -3000 -1000 -960 +960 +1000 tip