log

age author description
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
Wed, 28 Dec 2011 17:34:44 +0000 rubidium (svn r23681) -Fix [FS#4914]: vehicle numbers got misaccounted when autoreplacing failed due to length checks draft
Wed, 28 Dec 2011 17:33:12 +0000 rubidium (svn r23680) -Fix [FS#4915]: prevent removal of the (AI) company the local player is in draft
Tue, 27 Dec 2011 18:45:10 +0000 translators (svn r23679) -Update from WebTranslator v3.0: draft
Tue, 27 Dec 2011 15:35:47 +0000 truebrain (svn r23678) -Fix: close the editbox of settings when changing an AI, to avoid invalid memory read/write (reported by SmatZ) draft
Tue, 27 Dec 2011 15:17:42 +0000 truebrain (svn r23677) -Fix [FS#4909]: invalidate AI Parameters window when changing AI draft
Tue, 27 Dec 2011 13:45:30 +0000 rubidium (svn r23676) -Fix [FS#4913] (r23412): when removing road stops the wrong tile was checked for updating the infrastructure cache draft
Mon, 26 Dec 2011 18:45:19 +0000 translators (svn r23675) -Update from WebTranslator v3.0: draft
Mon, 26 Dec 2011 14:53:19 +0000 michi_cc (svn r23674) -Fix (r23670): Don't read invalid memory in the 32bpp simple blitter. draft
Mon, 26 Dec 2011 13:21:37 +0000 rubidium (svn r23673) -Codechange: prepare the installers for some (future) massive changes in OpenGFX w.r.t. compatability with earlier versions draft
Sun, 25 Dec 2011 18:47:48 +0000 rubidium (svn r23672) -Fix: WT3 validation failure draft
Sun, 25 Dec 2011 18:45:29 +0000 translators (svn r23671) -Update from WebTranslator v3.0: draft
Sat, 24 Dec 2011 23:33:45 +0000 peter1138 (svn r23670) -Feature: Add ability to adjust brightness of colour after remapping for 32bpp sprites draft
Sat, 24 Dec 2011 18:45:21 +0000 translators (svn r23669) -Update from WebTranslator v3.0: draft
Sat, 24 Dec 2011 13:08:11 +0000 smatz (svn r23668) -Fix: the 'Configure' button in the 'AI / Game Configuration' window didn't get enabled when activating a GameScript draft
Sat, 24 Dec 2011 08:56:18 +0000 rubidium (svn r23666) -Document: the usual pre-Christmas documentation spree draft
Fri, 23 Dec 2011 23:34:19 +0000 truebrain (svn r23665) -Fix (r23664): revert, and apply other fix, which allows switching companies safely in SinglePlayer draft
Fri, 23 Dec 2011 23:29:59 +0000 truebrain (svn r23664) -Fix: adding goals with a company were still added for all companies. Tnx to Zuu for reporting (although cryptic :D) draft
Fri, 23 Dec 2011 18:46:56 +0000 rubidium (svn r23663) -Fix: WT3 validation fluke draft
Fri, 23 Dec 2011 18:45:38 +0000 translators (svn r23662) -Update from WebTranslator v3.0: draft
Fri, 23 Dec 2011 08:57:24 +0000 peter1138 (svn r23661) -Fix (r23438): Remaining parts of configuration were skipped when grfcodec/nforenum were not usable. draft
Thu, 22 Dec 2011 20:05:52 +0000 rubidium (svn r23660) -Feature-ish: add the game script to the crash log draft
Thu, 22 Dec 2011 19:51:40 +0000 rubidium (svn r23659) -Doc: behaviour of file searching in general, and in tars specifically draft
Thu, 22 Dec 2011 18:45:48 +0000 translators (svn r23658) -Update from WebTranslator v3.0: draft
Thu, 22 Dec 2011 17:07:54 +0000 yexo (svn r23657) -Fix (r22958): loading of very old savegames with custom town names failed draft
Thu, 22 Dec 2011 16:32:13 +0000 yexo (svn r23656) -Fix: make all vcs ignore docs/gamedocs/ just like docs/aidocs/ draft
Wed, 21 Dec 2011 18:46:37 +0000 translators (svn r23655) -Update from WebTranslator v3.0: draft
Wed, 21 Dec 2011 17:15:56 +0000 rubidium (svn r23654) -Fix [FS#4904]: missing this-> (adf88) draft
Wed, 21 Dec 2011 15:15:43 +0000 truebrain (svn r23653) -Fix: also show GameScripts when you click Check Online Content (SubVersion does not allow translated commit messages, I am sorry) in AI / Game Settings draft
Wed, 21 Dec 2011 15:06:00 +0000 truebrain (svn r23652) -Fix: don't include/document ScriptText for AIs. It is not usable draft
Wed, 21 Dec 2011 14:55:28 +0000 yexo (svn r23651) -Feature: [NoGo] GSText now accepts string arguments as parameters to the constructor draft
Wed, 21 Dec 2011 14:30:08 +0000 yexo (svn r23650) -Fix: wrong functions were filtered for AI/GameScript doxygen documentation draft
Wed, 21 Dec 2011 12:40:29 +0000 truebrain (svn r23649) -Fix [FS#4905) (r23634): loading a savegame with an empty GSTR chunk caused assert draft
Wed, 21 Dec 2011 12:28:02 +0000 truebrain (svn r23648) -Revert (r23646): partial revert; nobody has to know about my local changes and attempts draft
Wed, 21 Dec 2011 12:25:17 +0000 truebrain (svn r23647) -Add: add rescan_game as console command (patch by Xaroth) draft
Wed, 21 Dec 2011 12:25:10 +0000 truebrain (svn r23646) -Fix [FS#4901]: rescan the Game Scripts when done downloading one. draft
Tue, 20 Dec 2011 23:33:00 +0000 truebrain (svn r23645) -Fix: missing 2 strings draft
Tue, 20 Dec 2011 22:11:22 +0000 rubidium (svn r23644) -Fix [FS#4899]: prevent game scripts using StringIDs that are not coming from themselves, so the game script doesn't "accidentally" try to display an invalid string or try to display a town name in from an unknown town name generator draft
Tue, 20 Dec 2011 19:57:03 +0000 rubidium (svn r23643) -Fix [FS#4896]: dates cut off in the message history draft
Tue, 20 Dec 2011 19:48:33 +0000 rubidium (svn r23642) -Fix [FS#4893]: OSK window got hidden by query window draft
Tue, 20 Dec 2011 18:47:16 +0000 translators (svn r23641) -Update from WebTranslator v3.0: draft