Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Codechange: Use std::string for most of the user-settable custom names. | Michael Lutz | |
2020-05-13 | Fix #8137: New clients can't join (desync) after funding an industry | dP | |
2020-05-13 | Codechange: Refactor FindStationsAroundTiles to avoid code duplication | dP | |
2020-04-12 | Fix #8081: Check for waypoints when removing docking tiles | glx | |
2020-02-22 | Fix f5381798: Station::GetTileArea reduced docks to a single tile (#8014) | SamuXarick | |
2020-02-06 | Fix d84b67e5: Station rating effects affecting too large area | Niels Martin Hansen | |
2020-01-12 | Codechange: Cache resolved town, station and industry name strings | Jonathan G Rennison | |
2020-01-12 | Feature: Improved logic of sharing industry production between 3 or more ↵ | dP | |
stations | |||
2019-12-24 | Codechange: Use KDTree for AirportGetNearestTown (#7424) | SamuXarick | |
2019-12-21 | Codechange: Replace FOR_ALL_TOWNS with range-based for loops | glx | |
2019-12-21 | Codechange: Replace vehicle related FOR_ALL with range-based for loops | glx | |
2019-12-21 | Codechange: Replace order related FOR_ALL with range-based for loops | glx | |
2019-12-21 | Codechange: Replace station related FOR_ALL with range-based for loops | glx | |
2019-12-08 | Fix: Infrastructure total update when removing tram road stop | Jonathan G Rennison | |
The wrong road owner was used when updating the tram infrastructure total. This could result in desyncs, negative infrastructure totals, etc. | |||
2019-12-01 | Fix #7847: Use ViewportSign coordinates for sign Kdtree coordinates (#7849) | Niels Martin Hansen | |
Ensure the same coordinates are used for station/town/player signs regardless of how the landscape changes below it after the coordinates were first determined. By keeping track of whether each ViewportSign is valid for Kdtree use (and only ever registering the viewport sign when the object is valid) a lot of code can be simplified and become more robust at the same time. | |||
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-11-03 | Fix #7820: Heap use after free when removing oil rig | Jonathan G Rennison | |
2019-10-26 | Fix #7733: Crash when removing a dock next to an industry without a station | Charles Pigott | |
2019-09-29 | Fix: Some typos found using codespell | JMcKiern | |
2019-09-06 | Fix #7626: Allow building drive-through stops over one-way/blocked roads ↵ | Daniel Lee | |
owned by towns (instead of crashing). | |||
2019-08-13 | Fix: RemoveAirport function now returns with 'Aircraft in the way' error ↵ | Juriy Petrochenkov | |
message as it should be. | |||
2019-06-30 | Codechange: Restrict docking points of docks. | peter1138 | |
2019-06-30 | Feature: Multi-tile docks and docking points. | peter1138 | |
2019-05-04 | Change: Allow building road stops over self-owned one-way/blocked road. | peter1138 | |
2019-05-03 | Fix #7481: Just remove oil rig stations right away, don't clean them first | Niels Martin Hansen | |
2019-05-01 | Feature: Add NotRoadTypes (NRT) | peter1138 | |
2019-04-13 | Codechange: Replace duplicated code with TileArea::Expand() (#7467) | PeterN | |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson | |
2019-04-08 | Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground ↵ | kiwitreekor | |
tile | |||
2019-03-30 | Codechange: Check airport layout would fit within map bounds before ↵ | PeterN | |
iterating tiles. (#7429) | |||
2019-03-29 | Codechange: Distance between town and airport has already just been found, ↵ | PeterN | |
so use it. (#7427) Previously the distance was thrown away, only to be expensively recalculated again. | |||
2019-03-27 | Fix: Incorrect display of industry production around tiles. (#7426) | PeterN | |
Display of industry production around tiles (as shown when placing a station) did not take account of the station catchment changes, so still showed production from an industry even if it was not covered by a tile. This is fixed by making a set of nearby industries that are covered, instead of looping over all possible industries. | |||
2019-03-26 | Codechange: Removed SmallVector completely | Henry Wilson | |
2019-03-26 | Codechange: Replaced SmallVector::[Begin|End]() with std alternatives | Henry Wilson | |
2019-03-26 | Codechange: Replaced SmallVector::Include() with include() | Henry Wilson | |
2019-03-26 | Codechange: Replaced SmallVector::Append() with ↵ | Henry Wilson | |
std::vector::[push|emplace]_back() | |||
2019-03-26 | Codechange: Replaced SmallVector::Erase() with std::vector::erase() | Henry Wilson | |
2019-03-26 | Codechange: Replace SmallVector::Length() with std::vector::size() | Henry Wilson | |
2019-03-24 | Fix #7374: Ensure k-d trees are always updated when station sign moves | Niels Martin Hansen | |
2019-03-13 | Codechange: Make FindStationsAroundTile() out-parameter stations const to ↵ | peter1138 | |
prevent incorrect modification. | |||
2019-03-13 | Fix #7372: FindStationsAroundTiles() with caching returns no result for ↵ | peter1138 | |
industry tiles. Currently this can only be triggered by NewGRF house tiles querying for cargo acceptance history of nearby stations (var 0x64) with a tile offset, and providing an offset that happens to point to an industry tile. This serves no useful purpose. | |||
2019-03-13 | Cleanup: Remove questionable syntax in station rating calculation | Johannes E. Krause | |
2019-03-09 | Codechange: Make a merged k-d tree index of all viewport signs | Niels Martin Hansen | |
2019-03-09 | Codechange: Make a k-d tree index of stations | Niels Martin Hansen | |
2019-03-09 | Fix: Show industry name in Land Area Information window for oil-rig type ↵ | Peter Nelson | |
stations instead of just 'Oil Rig' | |||
2019-03-09 | Feature: Non-rectangular sparse station catchment area. | Peter Nelson | |
2019-03-09 | Codechange: Convert StationList from SmallVector to std::set. | peter1138 | |
2019-03-08 | Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept ↵ | PeterN | |
cargo to/from their neutral station. (#7234) This change is a controlled by a game setting, located under Environment -> Industries which allows toggling the behaviour. It defaults to enabled. "Company stations can serve industries with attached neutral stations" When enabled, industries with attached neutral station (such as Oil Rigs) may also be served by company-owned stations built nearby. This is the traditional behaviour. When disabled, these industries may only be served by their neutral station. Any nearby company-owned stations won't be able to serve them, nor will the neutral station serve anything else other than the industry. | |||
2019-02-21 | Change: Owner of vehicle with exclusive transport rights may now load cargo ↵ | SamuXarick | |
from neutral stations (#7256) | |||
2019-02-18 | Codechange: Move some common code after adding/removing tiles to a station ↵ | Juanjo | |
to its own function. |