summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
2011-06-02(svn r22532) -Fix: Do not create an implicit order if the current order is th...michi_cc
2011-05-28(svn r22506) -Feature [FS#4625]: Make the transparency options for industries...frosch
2011-05-25(svn r22492) -Fix [FS#4624] (r21642, r22328): Only try to insert implicit ord...frosch
2011-05-21(svn r22482) -Codechange: Add some contants for the number of ticks between c...frosch
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ...planetmaker
2011-04-16(svn r22333) -Change: Prefer deleting automatic orders instead of inserting n...frosch
2011-04-16(svn r22332) -Fix: When inserting automatic orders, do not create consecutive...frosch
2011-04-16(svn r22331) -Change: When inserting an (automatic) order A in front of an or...frosch
2011-04-16(svn r22329) -Change: When the current orders are interrupted for non-ordered...frosch
2011-04-16(svn r22328) -Add: a flag to GroundVehicles to disable insertion and removal ...frosch
2011-04-16(svn r22327) -Add: Vehicle::GetGroundVehicleFlags() for accessing GroundVehic...frosch
2011-04-15(svn r22324) -Fix: Vehicles skipped orders when inserting automatic orders fa...frosch
2011-03-13(svn r22245) -Codechange: Make vehicle lists handle command-/GUI-scope invali...frosch
2011-02-23(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, proces...frosch
2011-02-19(svn r22116) -Codechange: use PoolBase::Clean() at more placessmatz
2011-02-19(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should no...rubidium
2011-02-08(svn r22022) -Fix [FS#4468]: verify we can allocate an order before we actual...smatz
2011-02-07(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.hrubidium
2011-02-07(svn r22006) -Fix [FS#4480]: smoke/sparks of trains would be shown under brid...rubidium
2011-02-04(svn r21957) -Cleanup: gotodepot and timetabling settings are more or less us...rubidium
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...frosch
2011-01-31(svn r21932) -Document: some tidbits related to vehiclesrubidium
2011-01-29(svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-relate...alberth
2011-01-29(svn r21924) -Codechange: Unify some parts of the articulated vehicle code.terkhen
2011-01-26(svn r21909) -Fix: some missing spacesrubidium
2011-01-23(svn r21902) -Fix: Do not count articulated parts when passing the number of ...frosch
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-19(svn r21860) -Codechange: Rename road vehicle subtype functions to match the ...terkhen
2011-01-19(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.terkhen
2011-01-18(svn r21843) -Codechange: move documentation towards the code to make it more...rubidium
2011-01-16(svn r21826) -Fix [FS#4007]: the expectations from the "always build infrastr...rubidium
2011-01-15(svn r21809) -Fix [FS#4404]: remove unreached automatic orders as well when r...rubidium
2011-01-15(svn r21808) -Fix: don't create automatic orders when there are no manual ord...rubidium
2011-01-15(svn r21807) -Codechange: split automatic order removal into a separate funct...rubidium
2011-01-15(svn r21804) -Remove [FS#4409]: the 'stopall' console command, as its functio...smatz
2011-01-15(svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_daysmatz
2011-01-06(svn r21738) -Fix (r21642)[FS#4384]: Start loading when cur_order_index point...frosch
2010-12-31(svn r21679) -Fix (r21642): reading a just freed variablerubidium
2010-12-26(svn r21643) -Fix (r21642): crash when a train with no orders (or actually no...rubidium
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders f...rubidium
2010-12-22(svn r21598) -Fix (r3139, r21236, r21249)[FS#4275]: The default visual effect...frosch
2010-12-22(svn r21597) -Fix (r21239): Also catch the case when callback 10 returns VE_D...frosch
2010-12-22(svn r21596) -Codechange: Rename a misleading-named variable.frosch
2010-12-21(svn r21562) -Change: Add articulated parts of vehicles in a refit selection ...terkhen
2010-12-21(svn r21561) -Change: Allow to specify the number of vehicles to refit in the...terkhen
2010-12-14(svn r21521) -Codechange: Unify some cached values that were present in both ...terkhen
2010-12-14(svn r21519) -Codechange: Allow direct access to the GroundVehicleCache from ...terkhen
2010-12-14(svn r21518) -Codechange: Rename AccelerationCache to GroundVehicleCache.terkhen
2010-12-13(svn r21508) -Codechange: move the code to handle the pathfinder's "path foun...rubidium
2010-12-11(svn r21466) -Codechange: make VehicleHasDepotOrders a function of Vehicle.rubidium