CommandMC

Results 44 issues of CommandMC

**Is your feature request related to a problem? Please describe.** For GUIs like Heroic, it's not possible to know if a game was already activated or if it's still unclaimed....

- Move from [react-scripts/CRA](https://github.com/facebook/create-react-app) to [Vite](https://vitejs.dev/) - Clean up all (well, most of) the backend code to work with TS' `strict` mode - This involved a lot of refactoring and...

pr:ready-for-review

These are largely copied over from Proton's source code, and should make some more games work OOTB (as an example, Drone Racing League Simulator, which is free on the EGS...

pr:ready-for-review

### Problem description Right now, to import a game, you first press "Install", *then* the Import button appears. This is counter-intuitive, as when you want to import a game, you...

enhancement
good first issue
feature request
needs design

I've changed some of our TS settings so we're forced to account for more situations that were easy to miss before. I think this will ultimately lead to a more...

pr:ready-for-review

Currently, the `setup_dxvk.sh` script uses `wine --version` to check if the wine executable is valid: If the output contains "wine", it's considered a wine executable. This presents an issue with...

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...

bug

As seen in [this discussion on Discord](https://discord.com/channels/695233346627698689/695234601425043477/1190501488741601401), newer EA titles seem to specify "the EA app" as their ThirdPartyManagedApp, not "Origin" like before. Additionally, the name is not the same...

Our old settings system was a solid implementation of *a* system to serve this purpose, but over the years, it became clear that *we* need some features to work ever-so-slightly...

pr:testing

Our Routes were a bit of an organically grown mess, with different approaches to do the same things, and generally using outdated React Router features. This PR cleans those up,...

pr:ready-for-review