Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-02 | Codechange: Remove ability for SDL to be dynamically loaded on Windows | Charles Pigott | |
2019-03-02 | Codechange: Make std::stack use std::vector container in string ↵ | PeterN | |
formatting/drawing. (#7305) This is a very minor performance increase which can add up during operations such as sorting. Performance impact my be platform/compiler dependent. | |||
2019-03-01 | Update: Translations from eints | translators | |
turkish: 4 changes by DarkSapling danish: 10 changes by Deb622 norwegian (bokmal): 11 changes by Leifbk portuguese: 11 changes by vesgo | |||
2019-02-28 | Cleanup: spurious TODOs in newgrf.cpp (#7297) | Eddi-z | |
2019-02-28 | Change: [AzurePipelines] Add freetype dependency for OSX. (#7299) | PeterN | |
2019-02-28 | Update: Translations from eints | translators | |
dutch: 80 changes by JanWillem | |||
2019-02-28 | Change: Allow towns to build bridges over rails and one-way roads. (#7291) | SamuXarick | |
2019-02-28 | Change: Decrease minimum permitted value for script_max_opcode_till_suspend ↵ | SamuXarick | |
setting (#7243) | |||
2019-02-27 | Update: Translations from eints | translators | |
romanian: 7 changes by alexmerlin1985 | |||
2019-02-27 | Fix #6574: Remove go to hangar orders when rebuilding airport | Samu | |
When replacing an airport with another, cancel current orders of type 'go to depot' from aircraft still heading to it if the rebuilt airport doesn't have a hangar (helicopter vs heliport), or if the airplane can't land on the rebuilt airport (airplane vs helistation). Removes 'go to hangar' orders from all aircraft when replacing an airport with hangar with another without hangar (heliport). | |||
2019-02-26 | Fix #7281: Unable to select last group in open livery window on group creation. | peter1138 | |
2019-02-25 | Fix 195fd0dc60: Sprite cache must still be cleared when using bitmap fonts. | peter1138 | |
2019-02-25 | Update: Translations from eints | translators | |
dutch: 68 changes by JanWillem danish: 17 changes by nielsmh hungarian: 3 changes by Brumi | |||
2019-02-25 | Fix: [Windows] make the installer DPI aware (#7277) | glx22 | |
2019-02-24 | Update: Changelog for 1.9.0-beta3 and prepare for release. | Michael Lutz | |
2019-02-24 | Change: [AzurePipelines] Use a minimum OSX version of 10.9 during building. | Michael Lutz | |
OpenTTD sources are still written in a way to work down to OSX 10.4 or so, as long as you can obtain a C++11 capable compiler. 10.9 is the minimal useful C++11 target using only Apple stuff out-of-the-box. | |||
2019-02-24 | Update: Translations from eints | translators | |
italian: 11 changes by lorenzodv dutch: 46 changes by JanWillem russian: 5 changes by Lone_Wolf | |||
2019-02-24 | Change: [OSX] Prevent 2D scrolling for traditional scroll wheel mice | Alexander Weiss | |
2019-02-24 | Change #6800: [OSX] Use high-precision scrolling deltas for 2D scrolling | Alexander Weiss | |
2019-02-24 | Fix #7266: Reorder reinitialization of caches when changing font zoom level. ↵ | PeterN | |
(#7273) | |||
2019-02-24 | Fix c3dbe836b4: also compile without ENABLE_NETWORK defined again | Patric Stout | |
2019-02-23 | Fix #7004: Mark linkgraph dirty to be rebuilt on next draw call. (#7265) | PeterN | |
Previously the linkgraph was rebuilt before the viewport extents were finalized. | |||
2019-02-23 | Update: Translations from eints | translators | |
danish: 11 changes by nielsmh spanish (mexican): 11 changes by Absay hungarian: 100 changes by Brumi russian: 6 changes by Lone_Wolf croatian: 9 changes by VoyagerOne | |||
2019-02-23 | Fix #7003: Freetype fonts were scaled by both GUI and Font zoom levels. (#7267) | PeterN | |
2019-02-23 | Change: Framerate window can now scroll and resize | Niels Martin Hansen | |
2019-02-23 | Add: Show performance of AI and GS in framerate window | Niels Martin Hansen | |
2019-02-23 | Fix: Remove desert around lakes upon generation | SamuXarick | |
2019-02-23 | Change: Add scrollbar to cargo legend in cargo payment rates window. | Peter Nelson | |
2019-02-23 | Feature: Add option to adjust font size separately from GUI size. (#7003) | Greg Carlin | |
Adds an option in the "Game Options" next to "Interface Size" called "Font Size". Available options are normal, double, and quad. | |||
2019-02-22 | Fix #7227: Don't apply mouse-hasn't-moved test to scrollbars. | peter1138 | |
2019-02-22 | Fix: Resorting file list did not update filtered rows. | peter1138 | |
2019-02-22 | Update: Translations from eints | translators | |
italian: 9 changes by lorenzodv norwegian (bokmal): 4 changes by Leifbk | |||
2019-02-21 | Fix #7159, e934f09: Waiting time at red one-way signals was too short. | Michael Lutz | |
This is not an exact fix as previously, the wait time was speed/acceleration dependant. This simple fix ignores that and just makes the 'days' from the settings comment to be actually days. | |||
2019-02-21 | Change: Owner of vehicle with exclusive transport rights may now load cargo ↵ | SamuXarick | |
from neutral stations (#7256) | |||
2019-02-21 | Update: Translations from eints | translators | |
dutch: 76 changes by JanWillem scottish gaelic: 44 changes by GunChleoc | |||
2019-02-21 | Codechange: Remove never-used StationIDList. | peter1138 | |
2019-02-21 | Fix #7189: Fluidsynth volume gain too high | Nikolas Nyby | |
2019-02-21 | Change: Make mini-map widget capture mouse when left-click dragging. | Peter Nelson | |
This allows the mini-map to be dragged when the cursor has left the widget. | |||
2019-02-21 | Change: Make volume slider widget capture mouse when clicked. | Peter Nelson | |
This makes the slider continue to respond even when mouse cursor is no longer over the widget. | |||
2019-02-21 | Codechange: Change scrolling_scrollbar to mouse_capture_widget, and dispatch ↵ | Peter Nelson | |
OnClick() event if widget is not a scrollbar. This allows any widget to support mouse capture. | |||
2019-02-21 | Fix #7090: Close Query String window after rebuilding AI/GS settings | Samu | |
2019-02-21 | Fix #7091: Close dropdown menu windows after rebuilding AI/GS settings | Samu | |
2019-02-20 | Update: Translations from eints | translators | |
english (us): 11 changes by njn dutch: 244 changes by JanWillem turkish: 102 changes by wakeup | |||
2019-02-19 | Update: Translations from eints | translators | |
dutch: 100 changes by JanWillem | |||
2019-02-19 | Doc: [AI] UnshareOrders empties the orders list of the vehicle. | Samu | |
2019-02-19 | Fix #7244, 6ca637b8c1: OPF doesn't take 90 deg turns into account. | J0an Josep | |
2019-02-18 | Codechange: Move some common code after adding/removing tiles to a station ↵ | Juanjo | |
to its own function. | |||
2019-02-18 | Fix #7226: Don't call ship pathfinders if there is no available track due to ↵ | J0an Josep | |
"forbid 90 deg turns". | |||
2019-02-18 | Update: Translations from eints | translators | |
ukrainian: 6 changes by nsergiy dutch: 210 changes by JanWillem french: 1 change by glx portuguese: 4 changes by vesgo | |||
2019-02-18 | Change: Increase maximum number of orders from 64000 to ~16.7m. (#7220) | PeterN | |