File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Versions
2
2
3
- ## 0.12.0 - Single stepping battle
3
+ ## 0.12.0 - Single stepping battle - 17-Apr-2022
4
4
5
5
#### Changes
6
6
7
7
- GUI:
8
- - Added 'Next turn' button beside the pause button in with the control panel to useful for single stepping a
8
+ - Added 'Next turn' button beside the pause button in with the control panel to useful for single- stepping a
9
9
battle, e.g. when debugging your bot.
10
10
- Improvements to the battle dialog for selecting game type and bots for a new battle.
11
11
- Added button for setting up rules.
12
12
- Added tooltip texts.
13
- - Protocol: Removal of rgb-value type from protocol of Bot APIs.
13
+ - Protocol: Removal of rgb-value type from the protocol of Bot APIs.
14
14
- Bot API: The ` Color.fromRgb() ` has been replaced by ` Color.fromString() ` .
15
15
16
16
#### Bugfixes
17
17
18
- - Bot API: Make sure bot terminates (system exit) upon a connection error to prevent dangling bot processes, which is
18
+ - Bot API: Make sure the bot terminates (system exit) upon a connection error to prevent dangling bot processes, which is
19
19
usually occurring when terminating the UI, which closes the bot connections.
20
- - GUI: When dragging the battle arena, the graphics was not updated while dragging.
20
+ - GUI: When dragging the battle arena, the graphics were not updated while dragging.
21
21
22
22
## 0.11.2 - Fix restart issue - 12-Apr-2022
23
23
You can’t perform that action at this time.
0 commit comments