- 16 Jul, 2017 2 commits
-
-
Piotr Drąg authored
-
Adrien Plazas authored
Check the boundaries of the sector to access: it shouldn't be negative and the computation of the offset of the sector shouldn't overflow. https://bugzilla.gnome.org/show_bug.cgi?id=775255
-
- 15 Jul, 2017 5 commits
-
-
Adrien Plazas authored
Replace the detection of games and the extraction of data like the disc ID for lucky guesses of the position of the PlayStation header by proper parsing of the disc image. This should detect previously undetected games without any regression. https://bugzilla.gnome.org/show_bug.cgi?id=775255
-
Adrien Plazas authored
This will be used in the next commit to parse PlayStation disc images. https://bugzilla.gnome.org/show_bug.cgi?id=775255
-
Adrien Plazas authored
This will be used in the next commit to parse PlayStation disc images. https://bugzilla.gnome.org/show_bug.cgi?id=775255
-
Adrien Plazas authored
This will be used in a subsequent commit to parse PlayStation disc images. https://bugzilla.gnome.org/show_bug.cgi?id=775255
-
Adrien Plazas authored
This will be used in a subsequent commit to parse PlayStation disc images. https://bugzilla.gnome.org/show_bug.cgi?id=775255
-
- 14 Jul, 2017 4 commits
-
-
Adrien Plazas authored
Store the URIs given by the user via the command line or the "Add games" button so they can be restored when restarting the application. https://bugzilla.gnome.org/show_bug.cgi?id=782824
-
Adrien Plazas authored
This will be used in the next commit to store game URIs added by the user. https://bugzilla.gnome.org/show_bug.cgi?id=782824
-
Adrien Plazas authored
This will be used in the next commits by the database module. https://bugzilla.gnome.org/show_bug.cgi?id=782824
-
Adrien Plazas authored
There is no need for it to be public. https://bugzilla.gnome.org/show_bug.cgi?id=782824
-
- 11 Jul, 2017 1 commit
-
-
- 07 Jul, 2017 2 commits
-
-
Adrien Plazas authored
This will help Games to build until the upstream build bugs are solved.
-
Adrien Plazas authored
Adapt to the new game loading system in retro-gtk which does most of the job for the frontends. Also remove RetroRunner.try_load_game() as it is not needed anymore.
-
- 04 Jul, 2017 1 commit
-
-
Adrien Plazas authored
This is needed to keep Games building on org.gnome.Sdk master.
-
- 29 Jun, 2017 1 commit
- 25 Jun, 2017 2 commits
-
-
Marek Černocký authored
-
-
- 24 Jun, 2017 1 commit
-
-
Daniel Mustieles García authored
-
- 20 Jun, 2017 1 commit
-
-
Mathieu Bridon authored
Recent versions of flatpak-builder now always assume paths are relatives to the json file which lists them.
-
- 19 Jun, 2017 1 commit
-
-
Adrien Plazas authored
The axis events which weren't hats, X, Y, RX or RY wheren't handled and ended up being sent as "nothing" events. This make events from these unhandled axes be notified as axis events, just like the ones from X, Y, RX and RY. https://bugzilla.gnome.org/show_bug.cgi?id=783927
-
- 11 Jun, 2017 1 commit
-
-
Adrien Plazas authored
This allows to run Atari Lynx games.
-
- 01 Jun, 2017 9 commits
-
-
Adrien Plazas authored
As all its parameters are optionnal and none is used, it should be removed. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
Adrien Plazas authored
Simplify the construction of MediaSet in PlayStationGameFactory. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
-
Adrien Plazas authored
This will help simplifying and making more flexible the construction of a MediaSet. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
Adrien Plazas authored
This will help simplifying and making more flexible the construction of a MediaSet. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
Adrien Plazas authored
This will help simplifying and making more flexible the construction of a MediaSet. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
Adrien Plazas authored
Allow to attach information to and retrieve it from a Media. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
Adrien Plazas authored
This will be used to extract information on a game media from an URI. https://bugzilla.gnome.org/show_bug.cgi?id=783319
-
Adrien Plazas authored
-
- 28 May, 2017 2 commits
-
-
Piotr Drąg authored
-
Adrien Plazas authored
-
- 26 May, 2017 7 commits
-
-
Piotr Drąg authored
-
Adrien Plazas authored
Add the following MIME types to the ones declared as opoenable by Games: - application/x-atari-lynx-rom - application/x-ms-dos-executable - application/x-wonderswan-rom - application/x-wonderswan-color-rom
-
-
-
-
Adrien Plazas authored
The pc-engine plugin stopped handling all TurboGrafx-16 related types in the previous commit and was only handling the TurboGrafx-CD types. This replacement makes the role of this plugin more clear. https://bugzilla.gnome.org/show_bug.cgi?id=783111
-
-