Commit Graph

18 Commits

Author SHA1 Message Date
bluepilledgreat
5d1aa50753 prevent value from being parsed as an argument 2024-12-31 09:23:31 +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
a34c73a1b0
Infer Roblox launch URIs in launch flag parser
Should fix problems with Firefox's launch handling

Addresses #3186
2024-10-24 23:19:17 +01:00
bluepilledgreat
0ffaec74ea add studio command line parsing 2024-10-16 21:07:24 +01:00
pizzaboxer
406bb7a54a
Last-minute legacy auto update shims 2024-10-16 00:28:54 +01:00
pizzaboxer
0cd87366a7
Add test mode (#3012) 2024-10-02 18:00:45 +01:00
pizzaboxer
5a0149fca8
Implement WPF software rendering 2024-09-27 22:29:11 +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
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
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
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
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
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
a3033474b8
Build: toggling of studio functionality 2024-06-11 19:06:42 +01:00
pizzaboxer
374feedb11
desktop app disabling: revamp w/ activity tracking 2024-05-19 00:17:09 +01:00
bluepilledgreat
09fc1dc031 create launchsettings 2024-02-02 15:04:21 +00:00