newgrf_config.c
Mon, 19 Mar 2007 18:47:10 +0000 rubidium (svn r9341) [0.5] -Backport from trunk (r8943, r8955, r8976, r8999, r9009): 0.5
Sat, 24 Feb 2007 01:21:31 +0000 Darkvater (svn r8872) [0.5] -Backport from trunk (r8784, r8821, r8823, r8824): 0.5
Wed, 17 Jan 2007 01:17:44 +0000 Darkvater (svn r8180) -Backport from trunk (r8093, r8094, r8105, r8106, (r8107), r8111, r8165): 0.5
Wed, 17 Jan 2007 00:51:04 +0000 Darkvater (svn r8178) -Backport from turnk (r8049, r8079, r8080, r8135): 0.5
Sun, 07 Jan 2007 11:53:12 +0000 Darkvater (svn r7946) -Backport from trunk (r7711, r7795, r7831): 0.5
Sun, 07 Jan 2007 11:34:20 +0000 Darkvater (svn r7944) -Backport from trunk (r7692): 0.5
Sat, 30 Dec 2006 23:09:27 +0000 Darkvater (svn r7667) -Backport from trunk (r7549, r7551, r7554, r7582, r7594): 0.5
Thu, 21 Dec 2006 10:09:43 +0000 Darkvater (svn r7522) -Codechange: Have CopyGRFConfigList clear the destination list before assigning
Wed, 20 Dec 2006 23:44:39 +0000 rubidium (svn r7520) -Fix(r7348): memleak due to unconditionally overwriting the filename, name and info of a GRFConfig in IsGoodGRFConfigList.
Wed, 20 Dec 2006 21:17:33 +0000 Darkvater (svn r7518) -Codechange: more NULL pointer resets after free.
Wed, 20 Dec 2006 20:43:52 +0000 Darkvater (svn r7517) -Codechange: Set pointers to NULL when freeing the newgrf config variables and add the proper const to CopyGRFConfigList
Mon, 18 Dec 2006 12:26:55 +0000 rubidium (svn r7505) -Feature: show NewGRFs used on a game server, show which NewGRFs you do and do not have.
Thu, 14 Dec 2006 15:14:29 +0000 peter1138 (svn r7495) -Fix (r7354): [NewGRF] Deactivate the target GRF, not the current GRF.
Tue, 12 Dec 2006 19:38:41 +0000 peter1138 (svn r7490) -Feature: Load a list of NewGRFs from the config (in the [newgrf-static] section) that should always be loaded. These will also be active during the intro screen, and in multiplayer games. Only "network-safe" NewGRFs are permitted, such as fonts and sprite replacement sets.
Sun, 10 Dec 2006 11:29:14 +0000 peter1138 (svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and
Sat, 09 Dec 2006 10:56:12 +0000 Darkvater (svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
Mon, 04 Dec 2006 13:45:20 +0000 peter1138 (svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclusively. Update action 7/9 now that we know if GRFs are disabled.
Mon, 04 Dec 2006 10:44:17 +0000 peter1138 (svn r7349) -Fix (r7348): Stripping data path didn't work for absolute paths.
Mon, 04 Dec 2006 08:30:04 +0000 peter1138 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...