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

Rewrite docking system... again #34

Open
fluffyfreak opened this issue Jul 28, 2013 · 0 comments
Open

Rewrite docking system... again #34

fluffyfreak opened this issue Jul 28, 2013 · 0 comments

Comments

@fluffyfreak
Copy link
Owner

Painful it may be but lets face facts the current docking code is some pretty ad hoc shit.

Problems:

  • Doesn't handle queuing for docking just rejects ships,
  • Doesn't wait until a ship has vacated docking process before granting next ships request - sometimes causes collisions,
  • Doesn't timeout ships that fail to dock - it might do but it's a really long timeout,
  • Require carefully placed, oriented, named and numbered docking markers per-bay,
  • Moves ships by config file defined time steps rather than at a constant speed over the distance,
  • Orientation of docking ships seems screwed up for ground stations,
  • ...?

There's probably more but they're the immediate issues I can think of from the top of my head.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant