log

age author description
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
Wed, 27 Jan 2010 20:54:05 +0000 frosch (svn r18931) -Fix: Disabling autoreplace rules might count invalid engines. draft
Wed, 27 Jan 2010 20:51:11 +0000 frosch (svn r18930) -Fix: [NoAI] Autoreplace is also valid for the default group. draft
Wed, 27 Jan 2010 20:07:29 +0000 frosch (svn r18929) -Fix [FS#3568]: Preserve some timetable related vehicle flags during autorenew/-replace. draft
Wed, 27 Jan 2010 19:52:08 +0000 frosch (svn r18928) -Fix (r18304): The date in case of 'early arrival' was misaligned in the timetable GUI. draft
Wed, 27 Jan 2010 18:46:53 +0000 rubidium (svn r18927) -Change: move Vietnamese out of unfinished draft
Wed, 27 Jan 2010 18:45:13 +0000 translators (svn r18926) -Update from WebTranslator v3.0: draft
Wed, 27 Jan 2010 13:06:58 +0000 yexo (svn r18925) -Fix (r18924): a waypoint can have a buoy but no rail waypoint tile draft
Wed, 27 Jan 2010 12:45:41 +0000 yexo (svn r18924) -Fix [NoAI]: AIOrder::GetOrderDestination could return a non-waypoint tile when the waypoint was a multitile waypoint draft
Wed, 27 Jan 2010 10:17:09 +0000 peter1138 (svn r18923) -Fix [FS#3565]: Check source stationspec exists before copying layouts. draft
Tue, 26 Jan 2010 23:25:28 +0000 yexo (svn r18922) -Doc: add doxygen documentation to all functions in station_map.h draft
Tue, 26 Jan 2010 23:03:47 +0000 yexo (svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpecIndex a bit more strict draft
Tue, 26 Jan 2010 18:45:11 +0000 translators (svn r18920) -Update from WebTranslator v3.0: draft
Tue, 26 Jan 2010 14:04:56 +0000 glx (svn r18919) -Fix (r15371): strcasestr() return should not be const draft
Mon, 25 Jan 2010 18:45:23 +0000 translators (svn r18917) -Update from WebTranslator v3.0: draft
Mon, 25 Jan 2010 17:22:06 +0000 frosch (svn r18916) -Fix (r18809): Don't rely on 'time.h' being included via dark roads. draft
Mon, 25 Jan 2010 15:20:46 +0000 glx (svn r18915) -Fix (r18912): use a macro for empty DrawTileSprites elements (and solve missing braces/initializer warnings) draft
Mon, 25 Jan 2010 00:43:51 +0000 glx (svn r18913) -Fix (r18892): the deadlock was still possible draft
Sun, 24 Jan 2010 20:25:28 +0000 yexo (svn r18912) -Codechange: free up a bunch of airporttile ids by using the tile animation frame draft
Sun, 24 Jan 2010 20:21:09 +0000 yexo (svn r18911) -Fix (r18910): forgot to svn add the new file draft
Sun, 24 Jan 2010 20:17:18 +0000 yexo (svn r18910) -Codechange: move the enum with airporttile names to table/airporttile_ids.h draft
Sun, 24 Jan 2010 18:45:28 +0000 translators (svn r18909) -Update from WebTranslator v3.0: draft
Sun, 24 Jan 2010 11:05:26 +0000 rubidium (svn r18908) -Fix [FS#3561]: on bankruptcy the company value did include the loan and as such the value at which you bought the company was too low draft
Sat, 23 Jan 2010 22:37:14 +0000 alberth (svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty(). draft
Sat, 23 Jan 2010 22:32:30 +0000 alberth (svn r18906) -Codechange: Use start and end column position instead of a mask for drawing a column in the smallmap. draft
Sat, 23 Jan 2010 22:25:00 +0000 peter1138 (svn r18905) -Fix (r18902): Compile error on 64-bit with gcc draft
Sat, 23 Jan 2010 22:23:45 +0000 michi_cc (svn r18904) -Fix: Writing LZO-compressed savegames would produce invalid files and potentially overwrite memory. draft
Sat, 23 Jan 2010 21:19:14 +0000 rubidium (svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for all versions of Windows draft
Sat, 23 Jan 2010 19:33:18 +0000 rubidium (svn r18902) -Fix [FS#3559]: the default button for the advanced settings didn't work draft
Sat, 23 Jan 2010 19:32:56 +0000 rubidium (svn r18901) -Change: make the default button work again for the world generation window; previously it worked due to the bug fixed in r18899. Do not add it again for the town custom number because there is no default for that one. draft
Sat, 23 Jan 2010 19:30:53 +0000 rubidium (svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default' draft
Sat, 23 Jan 2010 19:30:03 +0000 rubidium (svn r18899) -Fix: the default button was enabled even when the ENABLE_DEFAULT flag wasn't set draft