
Post by
zezo | 2009-06-07 | 19:13:57
I have tried to say more or less the same thing, bit it was before the first coffee in the morning ;)
You are correct that the server takes somewhere between 1m30 and 2m30 to recalculate all boat positions, and it's not clear what happens if you change something in the first 2 minutes. Right now the most likely thing is that you get the 'sorry for the inconvenience' message ;)
The other difference is that you look at time as interval, and I see it as a step in discrete world.
The game server works like this: take the last known position, heading and speed and calculate the new position like gc_destination(last_pos, heading, speed/6).