summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-05-14Update: Translations from eintstranslators
spanish (mexican): 16 changes by Absay russian: 3 changes by Lone_Wolf
2020-05-13Update: Translations from eintstranslators
latvian: 21 changes by Tranzistors korean: 5 changes by telk5093
2020-05-13Fix #8137: New clients can't join (desync) after funding an industrydP
2020-05-13Codechange: Refactor FindStationsAroundTiles to avoid code duplicationdP
2020-05-12Update: Translations from eintstranslators
latvian: 45 changes by Tranzistors spanish (mexican): 9 changes by Absay
2020-05-12Fix #8142, 5aa6351: Buoy owner and tile owner can be different (#8143)glx22
2020-05-12Add: stations_near and industries_near cache check (#8139)glx22
2020-05-11Update: Translations from eintstranslators
latvian: 54 changes by Tranzistors spanish (mexican): 4 changes by Absay
2020-05-11Add: INR currency (#8136)Ilayaraja
Co-authored-by: ilayarja97 <ilayarja97@gmail.com>
2020-05-10Fix #8119: Update docking area when clearing a shore rail tileglx
2020-05-10Fix #8132: Corrupted savegame crashing OpenTTD on loadglx
2020-05-10Fix: Stop any gamelog action when recovering from SlError()glx
2020-05-10Update: Translations from eintstranslators
latvian: 80 changes by Tranzistors spanish (mexican): 10 changes by Absay
2020-05-09Fix #8119, f538179: Update docking tile area when placing a diagonal rail ↵SamuXarick
next to a dock end (#8124)
2020-05-09Update: Translations from eintstranslators
latvian: 8 changes by Tranzistors spanish (mexican): 1 change by Absay
2020-05-08Fix: Two issues in MIDI file writerNiels Martin Hansen
Variable-length values would write threshold values with a byte too many. System Exclusive messages would cause write to fail since the end byte was treated as part of next message.
2020-05-07Update: Translations from eintstranslators
latvian: 38 changes by Tranzistors
2020-05-07Fix #8117: Memory leak in admin port (#8122)glx22
2020-05-07Add: docking tiles cache check (#8120)glx22
2020-05-06Fix #8021: limit savegame range for docking tiles fixingglx
2020-05-06Fix: reset roadtype/streetcartype info for non-road bridgesYexo
2020-05-06Update: Translations from eintstranslators
2020-05-06Update: Lang filesglx
2020-05-06Codechange: Use a dynamic copyright yearglx
2020-05-04Fix #8108: always update tile_hash after updating v->tileYexo
2020-05-04Fix c01a2e2: crash on loading old savegames with invalid animated tile ↵SamuXarick
information
2020-05-04Fix #8108: possible crash on loading TTD savegames with phantom oil rigsSamuXarick
2020-05-04Update: Translations from eintstranslators
korean: 1 change by telk5093
2020-05-03Fix #8093: Build+Refit changed game-state in command test run, and thus ↵frosch
caused desyncs. Use DC_AUTOREPLACE for actions that shall be reversibe, in this case: - Do not rearrange free wagons in test-run. - Do not discard OrderBackups. The latter was not triggered by actual auto-replace, since it does not set a 'user'.
2020-05-03Fix: When build+refit an engine, do not refit any free wagons that may get ↵frosch
attached.
2020-05-03Codechange: Unify the tests whether build+refit is in simulation-test or ↵frosch
real-run.
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 #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