Skip to content

Tags: RLBot/gui

Tags

beta22

Toggle beta22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Port state setting sandbox (#111)

* Port state setting sandbox

Add new debug rendering controls

* Render field with `arena_diagram.png`

Remove (BOT) & (SCRIPT) suffixes

* Fix bug in sandbox

* Impl save state/load state

* Save/set ball rotation in sandbox

* Show 'Waiting for match start...' instead of connecting

* Remove border from canvas

* Add performance monitor display mode support to sandbox

* Prevent drag and show overlay when not watching

* Refactor sandbox rendering and error handling

- Change SandboxSetRendering from slice to single status
- Emit sandbox:error when connection is lost unexpectedly
- Refactor rendering toggle into separate function
- Update go-interface dependency

* Simplify and optimize packet history and bot config

* Remove unneeded snippet

beta21

Toggle beta21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: persist enabled scripts (#107)

Co-authored-by: Nanook <nanookclaw@users.noreply.github.com>

beta20

Toggle beta20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add duplicate agent id warnings (#104)

* Add duplicate agent id warnings

Small cleanup things

* Use agentId for enabledScripts

* Warn about empty agent ids

* Make warning link to wiki

Update empty agent id warning msg

* Update BotList.svelte

beta19

Toggle beta19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow long links to wrap in bot info (#99)

beta18

Toggle beta18's commit message

Verified

This commit was signed with the committer’s verified signature.
Properly clear icon (from #92)

beta17

Toggle beta17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update bob-diff (#88)

beta16

Toggle beta16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update taskfiles to match modern wails tempalte. (#85)

- Also fixes windows icon

beta15

Toggle beta15's commit message

Verified

This commit was signed with the committer’s verified signature.
update wails

beta14

Toggle beta14's commit message

Verified

This commit was signed with the committer’s verified signature.
revamp welcome screen

beta13

Toggle beta13's commit message

Verified

This commit was signed with the committer’s verified signature.
catch go "panics" in startmatch