summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Expand)Author
2021-01-08Fix #8050: ending-year of 5000000 allows you to get to year 5000001 and beyondPatric Stout
2021-01-07Feature: option to auto remove signals when in the way during rail constructi...Kuhnovic
2021-01-02Change: Default settings improved for new players2TallTyler
2020-12-27Codechange: Use automatic memory management for language pack reading.Michael Lutz
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-27Change: Disable changing the inflation setting in network games.Michael Lutz
2020-12-25Change: Remove the LAN/Internet combobox from the server list in favour of ad...frosch
2020-12-25Feature: Add an option to disable tree growth completely (#8415)Pavel Stupnikov
2020-12-21Cleanup: Rework the CargoSpec macro for improved readability.Xaroth Brook
2020-12-16Change: extend the allowed range for max loan setting (#8386)Pavel Stupnikov
2020-12-15Change: set the default setting for autorenew to on for new games (#8352)Tyler Trahan
2020-12-15Feature: new velocity unit "tiles/day" (#8278)jostephd
2020-12-14Add: new economy "frozen" that stops production changes and industry closures...Pavel Stupnikov
2020-12-14Codechange: use \u to indicate unicode chars in strings (#8379)Patric Stout
2020-12-04Fix: [CMake] cross-compiling requires native toolsglx22
2020-06-27Feature: Increase max possible distance from border for oil refineries and rigsdP
2020-06-05Add: introduce CMake for project managementPatric Stout
2020-06-05Cleanup: Add note explaining how settings.h is generated from source.TechGeekNZ
2020-06-05Cleanup: Fix typo in settings.h.preamble.TechGeekNZ
2020-05-21Codechange: Use std::string in the driver and blitter selection code.Michael Lutz
2020-05-21Codechange: Store base set related texts in std::strings.Michael Lutz
2020-02-07Fix #7525: Move autorenew setting to Basic categoryNiels Martin Hansen
2020-01-29Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles (#7...kiwitreekor
2020-01-04Feature: Show the name of the NewGRF in the build vehicle window.stormcone
2019-12-28Feature: Configurable game ending yearNiels Martin Hansen
2019-12-23Fix: Snowline height interval is now 1, in both World Generation and Settings...Samu
2019-12-21Fix: Custom sea level default value is now equal to minimum value, not lowerSamu
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-25Fix: Solved helicopter takeoff issue with international airportsJack McKiernan
2019-10-25Codechange: Replaced 255's with an enum entry TERMGROUPJack McKiernan
2019-10-25Codechange: Replaced 0's in heading field with TO_ALLJack McKiernan
2019-10-25Fix #6219: Allow taking off from hangar in commuter airportJack McKiernan
2019-10-19Fix: add savegame version to trading age settingJack Baron
2019-10-19Feature: Configure minimum share trading yearsJack Baron
2019-10-19Codechange: Use std::vector for industry tile layoutsNiels Martin Hansen
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-05-14Codechange: Refactor the Freetype font cache into a generic part that does no...Michael Lutz
2019-05-11Change: Limit memory allocations for each Squirrel instanceNiels Martin Hansen
2019-05-11Fix #7463: Promote scroll mode setting to basic category.Michael Lutz
2019-05-09Fix #7565: Incorrect cursor used for placing road/tram tunnels.peter1138
2019-05-05Change: Set default setting in server browser of "Advertised" to "Yes". (#7568)Corns McGowan
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Set size of SettingGuiFlag & SettingDescType enums, and use them ...Charles Pigott
2019-04-29Codechange: Remove Direction*Byte typesCharles Pigott
2019-04-29Codechange: Remove RailTypeByte typeCharles Pigott
2019-04-15Fix: Typos. (#7517)stormcone
2019-04-11Codechange: NULL -> nullptr in settings files.peter1138
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-08Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground ...kiwitreekor
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson