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.cpp
Age
Commit message (
Expand
)
Author
2011-06-12
(svn r22567) -Codechange: Store persistent storages inside a pool.
terkhen
2011-05-01
(svn r22406) -Document: some more "random-ish" tidbits
rubidium
2011-02-19
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-02-19
(svn r22111) -Codechange/fix-ish: upon cleaning a pool a destructor should no...
rubidium
2011-02-07
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
rubidium
2011-01-18
(svn r21846) -Codechange: move documentation towards the code to make it more...
rubidium
2010-12-12
(svn r21483) -Codechange: make StationRect::ScanForStationTiles make use of T...
rubidium
2010-11-20
(svn r21273) -Codechange: Return values should start at the same line.
alberth
2010-09-09
(svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owne...
rubidium
2010-09-08
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-06-11
(svn r19958) -Codechange: move common code from Waypoint and Station destruct...
smatz
2010-06-11
(svn r19957) -Codechange: remove VLW_WAYPOINT_LIST
smatz
2010-06-10
(svn r19956) -Fix: close list of vehicles with given oil rig in orders when t...
smatz
2010-03-18
(svn r19455) -Codechange: split all airport information in Station to a seper...
yexo
2010-03-06
(svn r19351) -Codechange: use TileArea for AfterRemoveRect
yexo
2010-03-06
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
alberth
2010-03-06
(svn r19335) -Codechange: StationRect::BeforeAddTile() returns a CommandCost.
alberth
2010-03-06
(svn r19334) -Codechange: method-call codestyle fixes, and introduction of co...
alberth
2010-02-22
(svn r19198) -Codechange: store the size of stations in savegames
yexo
2010-02-06
(svn r19038) -Codechange: Move TileArea methods to their own file.
alberth
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-15
(svn r18807) -Codechange: introduce AirportSpec and move several non-statemac...
yexo
2010-01-04
(svn r18726) -Fix [FS#3463]: with non-uniform industries the 'supplies' text ...
rubidium
2009-12-02
(svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff.
frosch
2009-12-02
(svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops.
rubidium
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-10-18
(svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations g...
rubidium
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-12
(svn r17508) -Fix [FS#3195] (r16859): join station window didn't get updated ...
rubidium
2009-08-30
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...
smatz
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-08
(svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi...
smatz
2009-08-07
(svn r17107) -Codechange: store type of subsidy source and destination in the...
smatz
2009-08-07
(svn r17106) -Codechange: move computation of station's catchment rectagle to...
smatz
2009-08-07
(svn r17105) -Codechange: no need to reset list of industries nearby that oft...
smatz
2009-07-26
(svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TIL...
rubidium
2009-07-26
(svn r16965) -Codechange: use tile area instead of sets of variables for the ...
rubidium
2009-07-26
(svn r16962) -Codechange: more work towards multi tile waypoints
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-24
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-18
(svn r16876) -Codechange: add helper functions to cast to Station/Waypoint wi...
rubidium
2009-07-17
(svn r16864) -Codechange: make Waypoints a subclass of BaseStation.
rubidium
2009-07-17
(svn r16861) -Codechange: move a few more bits from station to basestation (t...
rubidium
2009-07-17
(svn r16859) -Codechange: split the Station struct into two so parts of it ca...
rubidium
2009-07-13
(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft
smatz
[next]