summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-21(svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for ↵frosch
temporary/persistent storage. (Spotted by yexo)
2010-03-20(svn r19495) -Update from WebTranslator v3.0:translators
esperanto - 14 changes by kristjan greek - 4 changes by lithuanian - 2 changes by luxembourgish - 3 changes by Phreeze polish - 1 changes by silver_777
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
2010-03-20(svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles().alberth
2010-03-20(svn r19492) -Codechange: Keep track of last error in CmdClearArea().alberth
2010-03-20(svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad().alberth
2010-03-20(svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping ↵alberth
track of last error.
2010-03-20(svn r19489) -Codechange: Introduce a had_success variable in ↵alberth
SendAllVehiclesToDepot().
2010-03-20(svn r19488) -Codechange: Use last_error data for removal in ↵alberth
CmdRailTrackHelper() as well.
2010-03-20(svn r19487) -Codechange: Removed non-reachable return statement.alberth
2010-03-20(svn r19486) -Codechange: Code style, move var declarations closer to their ↵alberth
first use.
2010-03-20(svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more ↵alberth
readable way without changing computed costs.
2010-03-20(svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() ↵alberth
to 'length'.
2010-03-20(svn r19483) -Codechange: Code layout fixes, and parentheses reduction.alberth
2010-03-20(svn r19482) -Doc: Doxygen additions/updates.alberth
2010-03-20(svn r19481) -Codechange: Turn _industry_counts into a static member of ↵frosch
Industry.
2010-03-20(svn r19480) -Fix: Stop reducing the size of the vehicle list after ↵terkhen
selecting a vehicle with a long description.
2010-03-20(svn r19479) -Codechange: Test range of town size and layout instead of ↵alberth
against the current last value.
2010-03-20(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and ↵alberth
TownSize enums.
2010-03-19(svn r19477) -Fix (r1946x): removed a few too functions including the copy ↵yexo
constructor
2010-03-19(svn r19476) -Codechange: simplify the 'is conflicting industry nearby' ↵yexo
check a bit
2010-03-19(svn r19475) -Cleanup: Remove an unneeded for when drawing detail panels.terkhen
2010-03-19(svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items)yexo
2010-03-19(svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc ↵yexo
code (skidd13)
2010-03-19(svn r19472) -Codechange: reorder the static members of ByteBlob and add ↵yexo
Zero() (skidd13)
2010-03-19(svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13)yexo
2010-03-19(svn r19470) -Codechange: rename blob internals (skidd13)yexo
2010-03-19(svn r19469) -Codechange: remove unused functions from Blob (skidd13)yexo
2010-03-19(svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13)yexo
2010-03-19(svn r19467) -Codechange: Use uint and byte direct instead of declaring ↵yexo
internal types (skidd13) -Codechange: remove now unneeded asserts -Codechange: Set CBlobBaseSimple as absolute base class of CBlobT
2010-03-19(svn r19466) -Update from WebTranslator v3.0:translators
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
2010-03-19(svn r19465) -Codechange: support for multi-tile hangarsyexo
2010-03-19(svn r19464) -Codechange: move GetHangarTile to Airportyexo
2010-03-19(svn r19463) -Codechange: add helper function to determine if an airport has ↵yexo
at least one hangar
2010-03-19(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airportyexo
2010-03-18(svn r19461) -Fix (r19355): p1 was still used in two placesyexo
2010-03-18(svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before ↵rubidium
finding the closest depot
2010-03-18(svn r19459) -Feature: make some airport properties modifyable by newgrfsyexo
2010-03-18(svn r19458) -Fix (r19457): svn add the new fileyexo
2010-03-18(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of ↵yexo
airports if a newgrf can't be found
2010-03-18(svn r19456) -Codechange; increase the maximum number of airportsyexo
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a ↵yexo
seperate class
2010-03-18(svn r19454) -Update from WebTranslator v3.0:translators
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
2010-03-18(svn r19453) -Codechange: split getting the initial aircraft position to a ↵yexo
new function
2010-03-18(svn r19452) -Change: plural type of Slovak (keso)rubidium
2010-03-18(svn r19451) -Cleanup: remove some unused codeyexo
2010-03-18(svn r19450) -Fix (r19197): animation callbacks for airport tiles where ↵yexo
never called
2010-03-18(svn r19449) -Codechange: pay for every airport tile build, not for every ↵yexo
tile in the rectangle where the airport is build
2010-03-17(svn r19445) -Change: No need to drag an area when overbuilding bridges.frosch
2010-03-17(svn r19443) -Fix [FS#3701]: Mark industry windows dirty more often.frosch