2016:Main Page: Difference between revisions

From LRREW
Jump to navigation Jump to search
(Created page with "border|2016 ROBLOX's 2016 client is the only client source code that was leaked. First instances of the source code appeared on [https://v3rmillion.net/ V3rmillion] and was soon removed. Because of the client source code only being publicly available ''(there is site source, and much more source code in the original leak)'' on the internet, there are two variants of the source code available. === Documentation === There are ongoing efforts to documen...")
 
Line 7: Line 7:


* Rendering Pipeline
* Rendering Pipeline
** AppDraw
** [[2016:AppDraw|AppDraw]]
** graphics3D
** [[2016:graphics3D|graphics3D]]
** RbxG3D
** [[2016:RbxG3D|RbxG3D]]
** GfxBase
** [[2016:GfxBase|GfxBase]]
** GfxRender
** [[2016:GfxRender|GfxRender]]
** GfxCore  
** [[2016:GfxCore|GfxCore]]
** ShaderCompiler
** [[2016:ShaderCompiler|ShaderCompiler]]
** VR related libraries
** [[2016:VR_related_libraries|VR related libraries]]


* Client Authentication
* Client Authentication
** Clienttickets
** [[2016:Clienttickets|Clienttickets]]
** Join scripts
** [[2016:Joinscripts|Joinscripts]]


* RCC
* RCC
** SOAP
** [[2016:SOAP|SOAP]]
** SOAP Envelopes
** [[2016:SOAP_Envelopes|SOAP Envelopes]]
** Jobs
** [[2016:Jobs|Jobs]]
** Security
** [[2016:Security|Security]]


* Compiling
* Compiling
** "hitius" Source
** [[2016:Hitius_Source|<code>hitius</code> source]]
** ‎<code>sixteensource</code>
** ‎[[2016:Hitius_Source|<code>sixteensource</code>]]


* APIs
* APIs
** FFlags
** [[2016:FFlags|FFlags]]
** Required APIs
** [[2016:Required_APIs|Required APIs]]
** In-game related APIs
** [[2016:In-game_related_APIs|In-game related APIs]]


* Resources
* Resources
** Corescripts
** [[2016:Corescripts|Corescripts]]
** Script signing
** [[2016:Script_signing|Script signing]]

Revision as of 04:31, 1 July 2023

2016

ROBLOX's 2016 client is the only client source code that was leaked. First instances of the source code appeared on V3rmillion and was soon removed. Because of the client source code only being publicly available (there is site source, and much more source code in the original leak) on the internet, there are two variants of the source code available.

Documentation

There are ongoing efforts to document parts of ROBLOX's client source, but this documentation remains unfinished.