summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
AgeCommit message (Expand)Author
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
2010-07-31(svn r20249) -Codechange: change the newgrf name/description from a char* to ...yexo
2010-07-31(svn r20248) -Codechange: use a copy-constructor instead of a separate functi...yexo
2010-06-13(svn r19972) -Change: Use the md5sum from the previous save of the game for B...frosch
2010-06-13(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRF...frosch
2010-05-16(svn r19835) -Codechange: Extract grfident equality check to its own method.alberth
2010-02-28(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/infoyexo
2010-02-25(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make ...yexo
2010-02-25(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...yexo
2010-02-25(svn r19251) -Codechange: add a contructor to GRFError and use it to allocati...yexo
2010-01-15(svn r18813) -Codechange: deduplicate copying a newgrf configyexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-04(svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFF...frosch
2009-03-13(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information...frosch
2009-01-16(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a ma...peter1138