Skip to content

Commit

Permalink
0.368.0.271345
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Jan 16, 2019
1 parent ab38fcb commit b113596
Show file tree
Hide file tree
Showing 54 changed files with 2,164 additions and 407 deletions.
73 changes: 27 additions & 46 deletions API-Dump.json
Expand Up @@ -11348,7 +11348,8 @@
},
"Security": "None",
"Tags": [
"Yields"
"Yields",
"Deprecated"
]
}
],
Expand Down Expand Up @@ -13513,17 +13514,13 @@
"MemberType": "Property",
"Name": "SliceScale",
"Security": {
"Read": "RobloxScriptSecurity",
"Write": "RobloxScriptSecurity"
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
"CanLoad": true,
"CanSave": true
},
"Tags": [
"Hidden",
"NotReplicated"
],
"ValueType": {
"Category": "Primitive",
"Name": "float"
Expand Down Expand Up @@ -14082,17 +14079,13 @@
"MemberType": "Property",
"Name": "SliceScale",
"Security": {
"Read": "RobloxScriptSecurity",
"Write": "RobloxScriptSecurity"
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": false,
"CanSave": false
"CanLoad": true,
"CanSave": true
},
"Tags": [
"Hidden",
"NotReplicated"
],
"ValueType": {
"Category": "Primitive",
"Name": "float"
Expand Down Expand Up @@ -44343,6 +44336,23 @@
"Name": "Color3"
}
},
{
"Category": "Advanced",
"MemberType": "Property",
"Name": "Import mesh files as single mesh",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ValueType": {
"Category": "Primitive",
"Name": "bool"
}
},
{
"Category": "Script Editor Colors",
"MemberType": "Property",
Expand Down Expand Up @@ -44909,23 +44919,6 @@
"Name": "bool"
}
},
{
"Category": "Meshes",
"MemberType": "Property",
"Name": "Split Meshes",
"Security": {
"Read": "None",
"Write": "None"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"ValueType": {
"Category": "Primitive",
"Name": "bool"
}
},
{
"Category": "Script Editor Colors",
"MemberType": "Property",
Expand Down Expand Up @@ -54378,30 +54371,18 @@
},
{
"Name": "Gotham",
"Tags": [
"Deprecated"
],
"Value": 17
},
{
"Name": "GothamSemibold",
"Tags": [
"Deprecated"
],
"Value": 18
},
{
"Name": "GothamBold",
"Tags": [
"Deprecated"
],
"Value": 19
},
{
"Name": "GothamBlack",
"Tags": [
"Deprecated"
],
"Value": 20
}
],
Expand Down
16 changes: 8 additions & 8 deletions API-Dump.txt
Expand Up @@ -660,7 +660,7 @@ Class FunctionalTest : Instance [Deprecated]
Function void FunctionalTest:Passed(string message = "")
Function void FunctionalTest:Warn(string message = "")
Class GamePassService : Instance [NotCreatable] [Service]
Function bool GamePassService:PlayerHasPass(Instance player, int64 gamePassId) [Yields]
Function bool GamePassService:PlayerHasPass(Instance player, int64 gamePassId) [Yields] [Deprecated]
Class GameSettings : Instance [Settings] [NotBrowsable]
Property string GameSettings.AdditionalCoreIncludeDirs
Property bool GameSettings.HardwareMouse
Expand Down Expand Up @@ -774,7 +774,7 @@ Class ImageButton : GuiButton
Property Content ImageButton.PressedImage
Property Enum<ScaleType> ImageButton.ScaleType
Property Rect ImageButton.SliceCenter
Property float ImageButton.SliceScale {RobloxScriptSecurity} [Hidden] [NotReplicated]
Property float ImageButton.SliceScale
Property UDim2 ImageButton.TileSize
Class TextButton : GuiButton
Property string TextButton.LocalizedText [Hidden] [ReadOnly]
Expand Down Expand Up @@ -807,7 +807,7 @@ Class ImageLabel : GuiLabel
Property bool ImageLabel.IsLoaded [ReadOnly]
Property Enum<ScaleType> ImageLabel.ScaleType
Property Rect ImageLabel.SliceCenter
Property float ImageLabel.SliceScale {RobloxScriptSecurity} [Hidden] [NotReplicated]
Property float ImageLabel.SliceScale
Property UDim2 ImageLabel.TileSize
Class TextLabel : GuiLabel
Property string TextLabel.LocalizedText [Hidden] [ReadOnly]
Expand Down Expand Up @@ -2554,6 +2554,7 @@ Class Studio : Instance [Service] [NotReplicated]
Property bool Studio.Enable Autocomplete
Property bool Studio.Enable CoreScript Debugger
Property bool Studio.Enable Intellisense [NotReplicated] [Deprecated]
Property bool Studio.Import mesh files as single mesh
Property bool Studio.Respect Studio shortcuts when game has focus
Property bool Studio.Show Core GUI in Explorer while Playing
Property bool Studio.Show Diagnostics Bar
Expand Down Expand Up @@ -2584,7 +2585,6 @@ Class Studio : Instance [Service] [NotReplicated]
Property bool Studio.LuaDebuggerEnabled
Property bool Studio.LuaDebuggerEnabledAtStartup [Hidden] [ReadOnly]
Property int Studio.ScriptTimeoutLength
Property bool Studio.Split Meshes
Property bool Studio.Clear Output On Start
Property int Studio.Maximum Output Lines
Property QFont Studio.Output Font
Expand Down Expand Up @@ -3467,10 +3467,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]
EnumItem Font.Gotham : 17
EnumItem Font.GothamSemibold : 18
EnumItem Font.GothamBold : 19
EnumItem Font.GothamBlack : 20
Enum FontSize
EnumItem FontSize.Size8 : 0
EnumItem FontSize.Size9 : 1
Expand Down
Binary file modified BuiltInPlugins/AnimationEditorRigBuilder.rbxm
Binary file not shown.
Expand Up @@ -5,9 +5,7 @@ local FastFlags = require(script.Parent.Parent.FastFlags)
local ShowContextMenu = {}
if FastFlags:isUseDevHubHelpLinksOn() then
ShowContextMenu.Type = {
Help="articles/using-animationeditorluawidgets-in-roblox-studio",
EditHelp="articles/using-animationeditorluawidgets-in-roblox-studio#Edit_Menu",
SettingsHelp="articles/using-animationeditorluawidgets-in-roblox-studio#Settings_Menu"
Help="articles/using-animation-editor",
}
else
ShowContextMenu.Type = {
Expand Down
Expand Up @@ -53,7 +53,7 @@ function FastFlags:isDebugStudioRigImporterFlagOn()
end

function FastFlags:isUseDevHubHelpLinksOn()
return isFlagOn("StudioAnimationEditorUseDevHubHelpLinks")
return isFlagOn("StudioAnimationEditorUseDevHubHelpLinks2")
end

function FastFlags:isFixResetJointOn()
Expand Down
Expand Up @@ -69,8 +69,6 @@ function createSettingsMenu(self)

mainMenu:addDivider()
self.SnapIncrementHandle = mainMenu:addSelectable("Snap Increment", function() self.Paths.ActionEditSnapIncrement:execute(self.Paths) end, "[" .. tostring(prefs:getValue(prefs.Type.SnapIncrement)) .. "]")
mainMenu:addDivider()
mainMenu:addSelectable("Settings Help", function() self.Paths.ActionShowContextMenu:execute(self.Paths, self.Paths.ActionShowContextMenu.Type.SettingsHelp) end)
end

function createEditMenu(self)
Expand All @@ -83,8 +81,6 @@ function createEditMenu(self)
self.PriorityHandle = mainMenu:addSelectable("Set Priority", function() self.Paths.GUIScriptPriority:show() end, "[" .. self.Paths.DataModelClip:getPriority() .. "]")
mainMenu:addSelectable("Add Time At Cursor", function() self.Paths.ActionAddTimeAtCursor:execute(self.Paths) end)
mainMenu:addSelectable("Remove Time At Cursor", function() self.Paths.ActionRemoveTimeAtCursor:execute(self.Paths) end)
mainMenu:addDivider()
mainMenu:addSelectable("Edit Help", function() self.Paths.ActionShowContextMenu:execute(self.Paths, self.Paths.ActionShowContextMenu.Type.EditHelp) end)
end

function createFileMenu(self)
Expand Down
Binary file modified BuiltInPlugins/GameSettings.rbxm
Binary file not shown.
Expand Up @@ -29,7 +29,7 @@ function FastFlags.isSliderLayoutFixFlagOn()
end

function FastFlags.isAvatarPreviewOn()
return isFlagOn("MorphingHumanoidDescriptionSystemInstanceAndLuaAPIFlagV3")
return isFlagOn("MorphingHumanoidDescriptionSystemInstanceAndLuaAPIFlagV4")
end

return FastFlags
2 changes: 2 additions & 0 deletions BuiltInPlugins/GameSettings/Src/Components/BulletPoint.lua
Expand Up @@ -11,6 +11,8 @@ local Plugin = script.Parent.Parent.Parent
local Roact = require(Plugin.Roact)
local withTheme = require(Plugin.Src.Consumers.withTheme)

local DOT = "rbxasset://textures/GameSettings/RadioButton.png"

local BulletPoint = Roact.PureComponent:extend("BulletPoint")

function BulletPoint:init()
Expand Down
1 change: 0 additions & 1 deletion BuiltInPlugins/GameSettings/Src/Networking/Http.lua
Expand Up @@ -19,7 +19,6 @@ function Http.BuildRobloxUrl(front, back, ...)
return "https://" .. front .. "." .. BASE_URL .. (string.format(back, ...) or "")
end

-- Roblox internal requests
function Http.Request(requestInfo)
return Promise.new(function(resolve, reject)
-- Prevent yielding
Expand Down
6 changes: 3 additions & 3 deletions BuiltInPlugins/GameSettings/Src/Util/AssetOverrides.lua
Expand Up @@ -13,17 +13,17 @@ local function createTypeKeyedAssetOverridesTable(overrides)
end

local function forEachAssetOverrideChange(current, changed, func)
local currentKeyed = createTypeKeyedAssetOverridesTable(current)
local currentKeyed = createTypeKeyedAssetOverridesTable(current)
local changedKeyed = createTypeKeyedAssetOverridesTable(changed)

local defaultSubTab = { assetID=0, isPlayerChoice=true }
for _, changedSubTab in pairs(changedKeyed) do
for key, changedSubTab in pairs(changedKeyed) do
local currentSubTab = currentKeyed[changedSubTab.assetTypeID] or defaultSubTab
if changedSubTab.assetID ~= currentSubTab.assetID or changedSubTab.isPlayerChoice ~= currentSubTab.isPlayerChoice then
if not func(changedSubTab) then
return
end
end
end
end
end

Expand Down
18 changes: 9 additions & 9 deletions BuiltInPlugins/GameSettings/Src/Util/Scales.lua
Expand Up @@ -6,22 +6,22 @@ local Scales = {}

local countDictionaryKeys = nil

function Scales.isEqual(current, changed)
for key, val in pairs(current) do
if val ~= changed[key] then
return false
end
end
function Scales.isEqual(current, changed)
for key, val in pairs(current) do
if val ~= changed[key] then
return false
end
end

return countDictionaryKeys(current) == countDictionaryKeys(changed)
return countDictionaryKeys(current) == countDictionaryKeys(changed)
end

countDictionaryKeys = function(dictionary)
local result = 0
for _, _ in pairs(dictionary) do
for _, __ in pairs(dictionary) do
result = result + 1
end
return result
end

return Scales
return Scales
28 changes: 0 additions & 28 deletions BuiltInPlugins/GameSettings/Src/Util/YoutubeUtils.lua

This file was deleted.

Binary file modified BuiltInPlugins/Toolbox.rbxm
Binary file not shown.

0 comments on commit b113596

Please sign in to comment.