summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
AgeCommit message (Expand)Author
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas
2007-04-04(svn r9561) -Fix (r9561): loading the newgrfs in openttd.cfg was broken.rubidium
2007-04-04(svn r9560) -Codechange: add support for multiple 'base' directories for newg...rubidium
2007-04-02(svn r9545) -Documentation: Some corrections to previous doxygen workbelugas
2007-03-21(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.belugas
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-03-01(svn r8955) -Fix: crash on loading savegames with GRFs that do not have their...rubidium
2007-02-24(svn r8881) -Feature: Allow built-in newgrf error messages to be translated, ...maedhros
2007-02-22(svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to ad...Darkvater
2007-02-21(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the ne...maedhros
2007-02-20(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed o...Darkvater
2007-02-20(svn r8821) -Regression: Unable to browse directories on *nix if the filesyst...Darkvater
2007-02-20(svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free alloc...Darkvater
2007-02-18(svn r8806) -Codechange (r7582): Remove a duplicate append of static GRF's wh...Darkvater
2007-01-21(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to G...rubidium
2007-01-16(svn r8165) -Revert r8107 and show the MD5SUM of the *REPLACEMENT* grf file, ...Darkvater
2007-01-14(svn r8135) -Fix (r7582): Don't assert on duplicate non-static grfs when remo...Darkvater
2007-01-13(svn r8111) -Fix r8106: silence warningsglx
2007-01-13(svn r8107) -Codechange (r8106): Show the MD5SUM of the original GRF (saved i...Darkvater
2007-01-13(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't ha...Darkvater
2007-01-13(svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is ...Darkvater
2007-01-13(svn r8093) -Codechange: Add a function to get a string representation of an ...Darkvater
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr