src/network/newgrf_download.h
Tue, 22 Jul 2008 22:55:50 +0300 Tero Marttila change the value of NETWORK_NEWGRF_MASTER_API
Tue, 22 Jul 2008 22:33:49 +0300 Tero Marttila fix the error reporting for DOWNLOAD_AVAILABLE, and change NewGRFDownload to take a NetworkGameInfo instead of the GRFConfig** - it updates the compatible/not compatible state.
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 21:16:18 +0300 Tero Marttila create the newgrf download GUI (mostly by copy-pasting from newgrf_gui.cpp) - compiles, needs testing