Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | Fix: change Quartz driver colorSpace handling to address certain macOS ↵ | Andy | |
performance issues (#7644) | |||
2019-09-07 | Fix b3fd7879: Ignore command flags when verifying script commands | Niels Martin Hansen | |
Multiplayer games has the server add some flags to the cmd value during the handling. These flags should not be included in the verification, mask them out. Without this masking out, scripts tend to die when executing their first command in multiplayer. | |||
2019-09-07 | Fix #7188: check the validity of command callback for scripts (#7701) | glx22 | |
2019-09-06 | Fix #7626: Allow building drive-through stops over one-way/blocked roads ↵ | Daniel Lee | |
owned by towns (instead of crashing). | |||
2019-09-06 | Update: Translations from eints | translators | |
french: 4 changes by glx | |||
2019-09-04 | Fix #7692: Added industry tile to GetOrderCmdFromTile() (#7709) | JMcKiern | |
Sending order command to an industry tile now checks if a neutral_station is available and sends the order to that station | |||
2019-09-04 | Update: Translations from eints | translators | |
slovenian: 4 changes by matej1245 | |||
2019-09-02 | Fix #7702: Scaling for highscore screen | Niels Martin Hansen | |
2019-09-01 | Fix b870596f153c17d9aa915ca67b8f6414d73cb31f: forgotten squirrel_export run ↵ | glx22 | |
(#7715) | |||
2019-09-01 | Fix #7704: [OSX] Handle malformed UTF8 strings | uvealonso | |
2019-08-31 | Add: [Win32] Select MIDI device by port name | Niels Martin Hansen | |
2019-08-31 | Codechange: math functions - use cpp-style casts | Nikolas Nyby | |
2019-08-31 | Update: Translations from eints | translators | |
italian: 4 changes by lorenzodv | |||
2019-08-24 | Update: Translations from eints | translators | |
spanish: 1 change by lpenap | |||
2019-08-18 | Update: Translations from eints | translators | |
dutch: 2 changes by JanWillem russian: 7 changes by Lone_Wolf | |||
2019-08-17 | Add: Scale oil refinery edge distance up by map size | Niels Martin Hansen | |
Also scales oil rig distance up, since they use the same algorithm. | |||
2019-08-17 | Add #6887: Option to show zone inside local authority boundary of towns | Gabda | |
Can be found at town information > local authority window Layout for button is same as Graph Keys Turn on/off for every town individually | |||
2019-08-17 | Codechange: Reduced indentation in SaveLoadWindow::OnClick | Juriy Petrochenkov | |
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 | 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 | |