Thu, 24 Jul 2008 16:18:29 +0300 terom fix check_available_write_cb buffer-growing logic default tip
Tue, 22 Jul 2008 23:20:33 +0300 Tero Marttila add an empty bin/cache dir
Tue, 22 Jul 2008 23:11:26 +0300 Tero Marttila added support for libcurl to configure
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.
Tue, 22 Jul 2008 21:51:14 +0300 Tero Marttila scan for tarfiles in CACHE_DIR, remember what Subdirectory a tar was found in, set the GCF_FLAG on GRFs loaded from there, and hide those in the NewGRF GUI
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
Fri, 18 Jul 2008 20:03:27 +0300 Tero Marttila Add a "NewGRF Download" button to the server browser that's shown when there are incompatible NewGRFs
Fri, 18 Jul 2008 20:02:37 +0300 Tero Marttila add a .hgignore
Fri, 18 Jul 2008 12:20:31 +0000 rubidium (svn r13729) -Fix: assumption that non-north tiles of a house do not have the 1x1 building bit set was flawed with some NewGRFs. This caused the amount of houses to differ, which causes the town radii to differ, which causes desyncs when towns are expanded.
Fri, 18 Jul 2008 12:20:30 +0000 smatz (svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less
Fri, 18 Jul 2008 12:11:46 +0000 smatz (svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
Fri, 18 Jul 2008 10:15:16 +0000 truebrain (svn r13726) [NoAI] -Add: AIVehicle::ReverseVehicle (Yexo) noai
Fri, 18 Jul 2008 01:05:06 +0000 truebrain (svn r13725) [NoAI] -Fix r13723: yexo ducks noai
Fri, 18 Jul 2008 01:00:03 +0000 truebrain (svn r13724) [NoAI] -Fix r13723: in this modern world with all those checks and warnings GCC can give when ever I not ask him to, it fails to see the simplest of all, 'if (cargo_id == cargo_id)'.. makes you wonder, doesn't it? Well, such is life, wondering wondering wandering .. Status Quo, Yeah! Oh yeah, what was I doing ... ah, yes: don't compare one variable with itself, it is always true.. Obiwan by Yexo. (Yexo) noai
Fri, 18 Jul 2008 00:15:14 +0000 truebrain (svn r13723) [NoAI] -Add: added AIIndustry::GetStockpiledCargo() (Yexo) noai
Thu, 17 Jul 2008 23:45:52 +0000 truebrain (svn r13722) [NoAI] -Add: AICargoList_IndustryNNN (Yexo) noai
Thu, 17 Jul 2008 23:43:47 +0000 smatz (svn r13721) -Codechange: one less multiplication for colour mixing in 32bpp blitters (GeekToo)
Thu, 17 Jul 2008 21:15:57 +0000 rubidium (svn r13720) -Fix (r13715): string wasn't correctly passed to draw function.
Thu, 17 Jul 2008 20:13:01 +0000 rubidium (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
Thu, 17 Jul 2008 16:38:26 +0000 rubidium (svn r13718) -Fix: possible desync on the autorenew settings 20+ game years (i.e. 4.5+ hours) after a company was started.
Thu, 17 Jul 2008 15:16:11 +0000 rubidium (svn r13717) -Codechange: place the whole 'create new company' command in #ifdef ENABLE_NETWORK as it may only be executed when we are playing in a network game.
Thu, 17 Jul 2008 15:14:42 +0000 rubidium (svn r13716) -Fix [FS#2144]: any player could construct new companies.
Thu, 17 Jul 2008 13:47:04 +0000 rubidium (svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
Thu, 17 Jul 2008 12:02:09 +0000 rubidium (svn r13714) -Fix: remove the unique_id from the message that a client has joined as it is only exposes the unique_id more than needed. Patch by dih.