2018-10-18 alfadur fix fppoint.max_norm
2018-10-18 alfadur move point struct into integral-geometry and use it to refactor a bit
2018-10-17 unc0rr Improve test a bit
2018-10-17 unc0rr Make use of LinePoints in Land2D::draw_line
2018-10-17 unc0rr Introduce integral-geometry crate, implement LinePoints iterator
2018-10-17 unc0rr Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
2018-10-17 Wuzzy Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
2018-10-17 alfadur add left scalar operations to fpnum
2018-10-16 unc0rr Implement Land2D::change_round()
2018-10-16 unc0rr Implement get_unchecked* functions for Vec2D
2018-10-16 alfadur add opassign implementations
2018-10-16 alfadur make methods public
2018-10-16 alfadur add scalar operations
2018-10-16 alfadur fix test
2018-10-16 alfadur add more fpnum functions
2018-10-15 unc0rr Implement Land2D::fill() + tests
2018-10-15 alfadur Add basic windows build script
2018-10-15 alfadur fix library names in engine
2018-10-15 unc0rr Make parameters meaning more obvious
2018-10-15 nemo tag both as overloadable - seems to satisfy clang 3.4
2018-10-15 alfadur fix path to ppas.bat to avoid confusing nmake
2018-10-15 nemo add back accidentally removed sections
2018-10-14 unc0rr Start land2d library implementation: draw_line() method
2018-10-14 unc0rr Add get_mut() to Vec2D
2018-10-14 unc0rr Simplify Vec2D::new() a bit
2018-10-14 alfadur remove old sdl headers and libs in support of recent deletionism spirit
2018-10-14 alfadur .. or rather move calling conventions to proper position
2018-10-14 alfadur set proper sdl calling convention for vcpkg builds
2018-10-14 unc0rr Implement vec2d library to use for land arrays in the future
2018-10-14 alfadur fix frontend compatibility issues
2018-10-14 alfadur use correct compiler flags
2018-10-14 unc0rr Start work on landgen rust lib
2018-10-14 unc0rr Remove more dead code from uLandOutline
2018-10-14 alfadur don't use -Wextra when building with vcpkg
2018-10-14 alfadur add extra rule for negative integers
2018-10-14 unc0rr Implement Iterator trait for LaggedFibonacciPRNG
2018-10-14 unc0rr Remove some dead code from template-based land gen
2018-10-14 nemo reorder params, deleted obsolete *_passes
2018-10-14 alfadur fix return name and bound type
2018-10-14 alfadur remove extra begin
2018-10-14 alfadur add missing .
2018-10-14 unc0rr Convert uLandTemplates into yaml file
2018-10-14 nemo one more merge
2018-10-14 alfadur merge
2018-10-14 alfadur merge
2018-10-13 alfadur improve stability for checks
2018-10-13 alfadur fix offsets
2018-10-13 alfadur Fix overflow in CheckGearNear
2018-10-13 alfadur add fpnum literal macro
2018-10-12 alfadur delegate cmp to rustlib
2018-10-10 alfadur forgot a line
2018-10-10 alfadur update frontend japanese translation
2018-10-13 unc0rr Make converter for uLandTemplates into yaml
2018-10-13 unc0rr Implement lagged Fibonacci PRNG in rust, compatible with hwengine
2018-10-13 unc0rr inline more operators in fpnum
2018-10-12 alfadur delegate cmp to rustlib
2018-10-13 unc0rr Add some more tests
2018-10-12 unc0rr Reimplement hwFloat library in rust for future use
2018-10-12 Wuzzy Drop internal PhysFS, bump PhysFS requirement to 3.0.0
2018-10-11 unc0rr - Fix insert() for strings in pas2c
2018-10-09 nemo drop the error checked StrToInt as non-critical - pas2c did not implement it.
2018-10-09 nemo IFDEF out missing function with FIXME, revert pas2c change in 0ecf77e203c0 as suggested by unc0rr, another string annotation
2018-10-09 nemo bunch more of those shortstring/ansistrings
2018-10-09 nemo make explicit for pas2c some string casts that fpc was probably doing automatically
2018-10-07 Wuzzy Update German translation
2018-10-07 Wuzzy Update locale files
2018-10-06 Wuzzy ASA, ice02: Change time strings for consistency with other time strings
2018-10-05 Wuzzy No-op when entering /clan command with no argument
2018-10-06 alfadur merge
2018-10-05 alfadur Windows 1809 GetUserProfileDirectory failure workaround
2018-10-05 alfadur add debug output for physfs init failure
2018-10-05 Wuzzy Make sure AddChatString is only fed with shortstrings
2018-10-05 Wuzzy Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
2018-10-05 nemo formatA expects ansistring params
2018-10-05 nemo this should probably exit -1 - pas2c was complaining about uninitialised var
2018-10-05 nemo silly tmp var for sake of pas2c
2018-10-05 unc0rr Fix pas2c build dependencies
2018-10-05 unc0rr Fix pas2c build a bit more
2018-10-05 Wuzzy Precalculate cMaxHogHealth
2018-10-05 Wuzzy Merge unC0Rr's pas2c fix
2018-10-05 unc0rr Fix previous patch, add support for High(Longword)
2018-10-05 Wuzzy Backed out changeset aed7ee68305a
2018-10-05 unc0rr Fix pas2c not having support for High(LongInt) in init expressions
2018-10-05 Wuzzy Pas2C: Implement rendering of High() similiar to that of Low()
2018-10-05 Wuzzy Update Big Armory preview image
2018-10-05 Wuzzy Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme
2018-10-05 Wuzzy Don't load game scheme from file if name collides with default scheme
2018-10-05 Wuzzy Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
2018-10-05 Wuzzy Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
2018-10-05 Wuzzy Remove unused doStepDuck gear handler
2018-10-05 Wuzzy Remove usage of creeper from all schemes and styles
2018-10-05 Wuzzy Restructure 0.9.25 changelog, add highlights section
2018-10-05 Wuzzy Document the /quit chat command from server
2018-10-05 Wuzzy Simplify /quit chat command
2018-10-05 Wuzzy gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
2018-10-05 Wuzzy Catch empty chat commands in engine and frontend
2018-10-05 Wuzzy Clean up frontend chat command auto-complete
2018-10-04 Wuzzy Backed out changeset 5f6208031658 (fixes 652)
2018-10-04 Wuzzy Merge Racer/TechRacer tie handling
2018-09-05 Wuzzy Add missing roundDraw check in TechRacer
2018-09-05 Wuzzy Add tie handling for Racer and TechRacer
2018-10-04 Wuzzy Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
2018-10-04 Wuzzy Fix speech bubble chat commands also applying to bots
2018-10-04 alfadur merge
2018-10-04 alfadur ..and for logging in handler
2018-10-04 alfadur Add missing base case for lobby handler
2018-10-04 Wuzzy Fix another pas2c hiccup in uLandObjects
2018-10-04 Wuzzy Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
2018-10-04 Wuzzy gameServer: Remove broken and undocumented /part chat command
2018-10-04 Wuzzy Ignore message-type chat commands (/hsa, /clan, etc.) w/ empty arg list
2018-10-04 Wuzzy Rename chat command /team to /clan (but keep /team as alias for now)
2018-10-04 Wuzzy Teach engine to properly display clan message received from the net
2018-10-04 Wuzzy gameServer: Handle empty chat command (partially)
2018-10-04 Wuzzy gameServer: Always report command name if getting an incorrect command
2018-10-04 Wuzzy gameServer: remove duplicate VOTE/FORCE command handling
2018-10-03 Wuzzy Display error when entering invalid chat command in offline game
2018-10-03 Wuzzy Make frontend forward server error and warning messages to engine
2018-10-02 Wuzzy Pas2C: Add preprocess files to .hgignore
2018-10-02 Wuzzy Rewrite StrToInt code in uStore; get rid of "try" and "except" keywords
2018-10-02 Wuzzy IFNDEF custom exception handlung away in pas2c builds
2018-10-02 Wuzzy Resolve ambiguity of <> in Pas2C.hs
2018-09-30 Wuzzy Add help button in main menu (opens Hedgewars Wiki in browser)
2018-09-29 Wuzzy Fix frontend displayed value of Sudden Death timeout being off-by-one
2018-09-29 Wuzzy ASA, desert02: Add achievement for escaping with all crates collected and no damage taken
2018-09-29 Wuzzy ASA, ice02: Display current flying time next to team bar
2018-09-29 Wuzzy ASA, ice02: Fix recorded time being 6 seconds more than reality
2018-09-29 Wuzzy ASA: ice02: Render green rings as double rings
2018-09-29 Wuzzy Set script globals TurnTimeLeft and ReadyTimeLeft immediately after they were changed by Lua call
2018-09-28 Wuzzy Move campaign mission images to share/ instead of hardcoding them into frontend
2018-09-26 Wuzzy Fix teleport cursor briefly re-appearing after placing hog in hog placement phase + inf attack mode
2018-09-26 Wuzzy Update changelog
2018-09-26 Wuzzy On victory, center camera on a winning hedgehog
2018-09-24 nemo merge
2018-09-24 nemo make it build
2018-09-14 alfadur cleanup crate imports
2018-09-13 alfadur remove stabilized edition annotations
2018-09-10 alfadur rescue the stream on handshake failure
2018-09-10 alfadur improve error handling for TLS handshake
2018-09-08 alfadur port some legacy protocol support
2018-09-07 alfadur use openssl for password message handling
2018-09-06 alfadur Add TLS support
2018-09-05 alfadur Add official server feature to cargo
2018-09-05 alfadur Bump dependencies
2018-08-28 alfadur move everything test related into test cfg
2018-08-27 alfadur Add hogs per team named constant that absolutely no one asked for
2018-09-20 Wuzzy Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
2018-09-19 Wuzzy Fix hedgehog being able to make walk/jump sounds before it was placed
2018-09-19 Wuzzy Ignore gmTimer after attack or hog is no longer controlled
2018-09-19 Wuzzy Clear gmSwitch before activating switcher
2018-09-18 nemo use locale rules for the challenge hashes
2018-09-18 nemo restore old land hashes which in theory should not have changed in .24
2018-09-18 nemo Separate synced pixels from land digests - this is mostly to allow the official racer digests to remain unchanged.
2018-09-17 Wuzzy Merge nemo's hash change commit
2018-09-17 Wuzzy Add exit hint after Basic Movement Training
2018-09-17 Wuzzy Easier back jumps in Basic Movement Training (fixes bug 692)
2018-09-16 nemo update hashes changed in r79e13080b9db (critical sprites) ra675a94b5cc1 (critical scripts)
2018-09-16 Wuzzy Update hedgewars_en.ts
2018-09-16 Wuzzy Update German translation
2018-09-15 Wuzzy Update translation files
2018-09-15 unc0rr Fix SetAmmoTexts not working in stats-only mode
2018-09-15 unc0rr Fix SetAmmoTexts not working in stats-only mode 0.9.24
2018-09-15 Wuzzy Fix some syntax errors in internal Lua syntax documentation
2018-09-15 Wuzzy Fix team stats screwing up if game ends due to drowning in rising Sudden Death water
2018-09-12 alfadur Fix engine crash when using lasersight outside the world bounds
2018-09-11 alfadur Only show bullet hits for shovable gears
2018-09-11 alfadur Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25%
2018-09-11 alfadur Revert sinegun brokenness to previous levels
2018-09-11 unc0rr Make rendering work qmlfrontend
2018-09-11 Wuzzy Allow to change volume during pause
2018-09-11 Wuzzy ASA, final: Don't say "missed" or "yes sir" after blowing up barrels
2018-09-11 Wuzzy Make sure scripts don't break w/ only 1 clan
2018-09-11 Wuzzy Add funny message in stats screen when everyone wins
2018-09-09 Wuzzy Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
2018-09-05 Wuzzy Fix hog teleporting back and forth when walking on portals on floor. Fixes bug 686
2018-09-04 Wuzzy Fix clan ranking counter advancing per-team instaed of per-clan in case of a tie
2018-09-04 Wuzzy Don't write TurnTimeLeft deprecation warning if setter function was used
2018-09-04 Wuzzy Call EndTurn(true) instead of TurnTimeLeft(0) in flying saucer training
2018-09-04 Wuzzy Fix crash when defeating all enemies in ACF8 (HideHog was called too early)
2018-09-04 Wuzzy Fix turn reaction not working properly after turn
2018-09-04 Wuzzy Say sndNutter on round draw
2018-09-04 Wuzzy Remove some bad/inappropriate messages for round draw and crate drop
2018-09-04 Wuzzy Fix player rankings getting confused if a clan was revived
2018-09-04 Wuzzy Fix player rankings on round draw: Clans that die in the same turn now have the same rank
2018-09-04 Wuzzy Rework rankings of losing clans: Rank them in the reverse order they died
2018-09-03 Wuzzy Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats
2018-09-03 Wuzzy Fix stats screwing up in Rope Knock Challenge if you lose
2018-09-03 Wuzzy Add missing nil check in AfterAttack (oops!)
2018-09-03 Wuzzy Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
2018-09-03 Wuzzy Remove mail.gna.org mailing list from README.md (gna.org has shutdown for good)
2018-09-03 Wuzzy Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
2018-09-03 Wuzzy Use translation template for speech bubble command
2018-09-02 Wuzzy Continental supplies: Fix health not being set immediately if skipping continent selection, provoking random continent
2018-09-02 Wuzzy Don't start retreat time if hog has lost control in the meantime
2018-09-02 Wuzzy Don't play timer countdown sounds if in ready phase
2018-09-02 Wuzzy Call GetGlobals after entering Lua command with /lua
2018-09-02 Wuzzy Dangerous Ducklings: Enter retreat mode after kill
2018-09-02 Wuzzy Fix buggy behaviour when setting TurnTimeLeft through Retreat
2018-09-02 Wuzzy Change chat text color for Lua warnings to yellow
2018-09-02 Wuzzy Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
2018-09-02 Wuzzy Use SetTurnTimeLeft and SetReadyTimeLeft in all scripts
2018-09-02 Wuzzy Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
2018-09-02 Wuzzy Highlander: Remove odd infinite girder ammo in crates
2018-09-01 Wuzzy Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
2018-09-01 Wuzzy Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
2018-09-01 Wuzzy Check for victory before stTurnReact. Fixes 382
2018-09-01 Wuzzy ASA, desert01: Fix display error when destroying device crate
2018-09-01 Wuzzy ASA, desert01: Disable hero control at first battle left from the hole, not right above it
2018-09-01 Wuzzy Prevent pause/synchronizing/AFK mode text being rendered at the same time
2018-08-31 Wuzzy Add frontend tip introducing /help
2018-08-31 Wuzzy Translate "heads" and "tails" of gameServer
2018-08-31 Wuzzy Display error when using /maxteams if not room master
2018-08-31 Wuzzy Make guest rejection error translatable
2018-08-31 Wuzzy Add command help for /save, /delete, /saveroom and /loadroom
2018-08-31 Wuzzy Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
2018-08-31 Wuzzy Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
2018-08-31 Wuzzy Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
2018-08-31 Wuzzy Don't load locale Lua script if LOCALE == "en"
2018-08-31 Wuzzy Add description of hwengine command-line arguments in --help
2018-08-31 Wuzzy Critical error if loading a script has failed
2018-08-31 Wuzzy Force-disable gfPerHogAmmo and gfSharedAmmo for RW and BRW
2018-08-31 Wuzzy BRW: Add utilities and air weapons properly
2018-08-31 Wuzzy Fix BRW adding ammoInCrate times ammo on start of turn instead of 1
2018-08-31 Wuzzy Fix BRW breaking when weapon scheme assigns 2 bullet for all ammos
2018-08-30 Wuzzy BRW now allows weapon scheme customization
2018-08-29 Wuzzy Change button image for Tag Team
2018-08-29 Wuzzy Add missing server dependencies to Travis metadata
2018-08-28 Wuzzy Write down system requirements
2018-08-28 Wuzzy Fix typo in gameServer
2018-08-28 Wuzzy Space Invasion: Add hilarious loser face to losers
2018-08-28 Wuzzy Space Invasion: Continue playing rounds in case the teams are tied at the end
2018-08-28 Wuzzy Space Invasion: refactor variables into a large table for everything
2018-08-26 Wuzzy Remove frontend code dealing with unused team variables
2018-08-26 Wuzzy Replace now-outdated descriptions of amDuck with dummy texts
2018-08-26 Wuzzy GameServer: Use consistent formatting of clan chat (compared with engine)
2018-08-26 Wuzzy Change empty string check in gameServer
2018-08-26 Wuzzy /greeting chat commands now clears greeting if called w/o arguments
2018-08-26 Wuzzy Add a couple of more useful server messages
2018-08-25 Wuzzy Don't translate greeting message
2018-08-25 Wuzzy Don't translate response to /rnd command
2018-08-25 Wuzzy Add error message for /callvote map if no maps are available
2018-08-25 Wuzzy Hide /watch command if OFFICIAL_SERVER is not set
2018-08-25 Wuzzy Properly scale Start button size in pagenetgame just like in pagemultiplayer
2018-08-25 Wuzzy Add a few helpful error messages from server when kicking failed
2018-08-25 Wuzzy GameServer: Refactor fake nick names into Consts
2018-08-25 Wuzzy Fix some formatting problems with /me
2018-08-25 Wuzzy Tweak response messages to /super_power and /registered_only
2018-08-25 Wuzzy Fix translatability of "unknown command" server message
2018-08-25 Wuzzy Make frontend translate server messages properly
2018-08-25 Wuzzy Use plain text mode in video description label to avoid HTML trouble
2018-08-22 Wuzzy Backed out changeset 076b7d23fab8. Well, the commit in question was needed after all ... 0.9.24
2018-08-22 Wuzzy Fix critical failure to cleanup teams list after rejoining game after a force-quit. Fixes bug 597
2018-08-21 Wuzzy Backed out changeset 6c0cf6b9eff8. Scripters should be prepared for nil and pretending the gear exists would cause more pain 0.9.24
2018-08-21 Wuzzy Clean up more visual gears stuff in scripts
2018-08-21 Wuzzy Clean up legacy visual gear stuff in ClimbHome, fix star despawn, make stars non-critical
2018-08-21 Wuzzy Remove calls to GetVisualGearValues where it's not needed
2018-08-21 Wuzzy Animate: Remove follow arg from AnimVisualGear
2018-08-21 nemo use 0s instead of nils to try to protect script assumptions 0.9.24
2018-08-21 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
2018-08-21 Wuzzy Remove unused shockwave code in Space Invasion
2018-08-21 Wuzzy Make decorational visual gears in Space Invasion non-critical
2018-08-21 Wuzzy Update German translation
2018-08-21 Wuzzy Update locale files
2018-08-21 Wuzzy Merge unC0Rr's checker update
2018-08-21 Wuzzy Add a few translator comments for frontend strings
2018-08-21 Wuzzy Consistently rename "team chat" to "clan chat" (except chat command)
2018-08-21 Wuzzy Make engine chat syntax translatable
2018-08-21 Wuzzy Fix some string/translation inconsistencies in strings related to leaving
2018-08-20 unc0rr - Add checker dependencies to hedgewars-server.cabal
2018-08-19 nemo and melon for Mutant
2018-08-18 nemo stray line
2018-08-18 nemo more wrapping
2018-08-18 nemo basic AI bazooka wrapping.
2018-08-16 alfadur Return https
2018-08-16 alfadur Rust 2018 conversion
2018-08-14 Wuzzy Move common sprite tint values into Utils Lua library
2018-08-14 Wuzzy Use new script variable cMaxTurnTime in scripts for consistency
2018-08-14 Wuzzy Prevent wrapping of turn time when using extra time
2018-08-14 Wuzzy Update list of supported GameFlags in HedgeEditor
2018-08-14 Wuzzy HedgeEditor should be fairly stable by now
2018-08-14 Wuzzy Fix repeating sun in Hoggywood theme
2018-08-13 Wuzzy Close hwengine properly when you got kicked by room host
2018-08-13 Wuzzy Improve “Connection refused” error message
2018-08-13 Wuzzy Tweak some connection failure messages
2018-08-12 Wuzzy Don't make pseudo player names like [server] clickable in chat
2018-08-11 Wuzzy Fix duplicate/confusing wave messages in ASA fruit01
2018-08-11 Wuzzy Oops, add forgotten begin/end in uTeams
2018-08-11 Wuzzy Merge nemo's TODO fix
2018-08-11 Wuzzy More straightforward TotalRoundsPre counting if there's only 1 clan
2018-08-11 Wuzzy Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
2018-08-11 Wuzzy Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on
2018-08-09 Wuzzy Fix TotalRounds increasing incorrectly if gfRandomOrder is off
2018-08-09 Wuzzy Backed out changeset c265a3e6f6da to revert to 0.9.23 TotalRounds behaviour
2018-08-09 Wuzzy Backed out changeset 2d787d122083 to revert TotalRounds to 0.9.23 behaviour
2018-08-09 Wuzzy Backout 0f02dd1ff4c9. This is not how TotalRounds should work
2018-08-10 nemo remove todo
2018-08-08 Wuzzy Fix frontend crash when rapidly aborting many active video encodings. Fixes bug 595
2018-08-08 Wuzzy Use capcolDefault in Lua scripts
2018-08-08 Wuzzy Refactor text color variable names, export 2 color values to Lua
2018-08-08 Wuzzy Use light gray color for volume change, just like for the auto camera msgs
2018-08-08 Wuzzy Use full string for sidFuel and avoid string concatenation
2018-08-08 Wuzzy Make ammo count in ammo menu translatable, and replace “x” with “×”
2018-08-08 Wuzzy Fix slightly misplaced ammo count in ammo menu if count > 9
2018-08-08 Wuzzy Fix attack bar render bugs: Invisible beyond world edge; rendered over GUI (e.g. mission panel)
2018-08-08 Wuzzy Replicate target sprite properly in world wrap
2018-08-08 Wuzzy Replicate gear GUI overlays in world wrap
2018-08-08 Wuzzy Make sure gear fuel and alt weapon overlays are always drawn on top
2018-08-07 Wuzzy Fix foreground flakes (layer 2+6) disappearing when moving camera in world wrap world
2018-08-07 Wuzzy Fix hard-to-read text on campaign and training page in frontend at October 31
2018-08-07 Wuzzy Update outdated and broken holiday stylesheets
2018-08-07 Wuzzy Fix resurrection animation appearing at wrong position for some missions and styles
2018-08-07 Wuzzy Report spawning visual gear in onGearResurrect
2018-08-07 Wuzzy Add setting to disable audio dampening if losing window focus
2018-08-07 Wuzzy Move max. number of crate spawns into variable
2018-08-07 Wuzzy Fix visible seam between Sky.png and SkyL.png of Olympics theme
2018-08-07 Wuzzy Lobby/room: Prevent opening context menu if no player selected (fixes bug 661)
2018-08-07 Wuzzy Fix drill rocket exploding when digging at bounce/wrap world edge
2018-08-06 Wuzzy Fix bee target practice removing target selection after first shot
2018-08-06 Wuzzy Backed out changeset 0c797469d16d
2018-08-06 Wuzzy Update target cursor after shooting targetable ammo with gfMultiWeapon
2018-08-06 Wuzzy Use gfMultiWeapon in target practice missions
2018-08-06 Wuzzy Suppress "X remaining" caption in multishoot with gfMultiWeapon
2018-08-06 Wuzzy Add comments for most hwengine constants
2018-08-06 Wuzzy Show correct health increase when hog health cap is reached
2018-08-06 Wuzzy Remove fake magic number in MIME info metadata file
2018-08-06 Wuzzy Remove fake magic number in MIME info metadata file 0.9.24
2018-08-06 Wuzzy Fix cake walking through land when reaching wrap world edge
2018-08-06 Wuzzy Remove unused variables of creeper handler
2018-08-06 Wuzzy Fix description of gfSolidLand in scheme editor
2018-08-06 Wuzzy Fix hog turning around when blowtorching through wrap world edge
2018-08-06 Wuzzy Fix projectiles reacing incorrectly with land just behind the wrap world edge
2018-08-06 Wuzzy Add bounce effect to cake when it touches bounce edge
2018-08-06 Wuzzy Fix cake rotation angle after bounce from bounce edge
2018-08-02 Wuzzy Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
2018-08-03 nemo fix path
2018-08-03 nemo hijack the duck for an attempted resurrection of the creeper. initial pass.
2018-08-02 Wuzzy Fix hammer/pickhammer not digging land with gfSolidLand on
2018-08-02 Wuzzy Backed out changeset 0d920e370a78
2018-08-02 Wuzzy Fix hammer shoving gears into indestructible land
2018-08-02 Wuzzy Include HWP of Big Armory in CMakeLists
2018-08-02 Wuzzy Fix broken Big Armory mission map
2018-08-02 Wuzzy Whoops. Fix NoPointX typo in HedgeEditor
2018-08-02 Wuzzy Remove bad king death message
2018-08-02 Wuzzy Cap hedgehog health to prevent overflow bugs
2018-08-01 Wuzzy Use the new NoPointX global in HedgeEditor
2018-08-01 Wuzzy Add Lua globals: AMMO_INFINITE and NoPointX
2018-08-01 Wuzzy Use proper infinite fuel feature in flying saucer training
2018-08-01 Wuzzy Add support for infinite fly time of jetpack and Birdy
2018-07-16 Wuzzy Add variable to make state of sound system clear 0.9.24
2018-07-17 Wuzzy Fix cursor teleporting to center after leaving game with video recording 0.9.24
2018-07-17 Wuzzy Whoops. Syntax error in uVideoRec 0.9.24
2018-07-17 Wuzzy Fix video recorder not working if sound disabled (fixes bug 200) 0.9.24
2018-08-01 Wuzzy Fix SimpleMission failure to init GameFlags correctly 0.9.24
2018-08-01 Wuzzy Fix SimpleMission failure to init GameFlags correctly
2018-08-01 Wuzzy Load default clan colors from settings file
2018-08-01 Wuzzy HedgeEditor: Use default clan color in AddTeam in mission export
2018-08-01 Wuzzy Make ASA fruit02 use of default clan colors
2018-08-01 Wuzzy Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color
2018-08-01 Wuzzy Lua: Allow to use negative value for AddTeam to select a default clan color
2018-07-31 Wuzzy Clean up Tumbler captions a bit
2018-07-31 Wuzzy Refactor colors and caption type in Space Invasion
2018-07-31 Wuzzy Space Invasion: Delete dead code and ancient outdated comments
2018-07-31 Wuzzy Change default clan color for brown for improved contrast
2018-07-30 Wuzzy Lua API: Add IsHogHidden
2018-07-30 Wuzzy Lua: Add GetVampiric, GetLaserSight
2018-07-30 KoBeWi Update Polish translation
2018-07-30 Wuzzy ASA, final mission: Redraw map and mask to make borders more distingushable
2018-07-30 Wuzzy Make laser sight work properly through wrap world edge
2018-07-30 Wuzzy Fix freeze ray not working through wrap world edge; add DrawLineWrapped
2018-07-29 nemo and fix index
2018-07-29 nemo oh. and indent that loop
2018-07-29 nemo add wrap check
2018-07-28 nemo merge of 0.9.24 - hopefully correctly this time
2018-07-28 Wuzzy Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge
2018-07-27 Wuzzy Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
2018-07-27 nemo sdlkeys is in source not binary, no .in folder. Locutus brought to our attention. 0.9.24
2018-07-26 Wuzzy Fix /hta, /hsa and /hya commands not writing message in chat
2018-07-26 Wuzzy Fix /hta, /hsa and /hya commands not writing message in chat 0.9.24
2018-07-26 Wuzzy TechRacer: Print selected map in debug output
2018-07-26 Wuzzy TechRacer: Make most variables local
2018-07-26 Wuzzy Clean up messy indentations in TechRacer script
2018-07-26 Wuzzy TechRacer: Delete dead code
2018-07-26 Wuzzy TechRacer: Fix gears not spawning on turn start when player pressed control right at start
2018-07-26 Wuzzy Prevent saving weapon scheme if name was already taken 0.9.24
2018-07-26 Wuzzy Prevent saving game schemes if name was already been taken 0.9.24
2018-07-26 Wuzzy Prevent saving weapon scheme if name was already taken
2018-07-25 Wuzzy Prevent saving game schemes if name was already been taken
2018-07-24 Wuzzy Fix a couple of PNG images with known invalid color profiles
2018-07-24 Wuzzy Fix a couple of PNG images with known invalid color profiles 0.9.24
2018-07-24 Wuzzy Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack 0.9.24
2018-07-24 Wuzzy Limit max droplet count to 50 (fix for 0.9.24 branch only) 0.9.24
2018-07-24 Wuzzy Update frontend translation files 0.9.24
2018-07-24 Wuzzy Fix changelog typos 0.9.24
2018-07-16 Wuzzy Fix hwengine crash when using >1 controllers 0.9.24
2018-07-24 Wuzzy Add more sane default controls for controller 0.9.24
2018-07-24 Wuzzy Fix broken controller/joystick button and axis events 0.9.24
2018-07-24 Wuzzy Detect Qt style after parameter parsing 0.9.24
2018-07-24 Wuzzy Fix SDLInteraction strings not being translated 0.9.24
2018-07-24 Wuzzy Refactor storage of joystick SDL key names 0.9.24
2018-07-24 Wuzzy Make frontend detect controllers again 0.9.24
2018-07-24 Wuzzy Update and change license information of Droplet sounds, now it's CC BY 3.0 0.9.24
2018-07-24 Wuzzy Update and change license information of Droplet sounds, now it's CC BY 3.0
2018-07-22 Wuzzy Fix deprecation warnings in libphyslayer
2018-07-22 Wuzzy Fix warnings about unused params in C code
2018-07-21 Wuzzy Update German translation
2018-07-21 Wuzzy Update Lua/frontend locale files
2018-07-21 Wuzzy Merge alfadur's server commits with timer cycle key commits
2018-07-20 Wuzzy Add control to cycle through timer/bounciness values
2018-07-20 Wuzzy Move hardcoded bounciness values to uConsts
2018-07-21 nemo catchup merge on all of alfadur's cool server changes
2018-07-20 alfadur Fix map voting verification
2018-07-20 alfadur Implement room config export
2018-07-20 alfadur Implement save/delete commands
2018-07-19 alfadur Implement map voting
2018-07-19 alfadur clean up room lookups
2018-07-17 alfadur Keep hedgehog limit in sync
2018-07-17 alfadur indulge clippy
2018-07-16 alfadur Add room flags
2018-07-16 alfadur Something down in the food chain already uses bitflags, so might as well switch to them
2018-07-16 alfadur Assorted chat fixes
2018-07-13 alfadur Better packing for clients
2018-07-20 Wuzzy Add more sane default controls for controller
2018-07-20 Wuzzy Fix broken controller/joystick button and axis events
2018-07-20 Wuzzy Detect Qt style after parameter parsing
2018-07-20 Wuzzy Fix SDLInteraction strings not being translated
2018-07-20 Wuzzy Refactor storage of joystick SDL key names
2018-07-19 Wuzzy Make frontend detect controllers again
2018-07-19 Wuzzy Fix engine crash when trying to delete cameraFile but it doesn't exist
2018-07-19 Wuzzy Fix crash when aborting encoding phase of video recording in videos page if >1 video is being encoded
2018-07-19 Wuzzy Document and clean up tools directory a bit
2018-07-18 Wuzzy Improve some replies for chat commands on server
2018-07-18 Wuzzy Refactor server chat command help, also add admin commands to help
2018-07-18 Wuzzy Add /help command for lobby and rooms too
2018-07-18 Wuzzy Remove and replace old googlecode references
2018-07-17 Wuzzy Switch from http:// to https:// URLs where possible
2018-07-17 Wuzzy Increase hedgehog limit to 64
2018-07-17 Wuzzy Server: Replace hardcoded hog-related numbers with consts
2018-07-17 Wuzzy Bazooka/Grende training: Hide mission panel on pressing attack key
2018-07-17 Wuzzy Update server dependencies in INSTALL.md
2018-07-17 Wuzzy Clarify/rewrite a few OutError messages
2018-07-17 Wuzzy Fix frontend showing 2 errors on engine fatal error (exit code 52)
2018-07-17 Wuzzy Clarify the wording of a few checkFails messages
2018-07-17 Wuzzy Propagate fatal errors to OutError if checkFails called
2018-07-17 Wuzzy Add hidden bazooka training achievement for 100% accuracy
2018-07-17 Wuzzy Standardize hidden mission achievement in new Lua library "Achievements"
2018-07-17 Wuzzy Add proper exit codes when halt-ing hwengine due to error
2018-07-17 Wuzzy Fix cursor teleporting to center after leaving game with video recording
2018-07-17 Wuzzy Whoops. Syntax error in uVideoRec
2018-07-17 Wuzzy Fix video recorder not working if sound disabled (fixes bug 200)
2018-07-16 Wuzzy Add variable to make state of sound system clear
2018-07-16 Wuzzy Fix hwengine crash when using >1 controllers
2018-07-16 Wuzzy Always use SDL_Map(A)RGB in SDL_FillRect for color
2018-07-16 Wuzzy When hwengine crashes w/ error 217, write backtrace in log, too
2018-07-15 Wuzzy Fix hwengine --help returning with exit code 51
2018-07-15 Wuzzy Clean up cMaxHHs and cMaxTeams a bit, get rid of hardcoded numbers
2018-07-12 Wuzzy Merge gameServer2 changes
2018-07-12 Wuzzy Send proper failure error message when image loading has failed
2018-07-11 nemo merge
2018-07-09 alfadur Optimize test string generation
2018-07-09 alfadur fix tests
2018-07-09 alfadur complete newseed voting
2018-07-09 alfadur merge
2018-07-07 alfadur Mostly implement voting
2018-07-06 alfadur Implement greetings & fixed rooms
2018-07-11 Wuzzy Make sure TotalRounds increases to 0 on first real turn
2018-07-11 Wuzzy ACF5: Fix Tribe not being in same clan as Natives
2018-07-11 Wuzzy Simplify turn handling in ASA death01
2018-07-11 Wuzzy ACF7: Fix princess being in wrong clan
2018-07-11 Wuzzy Fix aihDoesntMatter still being attacked with air attack
2018-07-11 Wuzzy ASA death01: Put PAotH into correct clan
2018-07-11 Wuzzy Fix aihDoesntMatter not applying to hammer and shover
2018-07-11 Wuzzy ACF3: Fix initial ammo being locked
2018-07-11 Wuzzy ACF3: Tweak princess spawn position
2018-07-11 Wuzzy ACF3: Move princess to her own team, fix clan color
2018-07-10 Wuzzy Add subtle dust flakes for Cheese and CrazyMission themes
2018-07-10 Wuzzy New SD water texture for CrazyMission theme
2018-07-10 Wuzzy Refactor collision mask checks, remove hardcoded numbers
2018-07-10 Wuzzy Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
2018-07-10 Wuzzy Prevent manual hiding of some special mission panels
2018-07-10 Wuzzy Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
2018-07-10 Wuzzy Update mission texts with regards to mission panel key
2018-07-10 Wuzzy Add dedicated key to display mission panel: M
2018-07-10 Wuzzy Tweak chat command replies for /lua command
2018-07-10 Wuzzy Add /help chat command for engine
2018-07-08 Wuzzy Highlander: Fix all hogs getting teleport after hog placement phase
2018-07-08 Wuzzy Fix GetAmmo getting wrong ammo count
2018-07-07 Wuzzy New Lua API function: GetAmmo, to get ammo config
2018-07-07 Wuzzy Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
2018-07-07 Wuzzy Fix TotalRounds still being -1 in first real turn after hog placement phase
2018-07-07 Wuzzy Highlander: Localize global variable
2018-07-07 Wuzzy Highlander: Clean up code style, indents and delete useless old comments
2018-07-07 Wuzzy Space Invasion: Improve how round score is displayed
2018-07-07 Wuzzy Space Invasion: Localize most global variables
2018-07-07 Wuzzy Fix rare Lua error message spam in Space Invasion
2018-07-06 Marcin Mielniczuk Add an extra test for Rnd's distribution
2018-07-06 Marcin Mielniczuk Send the rnd reply to the room only.
2018-07-06 Marcin Mielniczuk Implement server-side logic for Rnd
2018-07-04 alfadur Fix team remove synchronization
2018-07-04 alfadur Check for client's existence before handling messages
2018-07-04 alfadur Fix scheme config parsing
2018-07-04 alfadur Fix AddTeam message serialization
2018-07-04 alfadur add missing message tests
2018-07-03 alfadur update nom
2018-07-03 alfadur update proptest
2018-07-03 alfadur merge
2018-07-03 Marcin Mielniczuk Update rand and log to the latest versions
2018-07-02 nemo somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
2018-07-02 Marcin Mielniczuk Implement to_raw_protocol for Rnd and enable tests. Add cargo/rls build artifacts to .gitignore
2018-07-02 alfadur Fix cmd parsing & update tests
2018-06-29 Marcin Mielniczuk Implement parsing for rnd and add a little documentation
2018-06-28 Marcin Mielniczuk Undo enabling the `unreachable-pub` lint.
2018-06-27 alfadur stabilization
2018-06-27 alfadur Fix spectators joining midgame
(0) -10000 -3000 -1000 -512 +512 +1000 tip