Mercurial > hg > openttd
graph
-
(svn r18924) -Fix [NoAI]: AIOrder::GetOrderDestination could return a non-waypoint tile when the waypoint was a multitile waypoint draftWed, 27 Jan 2010 12:45:41 +0000, by yexo
-
(svn r18923) -Fix [FS#3565]: Check source stationspec exists before copying layouts. draftWed, 27 Jan 2010 10:17:09 +0000, by peter1138
-
(svn r18922) -Doc: add doxygen documentation to all functions in station_map.h draftTue, 26 Jan 2010 23:25:28 +0000, by yexo
-
(svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpecIndex a bit more strict draftTue, 26 Jan 2010 23:03:47 +0000, by yexo
-
(svn r18919) -Fix (r15371): strcasestr() return should not be const draftTue, 26 Jan 2010 14:04:56 +0000, by glx
-
(svn r18916) -Fix (r18809): Don't rely on 'time.h' being included via dark roads. draftMon, 25 Jan 2010 17:22:06 +0000, by frosch
-
(svn r18915) -Fix (r18912): use a macro for empty DrawTileSprites elements (and solve missing braces/initializer warnings) draftMon, 25 Jan 2010 15:20:46 +0000, by glx
-
(svn r18913) -Fix (r18892): the deadlock was still possible draftMon, 25 Jan 2010 00:43:51 +0000, by glx
-
(svn r18912) -Codechange: free up a bunch of airporttile ids by using the tile animation frame draftSun, 24 Jan 2010 20:25:28 +0000, by yexo
-
(svn r18911) -Fix (r18910): forgot to svn add the new file draftSun, 24 Jan 2010 20:21:09 +0000, by yexo
-
(svn r18910) -Codechange: move the enum with airporttile names to table/airporttile_ids.h draftSun, 24 Jan 2010 20:17:18 +0000, by yexo
-
(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 draftSun, 24 Jan 2010 11:05:26 +0000, by rubidium
-
(svn r18907) -Cleanup: Smallmap was the last user of SetPixelIfEmpty(). draftSat, 23 Jan 2010 22:37:14 +0000, by alberth
-
(svn r18906) -Codechange: Use start and end column position instead of a mask for drawing a column in the smallmap. draftSat, 23 Jan 2010 22:32:30 +0000, by alberth
-
(svn r18905) -Fix (r18902): Compile error on 64-bit with gcc draftSat, 23 Jan 2010 22:25:00 +0000, by peter1138
-
(svn r18904) -Fix: Writing LZO-compressed savegames would produce invalid files and potentially overwrite memory. draftSat, 23 Jan 2010 22:23:45 +0000, by michi_cc
-
(svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for all versions of Windows draftSat, 23 Jan 2010 21:19:14 +0000, by rubidium
-
(svn r18902) -Fix [FS#3559]: the default button for the advanced settings didn't work draftSat, 23 Jan 2010 19:33:18 +0000, by rubidium
-
(svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default' draftSat, 23 Jan 2010 19:30:53 +0000, by rubidium
-
(svn r18899) -Fix: the default button was enabled even when the ENABLE_DEFAULT flag wasn't set draftSat, 23 Jan 2010 19:30:03 +0000, by rubidium
-
(svn r18897) -Fix: Land area information read the stationspec also for non-rail-stationtiles, which is no longer valid since r18876. draftSat, 23 Jan 2010 16:38:09 +0000, by frosch
-
(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 draftSat, 23 Jan 2010 15:53:09 +0000, by rubidium
-
(svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader. draftSat, 23 Jan 2010 13:17:30 +0000, by peter1138
-
(svn r18892) -Fix: in some rare case a deadlock could happen when stopping sound driver (windows) draftSat, 23 Jan 2010 01:36:49 +0000, by glx
-
(svn r18891) -Fix: Avoid duplicate path separator when searching for PNG files which prevented tar-lookups. draftFri, 22 Jan 2010 23:55:20 +0000, by peter1138
-
(svn r18890) -Codechange: Unify drawing of foundations for MP_UNMOVABLE. draftFri, 22 Jan 2010 22:32:39 +0000, by frosch
-
(svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured. draftFri, 22 Jan 2010 21:52:20 +0000, by frosch
-
(svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful. draftFri, 22 Jan 2010 18:47:29 +0000, by frosch
-
(svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed on error. draftFri, 22 Jan 2010 14:03:36 +0000, by 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. draftFri, 22 Jan 2010 13:02:15 +0000, by peter1138
-
(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 draftThu, 21 Jan 2010 23:19:50 +0000, by rubidium
-
(svn r18881) -Codechange: make the AI debug window look nicer when not at its minimum size draftThu, 21 Jan 2010 21:08:58 +0000, by rubidium
-
(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 draftThu, 21 Jan 2010 19:31:25 +0000, by 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 draftThu, 21 Jan 2010 18:32:44 +0000, by 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 draftThu, 21 Jan 2010 17:13:09 +0000, by yexo
-
(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles draftThu, 21 Jan 2010 13:34:05 +0000, by yexo
-
(svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables draftThu, 21 Jan 2010 11:17:40 +0000, by rubidium
-
(svn r18873) -Codechange: use PaletteID also in the blitter draftThu, 21 Jan 2010 01:44:51 +0000, by rubidium
-
(svn r18872) -Codechange: introduce PaletteID and use it draftThu, 21 Jan 2010 01:38:13 +0000, by rubidium
-
(svn r18868) -Fix [FS#3547](r18776): Wrong comparator. draftWed, 20 Jan 2010 17:59:31 +0000, by frosch
-
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper functions draftMon, 18 Jan 2010 22:57:21 +0000, by rubidium
-
(svn r18864) -Fix [FS#3532]: town noise population settings could not be changed in-game draftMon, 18 Jan 2010 21:44:31 +0000, by rubidium
-
(svn r18862) -Fix [FS#3544]: don't pass AI strings through iconv draftMon, 18 Jan 2010 15:41:38 +0000, by rubidium
-
(svn r18861) -Doc: more doxygen documentation in genworld files draftMon, 18 Jan 2010 14:58:32 +0000, by smatz
-
(svn r18860) -Codechange: introduce a wrapper to get an hangar tile from a station draftMon, 18 Jan 2010 14:32:47 +0000, by yexo