summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
AgeCommit message (Expand)Author
2022-01-16fix whitespace errorsErich Eckner
2022-01-16check that rectangle is in a single layerErich Eckner
2022-01-16UNDERGROUND_COST_MULTIPLIER newErich Eckner
2022-01-16underground patch appliedErich Eckner
2021-12-30Fix #9774: CmdBuildRoadStop updated station acceptance in estimate modeJonathan G Rennison
2021-12-16Codechange: Un-bitstuff landscape commands.Michael Lutz
2021-12-16Codechange: Un-bitstuff rail commands.Michael Lutz
2021-12-16Codechange: Un-bitstuff station/depot/waypoint commands.Michael Lutz
2021-12-16Codechange: Template DoCommand to automagically reflect the parameters of the...Michael Lutz
2021-12-16Codechange: Move flags in CommandProc in front of the command arguments.Michael Lutz
2021-12-16Codechange: Let the compile generate the master command table out of template...Michael Lutz
2021-12-16Codechange: Move command arguments to the back of the DoCommand function call.Michael Lutz
2021-09-26Change: Allow all tiles around docks to be docking tiles (#9578)Loïc Guilloux
2021-09-18Fix #9521: Don't load at just removed docks that were part of a multi-dock st...SamuXarick
2021-08-20Change: [Linkgraph] Delete links only served by vehicles stopped in depotNicolas Chappe
2021-08-18Fix 659989af45: Set appropriate town window dirty when building/removing airp...Joan Josep
2021-08-17Feature: [Linkgraph] Prioritize faster routes for passengers, mail and expres...Nicolas Chappe
2021-08-01Fix: Use of unstable sort when distributing cargo production can cause desyncsdP
2021-07-09Codechange: Remove FOR_EACH_SET_BITglx22
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-29Codechange: Rename window related DeleteXXX to match new behaviourglx22
2021-05-29Codechange: move from C-string to std::string for DoCommandrubidium42
2021-05-29Codechange: let IsUnique.* functions accept std::stringrubidium42
2021-05-27Fix: do not hide parameter by local variable with the same namerubidium42
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-05-13Codechange: Replace TILE_AREA_LOOP with range-based for loopsglx22
2021-05-03Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loopsglx22
2021-05-03Fix #9113: Assertion failure when removing airport with order backup (#9182)Jonathan G Rennison
2021-05-02Codechange: Use std::vector for NewGRF station tile sprite layouts.Peter Nelson
2021-05-02Codechange: Use std::vector for NewGRF station platform layouts.Peter Nelson
2021-04-29Codechange: Replace FOR_ALL_CARGOSPECS with range-based for loopsglx22
2021-03-07Fix #8809: Crash when removing airport when hangar window openJonathan G Rennison
2021-02-05Codechange: Apply coding style (#8640)SamuXarick
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2021-01-07Fix 0125892: Warning about unsigned unary minusSamuXarick
2021-01-07Fix #7945: Add cost of clearing the sloped tile when placing a dock (#7947)SamuXarick
2020-12-28Fix #8297: Infrastructure counters for road tunnels, bridges, depots … (#8454)gooball
2020-12-27Codechange: Replace FOR_VEHICLE_ORDERS with range-based for loopsglx22
2020-12-22Feature: Set exclusive access to industry from GS (#8115)Pavel Stupnikov
2020-05-21Codechange: Use std::string for most of the user-settable custom names.Michael Lutz
2020-05-13Fix #8137: New clients can't join (desync) after funding an industrydP
2020-05-13Codechange: Refactor FindStationsAroundTiles to avoid code duplicationdP
2020-04-12Fix #8081: Check for waypoints when removing docking tilesglx
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