Update libobs-wrapper / libobs-simple & disable runtime#215
Open
sshcrack wants to merge 4 commits intoOverworldai:mainfrom
Open
Update libobs-wrapper / libobs-simple & disable runtime#215sshcrack wants to merge 4 commits intoOverworldai:mainfrom
sshcrack wants to merge 4 commits intoOverworldai:mainfrom
Conversation
Collaborator
|
Apologies for the lack of update on this; I was on holiday when this was submitted. Don't quite have the time to bring this in and test it for this release, but I'll make sure it happens for the next one! |
* feat(upload): tar upload exponential backoff * feat(upload): offline mode backoff retry * Shell scripts, a powershell script and a markdown guide, for setting up a Windows 11 VM on Linux for testing purposes. * Address review comments * Fixup cargo.lock and cargo.toml * update(readme): no longer accepting contributions * feat(games): add Poppy Playtime * feat(games): add crysis and cod22 * feat(games): add crysis3remastered.exe * docs: more clearly indicate that we are no longer taking paid submissions * fix: Wayfarer -> Overworld * feat: remove all overstocked games * feat: remove more Modern Warfares * feat: remove more games after deduplication * fix(games): add Ready or Not XBox version * feat: start repopulating denylist based on completed games + previously-rejected games * fix(denylist): Claude game reassignment pass * feat: switch back to unsupported games proper * fix: dedup games * feat: actually add unsupported_games.rs * fix: restore supported_games.json * fix: strip exes from unsupported games --------- Co-authored-by: Clyde013 <40514241+Clyde013@users.noreply.github.com> Co-authored-by: Austin P <139178212+austinp0573@users.noreply.github.com> Co-authored-by: Aaron Sanders <sanders.aaron.d@gmail.com> Co-authored-by: Philpax <me@philpax.me>
Author
|
Yeah, its fine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've migated the codebase to use the new version of
libobs-wrapperandlibobs-simple. I've disabled theenable_runtimefeature, since theObsRuntimenow uses anRcunder the hood, which prevents the runtime (so all structs that have anything to do with OBS) from being sent across threads.Unfortunately, I can't test the port right now
(Related: #159)