Commit graph

24 commits

Author SHA1 Message Date
Pat Hartl
b8ae5fcd7a Added the ability to only export metadata from a game 2024-01-08 18:22:00 -06:00
Pat Hartl
58346fba5f Change export file extension to .lcx 2023-12-18 23:21:36 -06:00
Pat Hartl
5348ce6328 New importer to handle packed game exports 2023-12-18 01:08:17 -06:00
Pat Hartl
382fbdd99f Switch export to a ZIP archive that gets generated on the fly and includes archives and media 2023-12-17 20:45:15 -06:00
Pat Hartl
9a1dc652a2 Added the ability to export/import most game information 2023-12-14 19:09:00 -06:00
Pat Hartl
9e4abc535b Remove additional stuff added back in from trying to restore JS uploader. Trim uploader to not handle UI behavior. Call JS uploader from archive uploader component. 2023-04-07 15:26:21 -05:00
Pat Hartl
ed15a50545 Revert "Remove deprecated MVC routes, views, and models"
This reverts commit 1158886c52.
2023-04-07 13:46:12 -05:00
Pat Hartl
1158886c52 Remove deprecated MVC routes, views, and models 2023-02-17 00:41:39 -06:00
Pat Hartl
3c70682fb0 Fix null reference potential if PCGamingWiki returns improper results 2023-01-24 18:23:11 -06:00
Pat Hartl
b797e80cd8 Redirect to edit after adding game 2023-01-16 18:08:42 -06:00
Pat Hartl
fcba8585c9 On save, redirect back to the main edit view 2023-01-16 00:31:05 -06:00
Pat Hartl
89633c1096 Load/cache icon directly out of archive, don't rely on embedded manifest 2023-01-16 00:01:50 -06:00
Pat Hartl
1675d38f88 Include missing fields in update on edit 2023-01-16 00:01:16 -06:00
Pat Hartl
dd50bb11df Fix for games from IGDB that might not have any associated companies 2023-01-15 01:07:55 -06:00
Pat Hartl
c4ce8e14aa Lookup player counts from PCGamingWiki for multiplayer modes 2023-01-14 18:22:51 -06:00
Pat Hartl
c525a5f38e Fix updating of entities 2023-01-14 15:10:41 -06:00
Pat Hartl
476b2c7f2f Updated edit action to allow add/remove of many to many relationships 2023-01-10 18:58:44 -06:00
Pat Hartl
3ae5971122 Working game creation with publishers, developers, genres, and tags 2023-01-10 17:17:54 -06:00
Pat Hartl
ddc68277b1 Added metadata pulling from IGDB. Added select inputs that works like tags and allow freeform submission. 2023-01-10 02:25:16 -06:00
Pat Hartl
2625aec8ff Converted GamesController to use services 2023-01-09 01:35:08 -06:00
Pat Hartl
bb6d6b7845 Started implementing services 2023-01-09 01:05:40 -06:00
Pat Hartl
b2ffdb9f23 Add some support for reading icons from archives. 2023-01-08 01:34:38 -06:00
Pat Hartl
260474aee8 Cascade delete archives when deleting games 2023-01-07 18:21:50 -06:00
Pat Hartl
74abbd0503 Move LANCommander application to its own directory 2023-01-04 19:30:32 -06:00
Renamed from Controllers/GamesController.cs (Browse further)