gnome-games
gnome-games copied to clipboard
Moving to gnome.org — A game manager application for GNOME
Gamepads should warn about their capabilities, particularly whether they have two joysticks. This would allow to set the correct gamepad type to the libretro cores, particularly useful for PlayStation games....
Retro games on Wayland are super slow in a big window (or when maximized or in fullscreen).
A rule to add: one line property getters and setters should be written in one line, hence write this: ``` public string product_number { get { return _product_number; } }...
Most plugins don't use the correct log domain, they use `GamesDesktop` instead of their own: ``` $ git grep "G_LOG_DOMAIN" plugins/amiga/src/Makefile.am: -DG_LOG_DOMAIN=\"GamesDesktop\" \ plugins/atari-2600/src/Makefile.am: -DG_LOG_DOMAIN=\"GamesDesktop\" \ plugins/atari-7800/src/Makefile.am: -DG_LOG_DOMAIN=\"GamesDesktop\" \ plugins/desktop/src/Makefile.am:...
Steam games are currently the only games which never "stop" and hence which never come back to the collection when the game ends. Tracking their state would allow to go...
We should be able to mark a game as `Favourite` so we can later filter/sort them.
Keys should be added to navigate into the collection, la the up and down arrows or page up and page down.