summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-01Fix #7704: [OSX] Handle malformed UTF8 stringsuvealonso
2019-08-31Add: [Win32] Select MIDI device by port nameNiels Martin Hansen
2019-08-31Codechange: math functions - use cpp-style castsNikolas Nyby
2019-08-31Add: [GitHub] sponsor button on github.com (#7700)Roger
2019-08-31Fix: Allow git worktree in version detection; drop svn, hg.George Koehler
If $ROOT_DIR is a linked working tree from git-worktree(1), then $ROOT_DIR/.git is a regular file instead of a directory. Allow this when deciding whether to use git to detect OpenTTD's version. Drop checks for svn and hg in config.lib, because findversion.sh hasn't used svn nor hg since 192770e6da.
2019-08-31Update: Translations from eintstranslators
italian: 4 changes by lorenzodv
2019-08-24Update: Translations from eintstranslators
spanish: 1 change by lpenap
2019-08-18Update: Translations from eintstranslators
dutch: 2 changes by JanWillem russian: 7 changes by Lone_Wolf
2019-08-17Add: Scale oil refinery edge distance up by map sizeNiels Martin Hansen
Also scales oil rig distance up, since they use the same algorithm.
2019-08-17Add #6887: Option to show zone inside local authority boundary of townsGabda
Can be found at town information > local authority window Layout for button is same as Graph Keys Turn on/off for every town individually
2019-08-17Codechange: Reduced indentation in SaveLoadWindow::OnClickJuriy Petrochenkov
2019-08-13Fix: RemoveAirport function now returns with 'Aircraft in the way' error ↵Juriy Petrochenkov
message as it should be.
2019-08-08Update: Translations from eintstranslators
danish: 2 changes by njn
2019-08-07Fix: typo in ScriptList::Valuate param error (#7687)nikolas
2019-08-07Fix: Typo in running costs help textnikolas
2019-08-06Update: Translations from eintstranslators
english (us): 2 changes by njn
2019-08-06Cleanup: Remove duplicate thread.h include (#7683)nikolas
2019-08-04Add: 'getsysdate' console command (#7658)TELK
Add `getsysdate` console command to display system's local time, which is might be useful to check current time in script logging.
2019-08-03Feature: Allow showing Newspaper and Ticker messages in parallelJohannes E. Krause
2019-08-02Fix #7672: more than 32 resolutions may be availableglx
2019-07-27Fix #7655: Decrease buttons in cheat window do not work properlyTTrebron
2019-07-23Fix #7667: Buying an engine after buying wagons doesn't give a complete train.stormcone
2019-07-22Fix #7250: Viewport kdtree not being updated for waypoints when sign moved.stormcone
Code based on the patch by JGRennison. JGRennison/OpenTTD-patches@ac84f34062ef1f3ffcdee49dc595d574e4efb4d5
2019-07-22Feature: Town name filtering (#7621)TELK
2019-07-22Fix #7593: Crash in ScriptOrder::GetOrderDistance in VT_AIR modeJonathan G Rennison
Null pointer dereference occurred when either origin_tile or dest_tile were waypoint tiles.
2019-07-21Codechange: Remove unused FioTarFirstDir and FioTarAddLink functionsAlberth
2019-07-18Fix: Narrowing cast in one storybook commandNiels Martin Hansen
CompanyID is 8 bit wide, so this incorrect cast would make it impossible to create story page elements for pages past 255.
2019-07-15Update: Translations from eintstranslators
swedish: 49 changes by daishan spanish: 80 changes by lpenap
2019-07-14Update: Translations from eintstranslators
welsh: 13 changes by kazzie spanish: 35 changes by lpenap
2019-07-14Fix: Make GSGoal.QuestionClient work correctly at least for clients with ID ↵dP
< 2**16
2019-07-12Update: Translations from eintstranslators
welsh: 4 changes by kazzie
2019-07-07Fix 27384486e4: Error in GM Reset sysex dataNiels Martin Hansen
2019-07-07Fix #6666: Mismatched parentheses in RTL languagespnda
2019-07-07Fix #5685: Check for free wagons in ScriptVehicleListunknown
2019-07-06Fix #7633: Allow zero-cost track conversion to succeedNiels Martin Hansen
2019-07-06Change: Limit in-editor warnings in VS 2019Niels Martin Hansen
The AllRules ruleset causes the VS 2019 editor to litter warning squiggles all over the place, about things that would never be fixed. Limit it to the smallest ruleset available. Warnings shown now mainly concern potential arithmetic overflows.
2019-07-06Fix f53817987: unsafe mix of type 'TileIndex' and type 'bool'glx
2019-07-04Fix: Correctly reset playback between songs in win32_m driverNiels Martin Hansen
2019-07-04Fix: Correctly reset playback between songs in DMusic driverNiels Martin Hansen
2019-07-04Fix: Don't keep mutex locked while parsing MIDI dataNiels Martin Hansen
2019-07-04Fix: Time values should be DWORD everywhere in win32_mNiels Martin Hansen
2019-07-04Codechange: Fix comment indentationNiels Martin Hansen
2019-07-04Codechange: Use common source for well-known SysEx messages in Windows music ↵Niels Martin Hansen
drivers
2019-07-04Codechange: Add some const in preparationNiels Martin Hansen
2019-07-04Codechange: Use std::mutex instead of CRITICAL_SECTION in win32_mNiels Martin Hansen
2019-07-02Update: Translations from eintstranslators
korean: 1 change by telk5093
2019-06-30Change: Avoid caching end of ship path, to allow penalties to apply.peter1138
2019-06-30Add: Penalty for occupied docking points.peter1138
2019-06-30Codechange: Restrict docking points of docks.peter1138
2019-06-30Feature: Multi-tile docks and docking points.peter1138