Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-13 | Fix: RemoveAirport function now returns with 'Aircraft in the way' error ↵ | Juriy Petrochenkov | |
message as it should be. | |||
2019-08-08 | Update: Translations from eints | translators | |
danish: 2 changes by njn | |||
2019-08-07 | Fix: typo in ScriptList::Valuate param error (#7687) | nikolas | |
2019-08-07 | Fix: Typo in running costs help text | nikolas | |
2019-08-06 | Update: Translations from eints | translators | |
english (us): 2 changes by njn | |||
2019-08-06 | Cleanup: Remove duplicate thread.h include (#7683) | nikolas | |
2019-08-04 | Add: 'getsysdate' console command (#7658) | TELK | |
Add `getsysdate` console command to display system's local time, which is might be useful to check current time in script logging. | |||
2019-08-03 | Feature: Allow showing Newspaper and Ticker messages in parallel | Johannes E. Krause | |
2019-08-02 | Fix #7672: more than 32 resolutions may be available | glx | |
2019-07-27 | Fix #7655: Decrease buttons in cheat window do not work properly | TTrebron | |
2019-07-23 | Fix #7667: Buying an engine after buying wagons doesn't give a complete train. | stormcone | |
2019-07-22 | Fix #7250: Viewport kdtree not being updated for waypoints when sign moved. | stormcone | |
Code based on the patch by JGRennison. JGRennison/OpenTTD-patches@ac84f34062ef1f3ffcdee49dc595d574e4efb4d5 | |||
2019-07-22 | Feature: Town name filtering (#7621) | TELK | |
2019-07-22 | Fix #7593: Crash in ScriptOrder::GetOrderDistance in VT_AIR mode | Jonathan G Rennison | |
Null pointer dereference occurred when either origin_tile or dest_tile were waypoint tiles. | |||
2019-07-21 | Codechange: Remove unused FioTarFirstDir and FioTarAddLink functions | Alberth | |
2019-07-18 | Fix: Narrowing cast in one storybook command | Niels Martin Hansen | |
CompanyID is 8 bit wide, so this incorrect cast would make it impossible to create story page elements for pages past 255. | |||
2019-07-15 | Update: Translations from eints | translators | |
swedish: 49 changes by daishan spanish: 80 changes by lpenap | |||
2019-07-14 | Update: Translations from eints | translators | |
welsh: 13 changes by kazzie spanish: 35 changes by lpenap | |||
2019-07-14 | Fix: Make GSGoal.QuestionClient work correctly at least for clients with ID ↵ | dP | |
< 2**16 | |||
2019-07-12 | Update: Translations from eints | translators | |
welsh: 4 changes by kazzie | |||
2019-07-07 | Fix 27384486e4: Error in GM Reset sysex data | Niels Martin Hansen | |
2019-07-07 | Fix #6666: Mismatched parentheses in RTL languages | pnda | |
2019-07-07 | Fix #5685: Check for free wagons in ScriptVehicleList | unknown | |
2019-07-06 | Fix #7633: Allow zero-cost track conversion to succeed | Niels Martin Hansen | |
2019-07-06 | Change: Limit in-editor warnings in VS 2019 | Niels Martin Hansen | |
The AllRules ruleset causes the VS 2019 editor to litter warning squiggles all over the place, about things that would never be fixed. Limit it to the smallest ruleset available. Warnings shown now mainly concern potential arithmetic overflows. | |||
2019-07-06 | Fix f53817987: unsafe mix of type 'TileIndex' and type 'bool' | glx | |
2019-07-04 | Fix: Correctly reset playback between songs in win32_m driver | Niels Martin Hansen | |
2019-07-04 | Fix: Correctly reset playback between songs in DMusic driver | Niels Martin Hansen | |
2019-07-04 | Fix: Don't keep mutex locked while parsing MIDI data | Niels Martin Hansen | |
2019-07-04 | Fix: Time values should be DWORD everywhere in win32_m | Niels Martin Hansen | |
2019-07-04 | Codechange: Fix comment indentation | Niels Martin Hansen | |
2019-07-04 | Codechange: Use common source for well-known SysEx messages in Windows music ↵ | Niels Martin Hansen | |
drivers | |||
2019-07-04 | Codechange: Add some const in preparation | Niels Martin Hansen | |
2019-07-04 | Codechange: Use std::mutex instead of CRITICAL_SECTION in win32_m | Niels Martin Hansen | |
2019-07-02 | Update: Translations from eints | translators | |
korean: 1 change by telk5093 | |||
2019-06-30 | Change: Avoid caching end of ship path, to allow penalties to apply. | peter1138 | |
2019-06-30 | Add: Penalty for occupied docking points. | peter1138 | |
2019-06-30 | Codechange: Restrict docking points of docks. | peter1138 | |
2019-06-30 | Feature: Multi-tile docks and docking points. | peter1138 | |
2019-06-25 | Update: Translations from eints | translators | |
norwegian (bokmal): 25 changes by Leifbk | |||
2019-06-23 | Update: Translations from eints | translators | |
italian: 38 changes by lorenzodv | |||
2019-06-17 | Update: Translations from eints | translators | |
english (us): 38 changes by njn | |||
2019-06-15 | Update: Translations from eints | translators | |
croatian: 3 changes by VoyagerOne | |||
2019-06-14 | Update: Translations from eints | translators | |
hungarian: 3 changes by Brumi | |||
2019-06-12 | Update: Translations from eints | translators | |
korean: 3 changes by telk5093 | |||
2019-06-11 | Update: Translations from eints | translators | |
czech: 48 changes by djst russian: 3 changes by Lone_Wolf | |||
2019-06-10 | Update: Translations from eints | translators | |
finnish: 3 changes by hpiirai dutch: 3 changes by JanWillem bulgarian: 54 changes by zhelyo french: 3 changes by glx | |||
2019-06-09 | Add: Currency: NTD, CNY, HKD | iigmir | |
2019-06-06 | Fix #7609: In the sprite aligner window the 'Reset relative' button crashes ↵ | stormcone | |
the game. The 'offs_start_map' is a 'SmallMap', so its own 'Erase' function should be called instead of the underlying vector's 'erase' function. And fix a "typo". :) | |||
2019-06-03 | Fix: vcpkg used to patch lzma.h to define LZMA_API_STATIC for static builds ↵ | glx22 | |
(#7614) |