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
/
station_cmd.cpp
Age
Commit message (
Expand
)
Author
2009-06-27
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...
frosch
2009-06-27
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...
frosch
2009-06-27
(svn r16673) -Codechange: rename GetProducedCargo() to AddProducedCargo() and...
smatz
2009-06-26
(svn r16663) -Codechange: make removing of railway station tiles faster
smatz
2009-06-26
(svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile()
smatz
2009-06-25
(svn r16660) -Codechange: get rid of more dummy tile_type_procs
smatz
2009-06-25
(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and...
smatz
2009-06-25
(svn r16655) -Codechange: use IsRailwayStationTile() more
smatz
2009-06-25
(svn r16654) -Codechange: cache industries in station's coverage area instead...
smatz
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 r16614) -Codechange: Make the airport min/max available year a property ...
yexo
2009-06-12
(svn r16569) -Codechange: remove the gaps in the AirportTiles enum
yexo
2009-06-12
(svn r16566) -Codechange: enumify all airport tiles
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-27
(svn r16452) -Fix: don't trigger station animations when the station was dele...
smatz
2009-05-27
(svn r16448) -Fix [FS#2909]: road vehicles ending up on the pavement when the...
rubidium
2009-05-26
(svn r16442) -Codechange: use new Vehicle accessors at more places
smatz
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
rubidium
2009-05-24
(svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles...
frosch
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2009-05-22
(svn r16390) -Codechange: move u.road to RoadVehicle.
rubidium
2009-05-22
(svn r16388) -Codechange: move u.air to Aircraft
rubidium
2009-05-22
(svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle.
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-18
(svn r16348) -Fix (r16280): buoys with invalid station ID could be left in th...
smatz
2009-05-17
(svn r16328) -Fix: desync when removing lots of stations
rubidium
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-14
(svn r16308) -Fix: parameter is invalid when it's equal to length of an array...
smatz
2009-05-13
(svn r16297) -Codechange: silence more ICC warnings
rubidium
2009-05-10
(svn r16268) -Fix (r9876): When callback 2E returns an amount of 0, do not tr...
frosch
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-04-21
(svn r16114) -Cleanup: unify some more strings and remove some more unused st...
rubidium
2009-04-18
(svn r16077) -Cleanup (r14456): Remove some code that is only used for some a...
frosch
2009-04-13
(svn r16057) -Fix [FS#2834] (r16037): division by zero when having an order w...
rubidium
2009-04-12
(svn r16037) -Feature: allow (per order) to let a train stop at the near end,...
rubidium
2009-04-11
(svn r16029) -Fix [FS#2785]: do not give "... Mines" as name to the station o...
rubidium
2009-04-10
(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker w...
rubidium
2009-03-16
(svn r15747) -Fix [FS#2736]: road ownership getting lost when removing a road...
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2009-03-02
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it...
rubidium
2009-02-26
(svn r15588) -Fix: change owner of waypoints and deleted stations when mergin...
smatz
2009-02-25
(svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around t...
frosch
2009-02-10
(svn r15438) -Fix (r15434): MSVC performance warning
glx
2009-02-09
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
rubidium
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-08
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...
rubidium
[next]