Skip to content

Commit

Permalink
version-b7f83e24b90c4bf8
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Nov 29, 2017
1 parent 97d756c commit aabe591
Show file tree
Hide file tree
Showing 11 changed files with 2,398 additions and 2,297 deletions.
18 changes: 15 additions & 3 deletions API_Dump.txt
Expand Up @@ -778,6 +778,7 @@ Class ImageButton : GuiButton
Class TextButton : GuiButton
Property Font TextButton.Font
Property FontSize TextButton.FontSize [deprecated]
Property float TextButton.LineHeight
Property string TextButton.LocalizedText [hidden] [readonly]
Property string TextButton.Text
Property Vector2 TextButton.TextBounds [readonly]
Expand Down Expand Up @@ -808,6 +809,7 @@ Class ImageLabel : GuiLabel
Class TextLabel : GuiLabel
Property Font TextLabel.Font
Property FontSize TextLabel.FontSize [deprecated]
Property float TextLabel.LineHeight
Property string TextLabel.LocalizedText [hidden] [readonly]
Property string TextLabel.Text
Property Vector2 TextLabel.TextBounds [readonly]
Expand Down Expand Up @@ -843,6 +845,7 @@ Class TextBox : GuiObject
Property bool TextBox.ClearTextOnFocus
Property Font TextBox.Font
Property FontSize TextBox.FontSize [deprecated]
Property float TextBox.LineHeight
Property bool TextBox.ManualFocusRelease [RobloxScriptSecurity]
Property bool TextBox.MultiLine
Property bool TextBox.OverlayNativeInput [RobloxScriptSecurity]
Expand All @@ -869,8 +872,9 @@ Class TextBox : GuiObject
Function void TextBox:SetTextFromInput(string text) [RobloxScriptSecurity]
Event TextBox.FocusLost(bool enterPressed, Instance inputThatCausedFocusLoss)
Event TextBox.Focused()
Class LayerCollector : GuiBase2d
Class LayerCollector : GuiBase2d [notbrowsable]
Property bool LayerCollector.Enabled
Property ZIndexBehavior LayerCollector.ZIndexBehavior
Class BillboardGui : LayerCollector
Property bool BillboardGui.Active
Property Object BillboardGui.Adornee
Expand Down Expand Up @@ -1299,10 +1303,10 @@ Class LocalizationTable : Instance
Property Object LocalizationTable.Root
Function string LocalizationTable:GetContents()
Function Array LocalizationTable:GetEntries()
Function string LocalizationTable:GetString(string languageKey, string expressionKey)
Function string LocalizationTable:GetString(string targetLocaleId, string key)
Function void LocalizationTable:RemoveKey(string key)
Function void LocalizationTable:SetContents(string contents)
Function void LocalizationTable:SetEntry(string key, string locale, string text)
Function void LocalizationTable:SetEntry(string key, string targetLocaleId, string text)
Class LogService : Instance [notCreatable]
Function void LogService:ExecuteScript(string source) [RobloxScriptSecurity]
Function Array LogService:GetHttpResultHistory() [RobloxScriptSecurity]
Expand Down Expand Up @@ -1540,6 +1544,7 @@ Class BasePart : PVInstance [notbrowsable]
Function bool BasePart:CanCollideWith(Instance part)
Function Tuple BasePart:CanSetNetworkOwnership()
Function Objects BasePart:GetConnectedParts(bool recursive = false)
Function Objects BasePart:GetJoints()
Function float BasePart:GetMass()
Function Instance BasePart:GetNetworkOwner()
Function bool BasePart:GetNetworkOwnershipAuto()
Expand Down Expand Up @@ -1628,11 +1633,13 @@ Class Terrain : BasePart [notCreatable]
Function void Terrain:FillBlock(CoordinateFrame cframe, Vector3 size, Material material)
Function void Terrain:FillRegion(Region3 region, float resolution, Material material)
Function Tuple Terrain:GetCell(int x, int y, int z) [deprecated]
Function Color3 Terrain:GetMaterialColor(Material material)
Function Tuple Terrain:GetWaterCell(int x, int y, int z) [deprecated]
Function void Terrain:PasteRegion(Instance region, Vector3int16 corner, bool pasteEmptyCells)
Function Tuple Terrain:ReadVoxels(Region3 region, float resolution)
Function void Terrain:SetCell(int x, int y, int z, CellMaterial material, CellBlock block, CellOrientation orientation) [deprecated]
Function void Terrain:SetCells(Region3int16 region, CellMaterial material, CellBlock block, CellOrientation orientation) [deprecated]
Function void Terrain:SetMaterialColor(Material material, Color3 value)
Function void Terrain:SetWaterCell(int x, int y, int z, WaterForce force, WaterDirection direction) [deprecated]
Function Vector3 Terrain:WorldToCell(Vector3 position)
Function Vector3 Terrain:WorldToCellPreferEmpty(Vector3 position)
Expand Down Expand Up @@ -2080,6 +2087,7 @@ Class RunService : Instance
Function void RunService:Pause() [PluginSecurity]
Function void RunService:Reset() [deprecated] [PluginSecurity]
Function void RunService:Run() [PluginSecurity]
Function void RunService:Set3dRenderingEnabled(bool enable) [RobloxScriptSecurity]
Function void RunService:Stop() [PluginSecurity]
Function void RunService:UnbindFromRenderStep(string name)
Function void RunService:setThrottleFramerateEnabled(bool enable) [RobloxScriptSecurity]
Expand Down Expand Up @@ -2986,6 +2994,7 @@ Enum Font
EnumItem Font.ArialBold : 2
EnumItem Font.SourceSans : 3
EnumItem Font.SourceSansBold : 4
EnumItem Font.SourceSansSemibold : 16
EnumItem Font.SourceSansLight : 5
EnumItem Font.SourceSansItalic : 6
EnumItem Font.Bodoni : 7
Expand Down Expand Up @@ -4002,3 +4011,6 @@ Enum WaterForce
EnumItem WaterForce.Medium : 2
EnumItem WaterForce.Strong : 3
EnumItem WaterForce.Max : 4
Enum ZIndexBehavior
EnumItem ZIndexBehavior.Global : 0
EnumItem ZIndexBehavior.Sibling : 1
61 changes: 53 additions & 8 deletions ContentFiles.txt
Expand Up @@ -206,7 +206,7 @@ content/fonts/zekton_rg.ttf
[86820 bytes]

content/scripts/content-scripts.zip
[538295 bytes]
[537752 bytes]

content/scripts/CoreScripts/CoreScripts/BlockPlayerPrompt.lua
[6771 bytes]
Expand Down Expand Up @@ -485,7 +485,7 @@ content/scripts/CoreScripts/Modules/Server/ServerUtil.lua
[9 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/GameSettings.lua
[50592 bytes]
[44655 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/Help.lua
[27615 bytes]
Expand Down Expand Up @@ -515,7 +515,7 @@ content/scripts/CoreScripts/Modules/Settings/SettingsPageFactory.lua
[10629 bytes]

content/scripts/CoreScripts/Modules/Settings/Utility.lua
[81756 bytes]
[80329 bytes]

content/scripts/CoreScripts/Modules/Settings/UtilityOld.lua
[76886 bytes]
Expand Down Expand Up @@ -767,16 +767,16 @@ content/sounds/uuhhh.mp3
[5281 bytes]

content/terrain/content-terrain.zip
[23917642 bytes]
[23296515 bytes]

content/terrain/diffuse.dds
[2654777 bytes]
[2562991 bytes]

content/terrain/diffusearray.dds
[5957152 bytes]
[5763825 bytes]

content/terrain/materials.json
[4819 bytes]
[5765 bytes]

content/terrain/normal.dds
[5384181 bytes]
Expand Down Expand Up @@ -959,7 +959,7 @@ content/textures/ConstraintCursor.png
[165 bytes]

content/textures/content-textures2.zip
[6227221 bytes]
[6247807 bytes]

content/textures/content-textures3.zip
[26081381 bytes]
Expand Down Expand Up @@ -1720,6 +1720,51 @@ content/textures/ui/Lobby/Buttons/scroll_up.png
content/textures/ui/Lobby/Icons/back_icon.png
[188 bytes]

content/textures/ui/LuaApp/9-slice/gr-shadow.png
[782 bytes]

content/textures/ui/LuaApp/9-slice/gr-shadow@2x.png
[1858 bytes]

content/textures/ui/LuaApp/9-slice/gr-shadow@3x.png
[3202 bytes]

content/textures/ui/LuaApp/icons/ic-bc.png
[584 bytes]

content/textures/ui/LuaApp/icons/ic-bc@2x.png
[1127 bytes]

content/textures/ui/LuaApp/icons/ic-bc@3x.png
[1590 bytes]

content/textures/ui/LuaApp/icons/ic-obc.png
[701 bytes]

content/textures/ui/LuaApp/icons/ic-obc@2x.png
[1423 bytes]

content/textures/ui/LuaApp/icons/ic-obc@3x.png
[1990 bytes]

content/textures/ui/LuaApp/icons/ic-tbc.png
[636 bytes]

content/textures/ui/LuaApp/icons/ic-tbc@2x.png
[1255 bytes]

content/textures/ui/LuaApp/icons/ic-tbc@3x.png
[1715 bytes]

content/textures/ui/LuaApp/icons/ic-thumbup.png
[261 bytes]

content/textures/ui/LuaApp/icons/ic-thumbup@2x.png
[441 bytes]

content/textures/ui/LuaApp/icons/ic-thumbup@3x.png
[623 bytes]

content/textures/ui/LuaChat/9-slice/chat-bubble.png
[232 bytes]

Expand Down
10 changes: 2 additions & 8 deletions CppTree.txt
Expand Up @@ -300,6 +300,7 @@ RBX
DeserializedStatsItem
DeserializedStreamDataItem
DeserializedTagItem
DeserializedTimeoutInfoRequestItem
DeserializedTouchItem
DirectPhysicsReceiver
GuidRegistryService
Expand Down Expand Up @@ -401,14 +402,6 @@ RBX
}
Solver
{
LegacySolver
{
PGSSolver
}
NewBodySolver
{
PGSSolver
}
Constraint
ConstraintAchievePosition
ConstraintAlign2Axes
Expand Down Expand Up @@ -436,6 +429,7 @@ RBX
ForceAngular
ForceLinear
InteractingPair
PGSSolver
PGSSolverInterface
}
Soundscape
Expand Down

0 comments on commit aabe591

Please sign in to comment.