summaryrefslogtreecommitdiff
path: root/src/saveload/vehicle_sl.cpp
AgeCommit message (Expand)Author
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-26(svn r21912) -Codechange: let road vehicles use gcache.last_speed/SetLastSpee...rubidium
2011-01-26(svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and mak...rubidium
2011-01-20(svn r21865) -Fix (r21862): don't perform savegame conversion when reinitiali...rubidium
2011-01-19(svn r21862) -Codechange: Unify subtype handling between road vehicles and tr...terkhen
2011-01-19(svn r21860) -Codechange: Rename road vehicle subtype functions to match the ...terkhen
2011-01-04(svn r21709) -Fix (r8128): Vehicle sprite was cached into a 16 bit variable, ...peter1138
2010-12-14(svn r21521) -Codechange: Unify some cached values that were present in both ...terkhen
2010-11-21(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...alberth
2010-11-21(svn r21282) -Codechange: Rename CheckSavegameVersionOldStyle() to IsSavegame...alberth
2010-11-09(svn r21123) -Codechange: Remove max_speed from the Vehicle class.terkhen
2010-11-06(svn r21098) -Codechange: Ships now store their max speed in the cache instea...terkhen
2010-09-16(svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-02(svn r20311) -Codechange: don't reserve extra space in the savegame that is n...yexo
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-06-13(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...frosch
2010-03-18(svn r19455) -Codechange: split all airport information in Station to a seper...yexo
2010-03-06(svn r19345) -Feature: Realistic acceleration for road vehicles.terkhen
2010-03-06(svn r19343) -Codechange: Make RoadVehicle a child class of GroundVehicle.terkhen
2010-03-06(svn r19341) -Codechange: Move GOINGUP/GOINGDOWN flags to GroundVehicle.terkhen
2010-02-10(svn r19090) -Codechange: some comment coding style fixesrubidium
2010-01-15(svn r18812) -Codechange: make some functions in train.h functions of Train.rubidium
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-09(svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait...rubidium
2009-12-02(svn r18385) -Cleanup: remove the now unneeded multistop slot management coderubidium
2009-11-25(svn r18292) -Codechange: add a command to set the start date of a timetable....rubidium
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-20(svn r17816) -Codechange: move the CargoList invalidation-after-saveload to t...rubidium
2009-10-18(svn r17807) -Codechange: move all 'updates' just after the 'load' constructo...rubidium
2009-10-06(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this'...rubidium
2009-10-06(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ...rubidium
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-09-15(svn r17552) -Codechange: rename load_unload_time_rem to something more gener...rubidium
2009-09-09(svn r17483) -Fix (r17405): when an aircraft starts flying in circles make it...yexo
2009-09-03(svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger ...yexo
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-24(svn r16944) -Codechange: remove needlessly complex way of getting the offset...rubidium
2009-07-16(svn r16841) -Cleanup: spaces/tabs where they don't belongrubidium
2009-07-13(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraftsmatz
2009-07-02(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...smatz
2009-07-02(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...rubidium
2009-07-02(svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa...smatz
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
2009-07-01(svn r16718) -Codechange: make IsFreeWagon() member of Trainsmatz
2009-07-01(svn r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-06-24(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()smatz
2009-06-06(svn r16527) -Codechange: use static member functions instead of simple casts...smatz