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
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 tip