d13d229eef
Avoid clone in src/snapshot_middleware/json_model.rs
...
Co-authored-by: krakow10 <krakow20@gmail.com >
2026-01-12 14:35:18 +01:00
9a485d88ce
Avoid clone in src/snapshot_middleware/lua.rs
...
Co-authored-by: krakow10 <krakow20@gmail.com >
2026-01-12 14:35:06 +01:00
020d72faef
fix: improve middleware selection for actor and other container classes
2025-12-18 05:10:53 +01:00
60d150f4c6
feat: optimize name handling for leaf scripts with invalid names
...
Prefer slugified filenames + adjacent meta files for scripts without children instead of forcing directory creation
2025-12-18 04:43:47 +01:00
790312a5b0
fix: lack of .model.json support
2025-12-15 20:26:25 +01:00
5c396322d9
fix: name prop not properly syncing
2025-12-15 19:08:18 +01:00
37e44e474a
feat: support name property in meta and model jsons
2025-12-15 18:45:59 +01:00
Micah
d08780fc14
Ensure that pruned Instances aren't treated as existing in syncback ( #1179 )
...
Closes #1178 .
2025-11-29 21:21:48 -08:00
boatbomber
87f58e0a55
Use WebSocket instead of Long Polling ( #1142 )
2025-11-26 19:57:01 -08:00
Micah
a61a1bef55
Roundtrip schemas in syncback ( #1173 )
2025-11-26 16:11:39 -08:00
Micah
a99e877b7c
Actually skip .gitignore if --skip-git is passed to init ( #1172 )
2025-11-26 13:59:12 -08:00
Ken Loeffler
93e9c51204
Fix rojo plugin install by adding Vfs::exists ( #1169 )
2025-11-21 07:04:34 -08:00
Micah
2b47861a4f
Properly support EnumItem variants in hashing and variant_eq ( #1165 )
2025-11-19 19:18:14 -08:00
Micah
9b5a07191b
Implement Syncback to support converting Roblox files to a Rojo project ( #937 )
...
This is a very large commit.
Consider checking the linked PR for more information.
2025-11-19 09:21:33 -08:00
Micah
ea70d89291
Support .jsonc extension for all JSON files ( #1159 )
2025-11-18 18:47:43 -08:00
boatbomber
d0b029f995
Add JSONC Support for Project, Meta, and Model JSON files ( #1144 )
...
Replaces `serde_json` parsing with `jsonc-parser` throughout the
codebase, enabling support for **comments** and **trailing commas** in
all JSON files including `.project.json`, `.model.json`, and
`.meta.json` files.
MSRV bumps from `1.83.0` to `1.88.0` in order to
use the jsonc_parser dependency.
2025-10-28 17:29:57 -07:00
Micah
441c469966
Release Rojo v7.6.0 ( #1125 )
2025-10-10 19:17:55 -07:00
Micah
f3c423d77d
Fix the various lints ( #1124 )
2025-10-10 13:00:56 -07:00
Micah
beb497878b
Add flag for skipping git initialization to init command ( #1122 )
2025-10-07 17:12:22 -07:00
Micah
6ea95d487c
Refactor init command ( #1117 )
2025-09-30 14:38:38 -07:00
Micah
80a381dbb1
Use SerializationService as a fallback for when patch application fails ( #1030 )
2025-09-21 15:09:20 -07:00
Micah
0056849b51
Put Rojo version in crash message ( #1101 )
2025-08-13 15:46:08 -07:00
ffrostfall
2ddb21ec5f
Add option for emitting absolute paths to rojo sourcemap ( #1092 )
...
Co-authored-by: Micah <micah@uplift.games >
2025-08-04 11:33:35 -07:00
Micah
a4eb65ca3f
Add YAML middleware that behaves like TOML and JSON ( #1093 )
2025-08-02 20:58:13 -07:00
Micah
9598553e5d
Normalize paths in sourcemap generation ( #1085 )
2025-07-31 09:19:57 -07:00
Micah
3bac38ee34
Re-add the hack to write NeedsPivotMigration as false for models ( #1027 )
2025-04-16 15:03:09 -07:00
Parritz
7dee898400
Add place ID blacklist config ( #1021 )
2025-04-03 08:37:40 -07:00
Micah
4c4b2dbe17
Add legacy and runContext script sync rule middlewares ( #909 )
2025-04-02 12:47:27 -07:00
Sasial
73ed5ae697
Add Support for Plugin Scripts ( #1008 )
2025-04-02 11:37:49 -07:00
Micah
833320de64
Update rbx-dom ( #1023 )
2025-04-02 11:32:27 -07:00
Jack T
55a207a275
Fix clippy lint warnings ( #1004 )
2025-01-13 10:07:53 -08:00
Kenneth Loeffler
80c406f196
Fix returning NoProjectFound for any project load error ( #985 )
...
In #917 , we accidentally changed ServeSession::new's project loading
logic so that it always returns `ServeSession::ProjectNotFound` if the
load fails for any reason. This PR fixes this so that it returns the
right error when there is an error loading the project, and moves the
`NoProjectFound` error to `project::Error`, since I think it makes more
sense there.
2024-11-08 08:40:32 +00:00
Micah
34106f470f
Remove maplit dependency and stop using a macro for hashmaps ( #982 )
2024-10-31 11:56:54 -07:00
Micah
d9ab0e7de8
Support $schema in JSON structures ( #974 )
2024-10-24 10:55:51 -07:00
Micah
5ca1573e2e
Correct mistake in build command docs ( #977 )
2024-10-18 14:08:58 -07:00
Micah
c9ce996626
Update workflow and tooling versions ( #910 )
2024-09-03 15:36:36 -07:00
Micah
5e1cab2e75
Actually include attribute-defined properties in patch computation ( #944 )
2024-08-19 15:41:02 -07:00
Micah
3ca975d81d
Correct issue with default.project.json files with no name being named default after change ( #917 )
...
Co-authored-by: Kenneth Loeffler <kenloef@gmail.com >
2024-07-15 09:24:51 -07:00
Micah
7e2bab921a
Support setting referent properties via attributes ( #843 )
...
Co-authored-by: Kenneth Loeffler <kenloef@gmail.com >
2024-06-20 23:48:52 +01:00
boatbomber
3d4e387d35
Redesign settings UI in plugin ( #886 )
2024-05-13 10:36:03 -07:00
Micah
48bb760739
Make the name field in projects optional ( #870 )
...
Closes #858 .
If a project is named `default.project.json`, it acts as an `init` file
and gains the name of the folder it's inside of. If it is named
something other than `default.project.json`, it gains the name of the
file with `.project.json` trimmed off. So e.g. `foo.project.json`
becomes `foo`.
2024-02-20 17:25:57 -08:00
Micah
42121a9fc9
Allow building Rojo with profile-with-tracy feature ( #862 )
2024-02-20 14:56:55 -08:00
Kenneth Loeffler
cf25eb0833
Normalize line endings to LF in Lua middleware ( #854 )
2024-02-12 14:58:03 -08:00
Micah
73828af715
Add a new syncRules field project files to allow users to specify middleware to use for files ( #813 )
2024-01-19 22:18:17 -08:00
Micah
c0a96e3811
Release v7.4.0 ( #837 )
2024-01-16 12:12:40 -08:00
Micah
c7173ac832
Don't serialize emitLegacyScripts if it's None ( #835 )
2024-01-16 10:09:16 -08:00
Barış
269272983b
Changed file extensions of init command from lua to luau ( #831 )
2024-01-05 16:00:49 -08:00
Kenneth Loeffler
097d39e8ce
Fix move_folders_of_stuff ( #826 )
...
This is a fairly important test verifying whether the action of moving a
folder into a watched folder is correctly detected and processed. It was
disabled in
b43b45be8f .
The fact that it failed indicates a possible bug in change processing,
so in this PR, I'll re-enable the test, investigate why it fails, and
fix it.
2023-12-31 12:02:54 -08:00
Micah
cd14ea7c62
Remove unnecessary borrows ( #810 )
2023-10-25 17:59:02 -05:00
Filip Tibell
e897f524dc
Skip sourcemap generation when unaffected by changes in watch mode ( #800 )
2023-10-13 08:38:21 -07:00