src/network/newgrf_download.cpp
Thu, 24 Jul 2008 16:18:29 +0300 terom fix check_available_write_cb buffer-growing logic default tip
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.
Tue, 22 Jul 2008 18:29:06 +0300 Tero Marttila error messages, typos/omissions, and it can now actually download the .tar into cache/<GRFID>-<MD5SUM>.tar
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