Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RVs do to obtain a slot if too far away from st->xy #577

Closed
DorpsGek opened this issue Jan 24, 2007 · 1 comment
Closed

RVs do to obtain a slot if too far away from st->xy #577

DorpsGek opened this issue Jan 24, 2007 · 1 comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

Celestar opened the ticket and wrote:

If a station has a very high spread, and the distance between a roadstop and the station xy tile is too large, no slot is being obtained whatsoever for Road Vehicles.

Solutions:

  1. Don't assign a slot at a minimum distance of 16, but at a distance of maximum_station_spread * 2 + 1.
  2. Don't assign a slot at a minimum distance of 16, but at a distance of the spread of the station in question + 1.
  3. Compute the distance not between the RV and st->xy but between the RV and the xy of the Primary Road Stop.

Reported version: trunk
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/577
@DorpsGek
Copy link
Member Author

DorpsGek commented Feb 2, 2007

Celestar closed the ticket.

Reason for closing: Fixed


This comment was imported from FlySpray: https://bugs.openttd.org/task/577

@DorpsGek DorpsGek closed this as completed Feb 2, 2007
@DorpsGek DorpsGek added Core flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant