Skip to content

Commit

Permalink
version-30a7b5a120244826
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Sep 4, 2018
1 parent 868f72d commit b7aa14e
Show file tree
Hide file tree
Showing 18 changed files with 631 additions and 236 deletions.
348 changes: 304 additions & 44 deletions API_Dump.json

Large diffs are not rendered by default.

32 changes: 26 additions & 6 deletions API_Dump.txt
Expand Up @@ -887,6 +887,8 @@ Class BillboardGui : LayerCollector
Property Vector3 BillboardGui.StudsOffsetWorldSpace
Class PluginGui : LayerCollector [notCreatable]
Property string PluginGui.Title
Function void PluginGui:BindToClose(Function function = nil)
Function Vector2 PluginGui:GetRelativeMousePosition() [PluginSecurity]
Class DockWidgetPluginGui : PluginGui [notCreatable]
Property bool DockWidgetPluginGui.HostWidgetWasRestored [readonly]
Event DockWidgetPluginGui.WindowFocusReleased() [PluginSecurity]
Expand Down Expand Up @@ -1089,12 +1091,16 @@ Class HttpRbxApiService : Instance [notCreatable]
YieldFunction string HttpRbxApiService:PostAsync(string apiUrlPath, string data, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
YieldFunction string HttpRbxApiService:PostAsyncFullUrl(string apiUrl, string data, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
YieldFunction string HttpRbxApiService:RequestAsync(Dictionary requestOptions, ThrottlingPriority priority = Default, HttpContentType content_type = ApplicationJson, HttpRequestType httpRequestType = Default, bool doNotAllowDiabolicalMode = false) [RobloxScriptSecurity]
Class HttpRequest : Instance
Function void HttpRequest:Cancel() [RobloxScriptSecurity]
Function void HttpRequest:Start(Function callback) [RobloxScriptSecurity]
Class HttpService : Instance [notCreatable]
Property bool HttpService.HttpEnabled [LocalUserSecurity]
Function string HttpService:GenerateGUID(bool wrapInCurlyBraces = true)
Function bool HttpService:GetHttpEnabled() [RobloxScriptSecurity]
Function Variant HttpService:JSONDecode(string input)
Function string HttpService:JSONEncode(Variant input)
Function Instance HttpService:RequestInternal(Dictionary options) [RobloxScriptSecurity]
Function void HttpService:SetHttpEnabled(bool enabled) [RobloxScriptSecurity]
Function string HttpService:UrlEncode(string input)
YieldFunction string HttpService:GetAsync(string url, bool nocache = false, Variant headers)
Expand Down Expand Up @@ -1569,16 +1575,15 @@ Class BasePart : PVInstance [notbrowsable]
Function Objects BasePart:GetTouchingParts()
Function bool BasePart:IsGrounded()
Function void BasePart:MakeJoints()
Function Instance BasePart:Negate() [LocalUserSecurity]
Function bool BasePart:Resize(NormalId normalId, int deltaAmount)
Function Objects BasePart:Separate() [LocalUserSecurity]
Function void BasePart:SetNetworkOwner(Instance playerInstance = nil)
Function void BasePart:SetNetworkOwnershipAuto()
Function Instance BasePart:UnionWith(Instance part) [LocalUserSecurity]
Function void BasePart:breakJoints() [deprecated]
Function float BasePart:getMass() [deprecated]
Function void BasePart:makeJoints() [deprecated]
Function bool BasePart:resize(NormalId normalId, int deltaAmount) [deprecated]
YieldFunction Instance BasePart:SubtractAsync(Objects parts, CollisionFidelity collisionfidelity = Default)
YieldFunction Instance BasePart:UnionAsync(Objects parts, CollisionFidelity collisionfidelity = Default)
Event BasePart.LocalSimulationTouched(Instance part) [deprecated]
Event BasePart.OutfitChanged() [deprecated]
Event BasePart.StoppedTouching(Instance otherPart) [deprecated]
Expand Down Expand Up @@ -2192,8 +2197,10 @@ Class DataModel : ServiceProvider
Property string DataModel.JobId [readonly]
Property int64 DataModel.PlaceId [readonly]
Property int DataModel.PlaceVersion [readonly]
Property string DataModel.VIPServerId [readonly]
Property int64 DataModel.VIPServerOwnerId [readonly]
Property string DataModel.PrivateServerId [readonly]
Property int64 DataModel.PrivateServerOwnerId [readonly]
Property string DataModel.VIPServerId [deprecated] [hidden] [readonly]
Property int64 DataModel.VIPServerOwnerId [deprecated] [hidden] [readonly]
Property Class:Workspace DataModel.Workspace [readonly]
Property Class:Instance DataModel.lighting [deprecated] [readonly]
Property Class:Workspace DataModel.workspace [deprecated] [readonly]
Expand Down Expand Up @@ -2411,7 +2418,7 @@ Class TeleportService : Instance
Function void TeleportService:TeleportToPrivateServer(int64 placeId, string reservedServerAccessCode, Objects players, string spawnName = , Variant teleportData, Instance customLoadingScreen = nil)
Function void TeleportService:TeleportToSpawnByName(int64 placeId, string spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
YieldFunction Tuple TeleportService:GetPlayerPlaceInstanceAsync(int64 userId)
YieldFunction string TeleportService:ReserveServer(int64 placeId)
YieldFunction Tuple TeleportService:ReserveServer(int64 placeId)
YieldFunction string TeleportService:TeleportPartyAsync(int64 placeId, Objects players, Variant teleportData, Instance customLoadingScreen = nil)
Event TeleportService.LocalPlayerArrivedFromTeleport(Instance loadingGui, Variant dataTable)
Event TeleportService.TeleportInitFailed(Instance player, TeleportResult teleportResult, string errorMessage)
Expand Down Expand Up @@ -3305,6 +3312,19 @@ Enum HttpContentType
EnumItem HttpContentType.ApplicationUrlEncoded : 2
EnumItem HttpContentType.TextPlain : 3
EnumItem HttpContentType.TextXml : 4
Enum HttpError
EnumItem HttpError.OK : 0
EnumItem HttpError.InvalidUrl : 1
EnumItem HttpError.DnsResolve : 2
EnumItem HttpError.ConnectFail : 3
EnumItem HttpError.OutOfMemory : 4
EnumItem HttpError.TimedOut : 5
EnumItem HttpError.TooManyRedirects : 6
EnumItem HttpError.InvalidRedirect : 7
EnumItem HttpError.NetFail : 8
EnumItem HttpError.Aborted : 9
EnumItem HttpError.SslConnectFail : 10
EnumItem HttpError.Unknown : 11
Enum HttpRequestType
EnumItem HttpRequestType.Default : 0
EnumItem HttpRequestType.MarketplaceService : 2
Expand Down
60 changes: 45 additions & 15 deletions ContentFiles.txt
@@ -1,11 +1,14 @@
BuiltInPlugins/AnimationEditor.rbxmx
[3272947 bytes]
[3296565 bytes]

BuiltInPlugins/CollisionGroupsEditor.rbxmx
[159452 bytes]

BuiltInPlugins/LocalizationPlugin.rbxmx
[4406 bytes]
[4567 bytes]

BuiltInPlugins/MasterPlugin.rbxmx
[1358 bytes]

BuiltInPlugins/PhysicsAnalyzer.rbxmx
[26474 bytes]
Expand Down Expand Up @@ -488,7 +491,7 @@ content/scripts/CoreScripts/Modules/DevConsole/Components/LineGraphHoverDisplay.
[1891 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/LiveUpdateElement.lua
[8726 bytes]
[9255 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/LiveUpdateElement.spec.lua
[860 bytes]
Expand Down Expand Up @@ -542,7 +545,7 @@ content/scripts/CoreScripts/Modules/DevConsole/Components/Memory/MainViewMemory.
[1036 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Memory/MemoryView.lua
[8957 bytes]
[8969 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Memory/MemoryView.spec.lua
[709 bytes]
Expand All @@ -566,7 +569,7 @@ content/scripts/CoreScripts/Modules/DevConsole/Components/Network/ClientNetwork.
[842 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Network/ClientNetwork.spec.lua
[509 bytes]
[543 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Network/MainViewNetwork.lua
[4099 bytes]
Expand Down Expand Up @@ -599,13 +602,13 @@ content/scripts/CoreScripts/Modules/DevConsole/Components/Network/NetworkView.lu
[6243 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Network/NetworkView.spec.lua
[707 bytes]
[734 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Network/ServerNetwork.lua
[842 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Network/ServerNetwork.spec.lua
[509 bytes]
[542 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/Scripts/MainViewScripts.lua
[3370 bytes]
Expand Down Expand Up @@ -641,7 +644,7 @@ content/scripts/CoreScripts/Modules/DevConsole/Components/ServerJobs/MainViewSer
[962 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/ServerJobs/ServerJobsChart.lua
[12932 bytes]
[12871 bytes]

content/scripts/CoreScripts/Modules/DevConsole/Components/ServerJobs/ServerJobsChart.spec.lua
[517 bytes]
Expand Down Expand Up @@ -992,7 +995,7 @@ content/scripts/CoreScripts/Modules/Server/ServerUtil.lua
[9 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/GameSettings.lua
[50300 bytes]
[50466 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/Help.lua
[27678 bytes]
Expand Down Expand Up @@ -1058,7 +1061,7 @@ content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/Components/Conversa
[7177 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/Components/ConversationThumbnail.lua
[5102 bytes]
[5293 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/Components/FriendsErrorPage.lua
[1690 bytes]
Expand Down Expand Up @@ -1094,10 +1097,10 @@ content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/Components/SearchBo
[5017 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/Components/ShareGamePageFrame.lua
[3468 bytes]
[3429 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/Constants.lua
[3665 bytes]
[4298 bytes]

content/scripts/CoreScripts/Modules/Settings/Pages/ShareGame/FlagSettings.lua
[1905 bytes]
Expand Down Expand Up @@ -1403,7 +1406,7 @@ content/scripts/PlayerScripts/StarterPlayerScripts_NewStructure/RobloxPlayerScri
[5962 bytes]

content/scripts/PlayerScripts/StarterPlayerScripts_NewStructure/RobloxPlayerScript/ControlScript.lua
[13157 bytes]
[13490 bytes]

content/scripts/PlayerScripts/StarterPlayerScripts_NewStructure/RobloxPlayerScript/ControlScript/BaseCharacterController.lua
[1168 bytes]
Expand Down Expand Up @@ -2050,6 +2053,9 @@ content/textures/localizationTargetEnglish.png
content/textures/localizationTargetSpanish.png
[565 bytes]

content/textures/localizationTestingIcon.png
[1679 bytes]

content/textures/localizationUIScrapingOff.png
[1007 bytes]

Expand All @@ -2062,6 +2068,9 @@ content/textures/LockCursor.png
content/textures/MaterialCursor.png
[7456 bytes]

content/textures/menuDownArrow.png
[146 bytes]

content/textures/meshPartFallback.png
[243 bytes]

Expand Down Expand Up @@ -2164,6 +2173,18 @@ content/textures/sparkle.png
content/textures/StudioToolbox/ArrowDownIconWhite.png
[391 bytes]

content/textures/StudioToolbox/AudioPreview/light_pause.png
[641 bytes]

content/textures/StudioToolbox/AudioPreview/light_pause_hover.png
[632 bytes]

content/textures/StudioToolbox/AudioPreview/light_play.png
[997 bytes]

content/textures/StudioToolbox/AudioPreview/light_play_hover.png
[749 bytes]

content/textures/StudioToolbox/AudioPreview/pause.png
[621 bytes]

Expand All @@ -2179,6 +2200,12 @@ content/textures/StudioToolbox/AudioPreview/play_hover.png
content/textures/StudioToolbox/AudioPreview/play-audio.PNG
[1487 bytes]

content/textures/StudioToolbox/Clear.png
[538 bytes]

content/textures/StudioToolbox/ClearHover.png
[399 bytes]

content/textures/StudioToolbox/EndorsedBadge.png
[792 bytes]

Expand All @@ -2200,6 +2227,9 @@ content/textures/StudioToolbox/ScrollBarMiddle.png
content/textures/StudioToolbox/ScrollBarTop.png
[427 bytes]

content/textures/StudioToolbox/Search.png
[466 bytes]

content/textures/StudioToolbox/ToolboxIcon.png
[1165 bytes]

Expand Down Expand Up @@ -5000,8 +5030,8 @@ ReflectionMetadata.xml
[345907 bytes]

RobloxStudioBeta.exe
[27144704 bytes]
[27283968 bytes]

RobloxStudioRibbon.xml
[59701 bytes]
[60177 bytes]

2 changes: 2 additions & 0 deletions CppTree.txt
Expand Up @@ -780,6 +780,7 @@ RBX
HttpRequest
HttpRequestCurl
HttpRequestMsxml
HttpRequestWrapper
HttpResponse
HttpResponseImpl
HttpService
Expand Down Expand Up @@ -1113,6 +1114,7 @@ RBX
UIListLayout
UIPadding
UIPageLayout
UIRelayoutRecursionOverflowException
UIScale
UISizeConstraint
UITableLayout
Expand Down

0 comments on commit b7aa14e

Please sign in to comment.