Mercurial > hg > openttd
graph
-
(svn r19066) -Fix: settings that are part of the "ttdpatch flags" can cause desyncs if they're changed in network games draftTue, 09 Feb 2010 16:22:13 +0000, by yexo
-
(svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong. draftTue, 09 Feb 2010 15:43:54 +0000, by peter1138
-
(svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth). draftMon, 08 Feb 2010 23:46:35 +0000, by terkhen
-
(svn r19063) -Codechange: type in constant name (andythenorth) draftMon, 08 Feb 2010 23:05:29 +0000, by yexo
-
(svn r19062) -Codechange: Move smallmap related functions to their own header. draftMon, 08 Feb 2010 21:19:41 +0000, by terkhen
-
(svn r19060) -Codechange: Draw custom depot sprites in GUI. draftMon, 08 Feb 2010 16:07:46 +0000, by peter1138
-
(svn r19059) -Fix (r19056): Regenerate MSVC project files. draftMon, 08 Feb 2010 01:31:10 +0000, by michi_cc
-
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) draftSun, 07 Feb 2010 22:22:54 +0000, by peter1138
-
(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated draftSun, 07 Feb 2010 18:28:09 +0000, by rubidium
-
(svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work) draftSun, 07 Feb 2010 12:04:44 +0000, by frosch
-
(svn r19052) -Codechange: Remove the _smallmap_draw_procs array. draftSun, 07 Feb 2010 11:58:35 +0000, by alberth
-
(svn r19050) -Fix: Don't call callbacks for disabled industrytypes. draftSat, 06 Feb 2010 20:41:27 +0000, by frosch
-
(svn r19049) -Codechange: Deduplicate computing number of initial industries. draftSat, 06 Feb 2010 20:19:59 +0000, by frosch
-
(svn r19048) -Codechange: Pass the already queried effective tile type to the GetSmallMapPixels routines. draftSat, 06 Feb 2010 19:24:51 +0000, by alberth
-
(svn r19047) -Codechange: Use GetEffectiveTileType() in all GetSmallMapPixels routines. draftSat, 06 Feb 2010 19:22:29 +0000, by alberth
-
(svn r19046) -Codechange: Move retrieval of tile colour data in smallmap. draftSat, 06 Feb 2010 19:18:09 +0000, by alberth
-
(svn r19044) -Codechange: don't load the 'new game' NewGRFs when you're certain the savegame wouldn't have been saved with them, i.e. don't load the 'new game' NewGRFs for TTO savegames. draftSat, 06 Feb 2010 17:26:21 +0000, by rubidium
-
(svn r19043) -Doc: Dcoumenting the GetSmallMapPixels typedef. draftSat, 06 Feb 2010 15:10:12 +0000, by alberth
-
(svn r19042) -Add: Allow mousewheel zooming in smallmap. draftSat, 06 Feb 2010 13:22:04 +0000, by alberth
-
(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps. draftSat, 06 Feb 2010 13:19:46 +0000, by alberth
-
(svn r19040) -Codechange: Introduce inverse function of RemapCoords. draftSat, 06 Feb 2010 13:14:40 +0000, by alberth
-
(svn r19038) -Codechange: Move TileArea methods to their own file. draftSat, 06 Feb 2010 12:56:13 +0000, by alberth
-
(svn r19027) -Doc: Document RemapCoords functions. draftSat, 06 Feb 2010 09:30:30 +0000, by alberth
-
(svn r19026) -Codechange: Move a constant computation out of the loop. draftSat, 06 Feb 2010 09:27:04 +0000, by alberth
-
(svn r19025) -Codechange: Rename DrawSmallMapStuff() to DrawSmallMapColumn(). draftSat, 06 Feb 2010 09:25:02 +0000, by alberth
-
(svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty errors when there were no vehicles draftFri, 05 Feb 2010 21:51:26 +0000, by rubidium
-
(svn r19023) -Fix (r18807): city airport introduction date had become 5 years later draftFri, 05 Feb 2010 21:49:56 +0000, by rubidium
-
(svn r19022) -Fix (r18770): loading old (0.1-ish) savegames failed draftFri, 05 Feb 2010 20:22:01 +0000, by rubidium
-
(svn r19021) -Fix [FS#3570]: don't NULL the pointers when saving the savegame on an error during saving; the savegame is still valid draftFri, 05 Feb 2010 20:18:30 +0000, by rubidium
-
(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible draftFri, 05 Feb 2010 17:05:58 +0000, by smatz
-
(svn r19018) -Change: [Makefile] Make test an alias for regression, distclean an alias for mrproper and update mrproper to really delete all generated files/directories. draftFri, 05 Feb 2010 16:20:04 +0000, by rubidium
-
(svn r19017) -Doc: [NoAI] A parameter wasn't documented draftFri, 05 Feb 2010 16:11:23 +0000, by rubidium
-
(svn r19016) -Fix [FS#3591]: When removing roads, the player was also charged for removing the foundations. draftFri, 05 Feb 2010 14:11:25 +0000, by terkhen
-
(svn r19015) -Update: Vietnamese language settings draftFri, 05 Feb 2010 10:47:07 +0000, by rubidium
-
(svn r19014) -Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop location of trains in a rail station draftThu, 04 Feb 2010 23:18:19 +0000, by yexo
-
(svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/. draftThu, 04 Feb 2010 22:17:41 +0000, by yexo
-
(svn r19010) -Codechange: Remove a now unneeded check at CmdBuildRailStation. draftThu, 04 Feb 2010 21:09:29 +0000, by terkhen
-
(svn r19006) -Fix (r18970): default rail type determination failed causing 'A'/SHIFT-F4 not to work the first time. As rail types can now be anything the explicit options for the different railtypes have been removed, leaving the most used rail type and first/last available rail types. draftThu, 04 Feb 2010 17:08:48 +0000, by rubidium
-
(svn r19005) -Codechange: make animated cursors have a bit set instead of using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed. draftThu, 04 Feb 2010 15:42:38 +0000, by rubidium
-
(svn r19004) -Codechange: silence ICC warning that 'integer conversion resulted in a change of sign' draftThu, 04 Feb 2010 15:27:25 +0000, by rubidium
-
(svn r19003) -Fix [FS#3194]: [OSX] OS X 10.5+ does not (always?) handle 8bpp graphics in a suitable manner. This is actually not a fix but a nasty work around; you can still easily trigger the bug/issue by overriding the 'default' blitter choice (Brad Oliver). I can/have not test(ed) (including compiling) this fix. draftThu, 04 Feb 2010 14:32:12 +0000, by rubidium
-
(svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Thorson). I can/have not test(ed) it, it cannot break non OSX builds. draftThu, 04 Feb 2010 14:21:20 +0000, by rubidium
-
(svn r18999) -Change: update some of the defaults (Eddi) draftWed, 03 Feb 2010 23:45:19 +0000, by rubidium
-
(svn r18997) -Fix [FS#3588] (r18608): off-by-one in the music playlist (Cirdan) draftWed, 03 Feb 2010 22:07:03 +0000, by rubidium
-
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about draftWed, 03 Feb 2010 21:45:48 +0000, by rubidium
-
(svn r18994) -Change: content mirroring support (based on work by TrueBrain). draftWed, 03 Feb 2010 18:42:23 +0000, by rubidium
-
(svn r18993) -Codechange: allow allocating multiple items in a SmallVector with one call. draftWed, 03 Feb 2010 17:25:56 +0000, by rubidium