Anatoliy Kashkin
Anatoliy Kashkin
Should be fixed in 0.16.1
The old domain has expired and its registrar (freenom) didn't bother to send a renewal notification this time. I don't think I can do anything at this point. Lessons learned:...
@dulsi > If I'm in the GameHub.Application class, how can I get to the game object to update it? Not sure if that's what you want, but there are a...
@dulsi no plans right now. I'll think about it after current refactoring is finished. Current achievements (Steam, GOG) should probably be abstracted into AchievementProviders before merging this, similarly to current...
GameHub [should](https://github.com/tkashkin/GameHub/blob/dev/src/data/sources/steam/Steam.vala#L173) use the account you've signed in last in Steam client. Run GameHub with `--debug --log-auth` options to see if the last account is detected correctly. I plan to...
Do all of the accounts in the `loginusers.vdf` have `mostrecent` field set? Maybe that's the problem.
@pjreed This issue will likely be fixed after current refactoring as I plan to improve paths detection and rewrite compatibility layers. @TheEvilSkeleton > The maintainer hasn't been here in a...
It doesn't look like they have required functionality in their API. Also OAuth applications can only request profile (https://itch.io/docs/api/oauth#the-authorization-step/scopes).
@hagabaka thanks. I have fetched your branch to https://github.com/tkashkin/GameHub/tree/itch. I have added some error checks and improved `butler` detection. By default `butler` is not in `$PATH` if it was installed...
Yes, `Runnable.Installer` should be implemented for itch.io games. It may require some changes but should be possible. Maybe `Runnable.Installer` should be abstracted more and split into * `Installer` that is...