Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-23 | Update: Translations from eints | translators | |
croatian: 20 changes by VoyagerOne | |||
2020-02-22 | Fix f5381798: Station::GetTileArea reduced docks to a single tile (#8014) | SamuXarick | |
2020-02-22 | Fix #7998: Crash when scripts tried to access companies with invalid IDs. | frosch | |
2020-02-20 | Fix: provide two sets of tram tracks not one in the GUI icon for building ↵ | Andy | |
tramway | |||
2020-02-19 | Fix #8011, f5381798: Dock tile in TTD savegame was only 2 bytes | glx | |
2020-02-19 | Fix #6399: Create parent directories if they don't already exist | Charles Pigott | |
2020-02-19 | Doc: [Script] Add a note about how wagon connectivity works for scripts | Charles Pigott | |
2020-02-17 | Codechange: Avoid copying function parameters by using const references | Quipyowert2 | |
2020-02-15 | Fix: Ignore not printable characters when layouting a string | glx | |
2020-02-15 | Fix: [SDL2] support pasting from clipboard on Linux | LCD 47 | |
2020-02-15 | Update: Translations from eints | translators | |
italian: 2 changes by AlphaJack korean: 8 changes by telk5093 | |||
2020-02-14 | Codechange: Simplify CheckAPIVersion() | glx | |
2020-02-14 | Update: Translations from eints | translators | |
afrikaans: 179 changes by Maccie123 chinese (traditional): 4 changes by firetimer chinese (simplified): 100 changes by firetimer | |||
2020-02-13 | Codechange: Format unsigned integers with %u instead of %i or %d. | Quipyowert2 | |
2020-02-11 | Fix: OpenBSD endianness detection | Charlène | |
2020-02-10 | Update: Translations from eints | translators | |
dutch: 2 changes by JanWillem spanish (mexican): 2 changes by Absay | |||
2020-02-10 | Codechange: Don't fail configure if SDL2 is not detected | Jonathan G Rennison | |
2020-02-09 | Fix #7993: Compile warning in kick/ban debug messages | Charles Pigott | |
2020-02-10 | Fix #7958: Use NewGRF provided catenary sprites when either front or back is ↵ | Niels Martin Hansen | |
overridden | |||
2020-02-10 | Codechange: Refactor road bridge catenary drawing | Niels Martin Hansen | |
2020-02-09 | Fix #7944: Demolishing locks built on rivers didn't always restore the river | Samu | |
2020-02-09 | Update: Translations from eints | translators | |
basque: 17 changes by Thadah | |||
2020-02-09 | Fix #7988: Memory leak when using custom depot names | Charles Pigott | |
2020-02-08 | Change: Heading for 1.11 now | glx | |
2020-02-08 | Update: Translations from eints | translators | |
russian: 2 changes by Lone_Wolf | |||
2020-02-08 | Fix #7976: Don't kick the client doing the rcon | glx | |
2020-02-07 | Fix #7592: Do not cache road vehicle path within 8 tiles of destination with ↵ | Jonathan G Rennison | |
multiple entrances Ported from jgrpp commit 79d5be7e265df3be8b73d484f0c7261b3c23229d | |||
2020-02-07 | Fix #7525: Move autorenew setting to Basic category | Niels Martin Hansen | |
2020-02-07 | Fix #7885: [Fluidsynth] Use recommended method of setting sample rate | Niels Martin Hansen | |
2020-02-06 | Feature: SLF_HEX to print hexadecimal numbers in the config file | Johannes E. Krause | |
2020-02-06 | Fix: Loading SDT_INTLIST similar to loading SDT_NUMX | Johannes E. Krause | |
2020-02-06 | Fix: Saving SDT_INTLIST handle unsigned values properly | Johannes E. Krause | |
2020-02-06 | Fix #7088: close AI/GS textfile window when their data are invalid | Samu | |
2020-02-06 | Fix #7974: Crash when CTRL+click to show a vehicle group that is collapsed | stormcone | |
2020-02-06 | Fix 5880f147: Integer width warnings | Niels Martin Hansen | |
2020-02-06 | Fix d84b67e5: Station rating effects affecting too large area | Niels Martin Hansen | |
2020-02-05 | Update: Translations from eints | translators | |
korean: 2 changes by telk5093 | |||
2020-02-04 | Feature #7756: Allow server to supply a reason to kicked/banned clients | Bjarni Thor | |
This commit adds the missing feature of allowing the server owner to provide a reason for kicking/banning a client, which the client sees in a pop-up window after being kicked. The implementation extends the network protocol by adding a new network action called NETWORK_ACTION_KICKED that is capable of having an error string, unlike the other network error packages. Additionally, the kick function broadcasts a message to all clients about the kicked client and the reason for the kick. | |||
2020-02-04 | Fix #7969: limit recursion during alias execution | glx | |
2020-02-02 | Update: Translations from eints | translators | |
czech: 22 changes by djst | |||
2020-02-02 | Fix #6566: Fix signed integer overflow in viewport draw area chunking | Jonathan G Rennison | |
This caused drawing areas larger than 2097151 pixels at 8x zoom to not be subdivided into smaller chunks as required. This resulted in pathological performance issues in the sprite sorter. | |||
2020-02-01 | Fix #7966: SQInteger is 64-bit, print it as 64-bit | glx | |
2020-01-30 | Update: Translations from eints | translators | |
korean: 4 changes by telk5093 | |||
2020-01-29 | Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles ↵ | kiwitreekor | |
(#7956) | |||
2020-01-28 | Change: Algorithm for transfer feeder payments | Jonathan G Rennison | |
The original algorithm pays intermediate legs in feeder systems based on the start and end stations of that particular leg. This tends to result in large negative payments on the final leg for journeys with many feeder legs, as the overall feeder payment increases with the number of legs, and the final leg is penalised for discrepancies between the previous leg payments and the actual payment for delivery from the source to the destination. The feeder share setting is a partial mitigation, however it is difficult to tune as a suitable value depends on the number of legs and the network topology, which are often not the same for all vehicles. The new incremental algorithm pays the cargo payment from the source station to the end station of the current leg, minus any previous transfer feeder payments for each leg. This prevents unbounded increase of feeder payments and therefore avoids the issue of excessive negative payments on the final leg. Feeder payments may be negative, e.g. in the case of poorly performing or highly indirect legs. This is better than penalising the final leg. This mode reduces the need to tune the feeder shares setting to the current network. The feeder share setting applies in the existing way. | |||
2020-01-26 | Fix: [AzurePipelines] the changelog-generation-script was mixing UTC and non-UTC | Patric Stout | |
'date -u' returns the time in UTC. 'git log' uses local time. In result, when a machine is on for example +0100, it would generate the changelog of 7 days 1 hour, instead of 7 days. This is a silly oversight. | |||
2020-01-26 | Update: Translations from eints | translators | |
tamil: 13 changes by aswn | |||
2020-01-26 | Fix #7868: Missing override attribute. (#7963) | PeterN | |
2020-01-26 | Fix #7950: Incorrect setup of normal screenshot viewport | JMcKiern | |
2020-01-26 | Fix #7960: use the same method as findversion.sh to determine tag | glx | |