summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
AgeCommit message (Expand)Author
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-10-31(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail cons...frosch
2009-10-28(svn r17899) -Codechange: Deduplicate code for refitting vehicles.frosch
2009-10-02(svn r17682) -Codechange: remove erroneous space before some commasrubidium
2009-09-20(svn r17594) -Fix: Vehicle image was not always updated when needed.frosch
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-18(svn r17567) -Fix: some doxygen warningsrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-12(svn r17509) -Fix [FS#3196]: if building a part fails during cloning, sell wh...rubidium
2009-09-07(svn r17446) -Codechange: rename BUILD with BUY for strings that are about bu...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-07-23(svn r16931) -Cleanup (r16922): one semicolon too muchsmatz
2009-07-23(svn r16924) -Fix (r16922): selling or sending to depot, what's the differenc...rubidium
2009-07-22(svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the settin...rubidium
2009-07-22(svn r16920) -Codechange: shuffle some strings around to simplify looking up ...rubidium
2009-07-22(svn r16919) -Codechange: unify some more StringID w.r.t. their namingrubidium
2009-07-02(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...smatz
2009-07-02(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...rubidium
2009-07-02(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...rubidium
2009-07-01(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...smatz
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
2009-06-01(svn r16491) -Codechange: Added parentheses around bitwise operators for code...alberth
2009-05-26(svn r16439) -Change: Make the default vehicle servicing settings company-bas...yexo
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...rubidium
2009-05-22(svn r16393) -Codechange: move VehicleRail to Train.rubidium
2009-05-22(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...rubidium
2009-05-22(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.rubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-13(svn r16300) -Codechange: reduce usage of Vehicle::AllocateListsmatz
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-13(svn r15704) -Cleanup: remove further includes from recently split filessmatz
2009-03-13(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp.rubidium
2009-03-13(svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp.rubidium