log

age author description
Tue, 01 Sep 2009 21:43:38 +0000 yexo (svn r17362) -Fix (r17360): alignment in afrikaans.txt was wrong draft
Tue, 01 Sep 2009 21:35:28 +0000 yexo (svn r17361) -Fix (r17360): committed a bit too much draft
Tue, 01 Sep 2009 21:30:14 +0000 yexo (svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the conversion to nested widgets draft
Tue, 01 Sep 2009 21:27:33 +0000 smatz (svn r17359) -Fix: put static before cv qualifier, some compilers complain about that draft
Tue, 01 Sep 2009 20:59:44 +0000 smatz (svn r17358) -Fix: compilation was broken for gcc older than 3.4 draft
Tue, 01 Sep 2009 20:51:45 +0000 smatz (svn r17357) -Codechange: some compilers complain about implicit conversion from NULL to bool draft
Tue, 01 Sep 2009 20:42:12 +0000 rubidium (svn r17356) -Fix: actually implement scrolling for the subsidy list instead of 'just' showing a scroll bar. draft
Tue, 01 Sep 2009 20:06:10 +0000 rubidium (svn r17355) -Codechange: determine the minimum size of the subsidy gui based on (some) of the content draft
Tue, 01 Sep 2009 19:29:16 +0000 rubidium (svn r17354) -Codechange: make the subsidy gui nested draft
Tue, 01 Sep 2009 19:18:42 +0000 yexo (svn r17353) -Codechange: make sure the shuffle and programme buttons in the music window are always the same size draft
Tue, 01 Sep 2009 18:35:24 +0000 rubidium (svn r17352) -Fix [FS#3162]: trains wouldn't show smoke if the load/unload counter wasn't 0, though there doesn't seem to be a reason to check that variable anyhow anymore draft
Tue, 01 Sep 2009 17:45:23 +0000 translators (svn r17351) -Update from WebTranslator v3.0: draft
Tue, 01 Sep 2009 14:20:35 +0000 glx (svn r17350) -Fix (r17336): broken compilation with mingw draft
Tue, 01 Sep 2009 14:06:23 +0000 smatz (svn r17349) -Update (r17348): apply changes to other lang files draft
Tue, 01 Sep 2009 14:05:27 +0000 smatz (svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns draft
Tue, 01 Sep 2009 12:57:04 +0000 rubidium (svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too. draft
Tue, 01 Sep 2009 12:33:17 +0000 rubidium (svn r17344) -Codechange: splash of coding style over ai_event_types.* draft
Tue, 01 Sep 2009 12:28:46 +0000 rubidium (svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster. draft
Tue, 01 Sep 2009 12:17:02 +0000 rubidium (svn r17342) -Fix: reset bankruptcy checks when bankruptcy has been averted and don't set an unused timeout with a magic number draft
Tue, 01 Sep 2009 12:16:01 +0000 rubidium (svn r17341) -Fix: memory leak when trying to bankrupt the local company draft
Tue, 01 Sep 2009 12:14:57 +0000 rubidium (svn r17340) -Fix: old loader tried to load a uint8 into a uint16 draft
Tue, 01 Sep 2009 10:07:22 +0000 rubidium (svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc) draft
Tue, 01 Sep 2009 10:06:18 +0000 yexo (svn r17338) -Feature(tte): Add extra entry points for all airports so planes don't make strange turns when entering the holding stack draft
Mon, 31 Aug 2009 23:42:17 +0000 yexo (svn r17337) -Fix: some more strange airport holding bay positions draft
Mon, 31 Aug 2009 22:38:37 +0000 rubidium (svn r17336) -Codechange: move some os specific files into src/os/ draft
Mon, 31 Aug 2009 22:18:17 +0000 rubidium (svn r17335) -Fix (r17333): don't return a pointer as boolean draft
Mon, 31 Aug 2009 22:15:29 +0000 yexo (svn r17334) -Fix: don't turn north just before approaching the landing strip of the small airport draft
Mon, 31 Aug 2009 19:16:18 +0000 rubidium (svn r17333) -Codechange: make the road pathfinder 'interface' like the one for the rail pathfinder draft
Mon, 31 Aug 2009 17:45:18 +0000 translators (svn r17332) -Update from WebTranslator v3.0: draft
Sun, 30 Aug 2009 21:31:54 +0000 yexo (svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window draft
Sun, 30 Aug 2009 20:38:57 +0000 yexo (svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white draft
Sun, 30 Aug 2009 19:23:36 +0000 yexo (svn r17329) -Codechange: music window uses nested widgets draft
Sun, 30 Aug 2009 18:41:03 +0000 alberth (svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed. draft
Sun, 30 Aug 2009 17:54:11 +0000 alberth (svn r17327) -Codechange: Allow external use of GetEngineCategoryName(). draft
Sun, 30 Aug 2009 17:45:11 +0000 translators (svn r17326) -Update from WebTranslator v3.0: draft
Sun, 30 Aug 2009 17:38:28 +0000 alberth (svn r17325) -Codechange: Un-duplicate engine drawing routines. draft
Sun, 30 Aug 2009 17:07:53 +0000 Yexo (svn r17324) -Codechange: Land info window uses nested widget tree draft
Sun, 30 Aug 2009 15:25:20 +0000 rubidium (svn r17323) -Codechange: replace some magic numbers with constants in the town directory. draft
Sun, 30 Aug 2009 15:25:20 +0000 rubidium (svn r17322) -Codechange: make the industry directory window nested. draft
Sun, 30 Aug 2009 14:39:59 +0000 rubidium (svn r17321) -Codechange: minor coding style fixes for the town directory draft
Sun, 30 Aug 2009 14:06:55 +0000 rubidium (svn r17320) -Codechange: move the code to determine the string and set dparams of industries in the industry directory out of OnPaint draft
Sun, 30 Aug 2009 13:54:53 +0000 rubidium (svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory draft
Sun, 30 Aug 2009 13:44:25 +0000 rubidium (svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory draft
Sun, 30 Aug 2009 12:45:36 +0000 yexo (svn r17317) -Document: how to manually install AIs draft
Sun, 30 Aug 2009 11:47:41 +0000 smatz (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile() draft
Sun, 30 Aug 2009 11:40:01 +0000 smatz (svn r17315) -Codechange: move code related to industry types to separate file draft
Sun, 30 Aug 2009 08:10:00 +0000 alberth (svn r17314) -Fix (r17313): Allow the picker window to change size. draft
Sat, 29 Aug 2009 22:24:29 +0000 rubidium (svn r17313) -Codechange: make the road station picker nested draft
Sat, 29 Aug 2009 21:33:50 +0000 rubidium (svn r17312) -Codechange: make the road toolbars and depot picker nested draft
Sat, 29 Aug 2009 21:28:36 +0000 yexo (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING draft
Sat, 29 Aug 2009 20:54:32 +0000 yexo (svn r17310) -Codechange: about window uses nested widget tree draft
Sat, 29 Aug 2009 20:01:16 +0000 smatz (svn r17309) -Fix: not all non-ASCII characters were entered with escapes in the About window draft
Sat, 29 Aug 2009 17:45:20 +0000 translators (svn r17308) -Update from WebTranslator v3.0: draft
Sat, 29 Aug 2009 17:01:39 +0000 yexo (svn r17307) -Fix [NoAI]: AIRail::RemoveRailTrack returned ERR_PRECONDITION_ERROR for road/rail-crossings draft
Sat, 29 Aug 2009 17:00:32 +0000 alberth (svn r17306) -Fix: DrawStringMultiLine() computed available width and height wrongly. draft
Sat, 29 Aug 2009 09:30:40 +0000 rubidium (svn r17304) -Codechange: move (more) drawing code out of the rail depot picker's OnPaint. draft
Fri, 28 Aug 2009 17:45:13 +0000 translators (svn r17303) -Update from WebTranslator v3.0: draft
Fri, 28 Aug 2009 16:49:00 +0000 rubidium (svn r17301) -Fix (r17297): typo draft
Fri, 28 Aug 2009 15:25:12 +0000 rubidium (svn r17300) -Fix [FS#3120]: mention of Ctrl modifier was missing from some tooltips draft
Fri, 28 Aug 2009 15:23:51 +0000 rubidium (svn r17299) -Fix: the tooltip could get truncated under some circumstances due to its custom string height determination draft