summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Expand)Author
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
2019-03-20Fix #7390: Extra line removed by mistake caused server_password to disappear ...peter1138
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-16Remove: OPFCharles Pigott
2019-03-08Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...PeterN
2019-03-08Change: Add configurable curve penalty for ships.Peter Nelson
2019-03-07Fix: spelling for a few real town names (#7338)nikolas
2019-03-04Add: Option for population-linear town cargo generationNiels Martin Hansen
2019-02-28Change: Decrease minimum permitted value for script_max_opcode_till_suspend s...SamuXarick
2019-02-23Feature: Add option to adjust font size separately from GUI size. (#7003)Greg Carlin
2019-02-02Codechange: Convert saveload numbers to enum values.Peter Nelson
2019-02-02Codechange: Make saveload version upper bound exclusive, i.e. version object ...Peter Nelson
2019-02-01Fix: Set MU flag on some default engines.Peter Nelson
2019-01-31Feature: Group liveries, and livery window usability enhancements. (#7108)PeterN
2019-01-30Fix: unicode characters in Romanian town names (#7141)nikolas
2019-01-24Fix: Remove duplicate French and Slovak town namesNikolas Nyby
2019-01-21Add: Houses can accept up to 16 different cargo types via NewGRF.Niels Martin Hansen
2019-01-19Change: Invalidate ship path caches if pathfinder choice or forbid-90-degree ...Peter Nelson
2019-01-12Fix: Remove duplicate town name "Huacho" (#7038)nikolas
2019-01-11Fix: Spelling fixes on some Latin American town namesNikolas Nyby
2019-01-10Add #4115: default company colour setting (#6998)Gabda87
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx