summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-11-08(svn r23166) -Change: [NewGRF v8] Don't override rail type prop 1B with prop 09.michi_cc
2011-11-08(svn r23165) -Update from WebTranslator v3.0:translators
dutch - 14 changes by habell english_US - 27 changes by Rubidium finnish - 28 changes by jpx_ german - 4 changes by planetmaker italian - 27 changes by lorenzodv russian - 14 changes by Lone_Wolf vietnamese - 5 changes by nglekhoi
2011-11-08(svn r23164) -Fix (r23149): Default roadvehicles became somewhat short.frosch
2011-11-08(svn r23163) -Fix [FS#4627]: don't display railway fences between track and ↵yexo
waypoints (Krille)
2011-11-08(svn r23162) -Fix (r23133): Silence gcc warning.frosch
2011-11-08(svn r23161) -Fix (r23154): don't convert pointer to bool but actually check ↵yexo
the grf_version variable
2011-11-08(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitionsyexo
2011-11-08(svn r23159) -Feature: Support for NewGRF version 8.frosch
2011-11-08(svn r23158) -Feature: [NewGRF] Patch/setting variable 14. (rubidium)frosch
2011-11-08(svn r23157) -Change: [NewGRF v8] Format of extra callback info for callback ↵frosch
144. (michi_cc)
2011-11-08(svn r23156) -Change: [NewGRF] Clamp height in aircraft variable 44.frosch
2011-11-08(svn r23155) -Change: [NewGRF v8] Use heightlevel units in var 8A of ↵frosch
callback 28.
2011-11-08(svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info ↵frosch
variables. (rubidium)
2011-11-08(svn r23153) -Change: [NewGRF v8] Use heightlevel units in variable 20/A0.frosch
2011-11-08(svn r23152) -Change: [NewGRF v8] Snow line height table uses values between ↵frosch
0x00 and 0xFF independent of number of height levels.
2011-11-08(svn r23151) -Change: [NewGRF v8] Deprecate callback 12, and use callback 36 ↵frosch
instead.
2011-11-08(svn r23150) -Change: [NewGRF v8] Deprecate callback 11, and use callback 36 ↵frosch
instead.
2011-11-08(svn r23149) -Add: [NewGRF] Road vehicle property 23 to shorten vehicles ↵frosch
without callback usage.
2011-11-08(svn r23148) -Change: [NewGRF] Check the results of various callbacks for ↵frosch
validness.
2011-11-08(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean ↵frosch
callbacks, and check the results for validity.
2011-11-08(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to ↵frosch
use instead of property 18.
2011-11-08(svn r23145) -Change: [NewGRF v8] Determine the 'first' refittable cargo of ↵frosch
vehicles using the cargo ordering from the cargo translation table.
2011-11-08(svn r23144) -Change: [NewGRF v8] Consider the 'default cargotype' ↵frosch
properties as indices into the cargo translation table.
2011-11-08(svn r23143) -Change: [NewGRF v8] Return the translated cargobit in vehicle ↵frosch
var 42.
2011-11-08(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks ↵frosch
returning D0xx texts.
2011-11-08(svn r23141) -Change: [NewGRF v8] Invert result bit 10 of callbacks 149 and ↵frosch
157 to make them consistent with other slope check callbacks. (michi_cc)
2011-11-08(svn r23140) -Add: ErrorUnknownCallbackResult()frosch
2011-11-08(svn r23139) -Change: [NewGRF v8] Do no longer apply base cost fallbacks.frosch
2011-11-08(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x ↵frosch
variables (using var 7B). Currently most useful for vehicle var 60.
2011-11-08(svn r23137) -Change: [NewGRF v8] New result format for callback 16.frosch
2011-11-08(svn r23136) -Change: [NewGRF v8] Deprecate old-style callback results 0xFF??.frosch
2011-11-08(svn r23135) -Fix (r23133): always compile before commityexo
2011-11-08(svn r23134) -Add [FS#3799]: [NoAI] AICargoList_StationAcceptingyexo
2011-11-08(svn r23133) -Fix [FS#4823]: AIOrder didn't handle implicit orders correctly ↵yexo
in all cases
2011-11-08(svn r23132) -Fix: when any keys on te on-screen keyboard were pressed the ↵yexo
text cursor disappeared
2011-11-08(svn r23131) -Fix (r16165): AIOrder::IsCurrentOrderPartOfOrderList return ↵yexo
false for valid vehicles and crashed for invalid ones
2011-11-08(svn r23130) -Change [FS#4825]: open the query string window centered as it ↵yexo
(almost) always requires your attention
2011-11-07(svn r23129) -Add: [NewGRF] Property for the rail type name.michi_cc
2011-11-07(svn r23128) -Update from WebTranslator v3.0:translators
vietnamese - 14 changes by nglekhoi
2011-11-06(svn r23127) -Fix [FS#4819] (r23086): Don't crash when refitting default ↵michi_cc
vehicles.
2011-11-06(svn r23126) -Update from WebTranslator v3.0:translators
belarusian - 17 changes by Wowanxm norwegian_bokmal - 24 changes by eloekset polish - 17 changes by nouwak spanish - 17 changes by Terkhen vietnamese - 17 changes by nglekhoi welsh - 18 changes by kazzie
2011-11-06(svn r23125) -Codechange: Replace some 8s with TILE_SIZE / 2. (adf88)frosch
2011-11-06(svn r23124) -Change: [NewGRF] Interpret the result of the refit cost ↵michi_cc
callback as a signed value.
2011-11-06(svn r23123) -Fix [FS#4790] (r22792): variable was initialised at the wrong ↵rubidium
moment making things with the cursor go wrong
2011-11-05(svn r23122) -Fix (23120): Silence GCC warning.michi_cc
2011-11-05(svn r23121) -Update from WebTranslator v3.0:translators
italian - 18 changes by lorenzodv norwegian_bokmal - 90 changes by eloekset norwegian_nynorsk - 1 changes by eloekset serbian - 17 changes by etran tamil - 15 changes by aswn
2011-11-05(svn r23120) -Feature: [NoAI] Support for refit orders.michi_cc
2011-11-04(svn r23119) -Fix: [Win32] Don't show a crash/assertion message box for a ↵michi_cc
GUI-less video driver.
2011-11-04(svn r23118) -Feature: [NoAI] Allow AIs to query the amount of remaining ↵rubidium
operations for the current tick
2011-11-04(svn r23117) -Fix: [NoAI] calling require() to include a file gave you ↵yexo
100.000 opcodes for free