summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
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
2010-11-18(svn r21249) -Fix (r21240, r21236) [FS#4242]: rear ends of dualheaded engines...rubidium
2010-11-18(svn r21240) -Feature: [NewGRF] Implement action0 visual effect properties fo...rubidium
2010-11-18(svn r21239) -Codechange/Fix: [NewGRF] Use 0xFF instead of 0 as default value...rubidium
2010-11-18(svn r21237) -Codechange: Move HandleLocomotiveSmokeCloud to Vehicle::ShowVis...rubidium
2010-11-18(svn r21235) -Codechange: Move Train::UpdateVisualEffect to the Vehicle class...rubidium
2010-11-16(svn r21214) -Add: Display mail capacity when refitting an aircraft to passen...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-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-10-25(svn r21039) -Fix/Cleanup: Remove an unneeded and even wrong test, which is n...frosch
2010-09-25(svn r20847) -Codechange: Split most of GetEngineLivery() into a separate Get...frosch
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ...smatz
2010-08-28(svn r20646) -Codechange: make the code flow of breakdown handling a bit clearerrubidium
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-26(svn r20623) -Codechange: unify the storing of animation related informationrubidium
2010-08-23(svn r20605) -Fix [FS#4063]: let NewGRFs var43 var (information about liverie...rubidium
2010-08-20(svn r20581) -Codechange: simplify getting the station in CalcPercentVehicleF...rubidium
2010-08-18(svn r20541) -Fix: when removing a vehicle update the "clone orders of"-vehic...rubidium
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-06(svn r20391) -Fix [FS#3993]: Prevent buying more vehicles than allowed.alberth
2010-08-06(svn r20390) -Codechange: Move company vehicle counting to vehicle.cpp.alberth
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-28(svn r20234) -Fix [FS#3988]: refit costs from refit orders are subtracted fro...yexo
2010-07-14(svn r20142) -Fix [FS#3880]: Ships were not marked as dirty when stopping ins...terkhen
2010-07-10(svn r20106) -Fix (r5999): Engine and vehicle age were clamped at 0xFFFF, tho...frosch
2010-07-09(svn r20098) -Fix [FS#3898]: A train reversing in a station would sometimes f...michi_cc
2010-06-27(svn r20025) -Doc: Fix/add comments to let Doxygen know about the documentation.alberth
2010-06-21(svn r20005) -Codechange: Enumify force_proceed.frosch