summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-05Change: move "give money" from client-list to company windowPatric Stout
2021-01-05Fix: make the "password" button the same size as the other buttons in Company...Patric Stout
2021-01-05Codechange: fix alignment of Company GUIPatric Stout
2021-01-05Fix: change all Company planes on paint, not only the first that needs changingPatric Stout
2021-01-05Fix #7611: keeps news about accidents around after vehicle is cleaned up (#8497)Patric Stout
2021-01-05Update: Translations from eintstranslators
2021-01-05Fix: allow input of numbers greater than INT32_MAX for GiveMoney (#8499)Patric Stout
2021-01-05Codechange: DC_NO_RAIL_OVERLAP is a remnant of the OldAI. (#8496)Patric Stout
2021-01-05Change: converting town-owned road types now require town rating (#8457)gooball
2021-01-05Fix #8437: Crash when using certain heliports with rotated airportsCharles Pigott
2021-01-05Fix #8437: Planes landing at non-rectangular airports could be drawn at the w...Charles Pigott
2021-01-05Codechange: consider vehicle co-ordinates when identifying viewport candidate...Matt Kimber
2021-01-05Codechange: create MutableSpriteCache to remove the need to cast Vehicle to a...Matt Kimber
2021-01-05Codechange: improve performance for complex vehicle chains by resolving sprit...Matt Kimber
2021-01-03Revert 4ce53cb8: [OSX] Delayed fullscreen switch is not needed anymore.Michael Lutz
2021-01-03Fix #8067: [OSX] Calculate title bar height instead of assuming a fixed value.Michael Lutz
2021-01-03Fix: GetCurveSpeedLimit needs railtype from current tile (#8466)Andy
2021-01-03Fix: [OSX] Quitting in fullscreen mode would loose the original window size.Michael Lutz
2021-01-03Change: [OSX] Hide Dock and menu during fullscreen mode.Michael Lutz
2021-01-03Update: Translations from eintstranslators
2021-01-03Cleanup 9f42358: Make also reliability_start randomised independent of introd...frosch
2021-01-03Cleanup 8139b14: Move a comment back to the line it belongs to, and add a com...frosch
2021-01-03Codechange: [OSX] Silence some annoying warnings.Michael Lutz
2021-01-03Cleanup: [OSX] Remove cargo cult back-buffer alpha setting on show/hide and i...Michael Lutz
2021-01-03Change: [OSX] Compiling the Cocoa/Quartz video driver cannot be disabled anym...Michael Lutz
2021-01-03Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...Michael Lutz
2021-01-03Add: always set PERSONAL_DIR "/content_download" in search path (#8481)Patric Stout
2021-01-03Fix: [OSX] Fonts loaded directly from a file have to be registered with CoreT...Michael Lutz
2021-01-02Add: use our search-paths to find fonts based on relative filenames tooPatric Stout
2021-01-02Change: Default settings improved for new players2TallTyler
2021-01-02Codechange: Drop libxdg-basedir dependency in favour of finding the directori...Charles Pigott
2021-01-02Fix: prevent clients making emergency saves twice if server disconnects (#8477)Patric Stout
2021-01-02Update: Translations from eintstranslators
2021-01-01Codechange: move some DEBUG-levels and remove some others in saveload routine...Patric Stout
2021-01-01Cleanup 2db88953e7: Remove VL_FIRST_SORT as it's uselessglx22
2020-12-31Update: Translations from eintstranslators
2020-12-31Change #8325: Make engine reliability independent of introduction date (#8470)SamuXarick
2020-12-30Update: Translations from eintstranslators
2020-12-30Fix: Assert fail when using restart command after opening save/load GUIJonathan G Rennison
2020-12-29Update: Translations from eintstranslators
2020-12-28Fix #8297: Infrastructure counters for road tunnels, bridges, depots … (#8454)gooball
2020-12-28Update: Translations from eintstranslators
2020-12-28Fix #8453: [Script] Don't truncate loan variation to 32bitglx22
2020-12-28Change: Add some style to GameScript question windows depending on the typedP
2020-12-27Doc: Remove some SmallVector references from documentation.J0anJosep
2020-12-27Fix b408fe7: Don't try to construct a std::string from nullptrCharles Pigott
2020-12-27Update: Translations from eintstranslators
2020-12-27Fix 65f65ad2: Missing path separator that fell over a cliff.Michael Lutz
2020-12-27Fix #6452: Reset only editable and visible settings from GUI (#7890)SamuXarick
2020-12-27Codechange: Use std::string in file scanners.Michael Lutz