boatbomber
boatbomber
Resolves https://github.com/rojo-rbx/rojo/issues/138. The current method of setting config/debug settings (value instances through _G injection) is really clunky and 3 years old. We have a nicer setting interface now, so let's...
When you initially connect to a serve, it displays a visual diff of all the changes it brings and asks the user to choose how to handle it. This helps...
Adopts JohnnyMorganz Stylua for the plugin's Lua source code. Adds a check to the lint CI as well in order to enforce style guide on future PRs.
Closes #612. Using non-default ports is currently a bit of a hassle since you need to retype it every time you open Studio. This PR stores your last used host...
Closes #638. You can read the API docs here: https://github.com/boatbomber/rojo.space/blob/headless-api-docs/docs/headless-api.md
Exposing a headless API into `game` will be very valuable to the Rojo ecosystem. Users can make companion plugins, and we can even utilize it ourselves for one-time plugin injections...
I want to be able to animate my UIGradients, so I added support for the ColorSequence datatype in all the relevant places.
Before:   After:  
The patch visualizer component has a nicer tree design that is more readable while also more compact. The confirming page has been slimmed down to just the necessary info: ...
Adds opt-in settings for checking for updates. This should hopefully reduce the number of reports we get from people simply using outdated versions. It will not notify about major version...