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

RollingHistorySerialInteger.set may give incorrect results #5

Closed Joris-van-der-Wel closed 11 years ago

Joris-van-der-Wel commented 11 years ago

If the history length of the argument differs, it may give incorrect result because only a simple arraycopy is used. This only works properly if history_index == history_length-1

Affected classes: RollingHistorySerialInteger RollingHistory PhysicsPointHistory