log

age author description
Mon, 07 Nov 2011 19:35:02 +0000 michi_cc (svn r23129) -Add: [NewGRF] Property for the rail type name. draft
Mon, 07 Nov 2011 18:45:07 +0000 translators (svn r23128) -Update from WebTranslator v3.0: draft
Sun, 06 Nov 2011 22:14:55 +0000 michi_cc (svn r23127) -Fix [FS#4819] (r23086): Don't crash when refitting default vehicles. draft
Sun, 06 Nov 2011 18:45:35 +0000 translators (svn r23126) -Update from WebTranslator v3.0: draft
Sun, 06 Nov 2011 15:54:55 +0000 frosch (svn r23125) -Codechange: Replace some 8s with TILE_SIZE / 2. (adf88) draft
Sun, 06 Nov 2011 15:33:23 +0000 michi_cc (svn r23124) -Change: [NewGRF] Interpret the result of the refit cost callback as a signed value. draft
Sun, 06 Nov 2011 09:37:26 +0000 rubidium (svn r23123) -Fix [FS#4790] (r22792): variable was initialised at the wrong moment making things with the cursor go wrong draft
Sat, 05 Nov 2011 22:41:04 +0000 michi_cc (svn r23122) -Fix (23120): Silence GCC warning. draft
Sat, 05 Nov 2011 18:45:34 +0000 translators (svn r23121) -Update from WebTranslator v3.0: draft
Sat, 05 Nov 2011 15:31:21 +0000 michi_cc (svn r23120) -Feature: [NoAI] Support for refit orders. draft
Fri, 04 Nov 2011 23:47:00 +0000 michi_cc (svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a GUI-less video driver. draft
Fri, 04 Nov 2011 23:20:14 +0000 rubidium (svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining operations for the current tick draft
Fri, 04 Nov 2011 23:14:23 +0000 yexo (svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.000 opcodes for free draft
Fri, 04 Nov 2011 22:59:23 +0000 michi_cc (svn r23116) -Fix (r23114): Ambient sound effect callback was called for unsupported tile types. draft
Fri, 04 Nov 2011 22:32:21 +0000 rubidium (svn r23115) -Fix [FS#4813]: allow accessing the server's client info as well in the admin network (dihedral) draft
Fri, 04 Nov 2011 21:05:08 +0000 michi_cc (svn r23114) -Feature: [NewGRF] Ambient sound effect callback. draft
Fri, 04 Nov 2011 18:45:28 +0000 translators (svn r23113) -Update from WebTranslator v3.0: draft
Fri, 04 Nov 2011 15:04:29 +0000 michi_cc (svn r23112) -Codechange: Check if vehicle chain lengths stays constant when auto-refitting. draft
Fri, 04 Nov 2011 15:04:24 +0000 michi_cc (svn r23111) -Fix: Keep subtype when automatically choosing the cargo for auto-refitting. draft
Fri, 04 Nov 2011 13:40:59 +0000 rubidium (svn r23110) -Codechange: let the flying altitude return ints are well draft
Fri, 04 Nov 2011 13:21:24 +0000 michi_cc (svn r23109) -Fix: Subtract auto-refit costs from the vehicle profit. draft
Fri, 04 Nov 2011 11:52:19 +0000 rubidium (svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z related variables draft
Fri, 04 Nov 2011 11:36:10 +0000 rubidium (svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type functions use int z as well draft
Fri, 04 Nov 2011 11:30:37 +0000 rubidium (svn r23106) -Codechange: pass int* to GetTileSlope and friends draft
Fri, 04 Nov 2011 11:29:11 +0000 rubidium (svn r23105) -Fix (r23104): Kenobi visited me ;) draft
Fri, 04 Nov 2011 11:09:06 +0000 rubidium (svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting draft
Fri, 04 Nov 2011 10:32:26 +0000 rubidium (svn r23103) -Codechange: replace TileHeight(x) * TILE_HEIGHT by TilePixelHeight(x) draft
Fri, 04 Nov 2011 10:31:46 +0000 rubidium (svn r23102) -Codechange: remove the remaining pointless multiplications by TILE_HEIGHT draft
Fri, 04 Nov 2011 10:31:13 +0000 rubidium (svn r23101) -Codechange: remove pointless multiplications by TILE_HEIGHT from the station/object building code draft
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
Mon, 31 Oct 2011 22:31:31 +0000 michi_cc (svn r23070) -Add: [NewGRF] House variable 0x64. draft