Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | Codechange: Turn a define into a constant | Charles Pigott | |
2018-10-31 | Fix: Protect against a few out of bounds or uninitialised usage errors | Charles Pigott | |
2018-10-31 | Remove: A few bits of dead code | Charles Pigott | |
2018-10-31 | Fix: Remove various dead or unnecessary assignments | Charles Pigott | |
2018-10-31 | Doc: Lots and lots of doxymentation fixes | Charles Pigott | |
2018-10-31 | Update: Doxyfile | Charles Pigott | |
2018-10-30 | Fix #6951: Ensure RailTypes bitfield is always treated as 64 bit | Niels Martin Hansen | |
Some compilers (like VC++ 2015) will otherwise narrow it in some contexts where it should not be. | |||
2018-10-30 | Fix: Missing m8 data in console when using Query tool | Niels Martin Hansen | |
When map array 8 was added, the Query tool wasn't updated to also print the value there to the console, in debug builds. | |||
2018-10-27 | Fix e00908f: Visual C++ 2015 compile error | Niels Martin Hansen | |
Microsoft Visual C++ 2015 Update 3 (and possibly other versions) consider a struct member undefined in a static_assert in the struct body. Moving the static_assert to a member function solves the issue. | |||
2018-10-26 | Codechange: Improve (un)zoom performance | Jindrich Makovicka | |
When zooming out with a high res display, there can be about 150k sprites to be sorted before displaying. With the O(n^2) complexity of the sprite sorter, this can take several seconds. This patch works around this by sorting the sprites by the xmin coordinate first using QSort, which later allows an early bailout out of the inner loop. This is enough to cut down the full unzoom time on a 4k display to a fraction of second. | |||
2018-10-26 | Update: Translations from eints | translators | |
finnish: 25 changes by ln | |||
2018-10-25 | Fix #4109: Add more water checks to the Oil Rig layout | Samu | |
Prevents Oil Rig docking tile from becoming unreachable by ships when spawning next to each other. | |||
2018-10-23 | Update: Translations from eints | translators | |
portuguese (brazilian): 66 changes by Tucalipe | |||
2018-10-13 | Fix #6938: Don't change company value to perform cost estimations (#6939) | Miguel Horta | |
These meddling kids dared to play with magic, but the ancients texts weren't ready for that. Refactors logic to estimate costs that dated to even before OpenTTD 0.1; | |||
2018-10-11 | Fix #6898: Replace atoi() with strtoul() | Miguel Horta | |
Normalize type and parsing of generation_seed across all files Add assert_compile() to ensure correct type | |||
2018-10-08 | Update: Translations from eints | translators | |
polish: 3 changes by xaxa | |||
2018-10-03 | Update: Translations from eints | translators | |
korean: 2 changes by telk5093 | |||
2018-10-02 | Update: Translations from eints | translators | |
vietnamese: 63 changes by myquartz | |||
2018-10-01 | Update: Translations from eints | translators | |
vietnamese: 2 changes by myquartz | |||
2018-09-30 | Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation | Johannes E. Krause | |
2018-09-24 | Update: Translations from eints | translators | |
spanish (mexican): 2 changes by Absay | |||
2018-09-20 | Fix #6854: Compilation with ICU 62 (#6912) | Stefan Strogin | |
2018-09-20 | Fix #6892: [Script] CONFIG_RANDOM did not use the full parameter range (#6902) | SamuXarick | |
2018-09-19 | Update: Translations from eints | translators | |
czech: 27 changes by djst croatian: 1 change by VoyagerOne italian: 1 change by lorenzodv | |||
2018-09-18 | Fix #6622: Fixes empty company name in news when gamescript constructs a town | Max Maton | |
2018-09-16 | Add: BACKSPACE can be mapped as a hotkey | Samuel Cochran | |
2018-09-12 | Fix #6839: OLD_GM_DIR midi search path got lost (#6900) | Charles Pigott | |
2018-09-07 | Update: Translations from eints | translators | |
basque: 4 changes by Thadah | |||
2018-09-06 | Update: Translations from eints | translators | |
russian: 1 change by Lone_Wolf | |||
2018-09-03 | Fix: Better "temp" path for decoded MPSMIDI files when source filename has ↵ | Niels Martin Hansen | |
no path separators | |||
2018-09-03 | Fix: Check the search paths for standard MIDI files | Niels Martin Hansen | |
2018-09-02 | Feature: [NewGRF] Increase size of persistent storage to 256. | Michael Lutz | |
2018-09-02 | Fix: Variable 0x85 had no bounds checks. | frosch | |
2018-08-17 | Update: Translations from eints | translators | |
spanish (mexican): 1 change by Absay | |||
2018-08-14 | Fix #6875: Depot building cost does not include foundation build cost (#6883) | Jonathan G Rennison | |
2018-08-12 | Fix bf8d7df: Script/AI construction of rail track and waypoints (#6881) | Jonathan G Rennison | |
2018-08-11 | Update: Translations from eints | translators | |
croatian: 1 change by VoyagerOne | |||
2018-08-09 | Update: Translations from eints | translators | |
dutch: 137 changes by mrLeopold | |||
2018-08-08 | Update: Translations from eints | translators | |
dutch: 115 changes by mrLeopold | |||
2018-08-07 | Update: Translations from eints | translators | |
hebrew: 23 changes by dnd_man french: 45 changes by glx | |||
2018-08-06 | Fix: Some pixels in ship autoreplace icon (sprite 106) were transparent. | Peter Nelson | |
2018-08-05 | Add: notify IRC about pull-requests and issues | Patric Stout | |
2018-08-04 | Add: notify IRC about pushes to this repository | Patric Stout | |
2018-08-04 | Update: Translations from eints | translators | |
italian: 1 change by lorenzodv | |||
2018-08-04 | Fix #6805: Update CmdBuilRailWaypoint bits. | J0an Josep | |
2018-08-04 | Fix #6805: Clear some m8 bits when making some tiles. | J0an Josep | |
2018-08-04 | Fix: (Doc) Use free bits and -inherit- more consistently in landscape grid. | J0an Josep | |
2018-08-04 | Fix #6805: (Doc) Road depot and stations (except rail stations and ↵ | J0anJosep | |
waypoints) do not use m8 for railtype. | |||
2018-08-04 | Feature: Added New Russian Ruble as currency (#6678) | ScumbagDog | |
2018-08-03 | Update: Translations from eints | translators | |
latvian: 8 changes by krixis02 |