Commit Graph

213 Commits

Author SHA1 Message Date
pizzaboxer
d7dc198a8b
Check if player executable exists (#128) 2023-04-12 11:06:27 +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
7281cbf54a
Merge branch 'version-2.2.0' of https://github.com/pizzaboxer/bloxstrap into version-2.2.0 2023-04-11 23:54:10 +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
48de954eb0
Merge pull request #127 from pizzaboxer/bugfix-124
Add proper global exception handling
2023-04-10 12:27:32 +01:00
pizzaboxer
b7c591bc88
[workflow] Run CI on all branches 2023-04-10 12:13:41 +01:00
pizzaboxer
18497312d3
Merge pull request #126 from bluepilledgreat/flag-logic-error
fix logic error
2023-04-09 18:21:48 +01:00
pizzaboxer
1f453a7a27
Add proper global exception handling 2023-04-09 18:16:26 +01:00
bluepilledgreat
6bbfdd4124 fix logic error 2023-04-09 18:13:22 +01:00
pizzaboxer
567dc7390b
Update README.md
so turns out i actually have to clarify this mfw
2023-03-16 07:25:06 +00:00
pizzaboxer
b425af0856
Update README.md
added more words idk
2023-03-14 11:17:12 +00:00
pizzaboxer
4bf49cd058
Fix README image sizing
forgot previewer width is wider than actual width
2023-03-13 19:33:27 +00:00
pizzaboxer
23627fa739
Update README.md 2023-03-13 19:23:49 +00:00
pizzaboxer
add07a1c71 Remove ping stats from server notifier 2023-03-13 19:14:24 +00: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
bbd2534f94 32-bit support notice followup
just realized the compatibility package makes the binary size balloon to 50mb lmao jesus
2023-03-12 23:14:09 +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
558fc4e983 Improve auto updating (notification/bugfix) 2023-03-12 13:39:11 +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
d5d95872bb Fix UDMUX detection in client log parser 2023-03-09 11:07:53 +00:00
pizzaboxer
db21afaaeb Add disabling fullscreen optimizations (#98) 2023-03-09 11:02:58 +00:00
pizzaboxer
4050b1c2e6 bump version, browserTrackerId, update in temp
so turns out the browserTrackerId is actually necessary lol oops
2023-03-09 00:43:58 +00:00
pizzaboxer
d1b75f6874 Fix singleton mutex handling (for real) (#99) 2023-03-08 23:34:44 +00:00
pizzaboxer
b61f8730ef Fix process detection
also fixed a bug with reshade shader uninstalling
2023-03-08 22:08:04 +00:00
pizzaboxer
ad886df373 Fix dialog not closing when opening website (#103) 2023-03-08 21:51:00 +00:00
pizzaboxer
1e50a8b632 Fix game activity for UDMUX protected servers 2023-03-08 21:48:28 +00:00
pizzaboxer
b44b62a185 Use Roblox launch URI instead of website deeplink 2023-03-08 21:29:17 +00:00
pizzaboxer
cc22ee1591 Whitespace formatting, move Integrations folder 2023-03-08 21:25:40 +00:00
pizzaboxer
92c420d888
Merge pull request #107 from Extravi/main
Fixed ReShade installer.
2023-03-08 17:42:10 +00:00
pizzaboxer
35a621ad29 Fix MXAO and fix whitespace
Co-Authored-By: Extravi <98912029+Extravi@users.noreply.github.com>
2023-03-08 17:35:22 +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
Extravi
2eea58f472
Update ReShade.cs 2023-03-05 21:12:42 -05:00
Extravi
1bfef1ee01
Update ReShade.cs 2023-03-05 21:11:53 -05:00
Extravi
26a70f4abf
fixed reshade support 2023-03-05 18:55:45 -05:00
pizzaboxer
222006fa6a Hold singleton mutex open if owned
Still not perfect, thanks to C#'s async threading weirdness it's possible for ownership of the mutex to still be lost - no idea how, but it should mostly work fine.
2023-02-19 17:38:02 +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
b5250e29dc Implement better support for multiprocess handling
mutexes are created before starting the menu or bootstrapper to ensure only one instance of them are running
also menu can be opened without having to close bloxstrap background processes
also fixed roblox singleton mutex not being created properly
its 12 am and im fucking tired
2023-02-19 00:37:33 +00:00
pizzaboxer
467f55c4b2 Fix Windows 11 titlebars (#92)
also fixed the fluent style not changing the taskbar icon
2023-02-18 22:27:32 +00:00
pizzaboxer
9a90488575 Adjust default settings 2023-02-18 17:18:30 +00:00
pizzaboxer
b1514cef6b Followup on rbxfpsunlocker read-only fix
also readme badges lol
2023-02-18 12:05:11 +00:00
pizzaboxer
52313cf2af Make Discord Presence logging more verbose 2023-02-18 11:20:27 +00:00
pizzaboxer
f738ffc349
Merge pull request #86 from pizzaboxer/v2-release
Finalize v2.0.0
2023-02-17 21:14:55 +00:00
pizzaboxer
b6b7c13c6c Finalize v2.0.0 2023-02-17 20:24:34 +00:00