Commit Graph

13 Commits

Author SHA1 Message Date
pvvv
e502c4fc8d
removed unnecessary stuff RobloxPlayerData.cs
removed unnecessary using directives (System.Linq, System.Text, System.Threading.Tasks),
changed the initialization of PackageDirectoryMap to use string.Empty instead of @"" for clarity,
removed the set accessor from PackageDirectoryMap to make it read-only, as it is initialized directly.
2025-04-11 13:43:05 -05:00
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
78882ec1ae
bring back the old roblox version directory (#3908) 2024-12-06 13:59:26 +00:00
pizzaboxer
749a8d6f3a
Add package entry for platform-dictionaries
on my life this is the *LAST* time we are doing this - i didn't get time to implement a remote config package map system
2024-10-29 22:07:23 +00:00
pizzaboxer
6a93624040
Improve Roblox upgrade reliability
Addresses #3408
2024-10-25 23:44:12 +01:00
pizzaboxer
6dc8e286ce
Improve Roblox launch detection 2024-10-24 23:34:51 +01:00
reggie
f458c26afb
Matt OCD fix (remove redist.zip from Studio extract roots) 2024-10-15 14:16:24 -05:00
reggie
1f1d8257ec
Add redist.zip to common extract roots 2024-10-15 14:09:07 -05:00
bluepilledgreat
2de686a71a fix ribbonconfig path 2024-09-27 19:04:46 +01:00
bluepilledgreat
3b51345819 add ribbonconfig to studio package map 2024-09-26 16:01:06 +01:00
pizzaboxer
99ff002121
Abandon staging folder idea, use lockfile instead
thank you matt for helping me see sense through this one
2024-09-07 22:51:03 +01:00
pizzaboxer
3eeebc7a8b
Draft: bootstrapper refactoring
Roblox now installs to /Roblox/Player/ instead of /Versions/<version guid>

This is a checkpoint commit. No mod manager, no error checking, no fullscreen optimizations configuration. Only installing and launching Roblox.

THIS WORKED FIRST TRY BY THE WAY
2024-09-05 22:07:07 +01:00
pizzaboxer
d15e910904
Abstract differences in handling player and studio 2024-08-19 16:27:42 +01:00