pizzaboxer
30ae314537
Show notice if ShellLink can't be loaded
2023-08-26 14:49:06 +01:00
pizzaboxer
0df4840873
Make exception detection language agnostic
...
mfw windows
2023-08-26 11:35:21 +01:00
pizzaboxer
35253145cc
oops forgot to remove my test code
2023-08-26 00:36:03 +01:00
pizzaboxer
034a513650
Mitigate "decryption operation failed" error
...
cant believe i only had this idea just now
2023-08-26 00:34:58 +01:00
pizzaboxer
cd0547664c
Show better error message when auto-updating fails
2023-08-26 00:05:18 +01:00
pizzaboxer
af14c19334
Catch exceptions when trying to delete a package
2023-08-25 23:45:52 +01:00
pizzaboxer
a9b3d43ab2
Fix "access is denied" error
...
I LOVE TESTING IN PROD
2023-08-25 23:25:08 +01:00
pizzaboxer
5741d82f3d
Improve mutex stuff?
...
idk i cant really find anything else wrong with it
2023-08-23 23:22:42 +01:00
pizzaboxer
7a963c53f7
Add friendly info for HTTP request timeouts
2023-08-23 19:30:04 +01:00
pizzaboxer
e318c98c41
Only extract files when necessary
2023-08-23 19:22:04 +01:00
pizzaboxer
67f673ae85
Improve bootstrapper cancelling ( #512 )
2023-08-23 13:36:57 +01:00
pizzaboxer
517546087c
Remove install location changing post installation
2023-08-23 12:43:10 +01:00
pizzaboxer
1f86996d7d
Skip mod check if Roblox is running
2023-08-23 11:12:48 +01:00
pizzaboxer
47dcec060b
Revert to LIVE if there's no Windows build ( #526 )
2023-08-23 10:10:33 +01:00
pizzaboxer
30b06947d1
Merge pull request #558 from apprehensions/main
...
Fix Typos
2023-08-19 12:40:56 +01:00
sewn
473cb5c70c
Fix Typos
2023-08-19 13:21:52 +03:00
pizzaboxer
b6de3645b7
Catch exceptions when deleting files/folders
2023-08-06 14:21:27 +01:00
pizzaboxer
292d07cdec
Set channel as production by default ( #509 )
2023-08-04 22:14:26 +01:00
pizzaboxer
ba57d584f0
Remove redundant connectivity check
...
keep the single connectivity check for testing if the roblox website can be contacted
2023-08-02 14:59:29 +01:00
pizzaboxer
bf53b0642e
Improvements to web URL opening
2023-08-01 17:33:51 +01:00
pizzaboxer
f00de2bc2e
Make dialogs for connection errors more friendly
2023-08-01 14:16:11 +01:00
pizzaboxer
bca6e3d21b
Cleanup Roblox folder on uninstallation
2023-07-31 12:59:35 +01:00
pizzaboxer
667e020431
Make installing Roblox (hopefully?) more reliable
...
uhhhh, i dont know if this will work? who knows, it should though
basically just attempts to restart interrupted downloads from stuff like decryption errors and eof marks, whatever
also fixes package extraction errors not being handled properly
2023-07-28 23:43:48 +01:00
pizzaboxer
cb4c813b8a
Re-add channel version check on startup
2023-07-28 11:17:56 +01:00
pizzaboxer
85be870fdc
Refactor file modding system
...
shouldnt break hopefully idk lol
2023-07-26 14:49:01 +01:00
pizzaboxer
a3fd58118d
Add extra logging info
2023-07-26 11:21:54 +01:00
pizzaboxer
102f6d1949
oh so we're back to this huh
...
hopefully async exception management should be better?
2023-07-26 01:30:00 +01:00
pizzaboxer
8bbad57eb3
Restructuring: Directories -> Paths
...
shorter and more accurate to what it's describing
2023-07-25 19:43:30 +01:00
pizzaboxer
83856acaec
RobloxActivity -> Integrations.ActivityWatcher
2023-07-25 19:39:31 +01:00
pizzaboxer
1df1a8495c
Make logging more consistent
...
consistent prefix names, and logging exceptions in english
2023-07-25 19:08:43 +01:00
pizzaboxer
f02fba2ce1
Fix font application mod on first install
2023-07-25 17:52:23 +01:00
pizzaboxer
38b1c584d2
Don't hardcode mfplat.dll check ( #439 )
2023-07-25 16:14:48 +01:00
pizzaboxer
d3e15376b7
Add old splat sound for old character sounds mod
2023-07-24 19:44:12 +01:00
pizzaboxer
7b3eaa5a01
Auto delete RUNASADMIN flag on launch
...
yeah idk how this happens
2023-07-24 14:22:56 +01:00
pizzaboxer
b0334b7866
Make mod preset application a bit less painful
2023-07-24 10:12:42 +01:00
pizzaboxer
cefe7cd22a
Silently fail when making desktop shortcut ( #410 )
2023-07-22 12:18:55 +01:00
pizzaboxer
05185e9e9a
Add context menu option for toggling rich presence
2023-07-20 15:11:22 +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
5f9f63d18e
Move ServerNotifier stuff to NotifyIconWrapper
2023-07-19 22:41:32 +01:00
pizzaboxer
54ff38ebf3
Fix update version check ( #394 )
2023-07-18 07:57:33 +01:00
pizzaboxer
33aab4ff8a
Rework how package extraction works
...
maybe this might just fix things?
2023-07-17 22:47:39 +01:00
pizzaboxer
907a3c3517
Consolidate NotifyIcon code
2023-07-17 22:11:57 +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
0b8b9ea068
Remove channel outdated check on startup
2023-07-17 09:29:44 +01:00
bluepilledgreat
3a97ccb552
ignore exceptions while checking new releases
2023-07-16 16:18:44 +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
232cd4f5c0
Fix bug with mod preset checking... again
2023-07-15 13:13:07 +01:00
pizzaboxer
78869e5e7e
Default to LIVE if no launch channel set
...
also fixed a bug with the font mod
2023-07-15 12:59:18 +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
7cda363fa7
Install location warning, +reliable uninstalling
2023-07-02 23:46:16 +01:00
pizzaboxer
0a7ae17473
Consolidate stuff
...
yea
2023-07-02 21:41:45 +01:00
pizzaboxer
94fe52245e
Refactor UI code structuring
...
109 changed files :D
2023-07-02 13:10:04 +01:00
pizzaboxer
afbe9f4b90
Disable Mica, change FluentDialog a bit
...
rip mica :(
2023-06-29 23:21:43 +01:00
pizzaboxer
5ef20a79c7
Add Fluent MessageBoxes
...
thats a lot of updated files huh
2023-06-29 17:54:05 +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
17c36ccb91
Line ending normalization... again...
2023-06-26 23:10:39 +01:00
pizzaboxer
6af7188ffe
Add notice for missing Windows Media components
2023-06-26 22:57:09 +01:00
pizzaboxer
e7fd0b9642
Minor restructuring
2023-06-26 22:33:15 +01:00
pizzaboxer
28bcf57dff
Re-enable desktop app if launching with deeplink
2023-06-26 22:06:40 +01:00
pizzaboxer
1232501698
Fix WebView2 check
2023-06-26 17:43:14 +01:00
pizzaboxer
324859521e
Line ending normalization
2023-06-26 17:42:38 +01:00
pizzaboxer
59bda907d3
Revert "WebView2 bugfix"
...
This reverts commit a71f8e5606
.
it was not supposed to do that :( whyyyyyyyyy
2023-06-13 08:13:53 +01:00
pizzaboxer
a71f8e5606
WebView2 bugfix
...
oops lol
2023-06-13 08:12:16 +01:00
pizzaboxer
09ad916236
Improve how updating Roblox is handled
...
fixes the problem of the versions folder not being properly cleaned out
also instead of skipping the roblox update process if multiple instances are running, continue with the update process but don't delete any older versions when finished
2023-06-12 16:49:14 +01:00
pizzaboxer
7b950cba55
Merge branch 'bugfix-268' into version-2.4.0
2023-05-27 19:28:32 +01:00
pizzaboxer
cf1514d6be
Use ToLowerInvariant() instead of ToLower() ( #268 )
...
oops
2023-05-27 19:25:33 +01:00
pizzaboxer
244c3dee40
Fully cleanup Bloxstrap folder after install
...
this also goes to show just how much of a mess bootstrapper dialog management is lol
2023-05-24 18:27:11 +01:00
pizzaboxer
57e6454fd7
Add program size estimation
...
conditions are kinda messy but its fine
2023-05-24 14:56:47 +01:00
pizzaboxer
54b65f8728
Improve WebView2 install handling
...
cuts down on code and should better account for multiple instances
2023-05-24 11:21:53 +01:00
pizzaboxer
a740f99b50
Add support for emoij selection ( #148 )
2023-05-18 11:24:09 +01:00
pizzaboxer
dd60e78a5d
Refactor class/folder structure of UI elements
...
pain
2023-05-15 15:06:39 +01:00
pizzaboxer
424cbf9154
Amend commit for old character sound mod
...
i need to stop instinctively pushing to origin
2023-05-15 13:29:34 +01:00
pizzaboxer
3403fa4256
Add mod preset for emulating old character sounds
2023-05-15 12:56:13 +01:00
pizzaboxer
1f91c309ca
Add client version number
...
Finalizing the fake Byfron style
2023-05-14 01:39:28 +01:00
1011025m
969dbbbf92
Regression, it didn't have to be over engineered
2023-05-13 20:43:13 +08:00
1011025m
58932f4b34
i forgor 💀
2023-05-13 12:13:15 +08:00
1011025m
74d15c9bf3
Add Byfron logo
2023-05-13 11:57:16 +08:00
pizzaboxer
74f63df43a
Fix typo in ReShade removal notice ( #195 )
...
mfw https://twitter.com/boxerpizza/status/1650825767553495041 came back to slap me in the face
2023-05-05 08:47:05 +01:00
pizzaboxer
2b8d8de06d
Fix 32-bit removal
...
oops screwed up that one webview2 registry key
2023-05-04 10:50:32 +01:00
pizzaboxer
85ecef310a
Remove 32-bit support
...
💀 💀 💀 32 bit is GONE 💀 💀 💀
2023-05-04 10:15:55 +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
e6bfac46fe
Fix first-time installation
2023-05-01 15:14:18 +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
903fc42128
Check disk space based on manifest sizes
2023-04-26 14:04:27 +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
6ea198f1e1
Fix Byfron crashes
...
turns out byfron will trip if you keep a process handle for robloxplayerbeta open for any longer than a minute
2023-04-20 12:54:02 +01:00
pizzaboxer
b3dcb48038
Make launch behaviour closer to official launcher
...
no custom start event, only specifying launchtime when launched from website
oh yeah i fixed a bug with fflag management
2023-04-20 11:51:37 +01:00
pizzaboxer
826b0a04ca
Reorganize stuff
...
moved around stuff to better reflect the regions they're supposed to be in
2023-04-20 10:32:51 +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
7fa4a0b989
Merge branch 'version-2.1.1' into version-2.2.0
2023-04-15 00:04:04 +01:00
pizzaboxer
c650c29016
Add WebView2 support
...
currently being tested in zintegration, hotfix needs to be released before it makes it way to LIVE
2023-04-15 00:01:48 +01:00
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
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
558fc4e983
Improve auto updating (notification/bugfix)
2023-03-12 13:39:11 +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
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
cc22ee1591
Whitespace formatting, move Integrations folder
2023-03-08 21:25:40 +00: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
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
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
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
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
a634351c9d
Add logging
...
saves to bloxstrap folder if installed, temp local appdata folder if not installed or uninstalling
2023-02-13 22:05:10 +00:00
pizzaboxer
0c4f7b4a27
Make install cancelling more reliable
2023-02-11 21:31:19 +00:00
pizzaboxer
a0be3fa970
Minor bootstrapper code refactor
2023-02-11 20:19:59 +00:00
pizzaboxer
1805e31f86
Minor refactoring of VistaDialog
2023-02-11 19:56:07 +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
287bb2b3f7
Make bootstrapper independent of dialog
2023-02-11 18:06:11 +00:00
pizzaboxer
93ad0fb609
Rework dialog handling for better generic support
...
preparation for FluentDIalog
2023-02-10 10:46:58 +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
deee40fb5c
Minor bootstrapper refactoring
2023-02-04 16:14:28 +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
abd56959f2
Fix bug with Bloxstrap not staying open
...
looks like my dumbass completely forgot why i used application.run to begin with
2023-02-03 21:31:36 +00:00
pizzaboxer
5c331a8ee4
Remove old configuration menu
2023-02-03 17:45:46 +00:00
pizzaboxer
8552d94a4a
Add backend code for new menu
2023-02-03 17:37:10 +00:00
pizzaboxer
735e7bf533
Fix project name string referencing
2023-01-27 20:05:25 +00:00
pizzaboxer
000de99c37
Fix quiet launching
...
Since this isn't a WinForms app anymore, there's no need to start the bootstrapper dialog as a new application with Application.Run.
2023-01-27 19:12:34 +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
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
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
84233ea254
Add check for free disk space
2023-01-13 22:54:35 +00:00
pizzaboxer
a69522b00d
Miscellaneous improvements
2023-01-09 21:55:22 +00:00
pizzaboxer
7a858ca08f
Fix URI protocols not unregistering on uninstall
2023-01-09 18:48:37 +00:00
pizzaboxer
62ba5c83aa
Extract package immediately after download
2023-01-09 18:40:33 +00:00
pizzaboxer
2d81c357f6
Add automatic updating (finally! - #38/#67)
2023-01-08 18:52:01 +00:00
pizzaboxer
445018f1b9
Merge pull request #68 from bluepilledgreat/total-bytes-progressbar
...
make progress bar use bytes downloaded
2023-01-08 15:37:53 +00:00