Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | Fix 148e5b41d6: Uninitialized variable usage. (#7216) | PeterN | |
2019-02-10 | Update: Translations from eints | translators | |
russian: 3 changes by Lone_Wolf | |||
2019-02-10 | Change: Skip reliability decay if servicing is disabled | Eddi-z | |
2019-02-10 | Fix: line ending issues with MSYS2 | glx | |
2019-02-10 | Fix #7197: Invalidate depot buttons when necessary. (#7212) | PeterN | |
2019-02-09 | Update: Translations from eints | translators | |
greek: 15 changes by fumantsu dutch: 73 changes by JanWillem | |||
2019-02-08 | Fix: trains cancelling their pending reversal when ordered to go to a depot ↵ | Henry Wilson | |
behind them Previously, if a train had been ordered to reverse, and while it was slowing down, was ordered to travel to a depot that is behind it, the train would continue forwards. Also when a train had been ordered to reverse, and while it was slowing down, was ordered to travel to a depot that is in front of it, the train would not cancel the reversal. In both cases the train would travel away from the target depot. Trains in this situation now behave correctly and will travel towards the depot. | |||
2019-02-08 | Codechange: Make the style of MakeVoid calls uniform (#7192) | Gabda | |
2019-02-07 | Fix #5654: (Re)initialise graph GUI on game (re)start (#7191) | Gabda | |
2019-02-07 | Update: Translations from eints | translators | |
korean: 6 changes by telk5093 polish: 18 changes by xaxa | |||
2019-02-06 | Fix #7108: Missed generate_widget script run for livery changes. | Peter Nelson | |
2019-02-06 | Fix fdc2e85: Double close of file handles | Niels Martin Hansen | |
When unpacking downloaded content, the downloaded .gz file was being opened with `fopen`, the OS file handle given to zlib, and then afterwards zlib told to close the file. But the `FILE *` object was never closed with `fclose`, meaning the stdio library would have a hanging file object, whose file handle was now invalid or referred to a different file. This caused asserts during shutdown with Microsoft's C library in debug mode. Fix this by properly duplicating the OS handle and `fclose`ing the `FILE *` object, before giving the handle to zlib. | |||
2019-02-06 | Add #5006: Flag to hide rail type from construction. | Peter Nelson | |
2019-02-06 | Doc #7181: AAT_STATION_AIRPLANE_LAND triggers only a single tile, not all ↵ | PeterN | |
airport tiles. (#7182) | |||
2019-02-05 | Update: Translations from eints | translators | |
swedish: 21 changes by Joel_A german: 1 change by smwforever45 | |||
2019-02-05 | Fix #7151: Hang when concurrently starting AIs in multiplayer, or with shift ↵ | Peter Nelson | |
pressed. | |||
2019-02-04 | Fix #6803: CargoMonitorID bit packing updated to handle 64 cargo types. | Peter Nelson | |
This requires a saveload bump to change the bitpacking on loading older saves. | |||
2019-02-04 | Change: Make ships stop in locks to move up/down instead of following the slope. | Peter Nelson | |
2019-02-04 | Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions | glx | |
2019-02-04 | Fix #7119: When rotating a ship, apply an additional offset to avoid ↵ | Peter Nelson | |
movement glitch. | |||
2019-02-03 | Revert 479f13fc41, Fix #7133, Fix #7136: "Codechange: Tweak ↵ | Peter Nelson | |
ViewportAddLandscape so it no more relies on "go down as fast as possible" tile height model (Patch by adf88, #6583)" This reverts commit 479f13fc4133f2970aff82d2d0fb9b3c0cb919da. | |||
2019-02-03 | Update: Translations from eints | translators | |
german: 64 changes by smwforever45 | |||
2019-02-03 | Change: Make a shortened network revision string for use in server queries | Niels Martin Hansen | |
2019-02-03 | Change: Increase NETWORK_REVISION_LENGTH to 33 bytes | Niels Martin Hansen | |
2019-02-03 | Change: Use git revision hash (with "modified" prefix) for gamelog | Niels Martin Hansen | |
2019-02-03 | Codechange: Separate gamelog revision length from network revision length | Niels Martin Hansen | |
2019-02-03 | Change: Include the full raw git revision hash in rev.cpp | Niels Martin Hansen | |
2019-02-03 | Fix #7108: Group livery command did not check its parameters properly. | Peter Nelson | |
2019-02-02 | Codechange: Change from numeric to descriptive SLV enum labels for last entries. | Peter Nelson | |
2019-02-02 | Codechange: Additional type safety for saveload version variables. | Peter Nelson | |
2019-02-02 | Codechange: Convert saveload numbers to enum values. | Peter Nelson | |
(This was mostly achieved with a few in-place regexes) | |||
2019-02-02 | Codechange: Make saveload version upper bound exclusive, i.e. version object ↵ | Peter Nelson | |
was removed instead of version object last appeared. | |||
2019-02-02 | Update: Translations from eints | translators | |
croatian: 4 changes by VoyagerOne korean: 4 changes by telk5093 russian: 2 changes by Lone_Wolf german: 4 changes by smwforever45, 4 changes by ShadowCop spanish (mexican): 2 changes by Absay portuguese: 52 changes by vesgo finnish: 3 changes by hpiirai dutch: 238 changes by JanWillem estonian: 1 change by rm87 | |||
2019-02-02 | Fix #7058, Fix #7161: Network chat messages did not expire. | Peter Nelson | |
2019-02-02 | Fix: DMU/EMU livery should apply to passenger carriages with DMU/EMU engines. | Peter Nelson | |
2019-02-02 | Fix: Make livery window resize properly if GUI scale changes whilst open. | Peter Nelson | |
2019-02-02 | Change: Allow AI companies to start immediately. | Samu | |
Allow multiple AIs to possibly start in the same tick. start_date = 0 becomes a special case, where random deviation does not occur. If start_date was not already 0, then a minimum value of 1 must apply. | |||
2019-02-01 | Doc: Yearly increment. | Peter Nelson | |
2019-02-01 | Add: Warn before overwriting an existing save file | Niels Martin Hansen | |
2019-02-01 | Update: Translations from eints | translators | |
french: 2 changes by glx german: 23 changes by planetmaker danish: 139 changes by nielsmh spanish (mexican): 3 changes by Absay portuguese: 55 changes by vesgo dutch: 214 changes by JanWillem estonian: 30 changes by rm87 | |||
2019-02-01 | Fix: close Textfile windows when closing Option window | glx | |
2019-02-01 | Fix #6438: Properly invalidate AI Settings window when max no competitor ↵ | Peter Nelson | |
setting is changed. | |||
2019-02-01 | Fix 23960d0f2c: Scrollbar was broken for non-group liveries. | Peter Nelson | |
Simplify how list position is determined by using existing functions. Also rename livery_height -> rows and SetLiveryHeight() -> SetRows(), as height implies pixels. | |||
2019-02-01 | Fix: Set MU flag on some default engines. | Peter Nelson | |
2019-02-01 | Fix: Don't consider engines not in the current climate towards used livery ↵ | Peter Nelson | |
classes. | |||
2019-01-31 | Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle ↵ | SamuXarick | |
type (#6988) | |||
2019-01-31 | Cleanup: [NPF] Remove unused parameter. | J0an Josep | |
2019-01-31 | Cleanup: [NPF] Assert that a track has been chosen. | J0an Josep | |
2019-01-31 | Fix #7060: [NPF] Do not check whether ignored first tiles are end nodes. | J0an Josep | |
2019-01-31 | Codechange: [NPF] Add some consts. | J0an Josep | |