summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
AgeCommit message (Expand)Author
2021-07-18Remove: the concept of UnknownGRFsrubidium42
2021-05-29Codechange: use separate pre and post callbacks for int settingsrubidium42
2021-05-27Change: mark copy-assignment as deleted for classes with a copy-constructor t...rubidium42
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
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...Henry Wilson
2019-03-26Codechange: Removed SmallVector completelyHenry 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
2014-05-24(svn r26612) -Add: Method to copy newgrf parameters.alberth
2014-02-07(svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity whe...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-06-01(svn r24318) -Feature: Add dropdowns to NewGRF configurations, if all values ...frosch
2012-02-12(svn r23932) -Codechange: split the NewGRF text window into its own source filesrubidium
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-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-19(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...rubidium
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-11(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an urlyexo
2011-12-04(svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't appl...rubidium
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-10(svn r23178) -Feature [FS#4780]: in-game readme.txt readmer (LordAro)rubidium
2011-11-08(svn r23140) -Add: ErrorUnknownCallbackResult()frosch
2011-10-04(svn r23001) -Feature: [NewGRF] Automatically switch to a 32 bpp blitter on N...michi_cc
2011-08-24(svn r22826) -Codechange: pass sub directory to NewGRF loading functionsrubidium
2011-08-21(svn r22797) -Add: progress bar for scanning NewGRFsrubidium
2011-08-21(svn r22793) -Codechange: remove callback default to make clear they are not ...rubidium
2011-08-21(svn r22790) -Codechange: add callback for when NewGRF scanning is completerubidium
2011-05-02(svn r22410) -Document: some more bits ;)rubidium
2011-03-03(svn r22162) -Fix [FS#4533]: No update of NewGRF window when unknown GRF name...yexo
2011-01-15(svn r21814) -Fix/Add: Check GRF version from action 8, and disallow usage of...frosch
2010-10-17(svn r20959) -Codechange: Realign comments.frosch
2010-10-17(svn r20958) -Add: the concept of min-loadable-version to NewGRFs when choosi...frosch
2010-10-17(svn r20957) -Codechange: Add another parameter to FindGRFConfig() to define ...frosch
2010-08-23(svn r20601) -Feature: [NewGRF] Add 'DEFA' field to set parameter defaults wi...yexo
2010-08-19(svn r20566) -Feature: happy smiles on the faces of Ammler and planetmakerrubidium
2010-08-15(svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing r...frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-31(svn r20259) -Add: allow NewGRFs to specify their version and use that to hid...rubidium
2010-07-31(svn r20258) -Feature: more user-friendly gui to change NewGRF parametersyexo
2010-07-31(svn r20255) -Add: allow NewGRFs to specify static info about their user-chan...yexo
2010-07-31(svn r20254) -Add: allow NewGRFs to specify their paletterubidium
2010-07-31(svn r20253) -Codechange: change GRFConfig::windows_paletted into a bitmask/b...rubidium
2010-07-31(svn r20252) -Codechange: deduplicate logic for setting a suitable (initial) ...rubidium
2010-07-31(svn r20251) -Add: [NewGRF] allow grfs to specify the number of valid parametersyexo