index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vehicle_cmd.cpp
Age
Commit message (
Expand
)
Author
2010-06-11
(svn r19964) -Add: Show an error message when trying to start a crashed or de...
terkhen
2010-06-10
(svn r19953) -Fix [FS#3874]: Don't show an error message when trying to start...
terkhen
2010-04-24
(svn r19714) -Feature: ctrl+click on a vehicle to start/stop it
smatz
2010-04-17
(svn r19657) -Fix: Add saneness checks for front vehicles.
frosch
2010-04-17
(svn r19656) -Codechange/Fix: Report back if invalid vehicle lists are reques...
frosch
2010-04-17
(svn r19654) -Codechange: Use Extract<> in more places.
frosch
2010-03-21
(svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning vehi...
peter1138
2010-03-20
(svn r19494) -Codechange: Remove _error_message.
alberth
2010-03-20
(svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles().
alberth
2010-03-20
(svn r19489) -Codechange: Introduce a had_success variable in SendAllVehicles...
alberth
2010-03-20
(svn r19482) -Doc: Doxygen additions/updates.
alberth
2010-03-13
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
alberth
2010-03-06
(svn r19338) -Codechange: Move the acceleration cache to GroundVehicle.
terkhen
2010-02-05
(svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty ...
rubidium
2010-01-18
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-11
(svn r18783) -Codechange: make CheckCompanyHasMoney set an error on the Comma...
rubidium
2010-01-04
(svn r18724) -Fix [FS#3475] (r17899): refitting a non-refittable vehicle to i...
yexo
2009-12-14
(svn r18498) -Fix [FS#2616]: cloning of vehicles could create vehicles with i...
rubidium
2009-12-11
(svn r18465) -Codechange: simplify CheckTrainInDepot and remove some unneeded...
rubidium
2009-11-24
(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl...
frosch
2009-11-24
(svn r18266) -Codechange: Add a function to compute prices from price base an...
frosch
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 commas
rubidium
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 warnings
rubidium
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 appropriate
rubidium
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 strings
rubidium
2009-07-23
(svn r16931) -Cleanup (r16922): one semicolon too much
smatz
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 naming
rubidium
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 Train
smatz
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
[next]