Releases: 4x8Matrix/dev-suite
Releases · 4x8Matrix/dev-suite
0.1.1
0.1.0
Initial release for the Dev Suite! 🚀 🚀
Features
- Code sandbox
i. allows server side, as well as client side execution - this is LuauCeption, and has been modified to enable this Luau runtime to access the Roblox environment.
ii. allows for static analysis of code - you can disassemble the code into it's luau instructions - Code debugger
i. allows to dynamic analysis of code thats being executed within the Code sandbox. - Script Hub
i. provides basic scripts that allow the developer to quickly test or do something within their experiences, example of this would be Infinite Yield. - Explorer/Properties
- Dev Actions
i. allows developers to interop with the dev suite, adding their own commands of sorts - it's provided as an alternative to admin command frameworks. - Module Inspector
- Remote Interceptor
i. enables developers to see when a remote is called, what data is involved in that event - and a few actions, such as repeating the same event. - Logging
- Live game events
- Statistics
- Administration
Known Bugs
- The Code Sandbox is currently experimental, it can handle simple implementations - such as scripts that set your walkspeed and so on, but anything on a large scale, such as connecting to events, creating UI and so on - it may break.
Exportbutton on the Logging page currently doesn't do anything.- UI has an odd blurry effect (due to my usage of CanvasGroups)
New Contributors
Full Changelog: https://github.com/4x8Matrix/dev-suite/commits/v0.1.0