newgrf_gui.c
Tue, 27 Feb 2007 16:23:02 +0000 Darkvater (svn r8922) [0.5] -Backport from trunk (r8907, r8919, r8920, r8921): 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
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:29:16 +0000 Darkvater (svn r7523) -Feature: Add the possibility to change the newgrf configuration of a running game.
Wed, 20 Dec 2006 19:16:44 +0000 Darkvater (svn r7516) -Codechange: Number the newgrf-gui widgets and use their symbolic names for access with some const goodness.
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.
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
Tue, 05 Dec 2006 14:18:58 +0000 peter1138 (svn r7373) -Codechange: when removing a GRF from the list, make the next one selected, or the previous file if the last item is being removed. This makes clearing the list easier.
Tue, 05 Dec 2006 11:13:22 +0000 peter1138 (svn r7367) -Codechange: prevent adding files where the GRF ID is already in the list
Mon, 04 Dec 2006 20:27:53 +0000 peter1138 (svn r7363) -Fix (r7357): Update count of NewGRFs when adding an file
Mon, 04 Dec 2006 14:27:54 +0000 peter1138 (svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.