Periapsis / aphelion

2D spaceship mmog in java with an authoritative server model. Inspired by subspace.
GNU Affero General Public License v3.0
10 stars 2 forks source link

Refactor MapEntity.pos into posHistory/velHistory #75

Open Joris-van-der-Wel opened 9 years ago

Joris-van-der-Wel commented 9 years ago

MapEntity.pos can be replaced entirely by posHistory. It is still there because this part of the code slowly evolved, it is now time to refactor it away.