Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-27 | Update: Translations from eints | translators | |
portuguese (brazilian): 22 changes by Lucas559-noob polish: 6 changes by pAter-exe | |||
2020-09-26 | Update: Translations from eints | translators | |
turkish: 28 changes by nullaf dutch: 1 change by rcpaul | |||
2020-09-26 | Update: Translations from eints | translators | |
german: 1 change by frosch123 | |||
2020-09-25 | Codechange: Set CMAKE_BUILD_TYPE to default to debug if not otherwise set | Charles Pigott | |
2020-09-25 | Change: Service depot also reset breakdown chance. | Galigator | |
2020-09-25 | Fix 70f9c3c6: The *_filter_criteria variables contain an index, not a cargo. ↵ | stormcone | |
(#8320) | |||
2020-09-25 | Codechange: Make codestyle for CMake files consistent for 'control' statements | Charles Pigott | |
2020-09-24 | Fix #8311, b98c7763de4: Industry probability at map generation was scaled ↵ | frosch | |
differently when set via property or callback. | |||
2020-09-24 | Feature: Make news and errors close hotkeys configurable | dP | |
2020-09-24 | Feature: Improve restart command | Berbe | |
When the restart command is issued, a normal map is always spawned. This improvement takes into account the current state of _file_to_saveload to check if a savegame/scenario/heightmap was previously loaded, and loads the same resource again. | |||
2020-09-24 | Fix 380fd8c: Only check houses for cargo when generating subsidies with towns | dP | |
2020-09-23 | Update: Translations from eints | translators | |
korean: 1 change by telk5093 | |||
2020-09-02 | Update: Translations from eints | translators | |
ukrainian: 11 changes by Strategy | |||
2020-09-01 | Fix: Remove /MP flag and improve FindEditbin.cmake for Windows clang-cl build | laikh | |
2020-09-01 | Change: Use key names instead of characters in hotkey.cfg | dP | |
2020-08-30 | Update: Translations from eints | translators | |
catalan: 57 changes by juanjo | |||
2020-08-21 | Update: Translations from eints | translators | |
ukrainian: 18 changes by Strategy | |||
2020-08-13 | Fix: sprite preview in sprite aligner is too small with scaled UI | dP | |
2020-08-04 | Update: Translations from eints | translators | |
swedish: 1 change by Joel_A | |||
2020-07-28 | Change: Log when rejecting a TAR archive for extraction | Niels Martin Hansen | |
Based on report in <https://www.tt-forums.net/viewtopic.php?f=31&t=87374> | |||
2020-07-27 | Fix: Properly invalidate mouse-over station coverage highlight (#8263) | Łukasz Hryniuk | |
2020-07-27 | Codechange #8258: Remove unused town cargo caches from the savegame | dP | |
2020-07-27 | Codechange: Spell 'Viewport' consistently | TechGeekNZ | |
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'. This patch makes everything consistent. | |||
2020-07-27 | Fix: [CMake] Don't strip final newline from regression output. | Michael Lutz | |
The expected regression output files all end with a newline. As such, we have to make sure we capture the output from OpenTTD with the last newline intact. | |||
2020-07-27 | Fix: GCC warns about possibly uninitialized data in signal.cpp | TechGeekNZ | |
When compiling with '-Og', GCC warns about variables that are initialized by reference in the condition of a 'while' loop. This commit silences the warning by explicitly initializing the variables in question to their respective 'invalid value' markers, which will most likely be optimized out when the compiler realizes the values are never used. | |||
2020-07-25 | Update: Translations from eints | translators | |
french: 1 change by glx | |||
2020-07-24 | Update: Translations from eints | translators | |
belarusian: 35 changes by KorneySan | |||
2020-07-22 | Update: Translations from eints | translators | |
belarusian: 64 changes by KorneySan russian: 2 changes by KorneySan | |||
2020-07-21 | Update: Translations from eints | translators | |
belarusian: 11 changes by KorneySan | |||
2020-07-16 | Change: rewrote squirrel_export in CMake | glx | |
2020-07-16 | Change: rewrote generate_widget in CMake | glx | |
2020-07-15 | Feature: Center text and icons in the status bar vertically (#8273) | Pavel Stupnikov | |
2020-07-13 | Fix: Set invalid road and tram types for rail tunnel ends | dP | |
2020-07-12 | Update: Translations from eints | translators | |
korean: 1 change by telk5093 | |||
2020-07-10 | Add: [CMake] Source group definitions to create file filters in generated ↵ | Michael Lutz | |
project files (like the old MSVC projects). | |||
2020-07-10 | Fix: ignore more things | glx22 | |
2020-07-10 | Fix: Adjust .gitignore to CMake build system. | frosch | |
2020-07-10 | Fix #7772: Show destination on mouseover when vehicle stopped (and not in depot) | Abdurrahmaan Iqbal | |
2020-07-10 | Update: Disuse of STR_ERROR_INCOMPATIBLE_ROAD | TrevorShelton | |
2020-07-10 | Change #8162: Conversion of Town Road, Impr. Error | TrevorShelton | |
This changes the error when you attempt to convert a road owned by a town to another road, specifying that it's owned by the town rather than simply being incompatible. As the original poster of the issue pointed out, these seemed to be the only occurences of the incompatible road string, so now it's unused, but they would be left untouched in case of future use or since changing it to a different error would do the work of removing it then. If requested, it likely wouldn't be too difficult to remove the string entirely. | |||
2020-07-09 | Fix: Thread unsafe use of SendPacket for PACKET_SERVER_MAP_SIZE | Jonathan G Rennison | |
NetworkTCPSocketHandler::SendPacket is not thread safe and may not be used concurrently from multiple threads without suitable locking | |||
2020-07-05 | Fix: [CMake] Re-enable multi-threaded compilation for MSVC project files. | Michael Lutz | |
2020-07-03 | Fix: Globally apply preprocessor directive coding style | TechGeekNZ | |
Global; except for the 32-bit SSE blitter, which has some #DEFINEs in not-very-nice places. | |||
2020-07-02 | Add: [CMake] Allow renaming of openttd binary | glx22 | |
2020-07-02 | Fix: [CMake] Restore man file compression | glx22 | |
2020-07-02 | Fix #8250: [NRT] Company infrastructure window always omits last road/tramtype | stormcone | |
2020-07-01 | Update: Translations from eints | translators | |
czech: 3 changes by djst | |||
2020-06-30 | Fix: don't search for SDL, etc., on macOS | Dan Villiom Podlaski Christiansen | |
2020-06-30 | Fix: remove remainining usages of FALSE in CMake files | Dan Villiom Podlaski Christiansen | |
2020-06-30 | Fix: fix building release tags | Dan Villiom Podlaski Christiansen | |
I tried building a tag, and got this error: CMake Error at cmake/scripts/FindVersion.cmake:85 (string): string sub-command REGEX, mode REPLACE: regex "^[0-9.]*$" matched an empty string. |