Commit Graph

21 Commits

Author SHA1 Message Date
Michael Green
09dece08f3 Add a Platform Map editor to the UI (#104) 2023-09-18 01:24:44 +10:00
Michael Green
b25155ef36 Collections can now have games set to be always included or excluded (#96)
* Added drop down menus to collections to select if games should be always included

* Now able to add games to a collection from the game info page
2023-09-13 22:49:35 +10:00
Michael Green
7da17b91a0 Add support for the RetroPie folder structure when building Collections (#88)
* Moved Bios info to the root of the platform map, started adding more content to the platform map to support collection naming options

* Major updates to the PlatformMap.json

* Added support for RetroPie directory structures and adding relevant BIOS files
2023-09-07 15:55:41 +10:00
Michael Green
bd7124a5be Expand the dat file ingestor to handle more formats (#84)
* MAME DAT's can now be imported, beginning of DB updates

* Fixed various database bugs that occur during upgrade from earlier versions

* Removed collation and MySQL specific options from database scripts
2023-09-06 07:52:11 +10:00
Michael Green
25f1895fe5 Added feature to build collections of ROM's based on a filter (#76)
* fix: added visual feed back for mass rom matching

* chore(deps): EmulatorJS version bump

* chore(deps): nuget package version bump

* feat: added cover art to the emulator

* ci: updated .gitignore

* ci: remove .DS_Store files

* feat: updated the about box, and labeled the IGDB user score

* chore(deps): EmulatorJS version bump

* feat: start of collections build, and styling changes

* fix: updated PlatformMap.json file with more platforms and fixed SNES extensions

* feat: more progress on romsets

* doc: updated readme to include new screenshots and discord link

* fix: repairs an issue where the author column in signatures was too narrow

* chore(deps): EmulatorJS version bump

* feat: Collection build code mostly complete

* fix: renamed collection classes to avoid conflicts in Swagger

* Re-wrote collection builder to correct major bugs and performance

* Completed collection builder and zipper

* API changes completed

* Fixed some last minute Collections API bugs

* Collections mostly complete. Todo: delete button

* Completed collections build
2023-09-01 21:02:15 +10:00
Michael Green
f7906f692d Add more filter types (#50)
* feat: support for filtering by igdb rating

* fix: new user rating filter was always excluding unrated games

* feat: added metadata for game multiplayer modes

* feat: added metadata for game player perspectives

* feat: added metadata for game themes

* chore(deps): EmulatorJS version bump

* feat: all filters added

* feat: filter options now have visible toggles

* feat: jazzed up the styling of the game rating
2023-08-13 17:41:56 +10:00
Michael Green
d4eda0b3ea fix: hopefully resolve the signature import performance issues 2023-07-06 12:23:42 +10:00
Michael Green
1b14e697a2 feat: added initial Docker support (still testing) and refactored the database for case-sensitive hosts 2023-07-02 01:12:26 +10:00
Michael Green
0cc8e76f77 feat: added company info support 2023-06-30 19:18:19 +10:00
Michael Green
ee4e5d4037 refactor: sped up game list loading code, plus many small bug fixes 2023-06-27 23:31:29 +10:00
Michael Green
8112f9e9a7 feat: first pass at filter and game screen + some bug fixes 2023-06-24 14:06:14 +10:00
Michael Green
00cc051dc6 feat: added metadata source field - this will determine the handling of the flags attribute 2023-06-18 23:08:02 +10:00
Michael Green
76673c42b9 feat: Started Game controller - needs more error handling and handling for 404’s 2023-06-12 21:29:41 +10:00
Michael Green
5732c19ca4 feat: enhanced title matching, added more metadata types 2023-05-16 00:39:54 +10:00
Michael Green
3b3cf3c239 feat: platforms and games from IGDB are now imported successfully 2023-05-01 00:42:23 +10:00
Michael Green
b36b3a8f57 feat: now pulls platform information and stores it in the database 2023-04-09 01:19:50 +10:00
Michael Green
13dc90883d fix: database upgrade and added basic timer 2023-03-11 01:04:03 +11:00
Michael Green
d484ee32cb fix: fixed database upgrade bug 2023-03-07 10:59:19 +11:00
Michael Green
85726ada7a feat: added capability of creating/updating the database schema 2023-03-01 11:50:58 +11:00
Michael Green
4f19c9b8a3 fix: applied an index to the md5 and sha1 columns on the roms signature table 2023-02-27 09:00:30 +11:00
Michael Green
e9b7e146be refactor: included checkifnull function, added sql schema for the signature database 2023-02-26 23:48:27 +11:00