summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2009-07-24(svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic...rubidium
2009-07-24(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...rubidium
2009-07-24(svn r16934) -Codechange: introduce a simple helper function to check whether...rubidium
2009-07-23(svn r16926) -Fix (r16925): if checking whether a station can be adjoined, do...rubidium
2009-07-23(svn r16925) -Fix (r16909): guard commands more against using waypoints as st...rubidium
2009-07-23(svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them be...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-21(svn r16907) -Codechange: make a more clear distinction between reservation f...rubidium
2009-07-21(svn r16899) -Fix (r16896): Missing 'return'.frosch
2009-07-21(svn r16896) -Codechange: make station spec allocation and station animation ...rubidium
2009-07-19(svn r16880) -Codechange: replace magic numbers with their enums and use a cl...rubidium
2009-07-18(svn r16869) -Codechange: make drawing waypoints a tiny bit more like drawing...rubidium
2009-07-18(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoordsrubidium
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-13(svn r16825) -Codechange: unify dirtying when updating the viewport signs.rubidium
2009-07-13(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat...rubidium
2009-07-13(svn r16814) -Codechange: make IsNormalAircraft() member of Aircraftsmatz
2009-07-10(svn r16791) -Codechange: unify (and document) the Remove[StationType] functi...rubidium
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-07(svn r16761) -Codechange: make UpdateViewportSignPos(ition) a class function ...rubidium
2009-07-07(svn r16760) -Codechange: make UpdateStationVirtCoord a function of Stationrubidium
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 r16717) -Codechange: make IsFrontEngine() member of Trainsmatz
2009-07-01(svn r16709) -Fix [FS#2994]: the list of animated tiles could have duplicates...rubidium
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 fastersmatz
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_procssmatz
2009-06-25(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and...smatz
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-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 enumyexo
2009-06-12(svn r16566) -Codechange: enumify all airport tilesyexo
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 placessmatz
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