log

age author description
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
Fri, 09 Jan 2009 15:00:22 +0000 rubidium (svn r14934) -Fix: in (extreme) cases CanAllocateItem could return true when there's not enough space. draft
Fri, 09 Jan 2009 14:59:02 +0000 rubidium (svn r14933) -Codechange: check the whether a pool item can be constructed instead of trying to make it and check for NULL. draft
Fri, 09 Jan 2009 09:50:33 +0000 rubidium (svn r14931) -Fix [FS#2512]: the "animation state" of the bubbles was stored in a variable that was not stored in the savegame. Using a variable that gets saved in the savegame solves the desync and makes it a bit clearer. draft
Thu, 08 Jan 2009 22:33:54 +0000 belugas (svn r14927) -Codechange: constify widget numbers in network chat gui. draft
Thu, 08 Jan 2009 21:48:59 +0000 peter1138 (svn r14926) -Feature: Automatically set last engine ageing year to the last 'introduction year plus half model life', to allow engines later than 2050 to appear. draft
Thu, 08 Jan 2009 21:16:19 +0000 frosch (svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window when they are deleted. draft
Thu, 08 Jan 2009 21:13:20 +0000 frosch (svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a different vehicle is dragged. draft
Thu, 08 Jan 2009 18:49:34 +0000 translators (svn r14922) -Update: WebTranslator2 update to 2009-01-08 18:49:15 draft
Thu, 08 Jan 2009 18:08:14 +0000 frosch (svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-station, when there is none. draft
Thu, 08 Jan 2009 16:35:45 +0000 rubidium (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) draft
Thu, 08 Jan 2009 16:33:41 +0000 rubidium (svn r14918) -Cleanup: remove unused constant. draft
Thu, 08 Jan 2009 14:55:28 +0000 rubidium (svn r14916) -Codechange: make it possible to send CommandContainers directly to DoCommand(P). draft
Thu, 08 Jan 2009 14:40:18 +0000 rubidium (svn r14915) -Codechange: unify the receiving and sending of commands, and thus unifying most of the validity checking too. draft
Thu, 08 Jan 2009 14:38:21 +0000 belugas (svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicked> by Swallow draft
Thu, 08 Jan 2009 14:33:32 +0000 peter1138 (svn r14913) -Codechange: (Well, Buildchange:) Don't include unnecessary blitters or drivers when built as dedicated-only. draft
Thu, 08 Jan 2009 14:30:29 +0000 peter1138 (svn r14912) -Codechange: Autoprobe 'null' blitter when built as dedicated-only. draft
Thu, 08 Jan 2009 14:10:39 +0000 peter1138 (svn r14911) -Fix (r14909): -D did not work draft
Thu, 08 Jan 2009 13:57:50 +0000 rubidium (svn r14910) -Codechange: merge the command queue handling into a single location draft
Thu, 08 Jan 2009 12:05:14 +0000 peter1138 (svn r14909) -Codechange: Remove global option for the extmidi driver and make it a driver parameter with the name cmd instead. This means if you have an "extmidi = ..." line in your config you must change it to "musicdriver = extmidi:cmd=...", in the [misc] section. draft
Thu, 08 Jan 2009 11:40:42 +0000 peter1138 (svn r14908) -Codechange: Add support for text parameters. draft
Thu, 08 Jan 2009 11:06:07 +0000 peter1138 (svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters. draft