rojo
rojo copied to clipboard
Rojo enables Roblox developers to use professional-grade software engineering tools
requires both https://github.com/rojo-rbx/rbx-dom/pull/233 https://github.com/rojo-rbx/rbx-dom/pull/232 to be accepted and to be pulled into rojo to work. this PR adds instance added events to rojo so that we can later 2 way...
copyed over the implementation from DirectoryMetadata
When running Rojo v7.2.1 from the Visual Studio Code extension, I receive the following on Kubuntu 22.04: ``` /home/cyrus/.config/Code/User/globalStorage/evaera.vscode-rojo/rojo-v7.2.1: error while loading shared libraries: libssl.so.1.1: cannot open shared object file:...
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...
Hello, I made a **Game Startup GUI** and I just finished it. Since my game's codebase is constructed with Rojo, I saved the file as a **_.rbxm_** file and tried...
Closes #305. - [x] Better support for Linux users - [ ] Connect to the Rojo server from the plugin -- **how?** - [ ] Refactor code that's shared with...
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...
Hey 👋 I'd like to have a way to depend on rojo, without bringing the whole library into my other project ([darklua](https://gitlab.com/seaofvoices/darklua)). I am currently prototyping [path imports](https://gitlab.com/seaofvoices/darklua/-/issues/31). I think...
working generations for folders throws generations out of the window as soon as a second project is in the updated folder for all the paths being added by the project...
fixes Dir write firing whole chain when a file inside the directory was added or removed.