sivarajankumar / plutocracy

Automatically exported from code.google.com/p/plutocracy
GNU General Public License v2.0
0 stars 1 forks source link

Untiled ship movement #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ships are currently planned to moved only between tiles. This is not
natural visually. One alternative is to have ships move smoothly with a
position within a tile. Some required steps to achieve this:

* Ships should accept any water point on the globe as a destination
* Ship "trace" function to see how far a ship can go in one direction
  before colliding with land or another vessel
* Path-finding for untiled ships that does not direct a ship to travel to
  tile centers but fluidly moves the ship to its destination
* Render a ship's fluid path instead of tiles traveled over
* Resolve any network communication issues for fluid ship positioning

Original issue reported on code.google.com by risu...@gmail.com on 14 Jul 2008 at 12:35

GoogleCodeExporter commented 8 years ago
Enhancement -> Feature

Original comment by risu...@gmail.com on 17 Jul 2008 at 11:22

GoogleCodeExporter commented 8 years ago
Enhancement -> Feature (again)

Original comment by risu...@gmail.com on 17 Jul 2008 at 11:25

GoogleCodeExporter commented 8 years ago
Contribute tag

Original comment by risu...@gmail.com on 17 Jul 2008 at 11:30

GoogleCodeExporter commented 8 years ago

Original comment by risu...@gmail.com on 18 Jul 2008 at 2:11

GoogleCodeExporter commented 8 years ago

Original comment by gar...@gmail.com on 1 Nov 2008 at 5:09

GoogleCodeExporter commented 8 years ago

Original comment by gar...@gmail.com on 1 Nov 2008 at 5:09

GoogleCodeExporter commented 8 years ago

Original comment by gar...@gmail.com on 1 Nov 2008 at 5:11