Mercurial > hg > openttd
graph
-
(svn r25047) -Fix [FS#5483]: Dutch language had a few bogus unicode characters draftSun, 24 Feb 2013 20:12:37 +0000, by rubidium
-
(svn r25044) -Change: Collapse subtypes in the refit GUI and only expand them after selecting the cargo type. draftSun, 24 Feb 2013 16:43:45 +0000, by frosch
-
(svn r25042) -Codechange/Fix: Simplify accumulation of refit options; also don't compare GRF local IDs from different GRFs. draftSun, 24 Feb 2013 16:42:30 +0000, by 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. draftSun, 24 Feb 2013 16:41:51 +0000, by frosch
-
(svn r25040) -Add: a mode to CmdRefitVehicle to preserve the current subtype, also when refitting multiple vehicles. draftSun, 24 Feb 2013 16:40:32 +0000, by frosch
-
(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 draftSat, 23 Feb 2013 18:29:55 +0000, by 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 draftSat, 23 Feb 2013 18:15:54 +0000, by rubidium
-
(svn r25027) -Fix: missing svn properties on Gaelic draftTue, 19 Feb 2013 19:45:26 +0000, by rubidium
-
(svn r25024) -Feature: Searching of (missing) content via GrfCrawler. draftMon, 18 Feb 2013 19:30:24 +0000, by frosch
-
(svn r25023) -Change: Regroup buttons in content download GUI to put item-specifc stuff next to each other. draftMon, 18 Feb 2013 19:23:09 +0000, by frosch
-
(svn r25021) -Codechange: make a lot of SmallMapWindow members protected (fonsinchen) draftSun, 17 Feb 2013 20:55:26 +0000, by rubidium
-
(svn r25020) -Codechange: refactor SmallMapWindow to make adding map types easier and unduplicate some code (fonsinchen) draftSun, 17 Feb 2013 20:51:55 +0000, by 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 draftSun, 17 Feb 2013 20:48:52 +0000, by rubidium
-
(svn r25018) -Codechange: Move SmallMapWindow declaration to header (fonsinchen) draftSun, 17 Feb 2013 20:38:35 +0000, by rubidium
-
(svn r25017) -Fix [FS#5466]: crash after bootstrap download of 32bits base set due to referencing a deleted mutex draftSun, 17 Feb 2013 20:37:18 +0000, by rubidium
-
(svn r25016) -Fix [FS#5476]: integer overflow in UpdateStationRating (fonsinchen) draftSun, 17 Feb 2013 20:16:49 +0000, by rubidium
-
(svn r25015) -Change: Tamil migrated to 'finished' status draftSun, 17 Feb 2013 18:48:05 +0000, by rubidium
-
(svn r25013) -Feature: show the amount of cargo that has already been reserved by full loading vehicles in the station (fonsinchen) draftSun, 17 Feb 2013 14:59:27 +0000, by rubidium
-
(svn r25012) -Codechange: persistently keep 'reserved' cargo (for full-load improved loading) instead of calculating if for every cycle draftSun, 17 Feb 2013 14:54:50 +0000, by rubidium
-
(svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen) draftSun, 17 Feb 2013 14:50:54 +0000, by 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) draftSun, 17 Feb 2013 14:36:40 +0000, by rubidium
-
(svn r25009) -Codechange: refactor bits of cargo packet (lists) to reduce duplicated code (fonsinchen) draftSun, 17 Feb 2013 14:17:06 +0000, by rubidium
-
(svn r25008) -Codechange: Make CargoList::Truncate behave similarly to CargoList::MoveTo, i.e. pass the amount to truncate (fonsinchen) draftSun, 17 Feb 2013 14:10:15 +0000, by rubidium
-
(svn r25003) -Fix (r24993): [SDL] Keep a flag to remember if a hardware palette was requested. draftFri, 15 Feb 2013 11:01:45 +0000, by matthijs
-
(svn r24998) -Fix [FS#5137]: Set vehicle's service interval is percent flag appropriately on creation (peter1138) draftThu, 14 Feb 2013 17:24:55 +0000, by rubidium
-
(svn r24997) -Change: Use dropdown list to select between Default/Days/Percentage (peter1138) draftThu, 14 Feb 2013 17:11:42 +0000, by rubidium
-
(svn r24996) -Change: Apply default service interval changes to vehicles without custom interval (peter1138) draftThu, 14 Feb 2013 17:08:56 +0000, by rubidium
-
(svn r24995) -Codechange: Add flags to vehicle service interval for custom & ispercent (peter1138) draftThu, 14 Feb 2013 17:06:49 +0000, by rubidium
-
(svn r24994) -Codechange: Replace access to service_interval with accessors (peter1138) draftThu, 14 Feb 2013 17:04:01 +0000, by rubidium
-
(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. draftThu, 14 Feb 2013 11:06:12 +0000, by matthijs
-
(svn r24992) -Codechange: [SDL] Make CreateMainSurface and PollEvent private methods instead of static functions. draftThu, 14 Feb 2013 11:06:06 +0000, by matthijs
-
(svn r24991) -Doc: Clarify comments regarding settings macros. draftThu, 14 Feb 2013 11:06:01 +0000, by matthijs
-
(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. draftSun, 10 Feb 2013 21:05:24 +0000, by frosch
-
(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over. draftSun, 10 Feb 2013 19:49:04 +0000, by zuu
-
(svn r24983) -Change: Apply the same name sorting rules to content and NewGRF list as for the server list. draftSat, 09 Feb 2013 17:31:07 +0000, by frosch