Skip to content

Commit 65bd619

Browse files
Updated VERSIONS.MD with info about the new Replay feature.
1 parent 85a030d commit 65bd619

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

VERSIONS.MD

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1-
## 📦 0.32.2 -
1+
## 📦 0.33.0 - Added Recording and Replays
2+
3+
This version adds support for recording and replaying battles (#55: Game replays). All credits go
4+
to [Jan Durovec](https://github.com/jandurovec) for this cool feature! 🤩
5+
6+
It is now possible to record a battle and replay it later. This is useful for debugging and for replaying battles that
7+
you have recorded. When replaying a battle, you can see the replay timeline and seek to a specific point in the battle.
8+
Skulls on the timeline show when a bot has killed.
9+
10+
Note that the replays also make it possible to study the standard output of the bots in the bot consoles and also see
11+
the properties and events at specific points in the battle.
12+
13+
### 🚀 Improvements
14+
15+
- Recorder:
16+
- #55: A new **recorder** application was added, which is a command-line tool for recording battles.
17+
18+
- GUI app:
19+
- #159: Replay feature added.
20+
- #160: Added replay timeline and allow seeking.
21+
- #161: Updated round/turn indicator in the arena panel.
222

323
### 🐞 Bug Fixes
424

525
- Server, Booter, Recorder:
6-
- Got rid of `WARNING: A restricted method in java.lang.System has been called` when running with Java 22 or later.
26+
- Got rid of `WARNING: A restricted method in java.lang.System has been called` when running with Java 22 or later.
727

828
- Booter:
929
- Bots could not be booted on Linux. Thanks goes to [Yang Li](https://github.com/yangli2) for fixing this. ❤️

0 commit comments

Comments
 (0)