log

age author description
Wed, 03 Feb 2010 17:12:19 +0000 rubidium (svn r18991) -Codechange: simplify memory management of DownloadSelectedContent draft
Wed, 03 Feb 2010 08:02:07 +0000 peter1138 (svn r18990) -Codechange: [NewGRF] Add rail type map bounds checking to RailType[Change|Reserve]Info(). draft
Wed, 03 Feb 2010 07:58:43 +0000 peter1138 (svn r18989) -Codechange: [NewGRF] Initialise rail type map with default rail types. draft
Tue, 02 Feb 2010 23:11:10 +0000 yexo (svn r18988) -Fix: [NewGRF] industry var A5 (=high 8 bits of var A4) returned the high 8 bits of var A2. Same problem for 9B/9A/98 draft
Tue, 02 Feb 2010 22:27:03 +0000 terkhen (svn r18987) -Fix: [NoAI] Make building long rails fail for AIs if there is an obstacle in the way. draft
Tue, 02 Feb 2010 21:25:01 +0000 terkhen (svn r18986) -Fix (r18803): Make building long roads fail for AIs if there is an obstacle in the way. draft
Tue, 02 Feb 2010 18:45:20 +0000 translators (svn r18985) -Update from WebTranslator v3.0: draft
Mon, 01 Feb 2010 23:13:15 +0000 terkhen (svn r18984) -Add: Viewport place methods for dragging a line with limited size. draft
Mon, 01 Feb 2010 18:45:24 +0000 translators (svn r18983) -Update from WebTranslator v3.0: draft
Mon, 01 Feb 2010 18:44:04 +0000 smatz (svn r18982) -Remove: svnup.sh - no active dev uses it, modifying it causes breakage when it's used to update draft
Mon, 01 Feb 2010 18:38:28 +0000 smatz (svn r18981) -Change: show empty query after creating new group (instead of 'Group nnn') draft
Mon, 01 Feb 2010 12:43:28 +0000 rubidium (svn r18980) -Codechange: preceeding -> preceding (spelling) draft
Mon, 01 Feb 2010 12:29:49 +0000 matthijs (svn r18979) -Fix: Typo in console save command output. draft
Mon, 01 Feb 2010 00:10:52 +0000 smatz (svn r18978) -Fix [FS#3584](r14753): possible invalid memory access when merging companies draft
Sun, 31 Jan 2010 22:37:20 +0000 terkhen (svn r18977) -Doc: Add comments to ViewportDragDropSelectionProcess. draft
Sun, 31 Jan 2010 20:56:24 +0000 frosch (svn r18976) -Fix: Estimating the cost of removing statues could clear the presence flag in the town. draft
Sun, 31 Jan 2010 20:55:10 +0000 frosch (svn r18975) -Cleanup: CMD_REMOVE_ROAD is unused. draft
Sun, 31 Jan 2010 20:28:36 +0000 frosch (svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not access tiles anymore after clearing them; that fails either in test or exec run. draft
Sun, 31 Jan 2010 18:45:18 +0000 translators (svn r18973) -Update from WebTranslator v3.0: draft
Sun, 31 Jan 2010 13:17:29 +0000 peter1138 (svn r18972) -Add: [NewGRF] Per-rail type speed limits. draft
Sun, 31 Jan 2010 12:56:32 +0000 peter1138 (svn r18971) -Fix: Train acceleration for original acceleration model wasn't updated if the train's power changed. draft
Sat, 30 Jan 2010 21:59:22 +0000 peter1138 (svn r18970) -Codechange: Increase number of possible rail types to 16. draft
Sat, 30 Jan 2010 21:49:22 +0000 peter1138 (svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties. draft
Sat, 30 Jan 2010 18:45:45 +0000 translators (svn r18968) -Update from WebTranslator v3.0: draft
Sat, 30 Jan 2010 18:43:14 +0000 frosch (svn r18967) -Fix (r18966): Never trust your copy&paste skills. draft
Sat, 30 Jan 2010 18:34:48 +0000 frosch (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). draft
Sat, 30 Jan 2010 17:42:04 +0000 frosch (svn r18965) -Fix (r17846): Don't compare horizontal positions with vertical. draft
Sat, 30 Jan 2010 16:29:52 +0000 frosch (svn r18964) -Change: Highlight the selected action for town authority, and do not duplicate the itemtext to the description. draft
Sat, 30 Jan 2010 16:27:35 +0000 terkhen (svn r18963) -Codechange: Give AccelerationModel a generical name. draft
Sat, 30 Jan 2010 15:29:35 +0000 alberth (svn r18962) -Fix (r18958, r18961): Code-style, use this explicitly. draft
Sat, 30 Jan 2010 13:11:26 +0000 alberth (svn r18961) -Codechange: Simplifying and unduplicating code in smallmap. draft
Sat, 30 Jan 2010 10:41:15 +0000 terkhen (svn r18960) -Codechange: Move acceleration-related values to a separated cache. draft
Sat, 30 Jan 2010 10:08:39 +0000 frosch (svn r18959) -Feature: [NewGRF] Allow layering of multiple groundsprites in spritelayouts of stations, houses and industrytiles; so hacks with zero-sized bounding boxes are no longer needed and no longer cause trouble. draft
Sat, 30 Jan 2010 09:54:58 +0000 alberth (svn r18958) -Codechange: Merge smallmap remap functions. draft
Sat, 30 Jan 2010 09:32:48 +0000 alberth (svn r18957) -Doc: Documenting the scroll_x, scroll_y, and subscroll variables of SmallMapWindow. draft
Fri, 29 Jan 2010 23:59:38 +0000 yexo (svn r18956) -Update: NoAI changelog draft
Fri, 29 Jan 2010 23:56:42 +0000 yexo (svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building draft
Fri, 29 Jan 2010 23:54:00 +0000 smatz (svn r18954) -Fix (r18952): missing 'inline' draft
Fri, 29 Jan 2010 21:38:55 +0000 yexo (svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running draft
Fri, 29 Jan 2010 21:06:35 +0000 yexo (svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames failed draft
Fri, 29 Jan 2010 18:45:45 +0000 translators (svn r18951) -Update from WebTranslator v3.0: draft
Fri, 29 Jan 2010 18:21:10 +0000 yexo (svn r18950) -Fix: make sure the values of settings loaded from a savegame are valid draft
Fri, 29 Jan 2010 17:56:36 +0000 yexo (svn r18949) -Fix (r18942): 'reduced plane crashes' were actually 'more plane crashes' draft
Fri, 29 Jan 2010 15:50:56 +0000 yexo (svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar draft
Fri, 29 Jan 2010 15:45:53 +0000 yexo (svn r18947) -Fix [FS#1510]: after clicking move up/move down in the newgrf/ai the selected item could be out of range draft
Fri, 29 Jan 2010 01:03:22 +0000 yexo (svn r18946) -Fix: it was possible to change AI settings without changing to the custom difficulty level by using the query text window draft
Fri, 29 Jan 2010 00:11:30 +0000 yexo (svn r18945) -Codechange: typo draft
Fri, 29 Jan 2010 00:03:31 +0000 yexo (svn r18944) -Change [FS#3232]: use the highest version of an AI that can load the AI data from a savegame instead of the exact same version draft
Thu, 28 Jan 2010 23:17:28 +0000 yexo (svn r18943) -Feature [FS#2885]: make it possible to change newgame settings from within a game via the console (use setting_newgame instead of setting) draft
Thu, 28 Jan 2010 22:34:14 +0000 yexo (svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft crashes draft
Thu, 28 Jan 2010 22:06:13 +0000 yexo (svn r18941) -Fix [FS#3575]: remove the loading indicators as soon as a train crashes draft
Thu, 28 Jan 2010 21:59:18 +0000 yexo (svn r18940) -Feature: make the crash position of aircraft a bit random by giving aircraft a chance to crash every tick they're breaking. draft
Thu, 28 Jan 2010 20:54:29 +0000 terkhen (svn r18939) -Codechange [FS#3545]: Move train slope steepness to its own function. draft
Thu, 28 Jan 2010 19:41:45 +0000 frosch (svn r18938) -Fix: Industrylayout's special water tile check did not properly check for crossing north border of map. Also don't consider MP_VOID tiles as water. draft
Thu, 28 Jan 2010 19:27:10 +0000 yexo (svn r18937) -Fix (r15190): TileAddWrap didn't return INVALID_TILE for void tiles at the north border draft
Thu, 28 Jan 2010 18:45:16 +0000 translators (svn r18936) -Update from WebTranslator v3.0: draft
Thu, 28 Jan 2010 18:19:34 +0000 rubidium (svn r18935) -Fix [FS#3551] (r18764): value of variables 90 and 91 weren't what NARS expects draft
Thu, 28 Jan 2010 13:49:20 +0000 glx (svn r18934) -Fix (r18892, r18913): the deadlock should be definitively gone now draft
Thu, 28 Jan 2010 02:31:37 +0000 peter1138 (svn r18933) -Codechange: Don't constantly redraw a window when moving it unless it actually moves. draft
Thu, 28 Jan 2010 02:30:59 +0000 peter1138 (svn r18932) -Codechange: Don't constantly redraw drop drop list. draft