pizzaboxer
e318c98c41
Only extract files when necessary
2023-08-23 19:22:04 +01:00
pizzaboxer
c0d173e87a
Minor changes to how rich presence setting works
2023-08-01 20:24:56 +01:00
pizzaboxer
348154fded
Allow for rich presence fields to be reset
2023-07-31 10:42:13 +01:00
pizzaboxer
c8c49a2921
Revamp Bloxstrap game messaging, now BloxstrapRPC
...
support for nested and dynamically-typed json fields, and games now have greater liberty over how the rich presence can be configured
2023-07-28 21:02:54 +01:00
pizzaboxer
52b6a60d02
Re-add FastFlag struct class
...
forgot keyvaluepairs arent editable :(
2023-07-23 18:25:39 +01:00
pizzaboxer
500b21d601
Remove option to enable/disable flags
...
:(
2023-07-23 18:03:53 +01:00
pizzaboxer
cc39ee6e8a
Graphical FastFlag editor - initial prototype
2023-07-22 22:36:00 +01:00
pizzaboxer
ce1c2bc88f
Make activity tracking an independent option
...
also moved server location info logic to the activity handler itself as i plan to also use it in an informational window accessible from the context menu
2023-07-19 23:34:27 +01:00
pizzaboxer
607075c9d9
Check channel by comparing against LIVE
...
also change how version comparisons work
2023-07-17 10:10:53 +01:00
pizzaboxer
7caa59ead3
Only prompt channel change once during enrollment
2023-07-16 16:28:16 +01:00
pizzaboxer
282d4c665a
Consolidation - global usings
2023-07-15 22:52:44 +01:00
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