Commit Graph

10 Commits

Author SHA1 Message Date
Michael Green
f2c58bb172 All uses of hashes should now be lower case (#122) 2023-09-20 09:32:40 +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
9cb981a2e9 feat: added ROM game match fixing 2023-07-10 16:33:14 +10:00
Michael Green
ecfc258cba feat: added library scan to maintain the library 2023-07-07 09:40:16 +10:00
Michael Green
48e8682a55 feat: added system page to manage background tasks and get basic system information 2023-07-04 09:20:42 +10:00
Michael Green
be6e12be19 fix: sha1 hash generator now no longer always generates the same hash 2023-05-16 14:44:33 +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
a6003372f5 refactor: added additional hash check on ingestion 2023-02-28 22:45:14 +11:00
Michael Green
e9b7e146be refactor: included checkifnull function, added sql schema for the signature database 2023-02-26 23:48:27 +11:00