Commit Graph

52 Commits

Author SHA1 Message Date
1011025m
48ebf758a0 Add view model and assets for "Hyperion" mockup bootstrapper 2023-05-09 21:09:34 +08:00
1011025m
15d81cf8a7 Add Hyperion mockup bootstrapper style 2023-05-09 21:01:47 +08:00
fxe
1a4ebad370
Implement Direct3D10 rendering mode. 2023-05-06 09:47:16 +01:00
pizzaboxer
7d672d6a0f
Remove ReShade
💀💀💀 reshade is gone 💀💀💀
2023-05-04 10:06:34 +01:00
pizzaboxer
d1527535e4
Rename a bunch of classes
yea
2023-05-03 18:19:26 +01:00
pizzaboxer
bff6efe2c5
Move FastFlag config to separate tab 2023-05-02 00:05:33 +01:00
pizzaboxer
c04dba8d73
Add button to open ClientAppSettings.json 2023-05-01 21:57:46 +01:00
pizzaboxer
93694a5ff4
Add more options for channel change behaviour 2023-04-30 00:59:23 +01:00
pizzaboxer
606aadda97
Turn DeployManager from singleton to helper
this really did not need to be oop lol
2023-04-29 23:55:43 +01:00
pizzaboxer
a7f0b14081
Add selector between Voxel and Future lighting 2023-04-27 12:14:25 +01:00
pizzaboxer
58fb73c127
Refactor class structure for singletons/utilities
cleanup necessary namespaces and adjust namespaces for certain classes to better represent what they're for
models, helpers and tools are all different and shouldnt really be under the same namespace
2023-04-26 21:14:35 +01:00
EasternBloxxer
1e8b43631b
Update ModsViewModel.cs
Same as the other one.
2023-04-24 02:40:00 +03:00
pizzaboxer
f28d956367
Add FFlag mod preset for mobile Lua app interface
lol
2023-04-21 18:42:46 +01:00
pizzaboxer
becc73929e
Revert "Remove ReShade"
instead of removing reshade outright, it's probably better to just make people switch to LIVE for now. yeah, reshade is on its last knees, but if there's still time, i'm taking it
2023-04-21 11:56:19 +01:00
pizzaboxer
6cc701f6a2
Remove ReShade
also fixed a bug with deleted mods not being correctly applied after adding webview2 support
2023-04-20 09:55:18 +01:00
pizzaboxer
c87eff997a
Add check for working deployment domain (#134)
this is gonna suck to merge into 2.2.0 lmao
2023-04-20 09:17:21 +01:00
pizzaboxer
1f40efd10d
Add manual channel entry (#132) 2023-04-15 01:41:11 +01:00
pizzaboxer
eafce44bad
Add FFlag mod preset for menu versions 2023-04-14 23:18:24 +01:00
pizzaboxer
3927d58290
Show channel name if not in predefined lists 2023-04-14 22:02:48 +02:00
pizzaboxer
45f760bc14
Add FFlag mod preset for 0-21 graphics slider 2023-04-14 21:31:34 +02:00
pizzaboxer
c5d46f5d46
Change how default flag values are handled
they're now all handled before they're saved/loaded
2023-04-13 21:04:54 +02:00
pizzaboxer
65c85b612a
Remove rbxfpsunlocker in favor of target FPS FFlag 2023-04-12 00:55:59 +02:00
pizzaboxer
994d736eeb
Fix bug with FFlags being saved when cancelled 2023-04-12 00:33:05 +02:00
pizzaboxer
aeeb89445e
Add FFlag preset for setting framerate cap
this will replace rbxfpsunlocker, and yeah having a default value of 99999 might be a bit weird lol
2023-04-12 00:28:54 +02:00
pizzaboxer
7a305c6bd2
Write all FastFlag values strictly as strings
this is how roblox does it, and it just makes things easier
2023-04-11 23:54:03 +02:00
pizzaboxer
a95ce870db
Auto change icon to custom when changing location
i dont know what the issue id for this is because im on a plane like 999999 feet in the air 😭
2023-04-11 13:19:10 +01:00
pizzaboxer
f8dd388f88 Finalize v2.1.0 update
extra quality assurance and stuff
2023-03-13 18:22:44 +00:00
pizzaboxer
e72202f6f8 Add integration for notifying server details
might just be the coolest integration yet
2023-03-13 00:54:41 +00:00
pizzaboxer
961d21cff9 Add exception handling for main thread
wdym you're not supposed to just throw everything into a try catch block i have no idea what youre talking about
2023-03-12 14:14:10 +00:00
pizzaboxer
fdc9f9b1bc Follow up on FastFlag modding implementation
took me 2 days to think of this mfw
2023-03-11 23:52:53 +00:00
pizzaboxer
04fd634784 Add support for FastFlag mods (#98) 2023-03-10 00:00:53 +00:00
pizzaboxer
db21afaaeb Add disabling fullscreen optimizations (#98) 2023-03-09 11:02:58 +00:00
pizzaboxer
1e46aaa929 Add extra bootstrapper customization (#94/#95)
Added support for customizing bootstrapper title and icon
2023-02-19 16:59:11 +00:00
pizzaboxer
1166ef9d60 Improve install migrating
All Bloxstrap files are now copied instead of just the Bloxstrap executable
2023-02-17 19:05:10 +00:00
pizzaboxer
e075e9b847 Split Bootstrapper tab into Appearance/Behaviour 2023-02-16 12:43:42 +00:00
pizzaboxer
d76d7b42e4 Rework DeployManager 2023-02-16 10:55:10 +00:00
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
1d48657152 Followup on custom integration support
stopped being lazy and actually added editing inside the menu window
2023-02-15 15:33:06 +00:00
pizzaboxer
525ca1d88b Add option for opening current installation folder 2023-02-14 23:30:05 +00:00
pizzaboxer
17b57556b8 Move help documentation to repository wiki 2023-02-14 22:38:39 +00:00
pizzaboxer
6cb72a8038 Add custom integration support (#76) 2023-02-14 18:46:17 +00:00
pizzaboxer
8a4cc67893 Rearrange menu, one-time desktop icon creation 2023-02-13 22:25:57 +00:00
pizzaboxer
72783ec391 Add icon preview to menu 2023-02-13 13:40:50 +00:00
pizzaboxer
eb6b5a7216 Overhaul icon management
was expecting this to be really difficult but then i just winged it and it worked waht the fuck
2023-02-13 13:16:44 +00:00
pizzaboxer
48d09f6730 Draft design and functionality for Fluent Dialog 2023-02-12 23:19:00 +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
d468157488 Add info prompt before initial installation
Also fixed a bug with config saving being handled incorrectly
2023-02-05 10:18:32 +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
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