summaryrefslogtreecommitdiff
path: root/src/ship_cmd.cpp
AgeCommit message (Expand)Author
2010-11-18(svn r21238) -Feature: [NewGRF] Support callback 0x10 for RVs and ships (Hiru...rubidium
2010-11-11(svn r21148) -Fix (r21098): Evaluate callback 36 for ship speed as frequently...terkhen
2010-11-09(svn r21123) -Codechange: Remove max_speed from the Vehicle class.terkhen
2010-11-06(svn r21098) -Codechange: Ships now store their max speed in the cache instea...terkhen
2010-11-05(svn r21088) -Doc: Additions/corrections of doxygen comments.alberth
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-08-28(svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown...rubidium
2010-08-28(svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo)rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-19(svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the mos...yexo
2010-08-18(svn r20536) -Codechange: unify the refitting of vehiclesrubidium
2010-08-18(svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in...yexo
2010-08-17(svn r20532) -Codechange: unify selling of vehicles a bitrubidium
2010-08-17(svn r20531) -Codechange: unify quite a bit of the vehicle building commandsrubidium
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-14(svn r20143) -Codechange: Remove RecalcShipStuff function.terkhen
2010-07-04(svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192...frosch
2010-06-11(svn r19961) -Codechange: Unify "vehicle is destroyed" errors.terkhen
2010-05-03(svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVe...smatz
2010-04-13(svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle...frosch
2010-03-20(svn r19494) -Codechange: Remove _error_message.alberth
2010-03-13(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.alberth
2010-02-10(svn r19091) -Cleanup: remove some unneeded zeroingrubidium
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-12-20(svn r18574) -Fix [FS#3392] (r18481): manually sending trains and RVs to depo...rubidium
2009-12-13(svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 t...rubidium
2009-12-02(svn r18373) -Codechange: unify some road pathfinder functionsrubidium
2009-12-02(svn r18370) -Codechange: push some constness/type strictness into the ship p...rubidium
2009-12-01(svn r18367) -Codechange: unify the ship pathfinder 'calls'rubidium
2009-12-01(svn r18366) -Codechange: move the OPF ship pathfinder 'magic' that was in sh...rubidium
2009-12-01(svn r18365) -Cleanup: remove duplicate tablerubidium
2009-12-01(svn r18364) -Codechange: move the pathfinders and their related files into a...rubidium
2009-12-01(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code an...rubidium
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl...frosch
2009-11-24(svn r18266) -Codechange: Add a function to compute prices from price base an...frosch
2009-11-16(svn r18123) -Codechange: try our best to keep the vehicles within the build ...rubidium
2009-11-16(svn r18121) -Codechange: pass the maximum left/right location to the Draw*En...rubidium
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-10-28(svn r17899) -Codechange: Deduplicate code for refitting vehicles.frosch
2009-10-28(svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called ...frosch
2009-10-27(svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of c...frosch
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a...frosch
2009-10-04(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineIn...frosch
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-22(svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x3...frosch
2009-09-20(svn r17594) -Fix: Vehicle image was not always updated when needed.frosch