Commit Graph

17 Commits

Author SHA1 Message Date
Michael Green
d94c921815 Add a list of available cores for each platform to the platform map (#130) 2023-09-23 16:14:04 -07:00
Michael Green
6e30660953 Update IGDB package (#112) 2023-09-18 23:05:58 +10:00
Michael Green
d0f46a06f2 Added forked version of the IGDB nuget package (#98) 2023-09-14 00: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
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
dependabot[bot]
56cbc441f5 chore(deps): bump MySql.Data from 8.0.33 to 8.1.0 (#33)
Bumps MySql.Data from 8.0.33 to 8.1.0.

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-22 23:37:41 +10:00
Michael Green
95872ac847 refactor: upgraded IGDB library 2023-05-19 22:41:25 +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
36616caf7b feat: added support for platform logos 2023-04-09 23:45:48 +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
55735599f8 chore(deps): upgrade MySQL Connector and Newtonsoft.Json packages 2023-03-11 01:10:41 +11: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
055d09d77a feat: Added config file class to keep track of local settings such as database connectivity 2023-03-01 10:22:19 +11:00
Michael Green
e9b7e146be refactor: included checkifnull function, added sql schema for the signature database 2023-02-26 23:48:27 +11:00
Michael Green
be5904f9ad feat: first version to introduce database storage (incomplete) 2023-02-25 01:49:20 +11:00