Age | Commit message (Expand) | Author |
2011-05-03 | (svn r22417) -Add: an advanced setting to specify the default palette to use ... | frosch |
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-11-09 | (svn r21125) -Fix (r20248): static NewGRFs shouldn't be added non-statically ... | rubidium |
2010-10-17 | (svn r20960) -Add: Allow setting 'minimal compatible version' via Action14. (... | 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-09-08 | (svn r20766) -Fix [FS#4112]: action14 data was not used for NewGRFs loaded fr... | yexo |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-23 | (svn r20604) -Feature: add a reset button to the newgrf parameters window | yexo |
2010-08-23 | (svn r20601) -Feature: [NewGRF] Add 'DEFA' field to set parameter defaults wi... | yexo |
2010-08-03 | (svn r20346) -Change: scan for tar files before scanning for AIs/NewGRFs so n... | yexo |
2010-08-02 | (svn r20307) -Fix (r20305): the palette for baseset extra grfs was never set ... | yexo |
2010-08-01 | (svn r20287) -Fix: GCC 4.1 warning | rubidium |
2010-08-01 | (svn r20286) -Codechange: Unify end of doxygen comments. | frosch |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth |
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 parameters | yexo |
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 palette | rubidium |
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 parameters | yexo |
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-04-03 | (svn r19553) -Doc: Added/converted explanation to some GRFConfig functions. | alberth |
2010-03-04 | (svn r19315) -Fix (r19295): Show the filename in the newgrf windows if the ne... | yexo |
2010-02-28 | (svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info | yexo |
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 r19254) -Codechange: simplify newgrf text code by introducing a few help... | 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 config | yexo |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-17 | (svn r17563) -Fix: memory leak when viewing the NewGRF settings of a server | rubidium |
2009-09-17 | (svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games di... | rubidium |
2009-09-13 | (svn r17524) -Codechange: use QSortT instead of qsort for sorting NewGRFs | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-21 | (svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-16 | (svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a ma... | peter1138 |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2008-11-02 | (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an... | skidd13 |
2008-10-28 | (svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf bu... | rubidium |
2008-09-04 | (svn r14245) -Fix: NewGRF configs loaded from the config file would always de... | rubidium |