Commit Graph

21 Commits

Author SHA1 Message Date
pizzaboxer
2b646e2b55 Make logging more consistent
also added more verbosity, added -menu as an alias for -preferences, and added a migration for people using progress dialog
2023-02-16 10:29:40 +00:00
pizzaboxer
5c331a8ee4 Remove old configuration menu 2023-02-03 17:45:46 +00:00
pizzaboxer
f9140334b3 Add help topics and improve design 2023-02-01 00:29:08 +00:00
pizzaboxer
e9aa42e4f1 Publish draft for config menu redesign 2023-01-31 18:19:01 +00:00
pizzaboxer
735e7bf533 Fix project name string referencing 2023-01-27 20:05:25 +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
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
2d81c357f6 Add automatic updating (finally! - #38/#67) 2023-01-08 18:52:01 +00:00
pizzaboxer
b950488ed7 Add -upgrade installer arg (#47) 2023-01-02 11:47: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
dfc73ead8e Revert "Add NuGet reference for DiscordRPC"
This reverts commit 502cfe6605.
2022-11-20 10:30:41 +00:00
pizzaboxer
502cfe6605 Add NuGet reference for DiscordRPC
NuGet package for DiscordRPC has finally been updated, submodule isn't needed anymore.
2022-11-19 15:23:24 +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
1c14a0a3fa Add full Discord RP support for desktop app
Unlike how it worked before, this should now follow the player's game activity even with in-app game switching. (#24)
2022-11-13 23:52:02 +00:00
pizzaboxer
4c5bdb3488 Don't launch Roblox after install/update 2022-10-05 21:01:41 +01:00
pizzaboxer
0a2382d590 v1.4.0: Build channel support, use rbxcdn, cleanup
thanks clonetrooper for reminding me rbxcdn exists - don't know why i used s3 directly since it's so much slower
2022-08-26 12:48:35 +01:00
pizzaboxer
3e42c7511a Use static JSON models and some cleanup 2022-08-22 21:55:07 +01:00
pizzaboxer
92b159d682 Updates and bugfixes for v1.3.0
- Features
    - Added integration with rbxfpsunlocker
    - Added support for user-applicable mods
    - Added ability to disable auto-update checking

 - Misc
    - Removed Bloxstrap branding from Discord Rich Presence
    - Mod presets for old death sound and mouse cursor are now statically stored as base64 strings, eliminating reliance on the website and the old cursors still existing

 - Bugfixes
    - Fixed vista bootstrapper style not hiding properly and improper behavior when closed
    - Fixed forms not being brought to the front when shown

 - Code
    - Reconsolidated Bootstrapper to a single file, using regions instead of partials
2022-08-21 22:41:16 +01:00