This commit is contained in:
watrabi
2025-10-28 14:05:46 -04:00
parent 977f1ff4b8
commit c93494f795
452 changed files with 47860 additions and 152 deletions
-10
View File
@@ -125,7 +125,6 @@ public:
rbx::signal<void(const std::string &)> screenshotReadySignal;
rbx::signal<void(bool)> screenshotUploadSignal;
rbx::signal<void(bool)> graphicsQualityShortcutSignal;
rbx::signal<void()> allowedGearTypeChanged;
@@ -227,8 +226,6 @@ private:
bool networkStatsWindowsOn;
bool isRobloxApp;
bool renderGuisActive;
RBX::Game* game;
@@ -251,8 +248,6 @@ private:
public:
static bool BlockingDataModelShutdown;
static bool isXboxApp;
static unsigned int perfStats; // another bitmask used to record detected hacks
std::string jobId;
@@ -384,9 +379,6 @@ public:
bool isStudio() const { return runningInStudio; }
void setIsStudio(bool runningInStudio);
bool getIsXboxApp() const { return isXboxApp; }
void setIsXboxApp(bool value);
bool isRunMode() const { return isStudioRunMode; }
void setIsRunMode(bool value);
@@ -499,8 +491,6 @@ public:
void save(ContentId contentId);
static bool canSave(const RBX::Instance* instance);
bool getRemoteBuildMode();
void setRemoteBuildMode(bool remoteBuildMode);