Commit Graph

53 Commits

Author SHA1 Message Date
pizzaboxer
f553a812cb
Add ability to set old avatar editor scene (#353) 2023-07-15 17:33:12 +01:00
pizzaboxer
63ef907246
Add bulk font replacement, Win32 for file picker 2023-07-15 12:47:27 +01:00
pizzaboxer
d8842cc0cc
Add debug flags, fix mod preset bug 2023-07-15 10:53:17 +01:00
pizzaboxer
ade4a89338
Add option to use pre-2013 mouse cursor 2023-07-15 00:05:49 +01:00
pizzaboxer
88ea69c56d
Rework emoji font mod 2023-07-14 23:20:58 +01:00
pizzaboxer
2f005fa6fd
oh forgot to rename this one file 2023-06-29 18:04:38 +01:00
pizzaboxer
2258000a89
Add build metadata for diagnostics, update checks
is this actually gonna work? uhhhh maybe idk
2023-06-27 23:57:57 +01:00
pizzaboxer
a740f99b50
Add support for emoij selection (#148) 2023-05-18 11:24:09 +01:00
pizzaboxer
3403fa4256
Add mod preset for emulating old character sounds 2023-05-15 12:56:13 +01:00
pizzaboxer
39d919811f
Add support for game message communication (#183)
game scripts can print a client message to send messages to bloxstrap, right now only for setting the presence status

message is a json string formatted with the properties "command" and "data" that's prefixed with the string "[SendBloxstrapMessage]"

example:
print('[SendBloxstrapMessage] {"command":"SetPresenceStatus", "data":"hi"}')
2023-05-09 12:21:56 +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
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
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
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
055e75cfbe
Formatting fixes, bump version 2023-04-20 13:30:29 +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
65c85b612a
Remove rbxfpsunlocker in favor of target FPS FFlag 2023-04-12 00:55:59 +02: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
b8dd708276 Add 32-bit support notice 2023-03-12 23:05:51 +00:00
pizzaboxer
75290fd9ee Use universe info for game presence 2023-03-12 17:18:05 +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
db21afaaeb Add disabling fullscreen optimizations (#98) 2023-03-09 11:02:58 +00:00
pizzaboxer
e8e56b9669 Shader download configuration, 5.7.0 update check
Made shader download behaviour more modular and configurable, and added a check for redownloading all shaders when upgrading to 5.7.0
2023-03-08 17:16:41 +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
9a90488575 Adjust default settings 2023-02-18 17:18:30 +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
6cb72a8038 Add custom integration support (#76) 2023-02-14 18:46:17 +00:00
pizzaboxer
48d09f6730 Draft design and functionality for Fluent Dialog 2023-02-12 23:19:00 +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
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
8552d94a4a Add backend code for new menu 2023-02-03 17:37:10 +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
e10e2a830b Finalize ReShade support
should hopefully be all done now, i think...?
2023-01-21 20:20:30 +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
f8f6ce0c0c Rearrange preferences, channel change prompting 2023-01-13 20:44:14 +00:00
pizzaboxer
54f12965c3 Work on config UI for ReShade and add tooltips 2023-01-13 16:02:33 +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
Matthew Brown
e77f8c1c65 use clientsettings to fetch version 2022-11-24 18:22:18 +00:00
pizzaboxer
a39ce6bf81 Make rbxfpsunlocker updating more reliable (#46)
depending on file timestamps suck
2022-11-14 18:07:02 +00:00
pizzaboxer
4c5bdb3488 Don't launch Roblox after install/update 2022-10-05 21:01:41 +01:00
pizzaboxer
350b655060 Add revamped config menu w/ WPF and theming 2022-10-04 22:03:38 +01:00