Commit Graph

71 Commits

Author SHA1 Message Date
pizzaboxer
a634351c9d Add logging
saves to bloxstrap folder if installed, temp local appdata folder if not installed or uninstalling
2023-02-13 22:05:10 +00:00
pizzaboxer
0c4f7b4a27 Make install cancelling more reliable 2023-02-11 21:31:19 +00:00
pizzaboxer
a0be3fa970 Minor bootstrapper code refactor 2023-02-11 20:19:59 +00:00
pizzaboxer
1805e31f86 Minor refactoring of VistaDialog 2023-02-11 19:56:07 +00:00
pizzaboxer
ff8e68abb2 Break down logic for bootstrapper/dialog handling
The functionality for how bootstrapper dialogs are handled has been broken down to be more relevant to the sections of code.
Bootstrapper initialization and preview configuration are now handled by app startup and the preferences menu respectively, rather than all being handled in the dialog constructor.

Next things to do are handle exceptions and cancellation.
2023-02-11 18:57:58 +00:00
pizzaboxer
287bb2b3f7 Make bootstrapper independent of dialog 2023-02-11 18:06:11 +00:00
pizzaboxer
93ad0fb609 Rework dialog handling for better generic support
preparation for FluentDIalog
2023-02-10 10:46:58 +00:00
pizzaboxer
3143b17666 Move mod manifest to State.json 2023-02-04 21:32:35 +00:00
pizzaboxer
c1b892787a Add State file 2023-02-04 17:44:08 +00:00
pizzaboxer
93b082263b Refactor settings management 2023-02-04 17:03:26 +00:00
pizzaboxer
deee40fb5c Minor bootstrapper refactoring 2023-02-04 16:14:28 +00:00
pizzaboxer
7eb9aa88f2 Add support for multi-instance launching (#72)
didnt fully look into handling mutex ownership and it'll probably screw up when the first roblox window is closed so hopefully this works fine 👍
2023-02-03 22:00:55 +00:00
pizzaboxer
abd56959f2 Fix bug with Bloxstrap not staying open
looks like my dumbass completely forgot why i used application.run to begin with
2023-02-03 21:31:36 +00:00
pizzaboxer
5c331a8ee4 Remove old configuration menu 2023-02-03 17:45:46 +00:00
pizzaboxer
8552d94a4a Add backend code for new menu 2023-02-03 17:37:10 +00:00
pizzaboxer
735e7bf533 Fix project name string referencing 2023-01-27 20:05:25 +00:00
pizzaboxer
000de99c37 Fix quiet launching
Since this isn't a WinForms app anymore, there's no need to start the bootstrapper dialog as a new application with Application.Run.
2023-01-27 19:12:34 +00:00
pizzaboxer
d7b8efbc2c Cleanup namespace ordering 2023-01-27 15:54:18 +00:00
pizzaboxer
3f69b1a998 Fix directory structure 2023-01-27 15:26:41 +00:00
pizzaboxer
44183090e0 Initialize stock WPF application 2023-01-27 13:22:02 +00:00
pizzaboxer
0f8cd4a922 Add icon for launching from desktop 2023-01-21 22:32:06 +00:00
pizzaboxer
83f37ee6c3 Rework Preferences menu and file modding
Adds help windows to the Preferences menu, reworked directory structure and allowed files in the root mod directory to be applied to the version folder.
2023-01-17 22:13:51 +00:00
pizzaboxer
fea122f928 Followup on ReShade support
Added ReShade/preset updating, UI fonts and Extravi's ReShade config
2023-01-16 10:06:28 +00:00
pizzaboxer
7f978c22a4 Publish draft for ReShade support
Only things left to implement are updating for ReShade/Extravi's presets, credits, and hopefully some bug fixes.
2023-01-15 17:51:53 +00:00
pizzaboxer
84233ea254 Add check for free disk space 2023-01-13 22:54:35 +00:00
pizzaboxer
a69522b00d Miscellaneous improvements 2023-01-09 21:55:22 +00:00
pizzaboxer
7a858ca08f Fix URI protocols not unregistering on uninstall 2023-01-09 18:48:37 +00:00
pizzaboxer
62ba5c83aa Extract package immediately after download 2023-01-09 18:40:33 +00:00
pizzaboxer
2d81c357f6 Add automatic updating (finally! - #38/#67) 2023-01-08 18:52:01 +00:00
pizzaboxer
445018f1b9
Merge pull request #68 from bluepilledgreat/total-bytes-progressbar
make progress bar use bytes downloaded
2023-01-08 15:37:53 +00:00
pizzaboxer
35078e49b4 Allow download progress to 100% 2023-01-08 15:35:16 +00:00
pizzaboxer
3b7bf97682 Remove debug code exclusions 2023-01-08 15:28:26 +00:00
pizzaboxer
bd9dc7e22c
Merge pull request #65 from bluepilledgreat/mod-to-resources
get rid of base64 mod strings
2023-01-08 15:15:02 +00:00
pizzaboxer
baaaf4091f Add slight simplifications 2023-01-08 14:59:52 +00:00
bluepilledgreat
ff9b6a0016 make progress bar use bytes downloaded 2023-01-08 13:47:13 +00:00
bluepilledgreat
f9ec5c1523 get rid of base64 mod strings 2023-01-06 22:18:15 +00:00
pizzaboxer
92dd25ac25 Fix app disabling launching games page incorrectly 2023-01-03 13:25:12 +00:00
pizzaboxer
3a52aeeb67 Merge branch 'main' of https://github.com/pizzaboxer/bloxstrap 2022-12-26 23:42:58 +00:00
pizzaboxer
60b0f66085 Re-add option for disabling desktop app
Using the fix that @1011025m provided in the discussion for issue #40
2022-12-26 23:42:19 +00:00
pizzaboxer
43f733c5de
Merge pull request #51 from bluepilledgreat/clientsettings-versioninfo
use clientsettings to fetch version
2022-12-03 17:02:50 +00:00
Matthew Brown
e77f8c1c65 use clientsettings to fetch version 2022-11-24 18:22:18 +00:00
pizzaboxer
a58bdd4abc Fix uninstallation returning wrong exit code 2022-11-20 16:08:50 +00:00
pizzaboxer
18f46cdad5 Update publisher info 2022-11-20 16:00:23 +00:00
pizzaboxer
ecc9ec3f9f Finalize quiet launching (#47)
Added two new args: -uninstall and -nolaunch
2022-11-20 15:56:42 +00:00
pizzaboxer
db762429cf Work on implementing quiet installing
Just got to work on hiding the bootstrapper dialog -- might have to rework how the bootstrapper class is instantiated.
2022-11-20 14:17:50 +00:00
pizzaboxer
9244234860 Set uninstall version on install/update (#47)
Version has also been bumped to v1.5.4
2022-11-20 11:16:51 +00:00
pizzaboxer
170c6e5884 HttpClient - Use singleton and enable gzip
Rework of #45 as it kept crashing on release
2022-11-14 18:24:50 +00:00
pizzaboxer
a39ce6bf81 Make rbxfpsunlocker updating more reliable (#46)
depending on file timestamps suck
2022-11-14 18:07:02 +00:00
pizzaboxer
7295a8eec7 Revert "Merge pull request #45 from bluepilledgreat/reuse-httpclient"
This reverts commit c6410eb407, reversing
changes made to 5b94b2741a.
2022-11-14 17:40:00 +00:00
pizzaboxer
c6410eb407
Merge pull request #45 from bluepilledgreat/reuse-httpclient
reuse httpclient
2022-11-14 17:15:51 +00:00