log

age author description
Tue, 13 Jan 2009 02:03:03 +0000 glx (svn r15049) -Fix (r15045): MSVC performance warning draft
Tue, 13 Jan 2009 01:52:32 +0000 truebrain (svn r15048) -Fix (r15047): the one time you don't compile a patch of someone, it contains a warning .. ;) draft
Tue, 13 Jan 2009 01:51:39 +0000 truebrain (svn r15047) -Fix [NoAI]: AICONFIG_BOOLEAN (in AddSetting) doesn't require (or even allow) a min/max setting .. it is always 0/1 (Yexo) draft
Tue, 13 Jan 2009 01:50:51 +0000 truebrain (svn r15046) -Fix (r15045): in case CanLoadFromRevision does not exist, only allow savedata from the same version as we are now draft
Tue, 13 Jan 2009 01:46:46 +0000 truebrain (svn r15045) -Add [NoAI API CHANGE]: in info.nut you can now have (optional) a CanLoadFromVersion(version), which should return true/false, to indicate if you can load a savegame made with your AI of version 'version' draft
Tue, 13 Jan 2009 00:10:58 +0000 truebrain (svn r15044) -Add [NoAI]: AIConfig::GetVersion(), to get the version of the current AI draft
Tue, 13 Jan 2009 00:08:38 +0000 truebrain (svn r15043) -Fix: just try to change the AI, and see if that succeeded, instead of hoping you understand the internals of a change AI routine (to avoid possible mistakes in the future) draft
Mon, 12 Jan 2009 21:40:00 +0000 truebrain (svn r15042) -Fix (r15027): don't leak memory in AIInfo (Yexo) draft
Mon, 12 Jan 2009 21:39:45 +0000 truebrain (svn r15041) -Fix (r15038): use the ctor auto thing how it is meant to be used (tnx to SmatZ for pointing that out) draft
Mon, 12 Jan 2009 21:11:56 +0000 michi_cc (svn r15040) -Fix (r15027): Don't disable support for Win64 in the VS2005 project file. draft
Mon, 12 Jan 2009 19:49:23 +0000 smatz (svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hack draft
Mon, 12 Jan 2009 19:31:00 +0000 truebrain (svn r15038) -Fix (r15027): loading older savegames failed draft
Mon, 12 Jan 2009 19:26:21 +0000 smatz (svn r15037) -Cleanup: remove unused file src/table/ai_rail.h draft
Mon, 12 Jan 2009 18:15:18 +0000 truebrain (svn r15036) -Fix: use the same value for 'random' through-out the code for PlantTree draft
Mon, 12 Jan 2009 18:05:24 +0000 truebrain (svn r15035) -Fix (r15027): if case people don't use SVN (which we advise), they do not receive src/3rdparty/squirrel automaticly. Warn when not found, and advise what to do (this to avoid stupid users like yorick get all confused and agressive) draft
Mon, 12 Jan 2009 17:40:32 +0000 truebrain (svn r15034) -Fix (r15027): NoAI framework no longer needs threads, so don't make source.list believe it does draft
Mon, 12 Jan 2009 17:40:13 +0000 truebrain (svn r15033) -Fix (r15027): silent a warning when compiling without network draft
Mon, 12 Jan 2009 17:33:10 +0000 truebrain (svn r15032) -Fix (r15030): Rubidium was too script-happy ;) draft
Mon, 12 Jan 2009 17:31:43 +0000 smatz (svn r15031) -Fix (r15027): merge reverted r15026, so do it once again draft
Mon, 12 Jan 2009 17:25:38 +0000 rubidium (svn r15030) -Update (r15029): and from the other languages too (yay for WT2) draft
Mon, 12 Jan 2009 17:20:16 +0000 rubidium (svn r15029) -Cleanup (r15027): remove strings that aren't needed anymore draft
Mon, 12 Jan 2009 17:11:45 +0000 truebrain (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see. draft
Mon, 12 Jan 2009 16:53:11 +0000 smatz (svn r15026) -Codechange: use SpriteTypeByte instead of SpriteType in the SpriteCache struct in order to make it smaller draft
Mon, 12 Jan 2009 15:44:37 +0000 frosch (svn r15019) -Fix (r14919): Close station selection window, when disabling distant-join setting. (PhilSophus) draft
Mon, 12 Jan 2009 15:29:40 +0000 frosch (svn r15015) -Fix (r14919): Distant-join always failed for docks. Based on patch by PhilSophus. draft
Mon, 12 Jan 2009 15:27:39 +0000 frosch (svn r15014) -Codechange: Add a helper function to get the needed DC_xxx flags from the result of GetCommandFlags(). draft
Mon, 12 Jan 2009 15:21:59 +0000 truebrain (svn r15011) -Documentation: Nuclear, not Nucleair draft
Mon, 12 Jan 2009 14:56:31 +0000 frosch (svn r15009) -Fix [FS#2528]: No need to extent the reserved path when the vehicle is still loading. draft
Mon, 12 Jan 2009 14:45:20 +0000 glx (svn r15008) -Revert (r12706): remove fibers draft
Mon, 12 Jan 2009 14:31:49 +0000 truebrain (svn r15006) -Codechange: throw a real instance of a class, instead of '0' (which can also be a throw from within a thread for what ever reason) draft
Mon, 12 Jan 2009 00:06:22 +0000 rubidium (svn r14999) -Change [FS#2523]: move service at helipad to the servicing options draft
Sun, 11 Jan 2009 23:49:51 +0000 smatz (svn r14998) -Codechange: warn once about misuse of each sprite, not once about misuse of any sprite draft
Sun, 11 Jan 2009 22:28:30 +0000 smatz (svn r14997) -Fix [FS#2524](r14223): when handling invalid sprites, entry in spritecache data could lose its parent draft
Sun, 11 Jan 2009 18:45:12 +0000 translators (svn r14996) -Update: WebTranslator2 update to 2009-01-11 18:44:49 draft
Sun, 11 Jan 2009 16:33:03 +0000 frosch (svn r14994) -Fix [FS#Aali]: Better handling of OT_LOADING and OT_LEAVESTATION in ChooseTrainTrack. draft
Sun, 11 Jan 2009 15:39:49 +0000 frosch (svn r14993) -Fix (r14957, r14975): Do not reverse the train with OT_LEAVESTATION as that breaks PBS prediction. draft
Sun, 11 Jan 2009 14:26:11 +0000 frosch (svn r14992) -Codechange: Rename 'CheckIfAuthorityAllows' to 'CheckIfAuthorityAllowsNewStation' and unduplicate a tiny bit of code. draft
Sun, 11 Jan 2009 14:11:06 +0000 frosch (svn r14991) -Fix: Command-flags is an uint32. draft
Sun, 11 Jan 2009 14:09:09 +0000 rubidium (svn r14990) -Codechange: handle articulated RVs and trams more strictly in GetStationTileForVehicle and CanVehicleUseStation (based on idea by Swallow) draft
Sun, 11 Jan 2009 14:01:45 +0000 rubidium (svn r14989) -Codechange: remove a lookup table by reordering some items in english.txt (Swallow) draft
Sat, 10 Jan 2009 23:21:46 +0000 rubidium (svn r14986) -Doc: small error in a comment (PhilSophus) draft
Sat, 10 Jan 2009 19:48:11 +0000 rubidium (svn r14980) -Change: shuffle around some more settings to make them more logically grouped/ordered draft
Sat, 10 Jan 2009 19:30:40 +0000 peter1138 (svn r14979) -Fix: Disable a NewGRF from loading if it contains multiple Action 8s draft
Sat, 10 Jan 2009 19:22:05 +0000 rubidium (svn r14978) -Codechange: simplify the control flow of the OnClick of the settings window draft
Sat, 10 Jan 2009 18:44:39 +0000 translators (svn r14977) -Update: WebTranslator2 update to 2009-01-10 18:44:17 draft
Sat, 10 Jan 2009 17:39:43 +0000 frosch (svn r14975) -Fix (r14957): Do not immediatelly move the train when leaving the station and the destination is not yet known. draft
Sat, 10 Jan 2009 17:35:19 +0000 rubidium (svn r14974) -Change: reorder/reorganise the entries of the settings window (Alberth) draft
Sat, 10 Jan 2009 17:27:11 +0000 rubidium (svn r14973) -Codechange: recursively fold subpages (Alberth) draft
Sat, 10 Jan 2009 17:24:26 +0000 rubidium (svn r14972) -Update: do r14971 also for the non-English strings (Alberth) draft
Sat, 10 Jan 2009 17:23:31 +0000 rubidium (svn r14971) -Change: the colour of the patch page text so it becomes more visible as it changed background (Alberth) draft
Sat, 10 Jan 2009 17:14:59 +0000 rubidium (svn r14970) -Change: move all (patch) settings to a single "page" (Alberth) draft
Sat, 10 Jan 2009 17:13:41 +0000 rubidium (svn r14969) -Codechange: make drawing trees possible (Alberth) draft
Sat, 10 Jan 2009 16:51:27 +0000 rubidium (svn r14967) -Codechange: split the drawing of the window into several smaller functions (Alberth) draft
Sat, 10 Jan 2009 16:49:30 +0000 rubidium (svn r14966) -Codechange: simplify and generalise finding patch entries (Alberth) draft
Sat, 10 Jan 2009 16:46:10 +0000 rubidium (svn r14965) -Codechange: remember the patch entry instead of the page and index of the entry for handling the "input box" (Alberth) draft
Sat, 10 Jan 2009 16:44:51 +0000 rubidium (svn r14964) -Codechange: hide the length of a patch page behind a function (Alberth) draft
Sat, 10 Jan 2009 16:42:28 +0000 rubidium (svn r14963) -Codechange: remember what entry was clicked instead of the index (Alberth) draft
Sat, 10 Jan 2009 16:39:18 +0000 rubidium (svn r14962) -Codechange: add the concept of patch entries and patch (sub) pages draft
Sat, 10 Jan 2009 16:29:31 +0000 rubidium (svn r14961) -Update: remove the string from r14960 from the other languages too. draft
Sat, 10 Jan 2009 16:26:17 +0000 rubidium (svn r14960) -Codechange: add some this where appropriate (Alberth) draft