summaryrefslogtreecommitdiff
path: root/src/station.cpp
AgeCommit message (Expand)Author
2009-08-30(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
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 waypointsrubidium
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 Aircraftsmatz
2009-07-08(svn r16766) -Codechange: remove station->MarkDirty. It is in all cases meant...rubidium
2009-07-08(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self e...rubidium
2009-07-08(svn r16764) -Codechange: unify the way viewport signs are marked dirtyrubidium
2009-07-07(svn r16759) -Codechange: some coding style in station.cpprubidium
2009-07-05(svn r16745) -Fix [FS#3011]: invalidate JoinStation window after removing ite...smatz
2009-07-04(svn r16736) -Codechange: give some station enums a name and use that instead...rubidium
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-06-25(svn r16661) -Codechange: move definition of few very short functions to head...smatz
2009-06-25(svn r16656) -Fix (r16655): strange things happensmatz
2009-06-25(svn r16655) -Codechange: use IsRailwayStationTile() moresmatz
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 filessmatz
2009-06-23(svn r16639) -Codechange: enumify RoadStop::status, move definition of short ...smatz
2009-06-23(svn r16636) -Codechange: no need to initialize already zeroed variables by z...smatz
2009-05-31(svn r16476) -Fix (r16475): wrong version of the patchsmatz
2009-05-31(svn r16475) -Codechange: move code invalidating Vehicle::last_station_visite...smatz
2009-05-26(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for...smatz
2009-05-23(svn r16407) -Fix [FS#2913]: set CargoPacket::source to INVALID_STATION when ...smatz
2009-05-23(svn r16403) -Codechange: move code related to subsidies to separate filesmatz
2009-05-22(svn r16390) -Codechange: move u.road to RoadVehicle.rubidium
2009-05-22(svn r16389) -Codechange: use RoadVehicle instead of Vehicle where appropriaterubidium
2009-05-22(svn r16388) -Codechange: move u.air to Aircraftrubidium
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
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-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-08(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)rubidium
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-02(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...rubidium
2008-12-26(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q...smatz