summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
AgeCommit message (Collapse)Author
2010-11-16(svn r21214) -Add: Display mail capacity when refitting an aircraft to ↵terkhen
passengers.
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-09-13(svn r20795) -Codechange: clarify code/documentation of the start/stop bit ↵yexo
in CmdMassStartStopVehicle (Krille)
2010-09-08(svn r20773) -Codechange: use packed VehicleListIdentifiers for some ↵rubidium
commands as well
2010-09-08(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle ↵rubidium
list instead of a string of parameters
2010-09-08(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parametersrubidium
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in ↵rubidium
CmdSendVehicleToDepot
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-22(svn r20595) -Fix (r20536)[FS#4068]: Autoreplace needs refitting of wagons ↵frosch
in free wagon chains.
2010-08-19(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command ↵rubidium
to increase the vehicle pool limit
2010-08-19(svn r20572) -Codechange: free/reserve some bits in the wagon move command ↵rubidium
to increase the vehicle pool limit
2010-08-19(svn r20571) -Codechange: free/reserve some bits in the order commands to ↵rubidium
increase the vehicle pool limit
2010-08-19(svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the ↵yexo
most northern depot/hangar tile
2010-08-18(svn r20547) -Change: the way order backups are performed. Now restoring an ↵rubidium
order doesn't require up to 765 commands.
2010-08-18(svn r20537) -Codechange: make RefitVehicle a static (local) functionrubidium
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 ↵yexo
in depot' strings
2010-08-18(svn r20533) -Codechange: shuffle a bit with the bits in the sell commandrubidium
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-17(svn r20530) -Cleanup (r13507): p2 bit 0 for CmdBUildRailVehicle is no ↵yexo
longer valid so don't use it
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-06-11(svn r19964) -Add: Show an error message when trying to start a crashed or ↵terkhen
destroyed vehicle.
2010-06-10(svn r19953) -Fix [FS#3874]: Don't show an error message when trying to ↵terkhen
start/stop a crashed plane.
2010-04-24(svn r19714) -Feature: ctrl+click on a vehicle to start/stop itsmatz
2010-04-17(svn r19657) -Fix: Add saneness checks for front vehicles.frosch
2010-04-17(svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are ↵frosch
requested.
2010-04-17(svn r19654) -Codechange: Use Extract<> in more places.frosch
2010-03-21(svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning ↵peter1138
vehicle names.
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 r19489) -Codechange: Introduce a had_success variable in ↵alberth
SendAllVehiclesToDepot().
2010-03-20(svn r19482) -Doc: Doxygen additions/updates.alberth
2010-03-13(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.alberth
2010-03-06(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.terkhen
2010-02-05(svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty ↵rubidium
errors when there were no vehicles
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) ↵rubidium
wrapper functions
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-11(svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the ↵rubidium
CommandCost it tests when you don't have enough money instead of setting a global variable.
2010-01-04(svn r18724) -Fix [FS#3475] (r17899): refitting a non-refittable vehicle to ↵yexo
it's default cargotype failed, causing problems for AIs
2009-12-14(svn r18498) -Fix [FS#2616]: cloning of vehicles could create vehicles with ↵rubidium
invalid cargo sub types for the build year of the vehicle. Fall back to another cargo sub type with the exact same name, otherwise fallback to cargo sub type 0.
2009-12-11(svn r18465) -Codechange: simplify CheckTrainInDepot and remove some ↵rubidium
unneeded wrapper functions
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to ↵frosch
vehicles only apply to the GRF locally, if it defines engines of that type itself.
2009-11-24(svn r18266) -Codechange: Add a function to compute prices from price base ↵frosch
and cost factor and use it consistently for vehicle purchase, running cost, and refit cost.
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-10-31(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail ↵frosch
consistent. Now always the cargo class decides.
2009-10-28(svn r17899) -Codechange: Deduplicate code for refitting vehicles.frosch