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
/
order_cmd.cpp
Age
Commit message (
Expand
)
Author
2009-11-05
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...
frosch
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-10-02
(svn r17682) -Codechange: remove erroneous space before some commas
rubidium
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-02
(svn r17384) -Fix [FS#2859]: remove all order window state changes out of the...
rubidium
2009-08-27
(svn r17292) -Codechange: use unified ToPercent() function to convert fract n...
smatz
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-14
(svn r17168) -Codechange: apply coding style to if and while statements
smatz
2009-08-04
(svn r17062) -Change: unify the naming of some 125 strings
rubidium
2009-07-28
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favou...
rubidium
2009-07-25
(svn r16947) -Codechange: use TileArea instead of train_tile, trainst_w and t...
rubidium
2009-07-24
(svn r16940) -Codechange: make the pathfinders behave the same when finding w...
rubidium
2009-07-22
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-13
(svn r16802) -Fix [FS#3031]: service orders didn't behave like conditional or...
rubidium
2009-07-10
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
rubidium
2009-06-24
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
smatz
2009-06-23
(svn r16640) -Codechange: move roadstop stuff to separate files
smatz
2009-06-21
(svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained ...
yexo
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-31
(svn r16475) -Codechange: move code invalidating Vehicle::last_station_visite...
smatz
2009-05-28
(svn r16457) -Fix [FS#2925]: skipping a 'nearest depot order' because none co...
rubidium
2009-05-26
(svn r16439) -Change: Make the default vehicle servicing settings company-bas...
yexo
2009-05-24
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...
frosch
2009-05-23
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
rubidium
2009-05-22
(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriate
rubidium
2009-05-22
(svn r16388) -Codechange: move u.air to Aircraft
rubidium
2009-05-22
(svn r16387) -Codechange: use Aircraft instead of Vehicle where appropriate
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
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-09
(svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate s...
frosch
2009-05-02
(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().
frosch
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-04-20
(svn r16107) -Add [NoAI]: AIOF_STOP_IN_DEPOT to the orderflags in AIOrder to ...
yexo
2009-04-15
(svn r16063) -Fix (r13752): MOF_COND_DESTINATION was not accepted by CmdModif...
frosch
2009-04-12
(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...
rubidium
2009-02-09
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
rubidium
2009-02-05
(svn r15354) -Fix (r14803): first shared of a vehicle could be NULL making it...
rubidium
2009-02-04
(svn r15333) -Fix: AIs weren't restricted to a maximum length for ship orders.
Yexo
2009-02-01
(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.
frosch
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-13
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
smatz
2009-01-11
(svn r14990) -Codechange: handle articulated RVs and trams more strictly in G...
rubidium
2009-01-10
(svn r14954) -Fix [FS#1890]: sharing/cloning/inserting of orders that the/a v...
rubidium
2009-01-10
(svn r14952) -Codechange: unify the "can vehicle go to station" tests
rubidium
[next]