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
Thu, 03 Nov 2011 23:06:30 +0000 rubidium (svn r23085) -Fix (r23084): SLE_UINT8 might have been the old type, it's not the same as the length of the variable draft
Thu, 03 Nov 2011 22:49:03 +0000 rubidium (svn r23084) -Codechange: get rid of a redundant variable draft
Thu, 03 Nov 2011 12:54:02 +0000 yexo (svn r23083) -Fix: run StartupEngines() if NewGRFs changed during loading a savegame, just like it's running when NewGRFs are changed during a game draft
Wed, 02 Nov 2011 22:09:07 +0000 rubidium (svn r23082) -Fix: account for snow line table when determining the snow line for building houses draft
Wed, 02 Nov 2011 18:45:03 +0000 translators (svn r23081) -Update from WebTranslator v3.0: draft
Tue, 01 Nov 2011 16:51:47 +0000 frosch (svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to draw different sprites on the map and in various GUIs. draft
Tue, 01 Nov 2011 16:18:28 +0000 frosch (svn r23079) -Fix (r23077): Retain original behaviour in a silly corner case, which saves us making the specs even more convoluted. draft
Tue, 01 Nov 2011 12:15:33 +0000 yexo (svn r23078) -Fix (r23077): default ships carrying passengers and oil were suddenly only able to carry coal draft
Tue, 01 Nov 2011 00:29:05 +0000 frosch (svn r23077) -Change: [NewGRF] Enforce that the default cargo type of a vehicle is one of the refittable cargos in case of refittable engines. draft
Tue, 01 Nov 2011 00:26:22 +0000 frosch (svn r23076) -Codechange: Separate code for NewGRF and default refit masks more strictly. draft
Tue, 01 Nov 2011 00:23:41 +0000 frosch (svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and Vehicle to simplify code. draft
Tue, 01 Nov 2011 00:21:08 +0000 frosch (svn r23074) -Codechange: Add Vehicle::GetEngine() to simplify code. draft
Tue, 01 Nov 2011 00:19:38 +0000 frosch (svn r23073) -Update: Add another generated file to .hgignore. draft
Mon, 31 Oct 2011 22:31:40 +0000 michi_cc (svn r23072) -Feature: [NewGRF] House callback 0x148. draft
Mon, 31 Oct 2011 22:31:35 +0000 michi_cc (svn r23071) -Codechange: [NewGRF] Allow passing custom extra data through the generic NewGRF animation helper class. draft