Commit Graph

14886 Commits (b714160fccc19490e4a8b8d5d371c8d0c69d8ac7)
 

Author SHA1 Message Date
alberth b714160fcc (svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad(). 14 years ago
alberth 467803a7c0 (svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error. 14 years ago
alberth 8b785ccb8a (svn r19489) -Codechange: Introduce a had_success variable in SendAllVehiclesToDepot(). 14 years ago
alberth c9b0e9d25f (svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well. 14 years ago
alberth a9d4eb86b8 (svn r19487) -Codechange: Removed non-reachable return statement. 14 years ago
alberth 2dcca0ca76 (svn r19486) -Codechange: Code style, move var declarations closer to their first use. 14 years ago
alberth c3471d98f3 (svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs. 14 years ago
alberth cced6b35cb (svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'. 14 years ago
alberth f05a8635fd (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. 14 years ago
alberth 073f627930 (svn r19482) -Doc: Doxygen additions/updates. 14 years ago
frosch 116a5f56a4 (svn r19481) -Codechange: Turn _industry_counts into a static member of Industry. 14 years ago
terkhen e27e5febb6 (svn r19480) -Fix: Stop reducing the size of the vehicle list after selecting a vehicle with a long description. 14 years ago
alberth 7ef97932d9 (svn r19479) -Codechange: Test range of town size and layout instead of against the current last value. 14 years ago
alberth e89f154c0d (svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums. 14 years ago
yexo f439b5767a (svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor 14 years ago
yexo aab8849661 (svn r19476) -Codechange: simplify the 'is conflicting industry nearby' check a bit 14 years ago
terkhen 81ca76a655 (svn r19475) -Cleanup: Remove an unneeded for when drawing detail panels. 14 years ago
yexo ea58a697c1 (svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items) 14 years ago
yexo aaa8fc7a4c (svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13) 14 years ago
yexo 787ccc692c (svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13) 14 years ago
yexo e70bfdf789 (svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13) 14 years ago
yexo 6f1a0f890b (svn r19470) -Codechange: rename blob internals (skidd13) 14 years ago
yexo 767259853b (svn r19469) -Codechange: remove unused functions from Blob (skidd13) 14 years ago
yexo 0d29c5aff2 (svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13) 14 years ago
yexo 1834e0edb5 (svn r19467) -Codechange: Use uint and byte direct instead of declaring internal types (skidd13)
-Codechange: remove now unneeded asserts
-Codechange: Set CBlobBaseSimple as absolute base class of CBlobT
14 years ago
translators 3a790eedd2 (svn r19466) -Update from WebTranslator v3.0:
czech - 1 changes by TheLamer
greek - 4 changes by 
lithuanian - 3 changes by kiphemyst
norwegian_bokmal - 3 changes by mantaray
norwegian_nynorsk - 3 changes by mantaray
spanish - 2 changes by Terkhen
swedish - 5 changes by accatyyc
ukrainian - 3 changes by Madvin
14 years ago
yexo 1579e9ded2 (svn r19465) -Codechange: support for multi-tile hangars 14 years ago
yexo f2743cd5ed (svn r19464) -Codechange: move GetHangarTile to Airport 14 years ago
yexo 414071d07f (svn r19463) -Codechange: add helper function to determine if an airport has at least one hangar 14 years ago
yexo 81ca0e28c4 (svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport 14 years ago
yexo ba8f744941 (svn r19461) -Fix (r19355): p1 was still used in two places 14 years ago
rubidium df34fdcc26 (svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot 14 years ago
yexo f81bdbae42 (svn r19459) -Feature: make some airport properties modifyable by newgrfs 14 years ago
yexo 2b62e467af (svn r19458) -Fix (r19457): svn add the new file 14 years ago
yexo 38f4cb6469 (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found 14 years ago
yexo a99a7e7a37 (svn r19456) -Codechange; increase the maximum number of airports 14 years ago
yexo c4a88ce022 (svn r19455) -Codechange: split all airport information in Station to a seperate class 14 years ago
translators 0eb5709c86 (svn r19454) -Update from WebTranslator v3.0:
czech - 3 changes by Hadez, TheLamer
frisian - 4 changes by Fopper
greek - 6 changes by fumantsu
hebrew - 2 changes by dnd_man
indonesian - 3 changes by prof
slovak - 56 changes by keso53
14 years ago
yexo 89a069629e (svn r19453) -Codechange: split getting the initial aircraft position to a new function 14 years ago
rubidium eb8d35a16e (svn r19452) -Change: plural type of Slovak (keso) 14 years ago
yexo e037512a6f (svn r19451) -Cleanup: remove some unused code 14 years ago
yexo 1982307a05 (svn r19450) -Fix (r19197): animation callbacks for airport tiles where never called 14 years ago
yexo 07cc875c5a (svn r19449) -Codechange: pay for every airport tile build, not for every tile in the rectangle where the airport is build 14 years ago
frosch 0f9be95e03 (svn r19445) -Change: No need to drag an area when overbuilding bridges. 14 years ago
rubidium 8b8057dce3 (svn r19444) -Update: base set translations for Polish, Slovak and Turkish. 14 years ago
frosch 030ced4aec (svn r19443) -Fix [FS#3701]: Mark industry windows dirty more often. 14 years ago
rubidium c2b509719a (svn r19442) -Update: readme about openmsx and make it easier to find the pulseaudio-ubuntu-slowness bug in the readme/known-bugs 14 years ago
rubidium 43ee06cafb (svn r19441) -Fix (r19437): broken Greek translation. 14 years ago
translators 83d82ad6d8 (svn r19440) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
czech - 7 changes by TheLamer
frisian - 97 changes by Fopper
greek - 4 changes by 
icelandic - 34 changes by baldur
italian - 2 changes by lorenzodv
lithuanian - 3 changes by BlinK_
polish - 2 changes by silver_777
serbian - 2 changes by etran
slovenian - 2 changes by ntadej
turkish - 2 changes by niw3
14 years ago
rubidium b7a7f908f9 (svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default ones when using rtl languages (sbr) 14 years ago