summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-24Update: Translations from eintstranslators
croatian: 1 change by VoyagerOne italian: 1 change by lorenzodv french: 1 change by glx
2018-06-24Fix: Poor contrast in cargo dest flow legend window cargo labels.Jonathan G Rennison
Select foreground colour depending on the brightness of the background. Previously all cargo labels were rendered using black text, even the background cargo colour was dark/black. As an example: FIRS coal was black text on a black background.
2018-06-24Fix #6553: Make viewport button text unambiguous.Alberth
2018-06-24Update: Updated changelog based on... (#6835)Greg-21
...the changelog in release 1.8 branch.
2018-06-23Update: Changed some things in Readme fileGreg-21
Changed HTTP links to HTTPS, fixed some links to articles on OpenTTD Wiki, added Windows 10 and 8.1 to info section about path structure in these OSes, removed some unnecessary whitespaces (and added several others), and some other less important changes.
2018-06-23Feature #986: Automatic save when losing connection to a network gameNiels Martin Hansen
2018-06-23Feature #4186: Append '(City)' behind cities in the town directory (sbr)Alberth289346
2018-06-23Fix: Make switch on MD5File::ChecksumResult complete to avoid compiler warningAlberth
2018-06-22Update: Translations from eintstranslators
korean: 1 change by telk5093
2018-06-17Fix: library detection on MSYS2 file systemglx
2018-06-17Fix: Scale default FreeType font size selection by UI zoom level.Michael Lutz
2018-06-16Update: Translations from eintstranslators
chinese (simplified): 5 changes by xiangyigao
2018-06-16Fix 768a31b: When cascading to another text layouter, clear the old font run ↵Michael Lutz
state left over from the previous (failed) layout attempt.
2018-06-15Fix: Don't complain if CAT music files are missing entirelyNiels Martin Hansen
Just complain if an index into a CAT file that exists is invalid.
2018-06-15Change: Improved looping of title songNiels Martin Hansen
2018-06-15Change: Compensate for MIDI transmission time when skipping start of songNiels Martin Hansen
2018-06-15Change #6684: Cutting point overrides for music base setsNiels Martin Hansen
This improves bad looping of title screen song from Windows TTD, and fixes a long silence at the end of "Can't get there from here" from Windows TTD.
2018-06-15Codechange: Address some MSVC compiler warningsNiels Martin Hansen
2018-06-15Update: Translations from eintstranslators
russian: 11 changes by Lone_Wolf
2018-06-14Fix: Prevent ships moving into docks after finishing (un)loading. (#6791)PeterN
2018-06-12Update: Translations from eintstranslators
korean: 15 changes by telk5093 greek: 4 changes by Jubilee
2018-06-08Update: Translations from eintstranslators
croatian: 4 changes by VoyagerOne french: 3 changes by glx polish: 2 changes by McZapkie
2018-06-07Doc: note in README licensing section that CONTRIBUTING.md is adapted from ↵Andy
Bootstrap (#6818)
2018-06-07Update: Translations from eintstranslators
italian: 3 changes by lorenzodv
2018-06-07Codechange: Avoid call to memcpy using null pointer in TooltipsWindow ↵Jonathan G Rennison
constructor Strictly speaking, calling memcpy with src as a nullptr is undefined behaviour and the optimiser is entitled to delete any null ptr checks which occur afterwards. This removes the warning emitted by UndefinedBehaviorSantizer.
2018-06-06Add: [Win32] Uniscribe configure options for MinGW targets.Michael Lutz
2018-06-06Change: [Win32] Use Uniscribe instead of ICU for text caret handling.Michael Lutz
This removes the need for the ICU lib on Windows.
2018-06-06Change: [Win32/MSVC] Make the Uniscribe text layouter the windows default ↵Michael Lutz
and remove usage of the deprecated ICU layout libs.
2018-06-06Add: [Win32] Text layout using the native Windows Uniscribe library.Michael Lutz
Uniscribe is sometimes producing different results compared to ICU, especially when RTL and LTR content is mixed. Comparing the results to other programs (like editors or web browsers) leads me to believe that the result are at least not worse than ICU and possibly better.
2018-06-06Codechange: Move ParagraphLayouter-specific functions into factory classes ↵Michael Lutz
instead of relying on overloads.
2018-06-06Add: [Win32] Native natural sort implementation.Michael Lutz
2018-06-06Update: Translations from eintstranslators
french: 1 change by glx
2018-06-06Fix #6659: Bus stations can be demolished when not in demolish mode (#6815)Alexis
For Bus and Road stations only, if you are in demolish mode and click on the station without releasing the button. Then you cancel demolish mode with R key. Finally you release the mouse button. The station was demolished, instead of being built. The demolish mode was not checked when mouse up event occured.
2018-06-06Codechange: Change element type used for rail type usage stats array in ↵Jonathan G Rennison
SetDefaultRailGui The array is rail type sized in terms of number of elements. Each element should be a unsigned integer, not a rail type itself. This fixes runtime warnings reported by UndefinedBehaviorSanitizer.
2018-06-06Fix: One-way roads could be over-built by road stops (regardless of road owner.)Peter Nelson
2018-06-05Update: Install DOS music data in Windows installerNiels Martin Hansen
2018-06-05Update: Document DOS music loadingNiels Martin Hansen
2018-06-05Change: DOS music loading for non-Windows music driversNiels Martin Hansen
2018-06-05Codechange: Make FioCreateDirectory publicNiels Martin Hansen
2018-06-05Feature: Console command to dump decoded music to .mid fileNiels Martin Hansen
2018-06-05Feature: Baseset music for TTD DOS and TTO dataNiels Martin Hansen
2018-06-05Feature: Decoder for DOS version musicNiels Martin Hansen
This is based on reverse-engineering the TTD DOS driver for General MIDI music.
2018-06-05Codechange: Pass a MusicSongInfo struct instead of bare filename to music ↵Niels Martin Hansen
drivers. Preparation for later extending the info passed to music drivers.
2018-06-05Update: Translations from eintstranslators
italian: 1 change by lorenzodv
2018-06-04Change: Use name of cargo instead of Passengers/Mail in town statistics. (#6801)PeterN
* Change: Use name of cargo instead of Passengers/Mail in town statistics. * Cleanup: Remove strings from all language files.
2018-06-03Fix: Theoretical string overflow when building the cargo acceptance list for ↵Michael Lutz
the land info window.
2018-06-03Doc: Instructions for symlinking commit hooks didn't work on (at least) OS X.Andy
2018-05-29Fix: [OSX] Minor 2D scrolling fixes (#6793)Alexander Weiss
* Codechange: Check for scrollwheel_scrolling first when scrolling viewport instead of first setting normal values and then overwriting them. * Fix #6558: [OSX] Reset 2D scrolling values when not scrolling to prevent unintended window focus changes * Change: [OSX] Include initial scrolling movement when using 2D scrolling to make it more responsive * Fix: [OSX] 2D scrolling not working when setting viewport scroll behaviour to use left mouse button
2018-05-27Change: [OSX] Disable macOS Sierra's automatic tab featureAlexander Weiss
2018-05-26Change: [Win32] Enable DirectMusic driver for Win64.Michael Lutz