Age | Commit message (Expand) | Author |
2008-05-07 | (svn r12993) -Fix (r11175): list used for sorting GRFs wasn't freed | smatz |
2008-05-07 | (svn r12991) -Codechange: removed some unneeded includes | glx |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-02-18 | (svn r12173) -Cleanup: Minor codestyle fixes. | peter1138 |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2008-01-07 | (svn r11776) -Codechange: more header splittings to reduce the dependencies. | rubidium |
2007-12-25 | (svn r11695) -Codechange: Converted the md5 algorithm to OOP | skidd13 |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it... | rubidium |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more l... | rubidium |
2007-11-20 | (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-11-15 | (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of ... | rubidium |
2007-10-29 | (svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully... | rubidium |
2007-09-28 | (svn r11180) -Fix (r11175): crash on load when you don't have any NewGRFs. Mo... | rubidium |
2007-09-28 | (svn r11179) -Fix [FS#1262] (r11175): compilation with MSVC was broken | glx |
2007-09-27 | (svn r11175) -Codechange: sort the NewGRFs by name, making searching a specif... | rubidium |
2007-09-16 | (svn r11119) -Codechange: analyze .tar files upon loading, remembering their ... | truelight |
2007-09-15 | (svn r11111) -Fix (r11106): missing const broke compilation with MSVC | glx |
2007-09-14 | (svn r11106) -Add: added .tar support; you can pack all files in your data/ d... | truelight |
2007-09-13 | (svn r11099) -Codechange: allow on opening of a file via FioFOpenFile to requ... | truelight |
2007-09-13 | (svn r11098) -Fix r11096: forgot spaces before comments | truelight |
2007-09-13 | (svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split... | truelight |
2007-09-13 | (svn r11096) -Fix: when 2 different GRF-files had the same name (e.g.: ""), t... | truelight |
2007-06-23 | (svn r10298) -Fix [FS#903]: show the subdirectory below the default data dire... | rubidium |
2007-06-19 | (svn r10223) -Fix r10211: GCF_INIT_ONLY flag was never cleared | glx |
2007-06-18 | (svn r10211) -Feature: [NewGRF] Add support for action 0F | glx |
2007-06-17 | (svn r10182) -Codechange: rewrite most part of the file loading/searching to ... | rubidium |
2007-06-12 | (svn r10114) -Fix: Only load newgrf error messages if the language matches th... | maedhros |
2007-06-08 | (svn r10073) -Codechange: make the NewGRF paths in the config file without an... | rubidium |
2007-04-17 | (svn r9662) -Documentation: Doxygen corrections and @file omissions | belugas |
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 work | belugas |
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 |