Commit Graph

171 Commits

Author SHA1 Message Date
Matt
ca36306254
Background updates (#4861)
* add background updating

* add RobloxState

* fix potential race condition with RobloxState

* update ForceRobloxReinstallation in menu

* disable AssertReadOnlyDirectory

* add storage space check

* add logging to IsEligibleForBackgroundUpdate

* add a setting to toggle background updates

* fix mutex names being mixed up

* update string

* update strings

* update strings
2025-03-13 16:05:41 +00:00
Matt
7977dba498
Add Windows 7 & 8.1 deprecation message (#4365)
* add windows 7 & 8.1 deprecation message

* remove deprecation bypass setting
2025-03-01 13:59:42 +00:00
bluepilledgreat
f768f0a1bb make startup more verbose 2024-12-27 17:13:21 +00:00
bluepilledgreat
eb9e1341c7 Merge branch 'main' into feature/improve-studio-support 2024-11-05 21:13:13 +00:00
pizzaboxer
cac081eeb8
Add analytic logging of exceptions 2024-10-27 20:05:23 +00:00
pizzaboxer
a121e14f94
Make player launch error dialog less annoying
additionally added clarification about the "don't exit to desktop app" option breaking the ability to accept player invites
2024-10-25 21:06:16 +01:00
Matt
8c5a004732
Enhance the error experience (#3259)
* set taskbar state to error upon failing

* add version text to the exception dialog

* vertically align version text
2024-10-17 15:34:03 +01:00
bluepilledgreat
acc8b67c87 add App.IsStudioVisible 2024-10-16 21:32:11 +01:00
pizzaboxer
aac6ec3d4c
Improve watcher/failed launch handling
Bloxstrap now attempts to identify the log file *when* Roblox launches, then passes it to the watcher
It does this so that it can determine if Roblox fails to launch
2024-10-12 17:37:25 +01:00
pizzaboxer
7d2e7a0be6
QA builds: user agent, list all languages 2024-10-10 13:38:17 +01:00
pizzaboxer
af19a353ff
Add QA build identification 2024-10-09 16:20:17 +01:00
pizzaboxer
c03bd70dac
Update all GitHub links 2024-10-06 21:52:54 +01:00
pizzaboxer
75f8be2f0f
Finalize installer/analytics handling 2024-10-03 00:15:49 +01:00
pizzaboxer
d09bffeb22
Add analytics datapoints for installs and channels 2024-10-02 22:34:24 +01:00
pizzaboxer
ed36e7f2dd
Log environment-obtained paths 2024-10-01 15:14:20 +01:00
pizzaboxer
84da94c3f2
Update HttpClient user agent format
TIL user agents have a specific syntax lol
2024-09-30 10:40:25 +01:00
pizzaboxer
fe04b468b0
Add soft termination for settings window 2024-09-27 23:33:57 +01:00
pizzaboxer
3f0ab22393
Address "Access to the path is denied" error 2024-09-09 16:18:29 +01:00
pizzaboxer
356155c75b
Fix potential bug in install checker
UB would occur if installer.CheckInstallLocation() failed when attempting to change the install location
2024-09-09 12:09:44 +01:00
pizzaboxer
dd568faf9c
Implement new bootstrapper error handling 2024-09-08 23:59:38 +01:00
pizzaboxer
f0ffdbc50c
Rework error handling for HTTP API deserialization 2024-09-03 20:05:15 +01:00
pizzaboxer
6d8d482449
New website domain 2024-08-31 23:31:44 +01:00
pizzaboxer
2791cb0b2e
Refactor automatic updater + fix install details + fix launch flag parser + fix temp directory
Automatic updater now relies on the -upgrade flag specifically being set and uses a mutex for coordinating the process

Temp directory is now obtained appropriately (should fix exceptions relating to it?)

Installation details are now reconfigured on every upgrade

Specifying a nonexistant flag would insta-crash the app

Also, the message box was making the wrong sound for the warning icon
2024-08-30 13:29:51 +01:00
pizzaboxer
1288299dcc
Use queue for processing RPC message backlog 2024-08-29 11:20:37 +01:00
pizzaboxer
fd290f9ff7
Move activity watcher to separate process (#810)
this was done to:
- ensure robloxplayerbeta launches as an orphaned process
- help alleviate problems with multiple instances
- alleviate problems with the notifyicon causing blocking conflicts on the bootstrapper ui thread
- help reduce functional dependency on the bootstrapper, makes it less monolithic and more maintainable

ive always wanted to do this for a long while, but have always put it off because of how painful it would be

this may genuinely be the most painful refactoring i've ever had to do, but after 2 days, i managed to do it, and it works great!
2024-08-28 22:47:04 +01:00
pizzaboxer
9a412ea17b
Warn about in-place downgrades 2024-08-27 12:53:03 +01:00
pizzaboxer
91e2c45f0c
Issue reporting autofill + shorthand build checks 2024-08-27 11:36:49 +01:00
pizzaboxer
e96c17a3d5
Move About page to its own separate window 2024-08-26 19:26:05 +01:00
pizzaboxer
765cccf89e
Refactor arg parser + channel handling
this commit changes way too many things to be stable. be warned of bugs if using this
2024-08-19 15:37:56 +01:00
pizzaboxer
53f77f938e
Migrate mod presets to deferred settings system 2024-08-16 00:44:58 +01:00
pizzaboxer
7e95fb4d8f
Deferred settings application system + new shortcut settings
this system took way too much effort to think of for some reason idk why
2024-08-13 00:10:18 +01:00
pizzaboxer
39bb334b9a
Proper support for user profile folder renaming 2024-08-10 16:41:20 +01:00
pizzaboxer
8a73e0feed
Tempfix website launching
the one thing i somehow forgot to test
2024-08-10 13:35:12 +01:00
pizzaboxer
776dbc4097
Draft: new installer system
the beginning of a long arduous cleanup of two years of debt
2024-08-10 13:08:04 +01:00
pizzaboxer
204b93a3eb
Validate locale selection 2024-07-08 13:01:26 +04:00
pizzaboxer
3d3684c248
Rework locale handler and fix remaining RTL issues
window handler was being duplicated, wouldn't apply for system default language nor on initial installation, winforms progress bar not following RTL changes
2024-07-03 12:08:46 +04:00
pizzaboxer
b7e3b04f62
Handle write exception for log handler (#2135) 2024-07-03 10:39:17 +04:00
pizzaboxer
b2cfeeb7af
Add proper error message for failed checksum on package download 2024-06-30 22:57:13 +04:00
pizzaboxer
8fd3fd7737
Move locale info, fix RTL layout in context menus 2024-06-29 11:47:48 +04:00
pizzaboxer
997b3c92bb
Fix improper handling of connectivity errors 2024-06-27 13:16:42 +04:00
pizzaboxer
81d7ffe3da
Draft: localisation support
this is a draft as i can't fully test this right now because i'm currently 37000 feet in the air and a 75 MB data quota costs 10 bucks :(

this also may be the first documented instance of me using wpf 100% properly as bill gates himself intended
2024-06-21 22:10:11 +01:00
pizzaboxer
de539b6ad6
Fix i18n issues in error logging 2024-06-19 22:41:26 +01:00
pizzaboxer
66b0b58fec
Make launch confirmation optional 2024-06-17 12:48:01 +01:00
pizzaboxer
cf6b95e695
Remove Administrator check 2024-06-14 23:52:06 +01:00
pizzaboxer
989ba00995
Fix program flow bug w/ launch settings
this is a nasty bandaid fix that ideally will be removed when we actually work on it
2024-06-14 22:37:39 +01:00
pizzaboxer
4a366adad9
Fix startup sequence 2024-06-11 19:06:35 +01:00
pizzaboxer
243ebbef5a
Warn if launching multiple instances (#606) 2024-06-07 12:34:58 +01:00
pizzaboxer
ef9b1f9aa7
multi instance launching: removal 2024-05-19 00:18:46 +01:00
pizzaboxer
f742d4b45b
strip down channel functions to stock behaviour 2024-05-13 00:02:42 +01:00
pizzaboxer
941cb428b4
tempfix connectivity change for current code state 2024-05-12 21:40:34 +01:00