Releases: ds306e18/cleopetra
Releases · ds306e18/cleopetra
v1.8.3
Changes:
- Fixed MatchRunner not working for users with spaces in their windows username. - NicEastvillage
- Adjusted logger formatting. - NicEastvillage
- Fixed "succesfully saved"-alert when saving was cancelled. #129 - NicEastvillage
- Fixed loading of tournaments where a participating bot has been deleted. #130 - NicEastvillage
v1.8.2
v1.8.1
Changes:
- Added functionality to fetch scores directly from Rocket League. Finally! - NicEastvillage
- The new 'Fetch scores' button replaces the 'Modify config' button.
- Added functionality to create a team for each bot in the bot collection. #114 - NicEastvillage
- Changed radio buttons to checkboxes in RLBot settings tab. - NicEastvillage
- Fixed bug that would prevent overlay data to be written on match start. - NicEastvillage
- Fixed bug that would prevent saving and loading due to module closedness. #122 - NicEastvillage
v1.7.4
Changes:
- New installer that no longer requires users to have Java, and creates file associations so users can open rlts files directly. - tarehart
v1.7.3
Changes:
- Now supports RLBotGUIX python installations. - NicEastvillage
- Example overlay supports best-of-X series. - NicEastvillage
v1.7.2
Changes
- Added support for three new match options. - NicEastvillage
- Enable rendering
- Enable state setting
- Auto save replays
- Fixed a bug where round robin stats were not updated correctly due to deserialization error. - NicEastvillage
- CleoPetra is now way smarter about where file choosers starts. - NicEastvillage
v1.7.1
v1.7 - Best of CleoPetra
Changes:
- Added option to use RLBotPack Python installation if available (default: true). - NicEastvillage
- Added option for using random standard map. - Darxeal
- Added series (best of X) functionality. #56 - NicEastvillage
- A default series length can be set for each stage, but length of individual series can also be changed once the bracket is generated.
- Updated the data exposed to overlays (or other programs) in the
current_match.json
. - NicEastvillage- Exposed data includes team names, all bot details, and scores of current series.
- Added functionality to choose where the
current_match.json
is located in the RLBotSettingsTab. - Clicking "modify config" will now also update the
current_match.json
. - Repository (and future release) now contains an example overlay.
v1.6
Changes:
- Now writes overlay data to a json next to the cleopetra.jar. This can be disabled in RLBotSettings tab. - NicEastvillage
- Improved the RLBot runner process. - NicEastvillage
- The RLBot console window (RLBot runner) now does not need to be shut down after each match. #88
- CleoPetra issues the RLBot runner to start and stop new matches through socket communication.
- Since RLBot.exe is not shut down between each match:
- Skyborg's overlay will work properly.
- Rendering and bot percentages does not have to be toggled each match.
- In other words, the tournament host's life is now much easier.
- Improved how round robin decides the top teams of the stage. #92 - NicEastvillage
- Added button for auto-naming teams based on its bots. #79 - NicEastvillage
1.5.2b
Changes:
- Writes
current_match.json
on match start