Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | Update: Translations from eints | translators | |
russian: 2 changes by Lone_Wolf | |||
2020-01-07 | Update: Translations from eints | translators | |
finnish: 1 change by hpiirai | |||
2020-01-07 | Cleanup: Unused music GUI strings | Niels Martin Hansen | |
2020-01-07 | Change: Show volume sliders with wedges instead of boxy slider | Niels Martin Hansen | |
2020-01-07 | Add: Filled polygon drawing function | Niels Martin Hansen | |
2020-01-07 | Fix e04ca90: squirrel export script got forgotten | SamuXarick | |
2020-01-07 | Fix 196d5868: Always apply filter on town directory rebuild | glx | |
2020-01-07 | Codechange: Remove std::function from Pool iteration wrapper | Jonathan G Rennison | |
Add a separate template wrapper for filtered iteration | |||
2020-01-07 | Fix: Non-deterministic name sorting in industry directory window | Jonathan G Rennison | |
In the case where multiple industries have the same name, sorting in the industry directory window is non-deterministic. This results in the order changing on each re-sort, and is noticeable when the industries have different production or transported values. | |||
2020-01-06 | Cleanup: Remove unused parameter | Samu | |
2020-01-06 | Fix #7908, b524f1a: "Show the NewGRF name in the build vehicle window" is ↵ | stormcone | |
missing the "On/Off" display. | |||
2020-01-06 | Update: Translations from eints | translators | |
finnish: 4 changes by hpiirai english (us): 20 changes by Supercheese french: 7 changes by glx korean: 7 changes by telk5093 | |||
2020-01-05 | Fix e558aa8: Compiler warning about unused value (and move some variable ↵ | Charles Pigott | |
declarations to where they're used) | |||
2020-01-05 | Fix #7899, 196d5868: don't trigger filter changes more than expected | glx | |
2020-01-05 | Add: Highlight item under mouse in file browser | Niels Martin Hansen | |
2020-01-05 | Doc: Missing member description | Niels Martin Hansen | |
2020-01-05 | Change: In the industry directory window an industry will be greyed out if ↵ | stormcone | |
it temporarily does not accept the cargo selected by the acceptance cargo filter. | |||
2020-01-05 | Change: Move the filtered cargo to the first place in the industry directory ↵ | stormcone | |
window's cargo lists | |||
2020-01-05 | Feature: Industry directory cargo filtering | stormcone | |
2020-01-05 | Fix #6667: Also recalculate bridge costs for 'spectated' AI companies | Charles Pigott | |
2020-01-05 | Fix: When loading old timetabled saves, also reset cached timetable duration | Charles Pigott | |
2020-01-05 | Fix #7587: Crash when loading saves with waypoints with invalid locations | Charles Pigott | |
2020-01-05 | Fix: Assertion failure when post road-works cleanup removes all road pieces | Jonathan G Rennison | |
2020-01-05 | Update: Translations from eints | translators | |
finnish: 3 changes by hpiirai | |||
2020-01-04 | Update: Translations from eints | translators | |
korean: 2 changes by telk5093 | |||
2020-01-04 | Feature: Script API to change town rating of companies | Niels Martin Hansen | |
2020-01-04 | Feature: Show the name of the NewGRF in the build vehicle window. | stormcone | |
2020-01-04 | Feature: Minimap screenshot | TELK | |
2020-01-03 | Update: Translations from eints | translators | |
spanish (mexican): 18 changes by Absay | |||
2020-01-03 | Fix #7891: Actually check the vehicle type before casting | SamuXarick | |
2020-01-02 | Update: Translations from eints | translators | |
luxembourgish: 131 changes by Phreeze french: 6 changes by arikover spanish (mexican): 20 changes by Absay | |||
2020-01-01 | Update: Translations from eints | translators | |
finnish: 11 changes by hpiirai korean: 6 changes by telk5093 | |||
2020-01-01 | Feature: Screenshot window | pnda | |
2020-01-01 | Fix #7887: missing beep for some main toolbar buttons | glx | |
2019-12-31 | Fix #7625: Road infrastructure cost is correctly updated on upgrading your ↵ | Daniel Lee | |
own roads. | |||
2019-12-30 | Update: Translations from eints | translators | |
french: 4 changes by arikover korean: 5 changes by telk5093 | |||
2019-12-29 | Fix: Allow old NewGRF industries to blank out in/out cargo slots (#7882) | Niels Martin Hansen | |
2019-12-28 | Update: Translations from eints | translators | |
spanish (mexican): 1 change by Absay russian: 4 changes by Lone_Wolf | |||
2019-12-28 | Feature: Configurable game ending year | Niels Martin Hansen | |
Functionally reverts 683b65ee1 | |||
2019-12-27 | Add: Missing keycodes for hotkeys.cfg (#7850) | Konstantin Gribov | |
Added missing keycodes mapping to `_keycode_to_name` array to allow their use in `hotkeys.cfg`. Also reordered them according to `WindowKeyCodes` order. Signed-off-by: Konstantin Gribov <grossws@gmail.com> | |||
2019-12-26 | Fix: Reference correct section in README file for baseset info | Niels Martin Hansen | |
2019-12-26 | Fix: Let bootstrap GUI work on Win32 with Uniscribe but no Freetype | Niels Martin Hansen | |
2019-12-26 | Update: Translations from eints | translators | |
russian: 1 change by Lone_Wolf | |||
2019-12-25 | Update: Translations from eints | translators | |
dutch: 1 change by JanWillem | |||
2019-12-24 | Update: Prepare for 1.10.0-beta2 release | Charles Pigott | |
2019-12-24 | Update: Translations from eints | translators | |
french: 1 change by arikover | |||
2019-12-24 | Codechange: Use KDTree for AirportGetNearestTown (#7424) | SamuXarick | |
2019-12-24 | Codechange: Improve MSVC ARM64 support | Michał Janiszewski | |
2019-12-23 | Fix #7430: when train visits station, only reset time_since_pickup if has ↵ | Mingwei Samuel | |
room to load | |||
2019-12-23 | Fix: Snowline height interval is now 1, in both World Generation and ↵ | Samu | |
Settings windows - Previously, it was 1 in World Gen window, but 5 in Settings window |