Skip to content

Releases: ds306e18/cleopetra

v1.8.3

05 May 19:05
Compare
Choose a tag to compare

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

27 Apr 14:35
Compare
Choose a tag to compare

Changes:

  • Updated RLBot python path to python 3.11 installation. #117/#127 - CodeRed/NicEastvillage
  • Add more logging, primary around match starting. #128 - NicEastvillage
  • Fixed bug that would prevent overlay path to be a folder. #125 - tarehart

v1.8.1

06 Feb 20:34
5ab271a
Compare
Choose a tag to compare

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

02 Jan 20:17
cac9efd
Compare
Choose a tag to compare

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

30 Aug 10:15
7c1f486
Compare
Choose a tag to compare

Changes:

  • Now supports RLBotGUIX python installations. - NicEastvillage
  • Example overlay supports best-of-X series. - NicEastvillage

v1.7.2

18 May 19:06
6232d1c
Compare
Choose a tag to compare

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

15 May 10:57
eef1b9b
Compare
Choose a tag to compare

Changes:

  • Fixed bug that prevented overlay to be written to current_match.json.
  • Fixed bug where overlay path text field was not updated when loading a saved tournament. #103

v1.7 - Best of CleoPetra

29 Apr 16:52
8806d8b
Compare
Choose a tag to compare

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

19 Oct 12:19
f6372ae
Compare
Choose a tag to compare

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

04 Oct 07:33
Compare
Choose a tag to compare
1.5.2b Pre-release
Pre-release

Changes:

  • Writes current_match.json on match start