JPII / NavalBattle

Strategic turn-based naval game.
http://jpii.github.io/NavalBattle
GNU General Public License v3.0
3 stars 3 forks source link

Terrain generation error #227

Closed abauer closed 11 years ago

abauer commented 11 years ago

Very serious errors

abauer commented 11 years ago

image

abauer commented 11 years ago

image

abauer commented 11 years ago

image

abauer commented 11 years ago

No exception.

maximusvladimir commented 11 years ago

Woah. Looks like tricky Thele put imaginary numbers in our game.

abauer commented 11 years ago

why are we checking every update to see if each chuck is visible? shouldn't that only occur when the screen is moved?

abauer commented 11 years ago

Yeah, Thats right, I fixed them!

maximusvladimir commented 11 years ago

"why are we checking every update to see if each chuck is visible? shouldn't that only occur when the screen is moved?"

The map only updates when an entity changes ids or the world is moved.

abauer commented 11 years ago

ok so everytime the whale animates, i am assuming the update is required

maximusvladimir commented 11 years ago

maybe.... (looks around nervously).

ronald