summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2020-02-22Fix f5381798: Station::GetTileArea reduced docks to a single tile (#8014)SamuXarick
2020-02-06Fix d84b67e5: Station rating effects affecting too large areaNiels Martin Hansen
2020-01-12Codechange: Cache resolved town, station and industry name stringsJonathan G Rennison
2020-01-12Feature: Improved logic of sharing industry production between 3 or more stat...dP
2019-12-24Codechange: Use KDTree for AirportGetNearestTown (#7424)SamuXarick
2019-12-21Codechange: Replace FOR_ALL_TOWNS with range-based for loopsglx
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace order related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace station related FOR_ALL with range-based for loopsglx
2019-12-08Fix: Infrastructure total update when removing tram road stopJonathan G Rennison
2019-12-01Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849)Niels Martin Hansen
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-11-03Fix #7820: Heap use after free when removing oil rigJonathan G Rennison
2019-10-26Fix #7733: Crash when removing a dock next to an industry without a stationCharles Pigott
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-09-06Fix #7626: Allow building drive-through stops over one-way/blocked roads owne...Daniel Lee
2019-08-13Fix: RemoveAirport function now returns with 'Aircraft in the way' error mess...Juriy Petrochenkov
2019-06-30Codechange: Restrict docking points of docks.peter1138
2019-06-30Feature: Multi-tile docks and docking points.peter1138
2019-05-04Change: Allow building road stops over self-owned one-way/blocked road.peter1138
2019-05-03Fix #7481: Just remove oil rig stations right away, don't clean them firstNiels Martin Hansen
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-13Codechange: Replace duplicated code with TileArea::Expand() (#7467)PeterN
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-08Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground ...kiwitreekor
2019-03-30Codechange: Check airport layout would fit within map bounds before iterating...PeterN
2019-03-29Codechange: Distance between town and airport has already just been found, so...PeterN
2019-03-27Fix: Incorrect display of industry production around tiles. (#7426)PeterN
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Include() with include()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Erase() with std::vector::erase()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Fix #7374: Ensure k-d trees are always updated when station sign movesNiels Martin Hansen
2019-03-13Codechange: Make FindStationsAroundTile() out-parameter stations const to pre...peter1138
2019-03-13Fix #7372: FindStationsAroundTiles() with caching returns no result for indus...peter1138
2019-03-13Cleanup: Remove questionable syntax in station rating calculationJohannes E. Krause
2019-03-09Codechange: Make a merged k-d tree index of all viewport signsNiels Martin Hansen
2019-03-09Codechange: Make a k-d tree index of stationsNiels Martin Hansen
2019-03-09Fix: Show industry name in Land Area Information window for oil-rig type stat...Peter Nelson
2019-03-09Feature: Non-rectangular sparse station catchment area.Peter Nelson
2019-03-09Codechange: Convert StationList from SmallVector to std::set.peter1138
2019-03-08Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...PeterN
2019-02-21Change: Owner of vehicle with exclusive transport rights may now load cargo f...SamuXarick
2019-02-18Codechange: Move some common code after adding/removing tiles to a station to...Juanjo
2019-01-19Change: Add path cache for ships.Peter Nelson
2019-01-17Fix: Some code and comment typosnikolas
2019-01-11Add: when placing non-rectangular airport, consider airport tile table tiles ...Johannes E. Krause
2018-10-31Fix: Only possible to build station next to competitors by using CTRL+clickJoost Hopmans