log

age author description
Tue, 26 Feb 2013 20:48:50 +0000 rubidium (svn r25050) -Fix: use the CC_BUILD compiler for preprocessing the extra GRF's source instead of a hardcoded gcc draft
Tue, 26 Feb 2013 18:45:13 +0000 translators (svn r25049) -Update from WebTranslator v3.0: draft
Mon, 25 Feb 2013 18:45:24 +0000 translators (svn r25048) -Update from WebTranslator v3.0: draft
Sun, 24 Feb 2013 20:12:37 +0000 rubidium (svn r25047) -Fix [FS#5483]: Dutch language had a few bogus unicode characters draft
Sun, 24 Feb 2013 18:56:50 +0000 frosch (svn r25046) -Fix: Korean genders. draft
Sun, 24 Feb 2013 18:45:26 +0000 translators (svn r25045) -Update from WebTranslator v3.0: draft
Sun, 24 Feb 2013 16:43:45 +0000 frosch (svn r25044) -Change: Collapse subtypes in the refit GUI and only expand them after selecting the cargo type. draft
Sun, 24 Feb 2013 16:43:24 +0000 frosch (svn r25043) -Change [FS#3764]: Only display subtypes in the refit GUI which are available for all selected vehicles. Also add a generic list item to refit while keeping the subtypes of individual vehicles. draft
Sun, 24 Feb 2013 16:42:30 +0000 frosch (svn r25042) -Codechange/Fix: Simplify accumulation of refit options; also don't compare GRF local IDs from different GRFs. draft
Sun, 24 Feb 2013 16:41:51 +0000 frosch (svn r25041) -Remove [FS#3764-ish]: ordered refit with subtypes, since the cases where it worked were corner cases rather than the general case. draft
Sun, 24 Feb 2013 16:40:32 +0000 frosch (svn r25040) -Add: a mode to CmdRefitVehicle to preserve the current subtype, also when refitting multiple vehicles. draft
Sat, 23 Feb 2013 18:45:28 +0000 translators (svn r25039) -Update from WebTranslator v3.0: draft
Sat, 23 Feb 2013 18:29:55 +0000 rubidium (svn r25038) -Fix [FS#5479]: minimise gaps feature caused removal to only happen at the signal build interval instead of the implicit interval of 1 draft
Sat, 23 Feb 2013 18:15:54 +0000 rubidium (svn r25037) -Fix [FS#5480]: green path signals would be shown when building them 'under' a train, and they would keep showing green until they were passed again draft
Fri, 22 Feb 2013 18:45:16 +0000 translators (svn r25036) -Update from WebTranslator v3.0: draft
Fri, 22 Feb 2013 17:48:44 +0000 frosch (svn r25035) -Fix: Improve english. (Joel A) draft
Thu, 21 Feb 2013 18:45:18 +0000 translators (svn r25034) -Update from WebTranslator v3.0: draft
Wed, 20 Feb 2013 18:45:45 +0000 translators (svn r25033) -Update from WebTranslator v3.0: draft
Tue, 19 Feb 2013 19:45:26 +0000 rubidium (svn r25027) -Fix: missing svn properties on Gaelic draft
Tue, 19 Feb 2013 18:52:15 +0000 rubidium (svn r25026) -Fix: language compile issue draft
Tue, 19 Feb 2013 18:46:18 +0000 translators (svn r25025) -Update from WebTranslator v3.0: draft
Mon, 18 Feb 2013 19:30:24 +0000 frosch (svn r25024) -Feature: Searching of (missing) content via GrfCrawler. draft
Mon, 18 Feb 2013 19:23:09 +0000 frosch (svn r25023) -Change: Regroup buttons in content download GUI to put item-specifc stuff next to each other. draft
Mon, 18 Feb 2013 18:55:14 +0000 translators (svn r25022) -Update from WebTranslator v3.0: draft
Sun, 17 Feb 2013 20:55:26 +0000 rubidium (svn r25021) -Codechange: make a lot of SmallMapWindow members protected (fonsinchen) draft
Sun, 17 Feb 2013 20:51:55 +0000 rubidium (svn r25020) -Codechange: refactor SmallMapWindow to make adding map types easier and unduplicate some code (fonsinchen) draft
Sun, 17 Feb 2013 20:48:52 +0000 rubidium (svn r25019) -Fix: GCC doesn't seem to care if one does Class::Class::Function (thinks it is a function), whereas MSVC thinks it is the constructor draft
Sun, 17 Feb 2013 20:38:35 +0000 rubidium (svn r25018) -Codechange: Move SmallMapWindow declaration to header (fonsinchen) draft
Sun, 17 Feb 2013 20:37:18 +0000 rubidium (svn r25017) -Fix [FS#5466]: crash after bootstrap download of 32bits base set due to referencing a deleted mutex draft
Sun, 17 Feb 2013 20:16:49 +0000 rubidium (svn r25016) -Fix [FS#5476]: integer overflow in UpdateStationRating (fonsinchen) draft
Sun, 17 Feb 2013 18:48:05 +0000 rubidium (svn r25015) -Change: Tamil migrated to 'finished' status draft
Sun, 17 Feb 2013 18:46:05 +0000 translators (svn r25014) -Update from WebTranslator v3.0: draft
Sun, 17 Feb 2013 14:59:27 +0000 rubidium (svn r25013) -Feature: show the amount of cargo that has already been reserved by full loading vehicles in the station (fonsinchen) draft
Sun, 17 Feb 2013 14:54:50 +0000 rubidium (svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load improved loading) instead of calculating if for every cycle draft
Sun, 17 Feb 2013 14:50:54 +0000 rubidium (svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen) draft
Sun, 17 Feb 2013 14:36:40 +0000 rubidium (svn r25010) -Codechange: Add general framework for cargo actions, i.e. loading, transfering, delivering and such, to contain this logic in a single place instead of spread around (fonsinchen) draft
Sun, 17 Feb 2013 14:17:06 +0000 rubidium (svn r25009) -Codechange: refactor bits of cargo packet (lists) to reduce duplicated code (fonsinchen) draft
Sun, 17 Feb 2013 14:10:15 +0000 rubidium (svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoList::MoveTo, i.e. pass the amount to truncate (fonsinchen) draft
Sat, 16 Feb 2013 18:45:45 +0000 translators (svn r25007) -Update from WebTranslator v3.0: draft
Sat, 16 Feb 2013 16:43:05 +0000 frosch (svn r25006) -Fix: Update script_window. draft
Sat, 16 Feb 2013 12:28:45 +0000 rubidium (svn r25005) -Add: Scottish Gaelic draft
Fri, 15 Feb 2013 18:45:34 +0000 translators (svn r25004) -Update from WebTranslator v3.0: draft
Fri, 15 Feb 2013 11:01:45 +0000 matthijs (svn r25003) -Fix (r24993): [SDL] Keep a flag to remember if a hardware palette was requested. draft
Fri, 15 Feb 2013 11:01:43 +0000 matthijs (svn r25002) -Doc: [SDL] Fix typo in comment. draft
Thu, 14 Feb 2013 18:58:04 +0000 rubidium (svn r25001) -Change: heading for 1.4 now draft
Thu, 14 Feb 2013 18:49:11 +0000 translators (svn r24999) -Update from WebTranslator v3.0: draft
Thu, 14 Feb 2013 17:24:55 +0000 rubidium (svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag appropriately on creation (peter1138) draft
Thu, 14 Feb 2013 17:11:42 +0000 rubidium (svn r24997) -Change: Use dropdown list to select between Default/Days/Percentage (peter1138) draft
Thu, 14 Feb 2013 17:08:56 +0000 rubidium (svn r24996) -Change: Apply default service interval changes to vehicles without custom interval (peter1138) draft
Thu, 14 Feb 2013 17:06:49 +0000 rubidium (svn r24995) -Codechange: Add flags to vehicle service interval for custom & ispercent (peter1138) draft
Thu, 14 Feb 2013 17:04:01 +0000 rubidium (svn r24994) -Codechange: Replace access to service_interval with accessors (peter1138) draft
Thu, 14 Feb 2013 11:06:12 +0000 matthijs (svn r24993) -Fix: [SDL] Improve 8bpp hardware palette support. Instead of always requesting SDL_HWPALETTE, it is now only done for 8bp blitters in fullscreen mode. draft
Thu, 14 Feb 2013 11:06:06 +0000 matthijs (svn r24992) -Codechange: [SDL] Make CreateMainSurface and PollEvent private methods instead of static functions. draft
Thu, 14 Feb 2013 11:06:01 +0000 matthijs (svn r24991) -Doc: Clarify comments regarding settings macros. draft
Wed, 13 Feb 2013 18:45:20 +0000 translators (svn r24990) -Update from WebTranslator v3.0: draft
Tue, 12 Feb 2013 18:46:26 +0000 translators (svn r24989) -Update from WebTranslator v3.0: draft
Mon, 11 Feb 2013 18:49:03 +0000 translators (svn r24988) -Update from WebTranslator v3.0: draft
Sun, 10 Feb 2013 21:05:24 +0000 frosch (svn r24987) -Fix: When choosing a train in a depot to attach a newly purchased wagon to, do not consider trains currently moving in and out of the depot. draft
Sun, 10 Feb 2013 19:49:04 +0000 zuu (svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over. draft
Sun, 10 Feb 2013 18:48:04 +0000 translators (svn r24985) -Update from WebTranslator v3.0: draft