summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-09-29Fix: [OSX] Macro name conflict when trying to compile the QuickTime music ↵Michael Lutz
driver.
2019-09-29Fix: [OSX] Wrong allocator usage for creating a CFString.Michael Lutz
2019-09-20Update: Translations from eintstranslators
chinese (simplified): 12 changes by ww9980
2019-09-19Update: Translations from eintstranslators
chinese (simplified): 6 changes by ww9980
2019-09-19Add #6173: New SDL 2 based video and sound drivers (#7086)nikolas
2019-09-18Update: Translations from eintstranslators
spanish (mexican): 9 changes by Absay
2019-09-17Fix #7742, 66dd7c3: widget position can be negativeglx
2019-09-16Change: [OSX] Recreate backing store if the colour profile of the screen (or ↵Michael Lutz
the screen) the game window is one changes. This will result in changing colours if moving OpenTTD from one screen to another, but should avoid performance problems if the window is moved.
2019-09-16Fix #7644: [OSX] Try to use system colour space to avoid video output ↵Michael Lutz
performance degradation.
2019-09-14Fix #7479: Don't close construction windows when changing client nameNiels Martin Hansen
2019-09-14Fix #7737, afbf6a5: missing returnJohannes E. Krause
2019-09-14Fix: inconsistent description for 32bpp-sse4-anim blitter (#7740)glx22
2019-09-13Fix: Avoid using stat to retrieve file modification times on Windows (#7731)Owen Rudge
2019-09-11Update: Translations from eintstranslators
korean: 1 change by telk5093
2019-09-10Update: Translations from eintstranslators
korean: 34 changes by telk5093
2019-09-08Fix: Use natural sort when sorting the file list.Juriy Petrochenkov
2019-09-08Add: Allow GameScript to demolish without a companyMax Maton
This allows GameScripts to shrink towns as well as grow them.
2019-09-07Fix: change Quartz driver colorSpace handling to address certain macOS ↵Andy
performance issues (#7644)
2019-09-07Fix b3fd7879: Ignore command flags when verifying script commandsNiels Martin Hansen
Multiplayer games has the server add some flags to the cmd value during the handling. These flags should not be included in the verification, mask them out. Without this masking out, scripts tend to die when executing their first command in multiplayer.
2019-09-07Fix #7188: check the validity of command callback for scripts (#7701)glx22
2019-09-07Add: [DorpsGek] also announce comments on commitsPatric Stout
2019-09-06Fix #7626: Allow building drive-through stops over one-way/blocked roads ↵Daniel Lee
owned by towns (instead of crashing).
2019-09-06Update: Translations from eintstranslators
french: 4 changes by glx
2019-09-04Fix #7692: Added industry tile to GetOrderCmdFromTile() (#7709)JMcKiern
Sending order command to an industry tile now checks if a neutral_station is available and sends the order to that station
2019-09-04Update: Translations from eintstranslators
slovenian: 4 changes by matej1245
2019-09-02Fix: [DorpsGek] don't report all pushes, but just those done by DorpsGekPatric Stout
Those are most often the translator updates, which are pushed directly to master (and not via a Pull Request).
2019-09-02Fix #7702: Scaling for highscore screenNiels Martin Hansen
2019-09-01Fix b870596f153c17d9aa915ca67b8f6414d73cb31f: forgotten squirrel_export run ↵glx22
(#7715)
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