Commit Graph

23277 Commits (33e3f4916173b4129cbbe60f94dae659a70edb83)
 

Author SHA1 Message Date
Michael Lutz 4bf216993a Add: [OSX] Native text caret handling. 6 years ago
Michael Lutz 8d7cd6a526 Add: [OSX] Native natural sort implementation. 6 years ago
Michael Lutz 05a93c121c Fix: [OSX] Macro redefinition warning. 6 years ago
translators c63f0b3005 Update: Translations from eints
chinese (simplified): 28 changes by ww9980
spanish: 12 changes by SilverSurferZzZ
6 years ago
translators cd44e33f4e Update: Translations from eints
spanish: 4 changes by SilverSurferZzZ
portuguese: 2 changes by Samu
6 years ago
translators 587c2149b6 Update: Translations from eints
croatian: 23 changes by VoyagerOne
spanish: 8 changes by SilverSurferZzZ
6 years ago
Michael Lutz 3b8db31a49 Fix: [Win32] Align sprite glyphs to the font baseline when using Uniscribe text layout. 6 years ago
translators 88894166e8 Update: Translations from eints
italian: 23 changes by lorenzodv
spanish: 2 changes by SilverSurferZzZ
6 years ago
comicsads b93fad7481 Fix: Spelling in code comment (#6984) 6 years ago
Greg-21 d64a0a6696 Update: Removed several obsolete known bugs 6 years ago
Greg-21 206694a4f2 Doc: Removed "FS" from issue number
Because FlySpray is no longer the main bug tracking system.
6 years ago
Greg-21 59e4913a0f Doc: Changed several things in known-bugs file
Converted "tabs" to "spaces", changed the order based on the numbering of bugs, made that lines end closer to the 80th character column, changed "Mac OS X" to "macOS", and several other less important changes.
6 years ago
translators eab3aa16aa Update: Translations from eints
spanish: 3 changes by SilverSurferZzZ
6 years ago
damfr 868c6f924a Add: Filter box to the save and load windows (#6974)
Save and heightmap names can be filtered.
6 years ago
translators af4a21bd82 Update: Translations from eints
korean: 4 changes by telk5093
spanish: 3 changes by SilverSurferZzZ
russian: 8 changes by Lone_Wolf
6 years ago
Niels Martin Hansen 9e30fbab34 Fix #6864: Normalise colour use in Frame rate window 6 years ago
Niels Martin Hansen cb1fcc4765 Doc: More notes for developers adding new PerformanceElements 6 years ago
Niels Martin Hansen 1ee20fac9a Codechange: Wrong name for include guard 6 years ago
Niels Martin Hansen 810887af30 Fix #6498: Use int64 for all company rating calculations 6 years ago
Niels Martin Hansen c618a7c093 Fix 6298b96: Changing music set did not save new setting 6 years ago
Niels Martin Hansen c84b9913bd Fix #6676: Prevent helicopters from stopping in midair during some kinds of landing
This adds a new flag that gets stored in the savegame, but it should still be compatible both ways, hence no save version bump.
6 years ago
translators f35a59fd38 Update: Translations from eints
spanish (mexican): 2 changes by Absay
6 years ago
translators 16a36dffa0 Update: Translations from eints
spanish: 2 changes by SilverSurferZzZ
6 years ago
Niels Martin Hansen 476643bfa5 Remove: Visual Studio project files for earlier than 2015 6 years ago
Niels Martin Hansen 86bea59962 Update: Add missing newline at end of some project files 6 years ago
frosch 1a1204472e Revert: Sprite sorting optimisation sorted incorrectly.
This reverts commit 25ab9c1997.
6 years ago
Niels Martin Hansen 68e6b5531a Update: Developer credits 6 years ago
Charles Pigott 6accbf9afc Fix #6969: Account for BOM when reading script files 6 years ago
translators 278a705bbb Update: Translations from eints
indonesian: 41 changes by UseYourIllusion
6 years ago
translators 71cda6ca1d Update: Translations from eints
spanish: 10 changes by SilverSurferZzZ
6 years ago
translators 6950ea0ba7 Update: Translations from eints
indonesian: 18 changes by UseYourIllusion
6 years ago
translators 16cc482d57 Update: Translations from eints
croatian: 2 changes by VoyagerOne
6 years ago
Greg-21 4ba73dac95 Doc: Changed several files to unificate them... (#6964)
...with those from release 1.8 branch.
6 years ago
translators ccd9d77b94 Update: Translations from eints
italian: 2 changes by lorenzodv
6 years ago
Niels Martin Hansen 9b560eaa51 Fix: Industry chain window layout no more unnecessarily large when the number of cargoes in/out isn't large either 6 years ago
Niels Martin Hansen e66cec8f86 Add: NewGRF support for 16-in-16-out industries 6 years ago
Niels Martin Hansen 8859381d30 Add: Industries can produce and accept up to 16 different cargoes 6 years ago
translators 32b9ee7063 Update: Translations from eints
latvian: 3 changes by krixis02
6 years ago
Niels Martin Hansen 81b2ddd0ab Fix: Fluidsynth should not be added to VC project files 6 years ago
Charles Pigott 0c619b7c4b Add: Fluidsynth music driver support (jmak) 6 years ago
Samu 1e68b9b3e6 Add: AI/GS GetMonthlyMaintenanceCost (#6897)
API addition which allows AI/GS scripts to retrieve the monthly maintenance cost of an airport type.
6 years ago
SamuXarick 4703cd433d Fix #6460: [AI] Add start_date parameter for Random AIs on new game 6 years ago
Oskari Leppäaho b3b89257f7 Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION" 6 years ago
Joost Hopmans 5029cd6f28 Fix: Only possible to build station next to competitors by using CTRL+click
Fix by checking only for stations owned by the current company when
inspecting if there are multiple adjoining stations to the one being built.

When building next to 2 or more owned stations we don't know which
station should be extended. For other companies' stations that's not a
problem since our station won't merge with theirs anyway.

Calling to BuildStationPart should never have another company's station
as a parameter to attach to unless the client is malicious, so just returning
a generic error in that case.
6 years ago
frosch 18ca3e8660 Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by 0 bits. 6 years ago
Alexander Weiss b3dc90af58 Change: Clone tool in depot window now behaves like clone button in vehicle window. Keep the tool active when share-cloning. Open the vehicle GUI when copy-cloning. (#6754) 6 years ago
SamuXarick 264e60529f Change: Gradually slow down aircraft speed on breakdown (#6932) 6 years ago
Charles Pigott bb7353c02a Codechange: Some more null checks 6 years ago
Charles Pigott 1778b2d66e Codechange: Merge some duplicated functions 6 years ago
Charles Pigott ca5f73b196 Codechange: Turn a define into a constant 6 years ago