src/newgrf_config.h
Wed, 03 Sep 2008 07:51:07 +0000 rubidium (svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs.
Thu, 24 Jul 2008 15:19:26 +0000 smatz (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Wed, 02 Apr 2008 00:13:44 +0000 smatz (svn r12537) -Cleanup: comment newgrf_config.h a bit
Wed, 26 Dec 2007 23:04:26 +0000 rubidium (svn r11704) -Codechange: remove another bunch of useless includes.
Thu, 15 Nov 2007 07:42:25 +0000 rubidium (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box.
Sun, 04 Nov 2007 22:24:03 +0000 glx (svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way
Sat, 23 Jun 2007 21:12:09 +0000 rubidium (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
Mon, 18 Jun 2007 23:00:55 +0000 glx (svn r10211) -Feature: [NewGRF] Add support for action 0F
Tue, 12 Jun 2007 13:22:14 +0000 maedhros (svn r10114) -Fix: Only load newgrf error messages if the language matches the current
Wed, 04 Apr 2007 12:03:10 +0000 rubidium (svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching.
Wed, 21 Mar 2007 03:06:21 +0000 belugas (svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Tue, 06 Mar 2007 19:33:28 +0000 maedhros (svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
Sat, 24 Feb 2007 16:34:37 +0000 maedhros (svn r8881) -Feature: Allow built-in newgrf error messages to be translated, and load custom error messages properly.
Thu, 22 Feb 2007 16:16:44 +0000 Darkvater (svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to add the allocated GRFConfig to its list and not copy it.
Wed, 21 Feb 2007 23:18:08 +0000 maedhros (svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui
Sun, 18 Feb 2007 22:37:33 +0000 Darkvater (svn r8806) -Codechange (r7582): Remove a duplicate append of static GRF's when loading the game and hide the intrinsics of adding elements to the GRFConfig list by using an AppendToGRFConfigList function.
Sun, 21 Jan 2007 17:29:38 +0000 rubidium (svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.
Sat, 13 Jan 2007 17:42:50 +0000 Darkvater (svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.
Sat, 13 Jan 2007 17:23:02 +0000 Darkvater (svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL)
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: