Excluded bots are removed from LiteRumble
Current fix resolved the glitch but also caused blurry UI, here's a re-fix that actually adds HiDPI support: https://github.com/robo-code/robocode/pull/62 It's actually only a few lines of code, since Java2d supports HiDPI already.
Current fix resolved the glitch but also caused blurry UI, here's a re-fix that actually adding HiDPI support: https://github.com/robo-code/robocode/pull/62 It's actually only a few lines of code, since Java2d supports HiDPI already.
Current fix resolved the glitch but also caused blurry UI, here's a re-fix that actually adding HiDPI support: https://github.com/robo-code/robocode/pull/62 It's actually only a few lines of code. Since Java supports HiDPI by itself.
OK This should be casued by using Java 11 instead of Java 8 reproducing is sadly not possible accross Java versions
actually this is producing very different result on my machine I'm sure this is caused by some changes between 1.9.3.5 and 1.9.3.9, because this test works fine before that This test isn't stable any more in this version Assert.assertThat(results[0].getLastSurvivorBonus(), is(0)); Assert.assertThat(results[1].getLastSurvivorBonus(), is(50)); Assert.assertThat(results[2].getLastSurvivorBonus(), is(0)); Assert.assertThat(results[3].getLastSurvivorBonus(), is(0)); Assert.assertThat(results[0].getRamDamage(),...
Platform Java 11 macOS 10.15.5
1.9.3.9 net.sf.robocode.test.robots.TestDuplicatesAndScore fails