log

age author description
Tue, 08 Nov 2011 17:29:11 +0000 frosch (svn r23155) -Change: [NewGRF v8] Use heightlevel units in var 8A of callback 28. draft
Tue, 08 Nov 2011 17:29:01 +0000 frosch (svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info variables. (rubidium) draft
Tue, 08 Nov 2011 17:28:52 +0000 frosch (svn r23153) -Change: [NewGRF v8] Use heightlevel units in variable 20/A0. draft
Tue, 08 Nov 2011 17:28:42 +0000 frosch (svn r23152) -Change: [NewGRF v8] Snow line height table uses values between 0x00 and 0xFF independent of number of height levels. draft
Tue, 08 Nov 2011 17:28:05 +0000 frosch (svn r23151) -Change: [NewGRF v8] Deprecate callback 12, and use callback 36 instead. draft
Tue, 08 Nov 2011 17:27:55 +0000 frosch (svn r23150) -Change: [NewGRF v8] Deprecate callback 11, and use callback 36 instead. draft
Tue, 08 Nov 2011 17:27:46 +0000 frosch (svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles without callback usage. draft
Tue, 08 Nov 2011 17:27:13 +0000 frosch (svn r23148) -Change: [NewGRF] Check the results of various callbacks for validness. draft
Tue, 08 Nov 2011 17:26:49 +0000 frosch (svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callbacks, and check the results for validity. draft
Tue, 08 Nov 2011 17:26:13 +0000 frosch (svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18. draft
Tue, 08 Nov 2011 17:25:51 +0000 frosch (svn r23145) -Change: [NewGRF v8] Determine the 'first' refittable cargo of vehicles using the cargo ordering from the cargo translation table. draft
Tue, 08 Nov 2011 17:25:42 +0000 frosch (svn r23144) -Change: [NewGRF v8] Consider the 'default cargotype' properties as indices into the cargo translation table. draft
Tue, 08 Nov 2011 17:25:32 +0000 frosch (svn r23143) -Change: [NewGRF v8] Return the translated cargobit in vehicle var 42. draft
Tue, 08 Nov 2011 17:24:43 +0000 frosch (svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts. draft
Tue, 08 Nov 2011 17:24:31 +0000 frosch (svn r23141) -Change: [NewGRF v8] Invert result bit 10 of callbacks 149 and 157 to make them consistent with other slope check callbacks. (michi_cc) draft
Tue, 08 Nov 2011 17:24:15 +0000 frosch (svn r23140) -Add: ErrorUnknownCallbackResult() draft
Tue, 08 Nov 2011 17:24:01 +0000 frosch (svn r23139) -Change: [NewGRF v8] Do no longer apply base cost fallbacks. draft
Tue, 08 Nov 2011 17:23:30 +0000 frosch (svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60. draft
Tue, 08 Nov 2011 17:22:49 +0000 frosch (svn r23137) -Change: [NewGRF v8] New result format for callback 16. draft
Tue, 08 Nov 2011 17:22:19 +0000 frosch (svn r23136) -Change: [NewGRF v8] Deprecate old-style callback results 0xFF??. draft
Tue, 08 Nov 2011 15:53:32 +0000 yexo (svn r23135) -Fix (r23133): always compile before commit draft
Tue, 08 Nov 2011 15:44:53 +0000 yexo (svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAccepting draft
Tue, 08 Nov 2011 15:43:34 +0000 yexo (svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly in all cases draft
Tue, 08 Nov 2011 15:10:39 +0000 yexo (svn r23132) -Fix: when any keys on te on-screen keyboard were pressed the text cursor disappeared draft
Tue, 08 Nov 2011 15:00:55 +0000 yexo (svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return false for valid vehicles and crashed for invalid ones draft
Tue, 08 Nov 2011 12:16:17 +0000 yexo (svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention draft
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