newgrf_config.c
Sun, 31 Dec 2006 11:12:49 +0000 Darkvater (svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code)
Thu, 28 Dec 2006 16:11:07 +0000 peter1138 (svn r7594) -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used.
Wed, 27 Dec 2006 18:25:17 +0000 rubidium (svn r7582) -Fix (r7490): appending static GRFs to the list of to-be loaded GRF for a game could result in duplicate GRFs in that list, which can cause a segmentation fault while loading the GRFs.
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Sat, 23 Dec 2006 09:06:37 +0000 rubidium (svn r7551) -Fix (r7523): segmentation fault on showing NewGRF settings of a network game.
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...