log

age author description
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
Sat, 10 Jan 2009 16:24:42 +0000 rubidium (svn r14959) -Fix [FS#2508]: wrong defaults for service interval when switching between service interval in days and service interval in percentages. draft
Sat, 10 Jan 2009 15:54:07 +0000 smatz (svn r14958) -Codechange [FS#1923]: when checking for unique names, compare only with manually set names draft
Sat, 10 Jan 2009 15:27:57 +0000 frosch (svn r14957) -Fix [FS#2516]: Do not abort train movement, when we are just about to reach the end of the platform. draft
Sat, 10 Jan 2009 14:30:01 +0000 rubidium (svn r14956) -Fix [FS#1832]: building new station parts didn't allocate a new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs). draft
Sat, 10 Jan 2009 14:01:17 +0000 rubidium (svn r14955) -Fix: newgrf station specs didn't get deallocated when building a new station part over them. draft
Sat, 10 Jan 2009 13:00:38 +0000 rubidium (svn r14954) -Fix [FS#1890]: sharing/cloning/inserting of orders that the/a vehicle (in the shared list) can't go to (wrong station type etc) draft
Sat, 10 Jan 2009 10:41:22 +0000 rubidium (svn r14953) -Fix (r14952): the "available aircraft" list caused a crash draft
Sat, 10 Jan 2009 09:51:14 +0000 rubidium (svn r14952) -Codechange: unify the "can vehicle go to station" tests draft
Sat, 10 Jan 2009 03:14:52 +0000 belugas (svn r14951) -Revert: partly what has been done on r14950. That would teach me to update repos before draft
Sat, 10 Jan 2009 03:04:43 +0000 belugas (svn r14950) -Codechange: MSVC projects and source list update draft
Sat, 10 Jan 2009 00:31:47 +0000 rubidium (svn r14949) -Cleanup: pointer coding style draft
Fri, 09 Jan 2009 23:49:46 +0000 smatz (svn r14948) -Codechange: enumification and more comments in the statusbar code draft
Fri, 09 Jan 2009 23:30:02 +0000 rubidium (svn r14947) -Fix [FS#2519]: vehicle following did not update the location from where to smooth scroll, thus any new viewport center would smooth scroll from the location where you were just before you started following the vehicle draft
Fri, 09 Jan 2009 23:28:28 +0000 rubidium (svn r14946) -Fix: copying a location from the extra viewport to the main viewport did not cancel vehicle following draft
Fri, 09 Jan 2009 23:04:51 +0000 frosch (svn r14945) -Feature(ette): Support var 0x45 (curvature info) also for road vehicles. draft
Fri, 09 Jan 2009 22:56:28 +0000 rubidium (svn r14944) -Cleanup: add spaces around some operators draft
Fri, 09 Jan 2009 22:48:57 +0000 rubidium (svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces draft
Fri, 09 Jan 2009 20:42:17 +0000 smatz (svn r14940) -Fix: let the statusbar know the current news are invalid or bad things will happen draft
Fri, 09 Jan 2009 20:14:07 +0000 peter1138 (svn r14939) -Codechange: Follow standard *ChangeInfo() pattern for global variables during reservation. Whilst not strictly necessary for global variables, following the same pattern makes it easier to follow. This also solves the long standing ChangeInfoResult/bool warning for MSVC. draft
Fri, 09 Jan 2009 19:34:05 +0000 rubidium (svn r14938) -Fix: some small inconsistencies w.r.t. "0 is disabled" setting handling draft
Fri, 09 Jan 2009 15:11:35 +0000 frosch (svn r14936) -Fix: INDUSTRYBEH_ONLY_NEARTOWN bypassed the clear-test and could e.g. result in incomplete clearing of protected houses. draft
Fri, 09 Jan 2009 15:01:15 +0000 rubidium (svn r14935) -Fix [FS#2498]: the new operator may not return NULL, so don't. draft