Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: HikariKnight/ScopeBuddy

Tags

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: introduce SCB_NESTEDFIX as a variable (#33)

* feat: introduce SCB_NESTEDFIX as a variable

default set to 1, set to 0 to not apply the steam overlay and steam input fix by moving the LD_PRELOAD to %command%

* fix: make SCB_DEBUG also work in gamemode and noscope mode

* chore: change the logic for SCB_NESTEDFIX to be more logical

* feat: add xkcd 1172 reference

need to cater to our spacebar heater users

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
HikariKnight HikariKnight
chore: change version to 1.3.0

1.2.6

Toggle 1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Handle gamescope not being present (#26)

1.2.5

Toggle 1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix the logline to handle $command entries that end with backs…

…lash (#25)

1.2.4

Toggle 1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: escape content added to $command (#23)

hades will no longer pass the unholy `/c=..\"` instead of `/c=..\`
funny how this has been the only affected game so far.
Fixes #22

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Remove the possibility of users footgunning themselves with the …

…steam integration flag (#20)

Footgun can be enabled again with `SCB_STEAMARGIGNORE=0`

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(appid): Add auto appid detection to other launchers (#17)

* feat(appid): add auto detection for Ubisoft Connect and Heroic AppIDs

* chore(appid): cleanup the code and auto make folders for non steam AppIDs

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make kscreen command dynamic/variable defined (#16)

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
HikariKnight HikariKnight
feat: implement SCB_APPID env var

overrides the automatic APPID detection for steam (hopefully this can be extended to support heroic, umu, lutris in the future)

All AppID configs are stored in ~/.config/scopebuddy/AppID
the root is for steam
any subsequent launchers will be nested under this folder
example: ~/.config/scopebuddy/AppID/lutris/somegame.conf

usage: `SCB_APPID=lutris/1337 scb -- %command%`
result: loads the global config defined by `SCB_CONF` then sources `~/.config/scopebuddy/AppID/lutris/1337.conf` which overrides anything set by the global config

Part of supporting #10

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from njdom24/nested-gamescope-detection

fix: Check for nested gamescope via environment variable