summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-26Codechange: [Script] Improve copying a list into another empty list.Michael Lutz
2020-04-17Update: Translations from eintstranslators
welsh: 4 changes by kazzie
2020-04-16Fix: [Script] ScriptMarine::AreWaterTilesConnected failed for aqueducts (#8074)SamuXarick
2020-04-16Update: Translations from eintstranslators
tamil: 16 changes by aswn
2020-04-12Remove: [OSX] Old QuickTime music driver.Michael Lutz
2020-04-12Cleanup: [OSX] Mop up some remaining stuff catering to compiling with very ↵Michael Lutz
old SDK versions.
2020-04-12Remove: [OSX] Support for the pre 10.6 ATS font selection.Michael Lutz
2020-04-12Remove: [OSX] Support for the pre-10.5 audio/music APIs.Michael Lutz
2020-04-12Remove: [OSX] Stuff that is pre-10.7 from the Cocoa/Quartz video driver.Michael Lutz
2020-04-12Remove: [OSX] Old fullscreen subdriver for pre 10.7 systems.Michael Lutz
Since the move to C++11, building for pre 10.7 is not possible with the native Apple tools. Also, due to bitrot, the file doesn't even compile anymore. While this could be fixed, it shows that this subdriver is basically never used anymore.
2020-04-12Remove: [OSX] QuickDraw video subdriver used for OSX versions up to 10.4.Michael Lutz
Since the C++11 move, getting OpenTTD to compile and run for anything below 10.7 basically requires building a custom compiler and libc++. Also, the QuickDraw subdriver crashes on more modern OSX version. While this is fixable, keeping the driver around is probably pointless.
2020-04-12Codechange: [OSX] Allow compiling with SDK version pre 10.9.Michael Lutz
2020-04-12Fix: [OSX] Prepend OSX SDK path to the framework search path if building ↵Michael Lutz
with a custom SDK sysroot.
2020-04-12Fix #8081: Check for waypoints when removing docking tilesglx
2020-04-10Fix a5681d3e: Make goal question ID use 16 bits again (#8072)Pavel Stupnikov
2020-04-10Add: Hotkey for Land Info in normal modearikover
- added a hotkey for land_info in normal mode - no default key is set
2020-04-08Update: Translations from eintstranslators
catalan: 30 changes by juanjo
2020-04-07Update: Translations from eintstranslators
luxembourgish: 9 changes by Phreeze
2020-04-06Fix #8064: Incorrect display of refit capacityglx
2020-04-05Fix #8060, 5880f14: Restore admin network API compatibility.frosch
2020-04-05Fix #8055, c02ef3e: Crash when roadtype availability changed with the road ↵stormcone
toolbar open (#8058)
2020-04-04Update: Translations from eintstranslators
estonian: 32 changes by taavi
2020-03-31Doc: [Script] Make it clear random_deviation and CONFIG_RANDOM range upper ↵SamuXarick
bounds are inclusive
2020-03-31Fix: [Script] Random deviation upper bound range should be inclusiveSamuXarick
2020-03-30Fix #7644: [Cocoa] Manually set colorspace to sRGBSebastian Pauka
2020-03-30Fix #8020: Add missing docking tiles around industry neutral stationsSamuXarick
2020-03-30Fix #8039: [AI/GS] SetOrderFlags and GetOrderDestination didn't work for oil ↵SamuXarick
rigs
2020-03-30Fix #8043, c02ef3e4: Incorrect handling of global road/tram hotkeysglx
2020-03-27Update: Translations from eintstranslators
danish: 2 changes by Knogle
2020-03-22Update: Translations from eintstranslators
polish: 22 changes by MaksOPENTTD1
2020-03-22Change: Open company window when clicking on a company goal (#8033)SamuXarick
2020-03-22Fix: Ignore clicks on non-applicable global goals (#8035)SamuXarick
2020-03-21Update: Translations from eintstranslators
polish: 20 changes by MaksOPENTTD1
2020-03-20Update: Translations from eintstranslators
hungarian: 26 changes by Brumi korean: 3 changes by telk5093
2020-03-18Update: Translations from eintstranslators
french: 3 changes by glx
2020-03-17Update: Translations from eintstranslators
korean: 1 change by telk5093
2020-03-14Fix: [AI/GS] Consider neutral station setting when creating tile listsSamuXarick
2020-03-13Fix: [AI/GS] CanBuildConnectedRoadPartsHere neighbours tiles were at times ↵SamuXarick
incorrect
2020-03-13Codechange: [AzurePipelines] Update MacOS image to 10.14Charles Pigott
2020-03-06Change: Keep News Window usable by only storing the 1024 latest news messagesCharles Pigott
2020-02-23Codechange: Limit field width to avoid sscanf crashQuipyowert2
2020-02-23Update: Translations from eintstranslators
croatian: 20 changes by VoyagerOne
2020-02-22Fix f5381798: Station::GetTileArea reduced docks to a single tile (#8014)SamuXarick
2020-02-22Fix #7998: Crash when scripts tried to access companies with invalid IDs.frosch
2020-02-20Fix: provide two sets of tram tracks not one in the GUI icon for building ↵Andy
tramway
2020-02-19Fix #8011, f5381798: Dock tile in TTD savegame was only 2 bytesglx
2020-02-19Fix #6399: Create parent directories if they don't already existCharles Pigott
2020-02-19Doc: [Script] Add a note about how wagon connectivity works for scriptsCharles Pigott
2020-02-17Codechange: Avoid copying function parameters by using const referencesQuipyowert2
2020-02-15Fix: Ignore not printable characters when layouting a stringglx