log

age author description
Mon, 02 Jan 2012 12:07:42 +0000 truebrain (svn r23711) -Codechange: don't chain the two vehicle hashes, but call them one by one draft
Sun, 01 Jan 2012 22:35:19 +0000 rubidium (svn r23710) -Change: make the default secondary sort method for the server list the number of clients instead of the name draft
Sun, 01 Jan 2012 22:32:26 +0000 rubidium (svn r23709) -Feature-ish: try harder to sort text instead of fancy characters in the server names draft
Sun, 01 Jan 2012 19:20:08 +0000 truebrain (svn r23708) -Codechange: apply the same trick as r23701 to GetTileSlope(), gaining similar benefits draft
Sun, 01 Jan 2012 18:45:38 +0000 translators (svn r23707) -Update from WebTranslator v3.0: draft
Sun, 01 Jan 2012 17:36:19 +0000 smatz (svn r23706) -Codechange: prevent 'unknown command' doxygen errors draft
Sun, 01 Jan 2012 17:32:45 +0000 smatz (svn r23705) -Codechange: cache the last processed station in FindStationsAroundTiles() in order to make the code a bit faster draft
Sun, 01 Jan 2012 17:22:32 +0000 alberth (svn r23704) -Doc: Doxygen comment fixes and additions. draft
Sun, 01 Jan 2012 16:38:38 +0000 truebrain (svn r23703) -Codechange: allow a compiler to inline a wrapper function, avoiding creation of a function stack, massively increasing its speed, for a function that is called often draft
Sun, 01 Jan 2012 16:23:05 +0000 truebrain (svn r23702) -Codechange: avoid using TileAddWrap() in FindStationsAroundTiles() by finding out where the border is in advance, speeding up the function with a factor 3 (you got to love random statistics which has no real meaning in the grand scheme of it all :D) draft
Sun, 01 Jan 2012 16:01:51 +0000 truebrain (svn r23701) -Codechange: give TileAddWrap() a 27% speed-up, by swapping entries in an if() statement, and reusing already calculated values (tnx to SmatZ for the ideas) draft
Sun, 01 Jan 2012 10:50:46 +0000 truebrain (svn r23700) -Fix: the size of the Subsidies pool used a random macro, which didn't really make sense in the grand scheme of things draft
Sun, 01 Jan 2012 10:50:38 +0000 truebrain (svn r23699) -Fix [FS#4928] (r23630): too much copy/pasting only allowed a silly low amount of goals to be created. draft
Sun, 01 Jan 2012 00:05:02 +0000 rubidium (svn r23698) -Fix (r21685): small, apparantly yearly reoccuring, typo draft
Sat, 31 Dec 2011 18:45:53 +0000 translators (svn r23697) -Update from WebTranslator v3.0: draft
Sat, 31 Dec 2011 15:02:14 +0000 rubidium (svn r23696) -Fix (r23695): 5 <-> 6... today is not my day draft
Sat, 31 Dec 2011 14:56:39 +0000 rubidium (svn r23695) -Fix/Feature [FS#4916]: make a distinction between fully zoomed in and default zoomed in screenshots draft
Sat, 31 Dec 2011 13:57:09 +0000 rubidium (svn r23694) -Fix (rprev): somehow compilers didn't understand what I meant... draft
Sat, 31 Dec 2011 13:52:54 +0000 rubidium (svn r23693) -Fix [FS#4859]: hardcode the original defaults for loading old savegames if they could totally mess with the game's behaviour draft
Sat, 31 Dec 2011 11:14:03 +0000 rubidium (svn r23692) -Fix: use smallest_x of your children only when you let the children update it draft
Sat, 31 Dec 2011 10:55:00 +0000 truebrain (svn r23691) -Fix: signed/unsigned issues, causing asserts for some languages in relation to the serverlist draft
Sat, 31 Dec 2011 10:08:18 +0000 rubidium (svn r23690) -Fix: massive typo ;) draft
Fri, 30 Dec 2011 18:45:18 +0000 translators (svn r23689) -Update from WebTranslator v3.0: draft
Fri, 30 Dec 2011 17:56:37 +0000 michi_cc (svn r23688) -Codechange: No need to check if a train needs servicing if we only extend a train's path without actually calling the pathfinder. The path extension will stop when hitting a junction tile, so it is impossible to miss a depot this way. draft
Fri, 30 Dec 2011 12:07:28 +0000 rubidium (svn r23687) -Fix [FS#4922]: document where the game script directory is draft
Thu, 29 Dec 2011 20:10:06 +0000 michi_cc (svn r23686) -Fix [FS#4921] (r23413): Infrastructure count of canals/locks/ship depots wasn't updated properly when a company went into bankruptcy or was taken over. draft
Thu, 29 Dec 2011 18:45:21 +0000 translators (svn r23685) -Update from WebTranslator v3.0: draft
Wed, 28 Dec 2011 20:06:51 +0000 rubidium (svn r23684) -Cleanup: let the highway take the highway draft
Wed, 28 Dec 2011 19:48:04 +0000 rubidium (svn r23683) -Fix [FS#4912]-ish: when fitting another engine the cargo capacity of wagons could become lower, causing them to contain more than they should. This caused the cargo transfer from the replaced parts to put even more stuff in the already full wagon. Prevent this from happening by reducing the amount of cargo in the vehicle to the capacity when moving vehicles/wagons around, or when autoreplacing draft
Wed, 28 Dec 2011 18:45:12 +0000 translators (svn r23682) -Update from WebTranslator v3.0: draft