summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
2008-05-30(svn r13343) -Codechange: reorder/move variable/functions in the network head...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-28(svn r13307) -Codechange: Separate VehicleList and its two functions so only ...peter1138
2008-05-26(svn r13266) -Codechange: Use SmallVector in GUIListpeter1138
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-25(svn r13250) -Codechange: Use VehicleList in SendAllVehiclesToDepot()peter1138
2008-05-25(svn r13248) -Codechange: Use VehicleList for depot GUI.peter1138
2008-05-25(svn r13246) -Fix (r13245): incorrect parameters to memcpypeter1138
2008-05-25(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simp...peter1138
2008-05-25(svn r13241) -Codechange: Simplify CmdDepotSellAllVehicles() a bitpeter1138
2008-05-25(svn r13240) -Codechange: More const-ness for GUI code.peter1138
2008-05-24(svn r13232) -Codechange: Simplify BuildDepotVehicleList()peter1138
2008-05-18(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat...rubidium
2008-05-17(svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehic...rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...rubidium
2008-05-16(svn r13125) -Fix [FS#2000](r12913): [autoreplace] failing replacement and re...bjarni
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...rubidium
2008-05-14(svn r13090) -Codechange: add functions for direct conversion from DiagDirect...smatz
2008-05-14(svn r13087) -Codechange: Constify CalcPercentVehicleFilled() (michi_cc)peter1138
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-08(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warningsglx
2008-05-07(svn r12988) -Fix [FS#1992](r12913): [autoreplace] failing to replace a road ...bjarni
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-04(svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should in...bjarni
2008-04-29(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...peter1138
2008-04-29(svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGI...peter1138
2008-04-27(svn r12913) -Add: ability to backup and restore a player's economic data and...bjarni
2008-04-25(svn r12904) -Fix [FS#1953]: remove trams from savegames saved in OTTD withou...smatz
2008-04-24(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl...smatz
2008-04-24(svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in...peter1138
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-20(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...rubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-19(svn r12792) -Codechange: [autoreplace] added a function to figure out if a r...bjarni
2008-04-19(svn r12791) -Codechange: [autoreplace] Added a flag parameter (listens for D...bjarni
2008-04-18(svn r12772) -Codechange: some vehicle.cpp coding style.rubidium
2008-04-18(svn r12762) -Fix: tabs after the first non-tab character are generally not o...rubidium
2008-04-17(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...rubidium
2008-04-17(svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function...smatz
2008-04-17(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()smatz
2008-04-14(svn r12711) -Codechange: remove unneeded loopsglx
2008-04-13(svn r12684) -Fix [FS#1891]: manually given service at depot order is not for...rubidium
2008-04-12(svn r12669) -Fix (r12667): crash when a vehicle has never been to a station ...rubidium
2008-04-12(svn r12664) -Codechange: do not force the 'color' pointer to be non-NULL whe...rubidium
2008-04-11(svn r12659) -Cleanup: some style cleanups in vehicle.cpp.rubidium
2008-04-11(svn r12658) -Codechange: unify a vast portion of the CmdSend<VehicleType>ToD...rubidium
2008-04-10(svn r12648) -Feature: allow four different non-stop types in a single game i...rubidium
2008-04-08(svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServ...frosch
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium