Skip to content

Commit

Permalink
0.364.0.262407
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Nov 30, 2018
1 parent ee6cffc commit f8f0de1
Show file tree
Hide file tree
Showing 543 changed files with 22,320 additions and 11,858 deletions.
528 changes: 528 additions & 0 deletions API-Dump.json

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion API-Dump.txt
Expand Up @@ -57,6 +57,8 @@ Class AdService : Instance [NotCreatable] [Service]
Event AdService.VideoAdClosed(bool adShown) [Deprecated]
Class AdvancedDragger : Instance
Class AnalyticsService : Instance [NotCreatable] [Service]
Function string AnalyticsService:GetClientId() {RobloxScriptSecurity}
Function string AnalyticsService:GetSessionId() {RobloxScriptSecurity}
Function void AnalyticsService:ReleaseRBXEventStream(string target) {RobloxScriptSecurity}
Function void AnalyticsService:ReportCounter(string counterName, int amount = 1) {RobloxScriptSecurity}
Function void AnalyticsService:ReportInfluxSeries(string seriesName, Dictionary points, int throttlingPercentage) {RobloxScriptSecurity}
Expand Down Expand Up @@ -1319,6 +1321,7 @@ Class Keyframe : Instance
Function Objects Keyframe:GetPoses()
Function void Keyframe:RemovePose(Instance pose)
Class KeyframeSequence : Instance
Property float KeyframeSequence.AuthoredHipHeight {PluginSecurity}
Property bool KeyframeSequence.Loop
Property Enum<AnimationPriority> KeyframeSequence.Priority
Function void KeyframeSequence:AddKeyframe(Instance keyframe)
Expand Down Expand Up @@ -1382,8 +1385,10 @@ Class LocalizationService : Instance [NotCreatable] [Service] [NotReplicated]
Function Objects LocalizationService:GetCorescriptLocalizations()
Function Instance LocalizationService:GetTranslatorForPlayer(Instance player)
Function Instance LocalizationService:GetTranslatorForPlayerAsync(Instance player) [Yields]
Function void LocalizationService:PromptDownloadGameTableToCSV(Instance table) {RobloxScriptSecurity} [Yields]
Function void LocalizationService:PromptExportToCSVs() {RobloxScriptSecurity} [Yields]
Function void LocalizationService:PromptImportFromCSVs() {RobloxScriptSecurity} [Yields]
Function Instance LocalizationService:PromptUploadCSVToGameTable() {RobloxScriptSecurity} [Yields]
Function void LocalizationService:StartTextScraper() {RobloxScriptSecurity}
Function void LocalizationService:StopTextScraper() {RobloxScriptSecurity}
Event LocalizationService.AutoTranslateWillRun() {RobloxScriptSecurity}
Expand Down Expand Up @@ -1528,7 +1533,9 @@ Class NetworkReplicator : Instance [NotCreatable] [NotReplicated]
Function Instance NetworkReplicator:GetPlayer()
Function string NetworkReplicator:GetRakStatsString(int verbosityLevel = 0) {PluginSecurity}
Class ClientReplicator : NetworkReplicator [NotCreatable] [NotReplicated]
Function void ClientReplicator:RequestRCCProfilerData(int frameRate, int timeFrame) {RobloxScriptSecurity}
Function void ClientReplicator:RequestServerStats(bool request) {RobloxScriptSecurity}
Event ClientReplicator.RCCProfilerDataComplete(bool success, string message) {RobloxScriptSecurity}
Event ClientReplicator.StatsReceived(Dictionary stats) {RobloxScriptSecurity}
Class ServerReplicator : NetworkReplicator [NotCreatable] [NotReplicated]
Class NetworkSettings : Instance [Service] [NotBrowsable]
Expand Down Expand Up @@ -2060,7 +2067,8 @@ Class Plugin : Instance [NotCreatable]
Property float Plugin.GridSize [ReadOnly]
Function void Plugin:Activate(bool exclusiveMouse) {PluginSecurity}
Function Instance Plugin:CreateDockWidgetPluginGui(string pluginGuiId, DockWidgetPluginGuiInfo dockWidgetPluginGuiInfo) {PluginSecurity} [Yields]
Function Instance Plugin:CreatePluginAction(string actionId, string text, string statusTip, string iconName = "") {PluginSecurity}
Function Instance Plugin:CreatePluginAction(string actionId, string text, string statusTip, string iconName = "", bool allowBinding = true) {PluginSecurity}
Function Instance Plugin:CreatePluginMenu(string id, string title = "", string icon = "") {PluginSecurity}
Function Instance Plugin:CreateQWidgetPluginGui(string pluginGuiId, Dictionary pluginGuiOptions) {RobloxScriptSecurity} [Yields]
Function Instance Plugin:CreateToolbar(string name) {PluginSecurity}
Function void Plugin:Deactivate() {PluginSecurity}
Expand Down Expand Up @@ -2092,6 +2100,7 @@ Class Plugin : Instance [NotCreatable]
Event Plugin.Deactivation() {PluginSecurity}
Class PluginAction : Instance [NotReplicated]
Property string PluginAction.ActionId [ReadOnly]
Property bool PluginAction.AllowBinding [ReadOnly]
Property string PluginAction.StatusTip [ReadOnly]
Property string PluginAction.Text [ReadOnly]
Event PluginAction.Triggered() {PluginSecurity}
Expand All @@ -2105,6 +2114,15 @@ Class PluginManager : Instance [NotCreatable]
Function Instance PluginManager:CreatePlugin() {PluginSecurity} [CustomLuaState]
Function void PluginManager:ExportPlace(string filePath = "") {PluginSecurity}
Function void PluginManager:ExportSelection(string filePath = "") {PluginSecurity}
Class PluginMenu : Instance [NotCreatable] [NotReplicated]
Property string PluginMenu.Icon [NotReplicated]
Property string PluginMenu.Title [NotReplicated]
Function void PluginMenu:AddAction(Instance action) {PluginSecurity}
Function void PluginMenu:AddMenu(Instance menu) {PluginSecurity}
Function Instance PluginMenu:AddNewAction(string actionId, string text, string icon = "") {PluginSecurity}
Function void PluginMenu:AddSeparator() {PluginSecurity}
Function void PluginMenu:Clear() {PluginSecurity}
Function Instance PluginMenu:ShowAsync() {PluginSecurity} [Yields]
Class PointsService : Instance [NotCreatable] [Service] [Deprecated]
Function Tuple PointsService:AwardPoints(int64 userId, int amount) [Yields] [Deprecated]
Function int PointsService:GetAwardablePoints() [Deprecated]
Expand Down Expand Up @@ -2492,6 +2510,10 @@ Class RunningAverageItemDouble : StatsItem [NotCreatable]
Class RunningAverageItemInt : StatsItem [NotCreatable]
Class RunningAverageTimeIntervalItem : StatsItem [NotCreatable]
Class TotalCountTimeIntervalItem : StatsItem [NotCreatable]
Class StopWatchReporter : Instance [NotCreatable] [Service] [NotReplicated]
Function void StopWatchReporter:FinishTask(int taskId) {RobloxScriptSecurity}
Function void StopWatchReporter:SendReport(string reportName) {RobloxScriptSecurity}
Function int StopWatchReporter:StartTask(string reportName, string taskName) {RobloxScriptSecurity}
Class Studio : Instance [Service] [NotReplicated]
Property bool Studio.Debug Client In APS Mode
Property bool Studio.Disable Accurate Play Solo
Expand Down Expand Up @@ -2564,6 +2586,9 @@ Class Studio : Instance [Service] [NotReplicated]
Event Studio.ThemeChanged() {PluginSecurity}
Class StudioService : Instance [NotCreatable] [Service] [NotReplicated]
Property Instance StudioService.ActiveScript [ReadOnly]
Function void StudioService:CopyToClipboard(string stringToCopy) {RobloxScriptSecurity}
Function void StudioService:OpenPluginInsertPage(int64 assetId) {RobloxScriptSecurity}
Function void StudioService:SetUniverseDisplayName(string newName) {RobloxScriptSecurity}
Class StudioTheme : Instance [NotCreatable] [NotReplicated]
Function Color3 StudioTheme:GetColor(Enum<StudioStyleGuideColor> styleguideitem, Enum<StudioStyleGuideModifier> modifier = Default) {PluginSecurity}
Function string StudioTheme:GetPath(string assetid, Enum<StudioStyleGuideModifier> modifier = Default) {PluginSecurity}
Expand Down Expand Up @@ -2770,6 +2795,8 @@ Class UserGameSettings : Instance [Service]
Property bool UserGameSettings.OnScreenProfilerEnabled {RobloxScriptSecurity} [Hidden]
Property string UserGameSettings.OnboardingsCompleted {RobloxScriptSecurity}
Property bool UserGameSettings.PerformanceStatsVisible {RobloxScriptSecurity} [Hidden]
Property int UserGameSettings.RCCProfilerRecordFrameRate
Property int UserGameSettings.RCCProfilerRecordTimeFrame
Property bool UserGameSettings.StartMaximized {RobloxScriptSecurity} [NotReplicated] [NotScriptable]
Property Vector2 UserGameSettings.StartScreenPosition {RobloxScriptSecurity} [NotReplicated] [NotScriptable]
Property Vector2 UserGameSettings.StartScreenSize {RobloxScriptSecurity} [NotReplicated] [NotScriptable]
Expand Down Expand Up @@ -3404,6 +3431,10 @@ Enum Font
EnumItem Font.Fantasy : 14
EnumItem Font.Antique : 15
EnumItem Font.SourceSansSemibold : 16
EnumItem Font.Gotham : 17 [Deprecated]
EnumItem Font.GothamSemibold : 18 [Deprecated]
EnumItem Font.GothamBold : 19 [Deprecated]
EnumItem Font.GothamBlack : 20 [Deprecated]
Enum FontSize
EnumItem FontSize.Size8 : 0
EnumItem FontSize.Size9 : 1
Expand Down
Binary file removed BuiltInPlugins/AnimationEditor.rbxm
Binary file not shown.
18 changes: 0 additions & 18 deletions BuiltInPlugins/AnimationEditor/createBlockRig.script.lua

This file was deleted.

46 changes: 0 additions & 46 deletions BuiltInPlugins/AnimationEditor/createMeshBoyRig.script.lua

This file was deleted.

45 changes: 0 additions & 45 deletions BuiltInPlugins/AnimationEditor/createMeshGirlRig.script.lua

This file was deleted.

46 changes: 0 additions & 46 deletions BuiltInPlugins/AnimationEditor/createMeshRig.script.lua

This file was deleted.

Binary file added BuiltInPlugins/AnimationEditorRigBuilder.rbxm
Binary file not shown.
Expand Up @@ -33,7 +33,7 @@ end
local function removeMotor6D(dataItem)
dataItem.Motor6D.Part0 = nil
dataItem.Motor6D.Part1 = nil
dataItem.Motor6D.Parent = game.Workspace
dataItem.Motor6D.Parent = workspace
end

local function reconfigureMotor6D(dataItem, part0CFrame, c0)
Expand Down
Expand Up @@ -4,7 +4,11 @@ local FastFlags = require(script.Parent.Parent.FastFlags)
local EditStepInterval = {}

function EditStepInterval:execute(Paths)
Paths.GUIScriptPopUpInput:show("Interval", "<degrees>", function(input)
local placeHolderText = "<studs>"
if Paths.DataModelPartManipulator.IsRotating then
placeHolderText = "<degrees>"
end
Paths.GUIScriptPopUpInput:show("Interval", placeHolderText, function(input)
input = tonumber(input)
if input ~= nil and input > 0 then
if Paths.DataModelPartManipulator.IsRotating then
Expand All @@ -17,4 +21,4 @@ function EditStepInterval:execute(Paths)
end)
end

return EditStepInterval
return EditStepInterval
Expand Up @@ -5,13 +5,13 @@ local ImportFBXAnimation = {}
function ImportFBXAnimation:execute(Paths)
local dummy = Paths.DataModelRig:getItem().Item.Parent
--Sanity check
if dummy:findFirstChild("InitialPoses") then
if dummy:FindFirstChild("InitialPoses") then
Paths.DataModelSession:resetAnimation()
local conn = nil
conn = game.Workspace.ChildAdded:connect(function(c)
conn = workspace.ChildAdded:connect(function(c)
if c.Name == "ImportedAnimation" then
--Move to AnimSaves
if dummy:findFirstChild("AnimSaves") == nil then
if dummy:FindFirstChild("AnimSaves") == nil then
local m = Instance.new("Model", dummy)
m.Name = "AnimSaves"
end
Expand All @@ -28,4 +28,4 @@ function ImportFBXAnimation:execute(Paths)
end
end

return ImportFBXAnimation
return ImportFBXAnimation
Expand Up @@ -51,7 +51,7 @@ local function calculateEarliestPoseTime(Paths, copyPoseList, timeKey)
return min
end

local function pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copyVariables, registerUndo)
local function pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copyVariables, copiedInIKMode, registerUndo)
registerUndo = registerUndo == nil and true or registerUndo
if registerUndo then
Paths.UtilityScriptUndoRedo:registerUndo(Paths.ActionPaste:new(Paths))
Expand Down Expand Up @@ -104,11 +104,13 @@ local function pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copy
end

if FastFlags:isIKModeFlagOn() and Paths.DataModelIKManipulator.IsIKModeActive then
Paths.HelperFunctionsWarningsAndPrompts:createApplyIKPromptForPaste(Paths)
if not FastFlags:fixIKWarning() or not copiedInIKMode then
Paths.HelperFunctionsWarningsAndPrompts:createApplyIKPromptForPaste(Paths)
end
end
end

function Paste:execute(Paths, atTime, copyPoseList, copyVariables, registerUndo)
function Paste:execute(Paths, atTime, copyPoseList, copyVariables, copiedInIKMode, registerUndo)
if Paths.GUIScriptPromptOKCancel:isActive() then
return
end
Expand All @@ -118,21 +120,21 @@ function Paste:execute(Paths, atTime, copyPoseList, copyVariables, registerUndo)
local minimumRequiredLength = latestPoseTime - earliestPoseTime + atTime
if numPosesOutOfBounds > 0 then
promptPasteOutOfBoundsWarning(Paths, minimumRequiredLength, numPosesOutOfBounds, function()
pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copyVariables, registerUndo)
pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copyVariables, copiedInIKMode, registerUndo)
end)
else
pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copyVariables, registerUndo)
pasteInternal(Paths, atTime, earliestPoseTime, copyPoseList, copyVariables, copiedInIKMode, registerUndo)
end
end

function Paste:new(Paths)
local self = setmetatable({}, Paste)
self.SubAction = Paths.ActionEditClip:new(Paths, {action = Paths.ActionEditClip.ActionType.paste})
local self = setmetatable({}, Paste)
self.SubAction = Paths.ActionEditClip:new(Paths, {action = Paths.ActionEditClip.ActionType.paste})
return self
end

function Paste:undo()
self.SubAction:undo()
self.SubAction:undo()
end

function Paste:redo()
Expand Down

0 comments on commit f8f0de1

Please sign in to comment.