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

AI: exploration fleet sometimes goes outside of the map #566

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 3 comments
Closed

AI: exploration fleet sometimes goes outside of the map #566

GoogleCodeExporter opened this issue Mar 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

The map is divided into squares with size sqrt(25), which is not a multiply of 
the width or height of the starmap. Modify the map zoning to use squares 
rounded down to a size which does not exhibit the effect.

Original issue reported on code.google.com by akarn...@gmail.com on 18 Jun 2012 at 2:36

@GoogleCodeExporter
Copy link
Author

in the original game this was also a bug:

for example you can create 4 fleets... if you order to move one to another, 
creating like a circle, they never stop and moved to a side of the map... and 
exit the galaxy!! xD

be carefull in the "limits of the galaxy" and you don´t loss your fleet 

Original comment by juanluis...@gmail.com on 20 Jun 2012 at 9:32

@GoogleCodeExporter
Copy link
Author

Cells are now rectangular and support fractional sizes.

Original comment by akarn...@gmail.com on 23 Jun 2012 at 11:23

  • Changed state: SVN

@GoogleCodeExporter
Copy link
Author

Original comment by akarn...@gmail.com on 13 Jul 2012 at 1:33

  • Changed state: Fixed

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

No branches or pull requests

1 participant