log

age author description
Fri, 04 Nov 2011 10:30:10 +0000 rubidium (svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for the terraform code draft
Fri, 04 Nov 2011 10:29:26 +0000 rubidium (svn r23099) -Codechange: remove pointless multiplications by TILE_HEIGHT for the water/river code draft
Fri, 04 Nov 2011 10:28:31 +0000 rubidium (svn r23098) -Codechange: remove pointless multiplications by TILE_HEIGHT from the tunnel code draft
Fri, 04 Nov 2011 10:28:20 +0000 rubidium (svn r23097) -Codechange: remove pointless multiplications by TILE_HEIGHT from the bridge code draft
Fri, 04 Nov 2011 10:25:58 +0000 rubidium (svn r23096) -Codechange: remove useless divisions and multiplications by TILE_HEIGHT for the snow line code draft
Fri, 04 Nov 2011 10:25:33 +0000 rubidium (svn r23095) -Codechange: remove useless divisions/multiplications by TILE_HEIGHT for the AI API code draft
Fri, 04 Nov 2011 10:23:48 +0000 rubidium (svn r23094) -Codechange: add a default NULL to GetFoundationSlope and use it draft
Fri, 04 Nov 2011 10:22:27 +0000 rubidium (svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it draft
Fri, 04 Nov 2011 10:20:24 +0000 rubidium (svn r23092) -Codechange: create a non-pixel version of some of the Get*PixelZ functions, and let Get*PixelZ wrap around the new function (multiplying the Z by TILE_HEIGHT) just like TileHeight and TilePixelHeight draft
Fri, 04 Nov 2011 10:18:13 +0000 rubidium (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight) draft
Fri, 04 Nov 2011 06:05:11 +0000 rubidium (svn r23090) -Codechange: use map accessors instead of directly accessing the map (mhl) draft
Fri, 04 Nov 2011 00:38:59 +0000 michi_cc (svn r23089) -Add: Allow specifying refits for go-to station orders. draft
Fri, 04 Nov 2011 00:38:56 +0000 michi_cc (svn r23088) -Change: Extend the train order GUI with space for a forth button. draft
Fri, 04 Nov 2011 00:38:51 +0000 michi_cc (svn r23087) -Feature: Auto-refitting of vehicles during loading at a station when the vehicle allows it. draft
Fri, 04 Nov 2011 00:35:05 +0000 michi_cc (svn r23086) -Feature: [NewGRF] Callback to change refit cost depending on old and new cargo type. draft