Thread history
From Talk:Robocode
Viewing a history listing
Jump to navigation
Jump to search
Viewing a history listing
Time | User | Activity | Comment |
---|---|---|---|
05:08, 31 December 2017 | Xor (talk | contribs) | Comment text edited | (onDeath related bug) |
06:16, 30 December 2017 | Xor (talk | contribs) | Comment text edited | |
06:15, 30 December 2017 | Xor (talk | contribs) | Changed subject from "1.9.3.0" to "1.9.3.0 related bugs" | |
06:15, 30 December 2017 | Xor (talk | contribs) | New thread created |
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.