Difference between revisions of "Cotillion/VersionHistory"

From Robowiki
Jump to navigation Jump to search
(0.5)
(0.5.1 - gun bugfix for 0.5)
Line 1: Line 1:
0.5 Codesize 713
+
0.5.1 Codesize 713
 +
* Whoops, fix a major bug in the gun, the rebuilding stage had accidentally introduced a constant retreating velocity of 16 in addition to any actual retreating velocity, so it particularly affected bots which stay far away as all of their rebuilding went out of bounds, and Cotillion ended up shooting HOT.
 +
 
 +
0.5 Codesize 713, APS 82.81
 
* Revert advancing velocity granularity, but keep some of the shrinking benefits and make the rounding more accurate to boot!
 
* Revert advancing velocity granularity, but keep some of the shrinking benefits and make the rounding more accurate to boot!
 
* Aim from current location again, since it didn't help APS really and slurped up 16 bytes
 
* Aim from current location again, since it didn't help APS really and slurped up 16 bytes

Revision as of 08:23, 5 May 2013

0.5.1 Codesize 713

  • Whoops, fix a major bug in the gun, the rebuilding stage had accidentally introduced a constant retreating velocity of 16 in addition to any actual retreating velocity, so it particularly affected bots which stay far away as all of their rebuilding went out of bounds, and Cotillion ended up shooting HOT.

0.5 Codesize 713, APS 82.81

  • Revert advancing velocity granularity, but keep some of the shrinking benefits and make the rounding more accurate to boot!
  • Aim from current location again, since it didn't help APS really and slurped up 16 bytes
  • Pull out the magic int tool in a massive war against codesize

0.4 Codesize 735, APS 84.8

  • Change advancing velocity granularity to 1, same as lateral velocity
  • Move out-of-bounds prediction checking to only test the final location, not the entire path
  • Shrinking associated with the above change

0.3 Codesize 746, APS 85.1

  • Back to 0.1
  • Aim from next location

0.2 Codesize 711, APS 84.5

  • Shoot at out-of-bounds predictions again, I don't remember it being that important in Waylander...

0.1 Codesize 743, APS 85.1

  • Always retreat from enemy
  • Don't shoot at out-of-bounds predictions