src/network/newgrf_download.cpp
Sat, 19 Jul 2008 01:38:52 +0300 Tero Marttila a working CheckAvailableNewGRFs that does a metadata search/retreival via HTTP for a given list of GRFs
Fri, 18 Jul 2008 22:41:08 +0300 Tero Marttila set the GRFConfig's next ptr to NULL
Fri, 18 Jul 2008 21:59:53 +0300 Tero Marttila have ShowNewGRFDownload make a copy of the GRFConfig list containg only the relevant GRFConfigs
Fri, 18 Jul 2008 21:28:42 +0300 Tero Marttila added a GCS_AVAILABLE status, and changed the colours used in the download GUI
Fri, 18 Jul 2008 21:16:18 +0300 Tero Marttila create the newgrf download GUI (mostly by copy-pasting from newgrf_gui.cpp) - compiles, needs testing