rojo
rojo copied to clipboard
Rojo enables Roblox developers to use professional-grade software engineering tools
Rojo already has a way of syncing plaintext files in as `StringValues`. A lot of programs (i.e. dialogue files, markdown) export into plaintext formats that could be with interpreted with...
This PR will add references syntax to `.model.json` files.
I created 1 **.server.lua** file, and when I connected the studio to Rojo, it created 2 **Script** instances.
Adds a setting to automatically re-connect to the rojo server when entering play solo
Not needing to press connect on rojo's panel would be a nice quality of life feature, and could save panel space.
The Roblox model formats already support having multiple instances at the top-level. This is how places are encoded! Rojo right now will fail to load a model file that has...
This is a proposal and prototype implementation for a solution to #55. The goal with this PR is primarily to receive feedback on the proposed design document. If we can...
This adds caching to the CI workflow which should improve build times quite a bit. I used the recommended cache parameters from here: https://github.com/actions/cache/blob/main/examples.md#rust---cargo I tried this approach in my...
This adds coverage reporting for PRs and merges to master, with a low-ball minimum coverage check. A potential next step would be for an admin to add coveralls support to...