summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
AgeCommit message (Expand)Author
2021-07-18Remove: the concept of UnknownGRFsrubidium42
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Codechange: use separate pre and post callbacks for int settingsrubidium42
2021-05-08Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot...Rubidium
2021-05-05Cleanup: Leftover static const variable from a3b356e (#9194)Loïc Guilloux
2021-04-27Codechange: [Network] Do not leak os_abstraction.h via fios.hrubidium42
2021-03-10Fix: abort GRFFileScanner on exiting the game as soon as possiblePatric Stout
2021-03-10Add: make modal windows update more smoothPatric Stout
2021-02-19Fix d437445c: also use std::chrono for the GRFFileScanner modal windowPatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Use std::string in file scanners.Michael Lutz
2020-05-21Codechange: Use std::string for storing GRF error messages.Michael Lutz
2020-05-21Codechange: Replace custom linked list for GRF texts with STL vectors and str...Michael Lutz
2020-05-21Codechange: Replace SmallPair with std::pair.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-18Codechange: use std::vector to sort _all_grfs linked listglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-04-06Codechange: Replace custom mutex code with C++11 mutex'es.Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + nHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2017-01-14(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a...frosch
2017-01-07(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG ins...frosch
2017-01-07(svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM.frosch
2017-01-07(svn r27721) -Fix: Testing GRFs for static-safety (when reloading the config)...frosch
2016-10-30(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...frosch
2014-11-18(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.frosch
2014-10-12(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...rubidium
2014-05-24(svn r26612) -Add: Method to copy newgrf parameters.alberth
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-23(svn r26070) -Fix: prevent extremely huge size for data (1+GiB)rubidium
2013-11-23(svn r26061) -Fix: negative result of ftell wasn't handled correctly in some ...rubidium
2013-11-23(svn r26058) -Fix: handle the return value of a number of functions betterrubidium
2013-11-23(svn r26057) -Fix: a number of possibly uninitialised variablesrubidium
2012-06-01(svn r24318) -Feature: Add dropdowns to NewGRF configurations, if all values ...frosch
2012-02-12(svn r23935) -Codechange: generalise GetTextfilerubidium
2012-02-04(svn r23887) -Feature: [NewGRF] Support for container version 2.michi_cc
2012-01-15(svn r23807) -Codechange: GRFError::num_params is not needed, remove it.frosch
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
2011-12-11(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an urlyexo
2011-11-18(svn r23249) -Feature: Also allow viewing of the other two textfiles supplied...frosch
2011-11-18(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to...frosch
2011-11-14(svn r23222) -Codechange: reduce tar scanning calls to the bare minimumrubidium