summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
AgeCommit message (Expand)Author
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-08-15(svn r14076) -Codechange: Merge the four start/stop commands into a single CM...frosch
2008-08-13(svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th...rubidium
2008-08-10(svn r14039) -Fix [FS#2217]: reversing an overlength train at a station would...rubidium
2008-08-02(svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when wait...rubidium
2008-08-01(svn r13912) -Codechange: remove some casts by returning the proper type inst...rubidium
2008-07-24(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot...smatz
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-08(svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (as...rubidium
2008-07-07(svn r13680) -Fix: NPF crashing when a ship tried to find a nearby depot when...rubidium
2008-07-06(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would g...rubidium
2008-06-11(svn r13475) -Fix (r13464): crash on destroying aquaduct with ship on in and ...smatz
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