Commit Graph

8884 Commits (33fe8041abeafb5ad0b5ab9cd700c51a2f6da39e)

Author SHA1 Message Date
peter1138 33fe8041ab (svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning vehicle names. 15 years ago
frosch d006eff7a9 (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) 15 years ago
translators 4808b90cad (svn r19495) -Update from WebTranslator v3.0:
esperanto - 14 changes by kristjan
greek - 4 changes by 
lithuanian - 2 changes by 
luxembourgish - 3 changes by Phreeze
polish - 1 changes by silver_777
15 years ago
alberth 72d62fd6fc (svn r19494) -Codechange: Remove _error_message. 15 years ago
alberth a9926e21dc (svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles(). 15 years ago
alberth 2cb5c0591f (svn r19492) -Codechange: Keep track of last error in CmdClearArea(). 15 years ago
alberth 25907d12b8 (svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad(). 15 years ago
alberth ba6605b99e (svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error. 15 years ago
alberth 5dec903d5c (svn r19489) -Codechange: Introduce a had_success variable in SendAllVehiclesToDepot(). 15 years ago
alberth 312c0c9906 (svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well. 15 years ago
alberth 21bd55939d (svn r19487) -Codechange: Removed non-reachable return statement. 15 years ago
alberth e93fea29fd (svn r19486) -Codechange: Code style, move var declarations closer to their first use. 15 years ago
alberth 885547b884 (svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs. 15 years ago
alberth 42946f2a40 (svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'. 15 years ago
alberth 8109a0ad7f (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. 15 years ago
alberth 68ee4aa7d6 (svn r19482) -Doc: Doxygen additions/updates. 15 years ago
frosch be6c18454a (svn r19481) -Codechange: Turn _industry_counts into a static member of Industry. 15 years ago
terkhen 55bc2c58ea (svn r19480) -Fix: Stop reducing the size of the vehicle list after selecting a vehicle with a long description. 15 years ago
alberth a7619c7fb3 (svn r19479) -Codechange: Test range of town size and layout instead of against the current last value. 15 years ago
alberth b0f3fff54b (svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums. 15 years ago
yexo 608d5bdd97 (svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor 15 years ago
yexo d72dfea800 (svn r19476) -Codechange: simplify the 'is conflicting industry nearby' check a bit 15 years ago
terkhen baedea5dd4 (svn r19475) -Cleanup: Remove an unneeded for when drawing detail panels. 15 years ago
yexo ceba15f114 (svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items) 15 years ago
yexo 762fbc70c0 (svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13) 15 years ago
yexo e0187a0ea5 (svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13) 15 years ago
yexo 40765d328e (svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13) 15 years ago
yexo 33946d3c2c (svn r19470) -Codechange: rename blob internals (skidd13) 15 years ago
yexo 4850c91b76 (svn r19469) -Codechange: remove unused functions from Blob (skidd13) 15 years ago
yexo 7744ec0870 (svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13) 15 years ago
yexo 75c520cd08 (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
15 years ago
translators 33a9deca6c (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
15 years ago
yexo a2ea0b7b12 (svn r19465) -Codechange: support for multi-tile hangars 15 years ago
yexo 455bb65282 (svn r19464) -Codechange: move GetHangarTile to Airport 15 years ago
yexo 79909cedee (svn r19463) -Codechange: add helper function to determine if an airport has at least one hangar 15 years ago
yexo e414e06ab8 (svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport 15 years ago
yexo e062b50f15 (svn r19461) -Fix (r19355): p1 was still used in two places 15 years ago
rubidium e5a19ea279 (svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot 15 years ago
yexo 3291a6c2f9 (svn r19459) -Feature: make some airport properties modifyable by newgrfs 15 years ago
yexo fbf60bf1d1 (svn r19458) -Fix (r19457): svn add the new file 15 years ago
yexo cc23ebd446 (svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found 15 years ago
yexo ff7e317db0 (svn r19456) -Codechange; increase the maximum number of airports 15 years ago
yexo 22a27d3b62 (svn r19455) -Codechange: split all airport information in Station to a seperate class 15 years ago
translators 6b67d9042c (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
15 years ago
yexo c6c48d874f (svn r19453) -Codechange: split getting the initial aircraft position to a new function 15 years ago
rubidium ac019b15ca (svn r19452) -Change: plural type of Slovak (keso) 15 years ago
yexo 841e385368 (svn r19451) -Cleanup: remove some unused code 15 years ago
yexo 44ca44a05d (svn r19450) -Fix (r19197): animation callbacks for airport tiles where never called 15 years ago
yexo 6d1c3ec97c (svn r19449) -Codechange: pay for every airport tile build, not for every tile in the rectangle where the airport is build 15 years ago
frosch 749d58ca6d (svn r19445) -Change: No need to drag an area when overbuilding bridges. 15 years ago