Download OpenRCT2 0.0.6.0-develop build 4f61cae
Status & Branch: develop
Based on commit hash: 4f61cae8a80145880e6db11e56a518eb10e4b63b
Available since: 2017-01-09 20:58:47 (1 year ago)
Available downloads
Changes in this build
Author |
Message |
zaxcav
|
Restrict peep backtracking further via pathfind_history[i].direction
Dependent on the path layout it is possible for peeps to get stuck in backtracking cycles between two or more path tiles - each such tile is a turn around point because from that tile, the reachable tile on the search boundary that is closest to the peep destination is in the direction the peep came from.
When storing/updating the pathfind_histroy, remove the direction the peep came from (in addition to the chosen direction) from the directions left to try to prevent such backtracking. |
zaxcav
|
Increment network version |
zaxcav
|
Reword comments with "from from". |
zaxcav
|
Update debugging messages to reflect changes in how pathfind_history[].direction is updated. |
Gymnasiast
|
Merge pull request #4997 from zaxcav/restrictBacktrack
Restrict backtracking during peep pathfinding |