Skip to content

Releases: 4x8Matrix/dev-suite

0.1.1

18 Feb 22:59
3267da3

Choose a tag to compare

Bugfix release for the Dev Suite


Bugfixes

Addressed a broken statement clause which rendered objects with attributes invisible on the Properties panel.

Full Changelog: https://github.com/4x8Matrix/dev-suite/commits/v0.1.1

0.1.0

28 Dec 13:51

Choose a tag to compare

Initial release for the Dev Suite! 🚀 🚀

Features

  1. 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
  2. Code debugger
    i. allows to dynamic analysis of code thats being executed within the Code sandbox.
  3. 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.
  4. Explorer/Properties
  5. 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.
  6. Module Inspector
  7. 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.
  8. Logging
  9. Live game events
  10. Statistics
  11. 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.
  • Export button 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