Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-08 | Add: [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-08 | Add: [OSX] Native text caret handling. | Michael Lutz | |
2018-12-08 | Add: [OSX] Native natural sort implementation. | Michael Lutz | |
2018-12-08 | Fix: [OSX] Macro redefinition warning. | Michael Lutz | |
2018-12-08 | Update: Translations from eints | translators | |
chinese (simplified): 28 changes by ww9980 spanish: 12 changes by SilverSurferZzZ | |||
2018-12-07 | Update: Translations from eints | translators | |
spanish: 4 changes by SilverSurferZzZ portuguese: 2 changes by Samu | |||
2018-12-03 | Update: Translations from eints | translators | |
croatian: 23 changes by VoyagerOne spanish: 8 changes by SilverSurferZzZ | |||
2018-12-01 | Fix: [Win32] Align sprite glyphs to the font baseline when using Uniscribe ↵ | Michael Lutz | |
text layout. | |||
2018-11-29 | Update: Translations from eints | translators | |
italian: 23 changes by lorenzodv spanish: 2 changes by SilverSurferZzZ | |||
2018-11-28 | Fix: Spelling in code comment (#6984) | comicsads | |
2018-11-27 | Update: Removed several obsolete known bugs | Greg-21 | |
2018-11-27 | Doc: Removed "FS" from issue number | Greg-21 | |
Because FlySpray is no longer the main bug tracking system. | |||
2018-11-27 | Doc: Changed several things in known-bugs file | Greg-21 | |
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. | |||
2018-11-27 | Update: Translations from eints | translators | |
spanish: 3 changes by SilverSurferZzZ | |||
2018-11-25 | Add: Filter box to the save and load windows (#6974) | damfr | |
Save and heightmap names can be filtered. | |||
2018-11-25 | Update: Translations from eints | translators | |
korean: 4 changes by telk5093 spanish: 3 changes by SilverSurferZzZ russian: 8 changes by Lone_Wolf | |||
2018-11-25 | Fix #6864: Normalise colour use in Frame rate window | Niels Martin Hansen | |
2018-11-25 | Doc: More notes for developers adding new PerformanceElements | Niels Martin Hansen | |
2018-11-25 | Codechange: Wrong name for include guard | Niels Martin Hansen | |
2018-11-25 | Fix #6498: Use int64 for all company rating calculations | Niels Martin Hansen | |
2018-11-25 | Fix 6298b96: Changing music set did not save new setting | Niels Martin Hansen | |
2018-11-25 | Fix #6676: Prevent helicopters from stopping in midair during some kinds of ↵ | Niels Martin Hansen | |
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. | |||
2018-11-24 | Update: Translations from eints | translators | |
spanish (mexican): 2 changes by Absay | |||
2018-11-21 | Update: Translations from eints | translators | |
spanish: 2 changes by SilverSurferZzZ | |||
2018-11-18 | Remove: Visual Studio project files for earlier than 2015 | Niels Martin Hansen | |
2018-11-18 | Update: Add missing newline at end of some project files | Niels Martin Hansen | |
2018-11-18 | Revert: Sprite sorting optimisation sorted incorrectly. | frosch | |
This reverts commit 25ab9c1997f770f4a8a66bb3ad4b82ba87e3a977. | |||
2018-11-17 | Update: Developer credits | Niels Martin Hansen | |
2018-11-17 | Fix #6969: Account for BOM when reading script files | Charles Pigott | |
2018-11-14 | Update: Translations from eints | translators | |
indonesian: 41 changes by UseYourIllusion | |||
2018-11-13 | Update: Translations from eints | translators | |
spanish: 10 changes by SilverSurferZzZ | |||
2018-11-12 | Update: Translations from eints | translators | |
indonesian: 18 changes by UseYourIllusion | |||
2018-11-08 | Update: Translations from eints | translators | |
croatian: 2 changes by VoyagerOne | |||
2018-11-06 | Doc: Changed several files to unificate them... (#6964) | Greg-21 | |
...with those from release 1.8 branch. | |||
2018-11-04 | Update: Translations from eints | translators | |
italian: 2 changes by lorenzodv | |||
2018-11-03 | Fix: Industry chain window layout no more unnecessarily large when the ↵ | Niels Martin Hansen | |
number of cargoes in/out isn't large either | |||
2018-11-03 | Add: NewGRF support for 16-in-16-out industries | Niels Martin Hansen | |
2018-11-03 | Add: Industries can produce and accept up to 16 different cargoes | Niels Martin Hansen | |
2018-11-03 | Update: Translations from eints | translators | |
latvian: 3 changes by krixis02 | |||
2018-11-01 | Fix: Fluidsynth should not be added to VC project files | Niels Martin Hansen | |
2018-11-01 | Add: Fluidsynth music driver support (jmak) | Charles Pigott | |
2018-11-01 | Add: AI/GS GetMonthlyMaintenanceCost (#6897) | Samu | |
API addition which allows AI/GS scripts to retrieve the monthly maintenance cost of an airport type. | |||
2018-11-01 | Fix #6460: [AI] Add start_date parameter for Random AIs on new game | SamuXarick | |
2018-10-31 | Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION" | Oskari Leppäaho | |
2018-10-31 | Fix: Only possible to build station next to competitors by using CTRL+click | Joost Hopmans | |
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. | |||
2018-10-31 | Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating ↵ | frosch | |
by 0 bits. | |||
2018-10-31 | Change: Clone tool in depot window now behaves like clone button in vehicle ↵ | Alexander Weiss | |
window. Keep the tool active when share-cloning. Open the vehicle GUI when copy-cloning. (#6754) | |||
2018-10-31 | Change: Gradually slow down aircraft speed on breakdown (#6932) | SamuXarick | |
2018-10-31 | Codechange: Some more null checks | Charles Pigott | |
2018-10-31 | Codechange: Merge some duplicated functions | Charles Pigott | |