log

age author description
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
Sat, 23 Jan 2010 18:45:23 +0000 translators (svn r18898) -Update from WebTranslator v3.0: draft
Sat, 23 Jan 2010 16:38:09 +0000 frosch (svn r18897) -Fix: Land area information read the stationspec also for non-rail-stationtiles, which is no longer valid since r18876. draft
Sat, 23 Jan 2010 15:53:09 +0000 rubidium (svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the world generation window caused the default to be set instead of no changes to the value draft
Sat, 23 Jan 2010 13:17:30 +0000 peter1138 (svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader. draft
Sat, 23 Jan 2010 01:36:49 +0000 glx (svn r18892) -Fix: in some rare case a deadlock could happen when stopping sound driver (windows) draft
Fri, 22 Jan 2010 23:55:20 +0000 peter1138 (svn r18891) -Fix: Avoid duplicate path separator when searching for PNG files which prevented tar-lookups. draft
Fri, 22 Jan 2010 22:32:39 +0000 frosch (svn r18890) -Codechange: Unify drawing of foundations for MP_UNMOVABLE. draft
Fri, 22 Jan 2010 21:52:20 +0000 frosch (svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured. draft
Fri, 22 Jan 2010 18:47:29 +0000 frosch (svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful. draft
Fri, 22 Jan 2010 18:45:31 +0000 translators (svn r18887) -Update from WebTranslator v3.0: draft
Fri, 22 Jan 2010 15:34:22 +0000 peter1138 (svn r18886) -Fix (r18884): Spurious casting draft
Fri, 22 Jan 2010 14:03:36 +0000 peter1138 (svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed on error. draft
Fri, 22 Jan 2010 13:02:15 +0000 peter1138 (svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code. draft
Thu, 21 Jan 2010 23:19:50 +0000 rubidium (svn r18883) -Codechange: warn in the difficulty and AI configuration window when setting the number of AIs to non-zero when you don't have AIs draft
Thu, 21 Jan 2010 23:19:13 +0000 rubidium (svn r18882) -Change: default to zero AIs draft
Thu, 21 Jan 2010 21:08:58 +0000 rubidium (svn r18881) -Codechange: make the AI debug window look nicer when not at its minimum size draft
Thu, 21 Jan 2010 19:31:25 +0000 yexo (svn r18880) -Fix: aircraft can be send to an hangar when the target airport has one and when it can land, not only when it has a plane terminal draft
Thu, 21 Jan 2010 18:45:13 +0000 translators (svn r18879) -Update from WebTranslator v3.0: draft
Thu, 21 Jan 2010 18:32:44 +0000 yexo (svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry tile chain when the industry tile was part of an original industry draft
Thu, 21 Jan 2010 17:13:09 +0000 yexo (svn r18877) -Change: make the default size of the AI debug window bigger so the 'no ai found' message can be read completely without resizing draft
Thu, 21 Jan 2010 13:34:05 +0000 yexo (svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles draft
Thu, 21 Jan 2010 11:17:40 +0000 rubidium (svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables draft
Thu, 21 Jan 2010 01:46:40 +0000 rubidium (svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety. draft
Thu, 21 Jan 2010 01:44:51 +0000 rubidium (svn r18873) -Codechange: use PaletteID also in the blitter draft
Thu, 21 Jan 2010 01:38:13 +0000 rubidium (svn r18872) -Codechange: introduce PaletteID and use it draft
Wed, 20 Jan 2010 23:29:56 +0000 rubidium (svn r18870) -Prepare: 1.0.0-beta3 draft
Wed, 20 Jan 2010 18:45:10 +0000 translators (svn r18869) -Update from WebTranslator v3.0: draft
Wed, 20 Jan 2010 17:59:31 +0000 frosch (svn r18868) -Fix [FS#3547](r18776): Wrong comparator. draft
Tue, 19 Jan 2010 18:45:13 +0000 translators (svn r18867) -Update from WebTranslator v3.0: draft
Mon, 18 Jan 2010 22:57:21 +0000 rubidium (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions draft
Mon, 18 Jan 2010 22:19:14 +0000 rubidium (svn r18865) -Doc: update the manpage draft
Mon, 18 Jan 2010 21:44:31 +0000 rubidium (svn r18864) -Fix [FS#3532]: town noise population settings could not be changed in-game draft
Mon, 18 Jan 2010 18:45:20 +0000 translators (svn r18863) -Update from WebTranslator v3.0: draft
Mon, 18 Jan 2010 15:41:38 +0000 rubidium (svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv draft
Mon, 18 Jan 2010 14:58:32 +0000 smatz (svn r18861) -Doc: more doxygen documentation in genworld files draft