summaryrefslogtreecommitdiff
path: root/newgrf_gui.c
AgeCommit message (Collapse)Author
2006-12-12(svn r7490) -Feature: Load a list of NewGRFs from the config (in the ↵peter1138
[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.
2006-12-10(svn r7464) -Codechange: move BuildParamList from newgrf_gui to ↵peter1138
newgrf_config and prefix with GRF.
2006-12-05(svn r7373) -Codechange: when removing a GRF from the list, make the next ↵peter1138
one selected, or the previous file if the last item is being removed. This makes clearing the list easier.
2006-12-05(svn r7367) -Codechange: prevent adding files where the GRF ID is already in ↵peter1138
the list
2006-12-04(svn r7363) -Fix (r7357): Update count of NewGRFs when adding an filepeter1138
2006-12-04(svn r7357) -Codechange: new NewGRF set up window which allows modification ↵peter1138
of NewGRF settings.