File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 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. ❤️
You can’t perform that action at this time.
0 commit comments