Skip to content

Merge to master for v0.9.14#106

Merged
oblivioncth merged 8 commits intomasterfrom
dev
Mar 23, 2025
Merged

Merge to master for v0.9.14#106
oblivioncth merged 8 commits intomasterfrom
dev

Conversation

@oblivioncth
Copy link
Owner

No description provided.

This bug was never seen as only one Command is ever constructed per-run,
but for posterity we ensure that each Command instance has it's own help
string storage so that if for whatever reason in the future we make
multiple commands at once, the help string is not stuck as the one
created for the first command used.

In the long, once possible, the help string should be a constexpr member
that is made at compile time. We could do that now if using std::string,
but it's not a big deal.
This way we don't need to pass them again when processing the command.
This allows bailing earlier if there is no need to proceed, for example
if help for a command was requested.
Adds a full screen parameter to the title's underlying executable
automatically if available and known.

Only Ruffle is currently supported.
Add general 'fullscreen' switch to CPlay
@github-actions github-actions bot added the release Pull requests into default branch for release (ignored for change log) label Mar 23, 2025
@oblivioncth oblivioncth merged commit ebf95a0 into master Mar 23, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Pull requests into default branch for release (ignored for change log)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant