log

age author description
Tue, 30 Jun 2009 16:20:16 +0000 rubidium (svn r16702) -Change: don't implicitly fall back to the null/dedicated (video) drivers, but show an error message that no driver could be found. You can still explicitly start the null drivers thought. draft
Tue, 30 Jun 2009 12:42:43 +0000 rubidium (svn r16701) -Fix [FS#3001]: limit the screen's resolution to 65535x65535 so the dirty pixels stay within bounds of a 32 bits integer draft
Tue, 30 Jun 2009 12:38:18 +0000 rubidium (svn r16700) -Fix: if allegro fails to start or fails open a window or sound card fall back to another driver draft
Tue, 30 Jun 2009 12:36:24 +0000 rubidium (svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it being too large (and SDL doesn't crash!) fall back to another video driver. draft
Tue, 30 Jun 2009 10:26:28 +0000 rubidium (svn r16698) -Document: update documentation pointing to the old translator tool. draft
Tue, 30 Jun 2009 10:19:14 +0000 translators (svn r16697) -Fix (r16696): don't silently introduce old ##case for some languages draft
Tue, 30 Jun 2009 10:14:17 +0000 translators (svn r16696) -Change: make order of pragmas identical for all languages (and to what strgen defines it to be) draft
Tue, 30 Jun 2009 10:01:05 +0000 translators (svn r16695) -Update: WebTranslator2 update to 2009-06-30 10:00:57 draft
Mon, 29 Jun 2009 19:55:36 +0000 rubidium (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: draft
Mon, 29 Jun 2009 19:17:23 +0000 rubidium (svn r16693) -Fix [FS#3004] (r16883): cargo income was not added to the vehicle's profit. draft
Mon, 29 Jun 2009 17:45:07 +0000 translators (svn r16692) -Update from WebTranslator v3.0: draft
Mon, 29 Jun 2009 09:32:58 +0000 rubidium (svn r16691) -Codechange: what's the point of getting the fifth dparam and then using that as the second dparam later on? Especially when the fifth dparam is never set and the second dparam is never used. draft
Sun, 28 Jun 2009 22:42:19 +0000 michi_cc (svn r16690) -Fix [FS#3002]: Missing debug string for ESRB_SAFE_TILE in YAPF debugging helper. draft
Sun, 28 Jun 2009 22:23:26 +0000 alberth (svn r16689) -Codechange: Allow for rendering of parameterized text of nested widgets in Window::DrawWidget, adapt intro and town directory windows. draft
Sun, 28 Jun 2009 21:23:37 +0000 alberth (svn r16688) -Codechange: Some cleanup of intro screen and town directory. draft
Sun, 28 Jun 2009 20:09:40 +0000 alberth (svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change. draft
Sun, 28 Jun 2009 17:45:07 +0000 translators (svn r16686) -Update from WebTranslator v3.0: draft
Sun, 28 Jun 2009 17:40:14 +0000 translators (svn r16685) -Update: WebTranslator2 update to 2009-06-28 17:40:12 draft
Sun, 28 Jun 2009 15:16:57 +0000 alberth (svn r16684) -Codechange: Add maxdim function for Dimension struct. draft
Sun, 28 Jun 2009 15:12:59 +0000 rubidium (svn r16683) -Codechange: move the cargo payment handling to a seperate class. Based on ideas of fonso/fonsinchen. draft
Sun, 28 Jun 2009 14:36:25 +0000 rubidium (svn r16682) -Codechange: make (static) industry list used to trigger the industries' production compile unit static instead of passing it around as pointer draft
Sun, 28 Jun 2009 14:33:10 +0000 rubidium (svn r16681) -Codechange: only resolve the company once for vehicle payment instead of each time a cargo packet is delivered draft
Sun, 28 Jun 2009 14:29:58 +0000 rubidium (svn r16680) -Codechange: don't go through all the station unloading stuff when there is no vehicle at the station draft
Sat, 27 Jun 2009 21:36:04 +0000 frosch (svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoArray instead of a pointer to a static array. draft
Sat, 27 Jun 2009 21:06:58 +0000 frosch (svn r16678) -Codechange: Turn CargoArray into a class, so one does not have to deal with sizeof() wrt. typedef-ed arrays. draft
Sat, 27 Jun 2009 20:53:45 +0000 alberth (svn r16677) -Codechange: Dimension width and height are unsigned. draft
Sat, 27 Jun 2009 18:26:50 +0000 frosch (svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instances to more meaningful names. draft
Sat, 27 Jun 2009 17:45:10 +0000 translators (svn r16675) -Update from WebTranslator v3.0: draft
Sat, 27 Jun 2009 17:32:18 +0000 translators (svn r16674) -Update: WebTranslator2 update to 2009-06-27 17:32:13 draft
Sat, 27 Jun 2009 17:05:20 +0000 smatz (svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and change its behaviour accordingly draft