Difference between revisions of "Thread:Talk:Robocode/1.9.3.0"
Jump to navigation
Jump to search
m (New thread: 1.9.3.0) |
m (onDeath related bug) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | While we are still not officially switching to 1.9.3.0, I found some new | + | While we are still not officially switching to 1.9.3.0, I found some new bugs introduced in 1.9.3.0 (comparing to 1.9.2.6). |
My system: macOS 10.12 | My system: macOS 10.12 | ||
Line 7: | Line 7: | ||
* current robot score shown in right sidebar (the blue line) is incorrect | * current robot score shown in right sidebar (the blue line) is incorrect | ||
* radar scan arc is not shown correctly when it doesn't turn sometimes (it should be shown as a line, but is actually shown as it were a few ticks ago, when the radar was still turning). | * radar scan arc is not shown correctly when it doesn't turn sometimes (it should be shown as a line, but is actually shown as it were a few ticks ago, when the radar was still turning). | ||
+ | |||
+ | Game logic related bug: | ||
+ | * when execute() is called before onDeath() is fired, this event will be missed and "SYSTEM: *** has dead" message will never be shown. |
Latest revision as of 05:08, 31 December 2017
While we are still not officially switching to 1.9.3.0, I found some new bugs introduced in 1.9.3.0 (comparing to 1.9.2.6).
My system: macOS 10.12 My robocode version: 1.9.3.0
UI bug:
- current robot score shown in right sidebar (the blue line) is incorrect
- radar scan arc is not shown correctly when it doesn't turn sometimes (it should be shown as a line, but is actually shown as it were a few ticks ago, when the radar was still turning).
Game logic related bug:
- when execute() is called before onDeath() is fired, this event will be missed and "SYSTEM: *** has dead" message will never be shown.