|
1 |
| -## Version 1.9.5.3 |
| 1 | +## Version 1.9.5.3 (11-Sep-2024) |
2 | 2 |
|
3 |
| -* #66: Fixed a problem setting `_JAVA_OPTIONS` properly in shell files. Thanks goes to @scientificworld for this fix. 😊 |
| 3 | +### Bugfix: |
| 4 | + |
| 5 | +* |
| 6 | +* #66: Fixed an issue where Robocode would not start when executing the `robocode.sh` script for Linux and macOS due to |
| 7 | + this error: |
| 8 | + `java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release` |
| 9 | + * Thanks goes to @scientificworld for this fix. 😊 |
4 | 10 |
|
5 | 11 | ## Version 1.9.5.2 (24-Oct-2023)
|
6 | 12 |
|
|
755 | 761 | every battle.
|
756 | 762 | * Works only when "Enable replay recording" is enabled (is automatically set when enabling auto recording).
|
757 | 763 | * [Req-124]: Ability to save the properties file for robots in dev. path.
|
758 |
| -* [Req-129]: `Rules.getBulletSpeed`. |
| 764 | +* |
| 765 | + |
| 766 | +[Req-129]: `Rules.getBulletSpeed`. |
759 | 767 |
|
760 | 768 | * It is about keeping the bullet power within 0.1 - 3.0, even when input is lesser or greater than this valid range.
|
761 | 769 |
|
@@ -1090,7 +1098,8 @@ Thanks goes to Alex Schultz for keep finding bugs, but also helping out solving
|
1090 | 1098 | security violation or they could not be loaded or started (meaning that they will not be allowed to run).
|
1091 | 1099 | * In addition, ALL security violations are always written out in both the main console and robot's console. A
|
1092 | 1100 | message will be written out in the main console
|
1093 |
| - like `xxx has caused a security violation. This robot has been banned and will not be allowed to participate in battles`. |
| 1101 | + like |
| 1102 | + `xxx has caused a security violation. This robot has been banned and will not be allowed to participate in battles`. |
1094 | 1103 |
|
1095 | 1104 | #### Painting
|
1096 | 1105 |
|
@@ -4167,5 +4176,3 @@ teams)
|
4167 | 4176 | [Req-159]: https://sourceforge.net/p/robocode/feature-requests/159/ (Fix overkilled garbage collection on static
|
4168 | 4177 | fields)
|
4169 | 4178 | [Req-160]: https://sourceforge.net/p/robocode/feature-requests/160/ (Fixed width font in console)
|
4170 |
| - |
4171 |
| -[#35]: https://sourceforge.net/p/robocode/support-requests/35/ (DJL API in Robocode - getenv) |
|
0 commit comments