Commit Graph

306 Commits (c8529cc340538c0f0ac984e51e282b71d352d253)

Author SHA1 Message Date
Pat Hartl c8529cc340 Handle game saves that target a directory
Ref #17
2023-04-02 20:50:57 -05:00
Pat Hartl 3c9cf37e2d Page to view saves for a game 2023-04-02 20:50:09 -05:00
Pat Hartl 413cbf364e Force load to edit game. Fixes #9 2023-04-02 13:47:56 -05:00
Pat Hartl d3887e6d8e Bind lookup on input. Fixes #16 2023-04-02 13:39:38 -05:00
Pat Hartl b28f4f78b1 Fix keys editor blocking render after save of new game. Do full page redirect after adding game. Fixes #13 2023-04-02 13:37:05 -05:00
Pat Hartl 44644b7ac9 Fully remove MudBlazor 2023-04-02 13:32:19 -05:00
Pat Hartl 6b6a07060c Remove TypeScript compilation 2023-04-02 13:31:46 -05:00
Pat Hartl 00d9ccab82 Update to .NET 7 for upload performance gains 2023-04-02 13:30:45 -05:00
Pat Hartl 5d12617996 Don't redirect stdout for PowerShell runtime 2023-04-01 22:38:13 -05:00
Pat Hartl a740a94de6 Don't stop sync on just one exception thrown 2023-04-01 22:37:54 -05:00
Pat Hartl 1597bcf22d Restrict settings to admins 2023-04-01 18:03:18 -05:00
Pat Hartl 7f99d7f5df Add directory and contents to save ZIP 2023-03-31 19:06:34 -05:00
Pat Hartl 31b3c20717 Only export registry if there are path definitions 2023-03-30 20:27:35 -05:00
Pat Hartl fb9c89768d Properly handle value changes with archive file inputs 2023-03-30 20:11:20 -05:00
Pat Hartl 9cfca95f09 Allow for special pathing like %TEMP% or %USERPROFILE% when handling save paths 2023-03-30 20:11:00 -05:00
Pat Hartl 5a2fe85903 Look at correct saves directory for storage usage chart 2023-03-30 18:39:33 -05:00
Pat Hartl f51dba2e20 Fixed titles of network usage widgets 2023-03-30 18:39:14 -05:00
Pat Hartl a430c93830 Fix registry inputs not loading correctly 2023-03-30 18:38:57 -05:00
Pat Hartl 2485fc7cb3 Move save handling to separate service. Handle registry paths. 2023-03-29 20:49:31 -05:00
Pat Hartl aa8aba154e Basic packing/extraction of saves. Files only, no directories or registry entries. 2023-03-28 23:10:18 -05:00
Pat Hartl 32d6e109df Added uploading of saves 2023-03-28 21:30:29 -05:00
Pat Hartl 676fa8e48b Added defineable save paths for either files or registry 2023-03-27 01:19:21 -05:00
Pat Hartl eb99656c1d Added inputs for archive file browser and registry entries 2023-03-27 01:18:12 -05:00
Pat Hartl e2a28a57ea Add option to select directories in archive browsers 2023-03-27 01:17:44 -05:00
Pat Hartl c2dd624cec Snippet for setting a game's compatibility mode 2023-03-23 19:21:41 -05:00
Pat Hartl 883e23fc1f Script editor parameter based on LatestArchiveId 2023-03-23 19:19:40 -05:00
Pat Hartl 7e34ad3c12 Don't show browse button if there's no archive 2023-03-23 19:19:16 -05:00
Pat Hartl 6ffaee8f45 Fix column names 2023-03-23 19:18:57 -05:00
Pat Hartl a746dddbe7 Rename Value property for action editor. Fix actions adding/removing. Move to only show file browser if archive exists 2023-03-23 19:18:32 -05:00
Pat Hartl b3b4d0dad6 Attempt extraction multiple times in case tmp file is still in use 2023-03-23 19:16:52 -05:00
Pat Hartl 84f6c8d58b Fix display snippet 2023-03-23 19:08:35 -05:00
Pat Hartl 885bc6bbec Update packages 2023-03-22 17:31:06 -05:00
Pat Hartl dec2e7ae42 Create snippets directory if it doesn't exist 2023-03-22 17:30:38 -05:00
Pat Hartl a23a602abb Downgrade YamlDotNet to 5.4.0 for compatibility with Playnite 2023-03-22 17:30:25 -05:00
Pat Hartl 266864338d Disable select button when nothing is selected 2023-03-20 21:03:06 -05:00
Pat Hartl e5ba574468 Show loading indicator on metadata lookup and disable select button 2023-03-20 21:00:19 -05:00
Pat Hartl b50b7e4d61 Databind based on game keys instead of full game 2023-03-20 20:55:29 -05:00
Pat Hartl c8a11bee7f Databind on scripts instead of game 2023-03-20 20:46:11 -05:00
Pat Hartl 1ef4469fbf Fix tag editors two-way data binding 2023-03-20 19:55:19 -05:00
Pat Hartl 86f5479a11 Don't pass full game to action editor 2023-03-20 19:09:22 -05:00
Pat Hartl 503c77f9fe Convert multiplayer mode editor to not have entire Game passed through 2023-03-20 18:56:22 -05:00
Pat Hartl 7c1f282feb Added retry to writing manifest. Keep track of temporary download locations to avoid multiple downloads. 2023-03-20 18:37:12 -05:00
Pat Hartl a07416277b Update display snippet to grab primary display. Previous calls did not work with some drivers. 2023-03-20 00:17:50 -05:00
Pat Hartl a10e8966b5 Add beacon to general settings and change layout a little 2023-03-20 00:15:46 -05:00
Pat Hartl bbacc5f941 Add authentication options (password requirements, etc) to settings 2023-03-20 00:15:22 -05:00
Pat Hartl 0931c36000 Remove unused Roboto 2023-03-18 01:18:04 -05:00
Pat Hartl 47fda43e31 Remove references to FusionCache 2023-03-18 01:04:11 -05:00
Pat Hartl 4d058649db Started adding basic support for servers 2023-03-18 00:44:31 -05:00
Pat Hartl ac8773c363 Snippets for getting the old name in name change scripts, sanitizing filenames for Windows, and renaming files. 2023-03-17 02:08:59 -05:00
Pat Hartl 8c1e08d49f Remove unused reference 2023-03-17 02:08:15 -05:00