Difference between revisions of "Thread:Talk:Gilgalad/Errors when minimized/reply (4)"

From Robowiki
Jump to navigation Jump to search
 
m (typo)
 
Line 1: Line 1:
Well, I'm not entirely certain and I don't want spread false information, so we'll just wait until Rednaxela fills us in...
+
Well, I'm not entirely certain and I don't want to spread false information, so we'll just wait until Rednaxela fills us in...
  
 
Regarding my problem, it was indeed related to skipped turns.  I have a record of the enemy's positions and I use it to check the wave intersection with the enemy robot after I retroactively set the bullet powers.  Skipped turns caused me to miss the entries on some turns, resulting in the OutOfBoundsException.   
 
Regarding my problem, it was indeed related to skipped turns.  I have a record of the enemy's positions and I use it to check the wave intersection with the enemy robot after I retroactively set the bullet powers.  Skipped turns caused me to miss the entries on some turns, resulting in the OutOfBoundsException.   

Latest revision as of 17:14, 21 June 2013

Well, I'm not entirely certain and I don't want to spread false information, so we'll just wait until Rednaxela fills us in...

Regarding my problem, it was indeed related to skipped turns. I have a record of the enemy's positions and I use it to check the wave intersection with the enemy robot after I retroactively set the bullet powers. Skipped turns caused me to miss the entries on some turns, resulting in the OutOfBoundsException.

But this led me to think of another question. In PIF guns, how do you deal with the end of a round. Do your logs just jump to the next round or do you keep separate logs for each round or what?

Thanks for the help!