summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-01-11Change: Animate text effects by real time instead of game ticks.Peter Nelson
2019-01-11Change: Switch various window timers to real time instead of game ticks.Peter Nelson
2019-01-11Change: OnGameTick() is only called when not paused.Peter Nelson
2019-01-11Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ↵Peter Nelson
timers to work with milliseconds instead of ticks.
2019-01-10Update: Translations from eintstranslators
italian: 1 change by lorenzodv french: 29 changes by glx
2019-01-10Add #4115: default company colour setting (#6998)Gabda87
Works only in single player.
2019-01-09Change: Desert tiles are now half-desert if a neighboured tile is non-desert ↵Andy
or sea/coast. (patch by frosch123) #4754 (#7015)
2019-01-09Fix: Don't increase motion counter while train is waiting at non-path ↵Andy
signals (Author: frosch123) #5877 (#7018)
2019-01-07Update: Translations from eintstranslators
hebrew: 22 changes by dnd_man spanish (mexican): 1 change by Absay
2019-01-06Doc: Fix spelling in comments.J0an Josep
2019-01-06Fix: [NPF] Don't look two-way for road vehicles when looking for a depot. ↵J0an Josep
Road vehicles shouldn't reverse all of a sudden.
2019-01-06Codechange: [YAPF] Stop looking for an automatic servicing road depot when ↵Juanjo!
the cost of a path exceeds max. penalty.
2019-01-06Codechange: [NPF] Stop looking for an automatic servicing (rail/road) depot ↵Juanjo!
when the cost of a path exceeds max. penalty.
2019-01-06Fix #7001: Pathfinders should see standard road stations as tiles where to ↵J0an Josep
reverse.
2019-01-06Fix 13056ae: PR #7017 added new enum value in bad position, move itNiels Martin Hansen
2019-01-05Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017)Eddi-z
2019-01-05Fix: [Win32] don't mess with std[out|err|in] if we can't allocate a consoleglx
2019-01-05Fix 6a3d411: Silence truncation warningNiels Martin Hansen
2019-01-05Change: Fluidsynth music driver plays through mixer instead of own audio driverNiels Martin Hansen
2019-01-05Add: Mixer feature for streaming sampled musicNiels Martin Hansen
2019-01-05Fix 6accbf9: Silence warnings about unused fread() resultNiels Martin Hansen
2019-01-04Codechange: Use window class as expected.Juanjo
2019-01-04Codechange: Use INVALID_TRACKDIR instead of 0xFF.J0an Josep
2019-01-04Update: Translations from eintstranslators
spanish: 4 changes by SilverSurferZzZ
2018-12-31Update: Translations from eintstranslators
spanish (mexican): 10 changes by Absay
2018-12-29Fix #6966: Only allow switching to a valid company.Alberth
2018-12-27Update: Translations from eintstranslators
finnish: 160 changes by ln
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ↵glx
macro _WIN32
2018-12-27Fix #6974: Add save-load filter widget to apiJoan Josep
2018-12-26Change: use vcpkg integration in Visual Studioglx
Removes the need for us to provide OpenTTD-useful package
2018-12-24Update: Translations from eintstranslators
russian: 8 changes by Lone_Wolf
2018-12-14Update: Translations from eintstranslators
spanish: 3 changes by SilverSurferZzZ
2018-12-13Update: Translations from eintstranslators
spanish: 5 changes by SilverSurferZzZ spanish (mexican): 23 changes by Absay
2018-12-12Update: Translations from eintstranslators
chinese (simplified): 2 changes by ww9980 korean: 23 changes by kevinhigh
2018-12-10Update: Translations from eintstranslators
spanish: 6 changes by SilverSurferZzZ
2018-12-09Update: Translations from eintstranslators
spanish: 4 changes by SilverSurferZzZ
2018-12-08Add: [OSX] Text layout using the native CoreText API.Michael Lutz
By default, the native API will be used instead of ICU, but if ICU is forced in using configure, it will take precedence.
2018-12-08Add: [OSX] Native text caret handling.Michael Lutz
2018-12-08Add: [OSX] Native natural sort implementation.Michael Lutz
2018-12-08Fix: [OSX] Macro redefinition warning.Michael Lutz
2018-12-08Update: Translations from eintstranslators
chinese (simplified): 28 changes by ww9980 spanish: 12 changes by SilverSurferZzZ
2018-12-07Update: Translations from eintstranslators
spanish: 4 changes by SilverSurferZzZ portuguese: 2 changes by Samu
2018-12-03Update: Translations from eintstranslators
croatian: 23 changes by VoyagerOne spanish: 8 changes by SilverSurferZzZ
2018-12-01Fix: [Win32] Align sprite glyphs to the font baseline when using Uniscribe ↵Michael Lutz
text layout.
2018-11-29Update: Translations from eintstranslators
italian: 23 changes by lorenzodv spanish: 2 changes by SilverSurferZzZ
2018-11-28Fix: Spelling in code comment (#6984)comicsads
2018-11-27Update: Translations from eintstranslators
spanish: 3 changes by SilverSurferZzZ
2018-11-25Add: Filter box to the save and load windows (#6974)damfr
Save and heightmap names can be filtered.
2018-11-25Update: Translations from eintstranslators
korean: 4 changes by telk5093 spanish: 3 changes by SilverSurferZzZ russian: 8 changes by Lone_Wolf
2018-11-25Fix #6864: Normalise colour use in Frame rate windowNiels Martin Hansen