From c0219922b27d686c028a756b08745393ec34860f Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sat, 22 Apr 2023 15:44:49 -0400 Subject: [PATCH] Update dependencies --- Cargo.lock | 1224 ++-- Cargo.toml | 8 +- plugin/rbx_dom_lua/EncodedValue.lua | 17 + plugin/rbx_dom_lua/PropertyDescriptor.lua | 10 + plugin/rbx_dom_lua/allValues.json | 11 + plugin/rbx_dom_lua/customProperties.lua | 10 + plugin/rbx_dom_lua/database.json | 7628 ++++++++++++++++++--- 7 files changed, 7286 insertions(+), 1622 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82e9bb8c3..9e6a18302 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "addr2line" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" +checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" dependencies = [ "gimli", ] @@ -19,33 +19,33 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aho-corasick" -version = "0.7.18" +version = "0.7.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" +checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" dependencies = [ "memchr", ] [[package]] -name = "ansi_term" -version = "0.12.1" +name = "aho-corasick" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" +checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" dependencies = [ - "winapi 0.3.9", + "memchr", ] [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "arrayref" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" +checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] name = "arrayvec" @@ -59,7 +59,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", "winapi 0.3.9", ] @@ -72,9 +72,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.65" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61" +checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" dependencies = [ "addr2line", "cc", @@ -87,9 +87,15 @@ dependencies = [ [[package]] name = "base64" -version = "0.13.0" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" + +[[package]] +name = "base64" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "bincode" @@ -108,71 +114,44 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "blake3" -version = "1.3.1" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f" +checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" dependencies = [ "arrayref", "arrayvec", "cc", "cfg-if 1.0.0", "constant_time_eq", - "digest 0.10.3", + "digest", ] [[package]] name = "block-buffer" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" -dependencies = [ - "block-padding", - "byte-tools", - "byteorder", - "generic-array 0.12.4", -] - -[[package]] -name = "block-buffer" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" -dependencies = [ - "generic-array 0.14.5", -] - -[[package]] -name = "block-padding" -version = "0.1.5" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "byte-tools", + "generic-array", ] [[package]] name = "bstr" -version = "0.2.17" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" +checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" dependencies = [ - "lazy_static", "memchr", + "once_cell", "regex-automata", "serde", ] [[package]] name = "bumpalo" -version = "3.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" - -[[package]] -name = "byte-tools" -version = "0.3.1" +version = "3.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" +checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" [[package]] name = "byteorder" @@ -182,24 +161,21 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "cast" -version = "0.2.7" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a" -dependencies = [ - "rustc_version", -] +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.73" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" +checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" [[package]] name = "cfg-if" @@ -226,9 +202,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.7" +version = "3.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b7b16274bb247b45177db843202209b12191b631a14a9d06e41b3777d6ecf14" +checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" dependencies = [ "atty", "bitflags", @@ -238,20 +214,20 @@ dependencies = [ "once_cell", "strsim", "termcolor", - "textwrap 0.15.0", + "textwrap 0.16.0", ] [[package]] name = "clap_derive" -version = "3.2.7" +version = "3.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" +checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" dependencies = [ "heck", "proc-macro-error", - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 1.0.109", ] [[package]] @@ -265,22 +241,21 @@ dependencies = [ [[package]] name = "console" -version = "0.15.0" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" +checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" dependencies = [ "encode_unicode", + "lazy_static", "libc", - "once_cell", - "terminal_size", - "winapi 0.3.9", + "windows-sys 0.42.0", ] [[package]] name = "constant_time_eq" -version = "0.1.5" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" +checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" [[package]] name = "core-foundation" @@ -294,15 +269,24 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" +checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" + +[[package]] +name = "cpufeatures" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" +dependencies = [ + "libc", +] [[package]] name = "criterion" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10" +checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" dependencies = [ "atty", "cast", @@ -326,9 +310,9 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57" +checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" dependencies = [ "cast", "itertools", @@ -336,9 +320,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.5" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c" +checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -346,9 +330,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" +checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" dependencies = [ "cfg-if 1.0.0", "crossbeam-epoch", @@ -357,47 +341,44 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.9" +version = "0.9.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d" +checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" dependencies = [ "autocfg", "cfg-if 1.0.0", "crossbeam-utils", "memoffset", - "once_cell", "scopeguard", ] [[package]] name = "crossbeam-utils" -version = "0.8.10" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83" +checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" dependencies = [ "cfg-if 1.0.0", - "once_cell", ] [[package]] name = "crypto-common" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.5", + "generic-array", "typenum", ] [[package]] name = "csv" -version = "1.1.6" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" +checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" dependencies = [ - "bstr", "csv-core", - "itoa 0.4.8", + "itoa", "ryu", "serde", ] @@ -413,12 +394,12 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.22" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" +checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ - "quote 1.0.20", - "syn", + "quote 1.0.26", + "syn 1.0.109", ] [[package]] @@ -429,20 +410,11 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "digest" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" -dependencies = [ - "generic-array 0.12.4", -] - -[[package]] -name = "digest" -version = "0.10.3" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" +checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ - "block-buffer 0.10.2", + "block-buffer", "crypto-common", "subtle", ] @@ -470,15 +442,15 @@ dependencies = [ [[package]] name = "either" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" +checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "embed-resource" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc24ff8d764818e9ab17963b0593c535f077a513f565e75e4352d758bc4d8c0" +checksum = "e62abb876c07e4754fae5c14cafa77937841f01740637e17d78dc04352f32a5e" dependencies = [ "cc", "rustc_version", @@ -495,18 +467,18 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "encoding_rs" -version = "0.8.31" +version = "0.8.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" +checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" dependencies = [ "cfg-if 1.0.0", ] [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" dependencies = [ "atty", "humantime", @@ -516,30 +488,45 @@ dependencies = [ ] [[package]] -name = "fake-simd" +name = "errno" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" +dependencies = [ + "errno-dragonfly", + "libc", + "windows-sys 0.48.0", +] + +[[package]] +name = "errno-dragonfly" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" +checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" +dependencies = [ + "cc", + "libc", +] [[package]] name = "fastrand" -version = "1.7.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ "instant", ] [[package]] name = "filetime" -version = "0.2.16" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c" +checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall", - "winapi 0.3.9", + "redox_syscall 0.2.16", + "windows-sys 0.48.0", ] [[package]] @@ -565,19 +552,18 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" +checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" dependencies = [ - "matches", "percent-encoding", ] [[package]] name = "fs-err" -version = "2.7.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e" +checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" [[package]] name = "fsevent" @@ -616,9 +602,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" [[package]] name = "futures" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e" +checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" dependencies = [ "futures-channel", "futures-core", @@ -631,9 +617,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010" +checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" dependencies = [ "futures-core", "futures-sink", @@ -641,15 +627,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" +checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" [[package]] name = "futures-executor" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6" +checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" dependencies = [ "futures-core", "futures-task", @@ -658,38 +644,38 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" +checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" [[package]] name = "futures-macro" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512" +checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 2.0.15", ] [[package]] name = "futures-sink" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" +checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" [[package]] name = "futures-task" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" +checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" [[package]] name = "futures-util" -version = "0.3.21" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a" +checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" dependencies = [ "futures-channel", "futures-core", @@ -705,31 +691,22 @@ dependencies = [ [[package]] name = "generator" -version = "0.7.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee" +checksum = "f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a" dependencies = [ "cc", "libc", "log", "rustversion", - "winapi 0.3.9", + "windows", ] [[package]] name = "generic-array" -version = "0.12.4" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" -dependencies = [ - "typenum", -] - -[[package]] -name = "generic-array" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", @@ -737,9 +714,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" +checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" dependencies = [ "cfg-if 1.0.0", "libc", @@ -748,17 +725,17 @@ dependencies = [ [[package]] name = "gimli" -version = "0.26.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" +checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" [[package]] name = "globset" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" +checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" dependencies = [ - "aho-corasick", + "aho-corasick 0.7.20", "bstr", "fnv", "log", @@ -767,9 +744,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.13" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" +checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" dependencies = [ "bytes", "fnv", @@ -792,15 +769,15 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] name = "hashbrown" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "heck" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" @@ -811,6 +788,21 @@ dependencies = [ "libc", ] +[[package]] +name = "hermit-abi" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" +dependencies = [ + "libc", +] + +[[package]] +name = "hermit-abi" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" + [[package]] name = "htmlescape" version = "0.3.1" @@ -819,13 +811,13 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" [[package]] name = "http" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes", "fnv", - "itoa 1.0.2", + "itoa", ] [[package]] @@ -841,9 +833,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" @@ -859,9 +851,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.19" +version = "0.14.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" +checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" dependencies = [ "bytes", "futures-channel", @@ -872,7 +864,7 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa 1.0.2", + "itoa", "pin-project-lite", "socket2", "tokio", @@ -896,20 +888,19 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" dependencies = [ - "matches", "unicode-bidi", "unicode-normalization", ] [[package]] name = "indexmap" -version = "1.9.1" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown", @@ -937,18 +928,18 @@ dependencies = [ [[package]] name = "insta" -version = "1.15.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4126dd76ebfe2561486a1bd6738a33d2029ffb068a99ac446b7f8c77b2e58dbc" +checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" dependencies = [ "console", - "once_cell", + "lazy_static", + "linked-hash-map", "pest", "pest_derive", "serde", - "serde_json", - "serde_yaml", "similar", + "yaml-rust", ] [[package]] @@ -960,6 +951,17 @@ dependencies = [ "cfg-if 1.0.0", ] +[[package]] +name = "io-lifetimes" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" +dependencies = [ + "hermit-abi 0.3.1", + "libc", + "windows-sys 0.48.0", +] + [[package]] name = "iovec" version = "0.1.4" @@ -971,30 +973,24 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.5.0" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" +checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "itertools" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] [[package]] name = "itoa" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" - -[[package]] -name = "itoa" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" +checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "jod-thread" @@ -1004,9 +1000,9 @@ checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae" [[package]] name = "js-sys" -version = "0.3.58" +version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27" +checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" dependencies = [ "wasm-bindgen", ] @@ -1035,9 +1031,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.126" +version = "0.2.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "linked-hash-map" @@ -1045,6 +1041,12 @@ version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" +[[package]] +name = "linux-raw-sys" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" + [[package]] name = "log" version = "0.4.17" @@ -1069,9 +1071,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.23.3" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885" +checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" dependencies = [ "libc", "lz4-sys", @@ -1079,9 +1081,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.3" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17" +checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" dependencies = [ "cc", "libc", @@ -1102,12 +1104,6 @@ dependencies = [ "regex-automata", ] -[[package]] -name = "matches" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" - [[package]] name = "memchr" version = "2.5.0" @@ -1116,9 +1112,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "memoffset" -version = "0.6.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" +checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" dependencies = [ "autocfg", ] @@ -1135,15 +1131,15 @@ dependencies = [ [[package]] name = "mime" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "miniz_oxide" -version = "0.5.3" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc" +checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" dependencies = [ "adler", ] @@ -1169,14 +1165,14 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" +checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" dependencies = [ "libc", "log", "wasi", - "windows-sys", + "windows-sys 0.45.0", ] [[package]] @@ -1205,9 +1201,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" +checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" dependencies = [ "lazy_static", "libc", @@ -1223,9 +1219,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.37" +version = "0.2.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" +checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" dependencies = [ "cfg-if 0.1.10", "libc", @@ -1250,6 +1246,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" +dependencies = [ + "overload", + "winapi 0.3.9", +] + [[package]] name = "num-traits" version = "0.2.15" @@ -1261,28 +1267,28 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.13.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" +checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" dependencies = [ - "hermit-abi", + "hermit-abi 0.2.6", "libc", ] [[package]] name = "object" -version = "0.28.4" +version = "0.30.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424" +checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.12.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "oorandom" @@ -1290,17 +1296,11 @@ version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" -[[package]] -name = "opaque-debug" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" - [[package]] name = "opener" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952" +checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005" dependencies = [ "bstr", "winapi 0.3.9", @@ -1308,9 +1308,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.40" +version = "0.10.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e" +checksum = "97ea2d98598bf9ada7ea6ee8a30fb74f9156b63bbe495d64ec2b87c269d2dda3" dependencies = [ "bitflags", "cfg-if 1.0.0", @@ -1323,13 +1323,13 @@ dependencies = [ [[package]] name = "openssl-macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 2.0.15", ] [[package]] @@ -1340,20 +1340,19 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "111.22.0+1.1.1q" +version = "111.25.3+1.1.1t" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" +checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.74" +version = "0.9.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1" +checksum = "992bac49bdbab4423199c654a5515bd2a6c6a23bf03f2dd3bdb7e5ae6259bc69" dependencies = [ - "autocfg", "cc", "libc", "openssl-src", @@ -1363,9 +1362,9 @@ dependencies = [ [[package]] name = "os_str_bytes" -version = "6.1.0" +version = "6.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" +checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" [[package]] name = "output_vt100" @@ -1376,32 +1375,39 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "overload" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" + [[package]] name = "paste" -version = "1.0.7" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" +checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" [[package]] name = "percent-encoding" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" +checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" -version = "2.1.3" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" +checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122" dependencies = [ + "thiserror", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.1.0" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" +checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15" dependencies = [ "pest", "pest_generator", @@ -1409,26 +1415,26 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.1.3" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" +checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e" dependencies = [ "pest", "pest_meta", - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 2.0.15", ] [[package]] name = "pest_meta" -version = "2.1.3" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" +checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e" dependencies = [ - "maplit", + "once_cell", "pest", - "sha-1", + "sha2", ] [[package]] @@ -1445,15 +1451,15 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkg-config" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" +checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "plotters" -version = "0.3.1" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a" +checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" dependencies = [ "num-traits", "plotters-backend", @@ -1464,35 +1470,35 @@ dependencies = [ [[package]] name = "plotters-backend" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d88417318da0eaf0fdcdb51a0ee6c3bed624333bff8f946733049380be67ac1c" +checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" [[package]] name = "plotters-svg" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521fa9638fa597e1dc53e9412a4f9cefb01187ee1f7413076f9e6749e2885ba9" +checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" dependencies = [ "plotters-backend", ] [[package]] name = "ppv-lite86" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "pretty_assertions" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" +checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" dependencies = [ - "ansi_term", "ctor", "diff", "output_vt100", + "yansi", ] [[package]] @@ -1502,9 +1508,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 1.0.109", "version_check", ] @@ -1514,16 +1520,16 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", + "proc-macro2 1.0.56", + "quote 1.0.26", "version_check", ] [[package]] name = "proc-macro-hack" -version = "0.5.19" +version = "0.5.20+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" +checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro-nested" @@ -1542,31 +1548,31 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.40" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7" +checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" dependencies = [ "unicode-ident", ] [[package]] name = "profiling" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f61dcf0b917cd75d4521d7343d1ffff3d1583054133c9b5cbea3375c703c40d" +checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2" dependencies = [ "profiling-procmacros", - "tracy-client", + "tracy-client 0.15.2", ] [[package]] name = "profiling-procmacros" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98eee3c112f2a6f784b6713fe1d7fb7d6506e066121c0a49371fdb976f72bae5" +checksum = "a10adb8d151bb1280afb8bed41ae5db26be1b056964947133c7525b0bf39c0b0" dependencies = [ - "quote 1.0.20", - "syn", + "quote 1.0.26", + "syn 1.0.109", ] [[package]] @@ -1580,11 +1586,11 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.20" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" +checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" dependencies = [ - "proc-macro2 1.0.40", + "proc-macro2 1.0.56", ] [[package]] @@ -1610,30 +1616,28 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ "getrandom", ] [[package]] name = "rayon" -version = "1.5.3" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" +checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ - "autocfg", - "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.9.3" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" +checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", @@ -1643,9 +1647,9 @@ dependencies = [ [[package]] name = "rbx_binary" -version = "0.6.6" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "842a9253d37ca9df932108806a0f6c97195f2411bf05671e88744be622548807" +checksum = "1631584eb343930a5a738635504b8c1f3ef2ae9c947bff942bbbac075f6887f6" dependencies = [ "log", "lz4", @@ -1678,9 +1682,9 @@ dependencies = [ [[package]] name = "rbx_reflection_database" -version = "0.2.5+roblox-530" +version = "0.2.6+roblox-572" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e790ac1c92dee33669e7e12414caf75eb5cfce6fb5c54998eb9001d204fbab1" +checksum = "780a70e2aff0c2a922bf2e72449e3a67e656ce622af4f8895c22d15cd98dfd5b" dependencies = [ "lazy_static", "rbx_reflection", @@ -1690,11 +1694,11 @@ dependencies = [ [[package]] name = "rbx_types" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a773e53402f2ae7537bbec77badb7e3ff3e6ddac5ee9c2df7edf0a60edf5c9d8" +checksum = "b9644faf3ae1858ba10615fa5955c330e49cf0f6ad37a83db3e1c398c4afac12" dependencies = [ - "base64", + "base64 0.13.1", "bitflags", "blake3", "lazy_static", @@ -1705,11 +1709,11 @@ dependencies = [ [[package]] name = "rbx_xml" -version = "0.12.4" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2559683f2f9205d442bd9083d7557be58b6cdcd0e5cc22600a6546a08e6d54f0" +checksum = "6d5f9361d83d06aae8ea42d7002d35e2652b198e8ce68c918b97e371f8a31352" dependencies = [ - "base64", + "base64 0.13.1", "log", "rbx_dom_weak", "rbx_reflection", @@ -1719,9 +1723,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.13" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +dependencies = [ + "bitflags", +] + +[[package]] +name = "redox_syscall" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" +checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ "bitflags", ] @@ -1733,19 +1746,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ "getrandom", - "redox_syscall", + "redox_syscall 0.2.16", "thiserror", ] [[package]] name = "regex" -version = "1.5.6" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" +checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" dependencies = [ - "aho-corasick", + "aho-corasick 1.0.1", "memchr", - "regex-syntax", + "regex-syntax 0.7.1", ] [[package]] @@ -1754,31 +1767,28 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ - "regex-syntax", + "regex-syntax 0.6.29", ] [[package]] name = "regex-syntax" -version = "0.6.26" +version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] -name = "remove_dir_all" -version = "0.5.3" +name = "regex-syntax" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi 0.3.9", -] +checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "reqwest" -version = "0.11.11" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" +checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" dependencies = [ - "base64", + "base64 0.21.0", "bytes", "encoding_rs", "futures-core", @@ -1790,10 +1800,10 @@ dependencies = [ "hyper-tls", "ipnet", "js-sys", - "lazy_static", "log", "mime", "native-tls", + "once_cell", "percent-encoding", "pin-project-lite", "serde", @@ -1873,7 +1883,7 @@ dependencies = [ "anyhow", "backtrace", "bincode", - "clap 3.2.7", + "clap 3.2.23", "criterion", "crossbeam-channel", "csv", @@ -1910,7 +1920,7 @@ dependencies = [ "termcolor", "thiserror", "tokio", - "tracy-client", + "tracy-client 0.13.2", "uuid", "walkdir", "winreg 0.10.1", @@ -1926,9 +1936,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" +checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustc_version" @@ -1939,17 +1949,31 @@ dependencies = [ "semver", ] +[[package]] +name = "rustix" +version = "0.37.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9b864d3c18a5785a05953adeed93e2dca37ed30f18e69bba9f30079d51f363f" +dependencies = [ + "bitflags", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys", + "windows-sys 0.48.0", +] + [[package]] name = "rustversion" -version = "1.0.7" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf" +checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" [[package]] name = "ryu" -version = "1.0.10" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" +checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" [[package]] name = "same-file" @@ -1962,19 +1986,18 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" +checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" dependencies = [ - "lazy_static", - "windows-sys", + "windows-sys 0.42.0", ] [[package]] name = "scoped-tls" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" +checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" [[package]] name = "scopeguard" @@ -1984,9 +2007,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "security-framework" -version = "2.6.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc" +checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" dependencies = [ "bitflags", "core-foundation", @@ -1997,9 +2020,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.6.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" +checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" dependencies = [ "core-foundation-sys", "libc", @@ -2007,15 +2030,15 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.11" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d92beeab217753479be2f74e54187a6aed4c125ff0703a866c3147a02f0c6dd" +checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "serde" -version = "1.0.137" +version = "1.0.160" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" +checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" dependencies = [ "serde_derive", ] @@ -2032,22 +2055,22 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.137" +version = "1.0.160" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" +checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 2.0.15", ] [[package]] name = "serde_json" -version = "1.0.82" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ - "itoa 1.0.2", + "itoa", "ryu", "serde", ] @@ -2059,16 +2082,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" dependencies = [ "form_urlencoded", - "itoa 1.0.2", + "itoa", "ryu", "serde", ] [[package]] name = "serde_yaml" -version = "0.8.24" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc" +checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" dependencies = [ "indexmap", "ryu", @@ -2077,15 +2100,14 @@ dependencies = [ ] [[package]] -name = "sha-1" -version = "0.8.2" +name = "sha2" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" +checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" dependencies = [ - "block-buffer 0.7.3", - "digest 0.8.1", - "fake-simd", - "opaque-debug", + "cfg-if 1.0.0", + "cpufeatures", + "digest", ] [[package]] @@ -2099,21 +2121,24 @@ dependencies = [ [[package]] name = "similar" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e24979f63a11545f5f2c60141afe249d4f19f84581ea2138065e400941d83d3" +checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" [[package]] name = "slab" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" +checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" +dependencies = [ + "autocfg", +] [[package]] name = "smallvec" -version = "1.8.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc88c725d61fc6c3132893370cac4a0200e3fedf5da8331c570664b1987f5ca2" +checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "snax" @@ -2126,9 +2151,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.4.4" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" dependencies = [ "libc", "winapi 0.3.9", @@ -2148,46 +2173,46 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.98" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", + "proc-macro2 1.0.56", + "quote 1.0.26", "unicode-ident", ] [[package]] -name = "tempfile" -version = "3.3.0" +name = "syn" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" +checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" dependencies = [ - "cfg-if 1.0.0", - "fastrand", - "libc", - "redox_syscall", - "remove_dir_all", - "winapi 0.3.9", + "proc-macro2 1.0.56", + "quote 1.0.26", + "unicode-ident", ] [[package]] -name = "termcolor" -version = "1.1.3" +name = "tempfile" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" +checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" dependencies = [ - "winapi-util", + "cfg-if 1.0.0", + "fastrand", + "redox_syscall 0.3.5", + "rustix", + "windows-sys 0.45.0", ] [[package]] -name = "terminal_size" -version = "0.1.17" +name = "termcolor" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" +checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" dependencies = [ - "libc", - "winapi 0.3.9", + "winapi-util", ] [[package]] @@ -2201,36 +2226,37 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" +checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.31" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" +checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.31" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" +checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 2.0.15", ] [[package]] name = "thread_local" -version = "1.1.4" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" +checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" dependencies = [ + "cfg-if 1.0.0", "once_cell", ] @@ -2255,32 +2281,31 @@ dependencies = [ [[package]] name = "tinyvec_macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.19.2" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" +checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" dependencies = [ + "autocfg", "bytes", "libc", - "memchr", - "mio 0.8.4", + "mio 0.8.6", "num_cpus", - "once_cell", "pin-project-lite", "socket2", - "winapi 0.3.9", + "windows-sys 0.45.0", ] [[package]] name = "tokio-native-tls" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" dependencies = [ "native-tls", "tokio", @@ -2288,9 +2313,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.3" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" +checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" dependencies = [ "bytes", "futures-core", @@ -2302,9 +2327,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] @@ -2317,9 +2342,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.35" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160" +checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if 1.0.0", "pin-project-lite", @@ -2329,20 +2354,20 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" +checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 1.0.109", ] [[package]] name = "tracing-core" -version = "0.1.28" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7" +checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" dependencies = [ "once_cell", "valuable", @@ -2361,12 +2386,12 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.12" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfbbce75cad20b56f4f4200e413b894c990c7bbd7e47245ff5cbc2b82511e4da" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ - "ansi_term", "matchers", + "nu-ansi-term", "once_cell", "regex", "sharded-slab", @@ -2385,7 +2410,18 @@ checksum = "42ebfe7a24c18b5ba86d8920c124b41b942352f863fbe0c84d3d63428fa1860f" dependencies = [ "loom", "once_cell", - "tracy-client-sys", + "tracy-client-sys 0.17.1", +] + +[[package]] +name = "tracy-client" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "434ecabbda9f67eeea1eab44d52f4a20538afa3e2c2770f2efc161142b25b608" +dependencies = [ + "loom", + "once_cell", + "tracy-client-sys 0.21.0", ] [[package]] @@ -2397,50 +2433,59 @@ dependencies = [ "cc", ] +[[package]] +name = "tracy-client-sys" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d99f5fc382239d08b6bf05bb6206a585bfdb988c878f2499081d0f285ef7819" +dependencies = [ + "cc", +] + [[package]] name = "try-lock" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" +checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "typenum" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" +checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "ucd-trie" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" +checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" [[package]] name = "unicode-bidi" -version = "0.3.8" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" +checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" -version = "1.0.1" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c" +checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" [[package]] name = "unicode-normalization" -version = "0.1.20" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dee68f85cab8cf68dec42158baf3a79a1cdc065a8b103025965d6ccb7f6cbd" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ "tinyvec", ] [[package]] name = "unicode-width" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" +checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "unicode-xid" @@ -2450,21 +2495,20 @@ checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "url" -version = "2.2.2" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" dependencies = [ "form_urlencoded", "idna", - "matches", "percent-encoding", ] [[package]] name = "uuid" -version = "1.1.2" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" dependencies = [ "getrandom", "serde", @@ -2500,9 +2544,9 @@ dependencies = [ [[package]] name = "vswhom-sys" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22025f6d8eb903ebf920ea6933b70b1e495be37e2cb4099e62c80454aaf57c39" +checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" dependencies = [ "cc", "libc", @@ -2510,12 +2554,11 @@ dependencies = [ [[package]] name = "walkdir" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" dependencies = [ "same-file", - "winapi 0.3.9", "winapi-util", ] @@ -2537,9 +2580,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.81" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994" +checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -2547,24 +2590,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.81" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a" +checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" dependencies = [ "bumpalo", - "lazy_static", "log", - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "once_cell", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 1.0.109", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.31" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f" +checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -2574,38 +2617,38 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.81" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa" +checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" dependencies = [ - "quote 1.0.20", + "quote 1.0.26", "wasm-bindgen-macro-support", ] [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.81" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048" +checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" dependencies = [ - "proc-macro2 1.0.40", - "quote 1.0.20", - "syn", + "proc-macro2 1.0.56", + "quote 1.0.26", + "syn 1.0.109", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.81" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be" +checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" [[package]] name = "web-sys" -version = "0.3.58" +version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90" +checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" dependencies = [ "js-sys", "wasm-bindgen", @@ -2654,48 +2697,161 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +dependencies = [ + "windows-targets 0.48.0", +] + +[[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + [[package]] name = "windows-sys" -version = "0.36.1" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" dependencies = [ - "windows_aarch64_msvc", - "windows_i686_gnu", - "windows_i686_msvc", - "windows_x86_64_gnu", - "windows_x86_64_msvc", + "windows-targets 0.42.2", ] +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.0", +] + +[[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + +[[package]] +name = "windows-targets" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" +dependencies = [ + "windows_aarch64_gnullvm 0.48.0", + "windows_aarch64_msvc 0.48.0", + "windows_i686_gnu 0.48.0", + "windows_i686_msvc 0.48.0", + "windows_x86_64_gnu 0.48.0", + "windows_x86_64_gnullvm 0.48.0", + "windows_x86_64_msvc 0.48.0", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" + [[package]] name = "windows_aarch64_msvc" -version = "0.36.1" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" + +[[package]] +name = "windows_i686_gnu" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_gnu" -version = "0.36.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" +checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" [[package]] name = "windows_i686_msvc" -version = "0.36.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" [[package]] name = "windows_x86_64_gnu" -version = "0.36.1" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "windows_x86_64_msvc" -version = "0.36.1" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" +checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winreg" @@ -2739,3 +2895,9 @@ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ "linked-hash-map", ] + +[[package]] +name = "yansi" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" diff --git a/Cargo.toml b/Cargo.toml index 0aa671c2d..afde09968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,11 +51,11 @@ memofs = { version = "0.2.0", path = "crates/memofs" } # rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" } # rbx_xml = { path = "../rbx-dom/rbx_xml" } -rbx_binary = "0.6.5" +rbx_binary = "0.7.0" rbx_dom_weak = "2.4.0" rbx_reflection = "4.2.0" -rbx_reflection_database = "0.2.2" -rbx_xml = "0.12.3" +rbx_reflection_database = "0.2.6" +rbx_xml = "0.13.0" anyhow = "1.0.44" backtrace = "0.3.61" @@ -102,7 +102,7 @@ maplit = "1.0.2" rojo-insta-ext = { path = "crates/rojo-insta-ext" } criterion = "0.3.5" -insta = { version = "1.8.0", features = ["redactions"] } +insta = { version = "1.8.0", features = ["redactions", "yaml"] } paste = "1.0.5" pretty_assertions = "1.2.1" serde_yaml = "0.8.21" diff --git a/plugin/rbx_dom_lua/EncodedValue.lua b/plugin/rbx_dom_lua/EncodedValue.lua index d910c297d..b1a82dd79 100644 --- a/plugin/rbx_dom_lua/EncodedValue.lua +++ b/plugin/rbx_dom_lua/EncodedValue.lua @@ -238,6 +238,23 @@ types = { toPod = serializeFloat, }, + Font = { + fromPod = function(pod) + return Font.new( + pod.family, + if pod.weight ~= nil then Enum.FontWeight[pod.weight] else nil, + if pod.style ~= nil then Enum.FontStyle[pod.style] else nil + ) + end, + toPod = function(roblox) + return { + family = roblox.Family, + weight = roblox.Weight.Name, + style = roblox.Style.Name, + } + end, + }, + Int32 = { fromPod = identity, toPod = identity, diff --git a/plugin/rbx_dom_lua/PropertyDescriptor.lua b/plugin/rbx_dom_lua/PropertyDescriptor.lua index 3d4c2bd50..1e34e8516 100644 --- a/plugin/rbx_dom_lua/PropertyDescriptor.lua +++ b/plugin/rbx_dom_lua/PropertyDescriptor.lua @@ -53,6 +53,11 @@ function PropertyDescriptor:read(instance) end if self.scriptability == "Custom" then + if customProperties[self.className] == nil then + local fullName = ("%s.%s"):format(instance.className, self.name) + return false, Error.new(Error.Kind.PropertyNotReadable, fullName) + end + local interface = customProperties[self.className][self.name] return interface.read(instance, self.name) @@ -79,6 +84,11 @@ function PropertyDescriptor:write(instance, value) end if self.scriptability == "Custom" then + if customProperties[self.className] == nil then + local fullName = ("%s.%s"):format(instance.className, self.name) + return false, Error.new(Error.Kind.PropertyNotWritable, fullName) + end + local interface = customProperties[self.className][self.name] return interface.write(instance, self.name, value) diff --git a/plugin/rbx_dom_lua/allValues.json b/plugin/rbx_dom_lua/allValues.json index ca62e5419..545c93063 100644 --- a/plugin/rbx_dom_lua/allValues.json +++ b/plugin/rbx_dom_lua/allValues.json @@ -207,6 +207,17 @@ }, "ty": "Float64" }, + "Font": { + "value": { + "Font": { + "family": "rbxasset://fonts/families/SourceSansPro.json", + "weight": "Regular", + "style": "Normal", + "cachedFaceId": null + } + }, + "ty": "Font" + }, "Int32": { "value": { "Int32": 6014 diff --git a/plugin/rbx_dom_lua/customProperties.lua b/plugin/rbx_dom_lua/customProperties.lua index 6a2b64eb4..3720a0d78 100644 --- a/plugin/rbx_dom_lua/customProperties.lua +++ b/plugin/rbx_dom_lua/customProperties.lua @@ -61,4 +61,14 @@ return { end, }, }, + Model = { + Scale = { + read = function(instance, _, _) + return true, instance:GetScale() + end, + write = function(instance, _, value) + return true, instance:ScaleTo(value) + end, + }, + }, } diff --git a/plugin/rbx_dom_lua/database.json b/plugin/rbx_dom_lua/database.json index 610afbd1e..b26361a3e 100644 --- a/plugin/rbx_dom_lua/database.json +++ b/plugin/rbx_dom_lua/database.json @@ -1,22 +1,11 @@ { "Version": [ 0, - 530, + 572, 0, - 5300290 + 5720484 ], "Classes": { - "ABTestService": { - "Name": "ABTestService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, "Accessory": { "Name": "Accessory", "Tags": [], @@ -89,6 +78,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -117,6 +107,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -132,6 +123,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -147,6 +139,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -206,6 +199,12 @@ "LevelOfDetail": { "Enum": 0 }, + "ModelStreamingMode": { + "Enum": 0 + }, + "Scale": { + "Float32": 1.0 + }, "SourceAssetId": { "Int64": -1 }, @@ -214,6 +213,118 @@ } } }, + "AdGui": { + "Name": "AdGui", + "Tags": [], + "Superclass": "SurfaceGuiBase", + "Properties": { + "AdShape": { + "Name": "AdShape", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AdShape" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Status": { + "Name": "Status", + "Scriptability": "Read", + "DataType": { + "Enum": "AdUnitStatus" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, + "AdPortal": { + "Name": "AdPortal", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "PortalInvalidReason": { + "Name": "PortalInvalidReason", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "NotScriptable", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PortalStatus": { + "Name": "PortalStatus", + "Scriptability": "Read", + "DataType": { + "Enum": "AdPortalStatus" + }, + "Tags": [ + "Deprecated", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PortalVersion": { + "Name": "PortalVersion", + "Scriptability": "None", + "DataType": { + "Value": "Int64" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Status": { + "Name": "Status", + "Scriptability": "Read", + "DataType": { + "Enum": "AdUnitStatus" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "AdService": { "Name": "AdService", "Tags": [ @@ -231,6 +342,212 @@ "Properties": {}, "DefaultProperties": {} }, + "AirController": { + "Name": "AirController", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "ControllerBase", + "Properties": { + "BalanceMaxTorque": { + "Name": "BalanceMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceRigidityEnabled": { + "Name": "BalanceRigidityEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceSpeed": { + "Name": "BalanceSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaintainAngularMomentum": { + "Name": "MaintainAngularMomentum", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaintainLinearMomentum": { + "Name": "MaintainLinearMomentum", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MoveMaxForce": { + "Name": "MoveMaxForce", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OrientationMaxTorque": { + "Name": "OrientationMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OrientationSpeedFactor": { + "Name": "OrientationSpeedFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TurningMaxTorque": { + "Name": "TurningMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TurningSpeedFactor": { + "Name": "TurningSpeedFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VectorForce": { + "Name": "VectorForce", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "BalanceMaxTorque": { + "Float32": 10000.0 + }, + "BalanceRigidityEnabled": { + "Bool": false + }, + "BalanceSpeed": { + "Float32": 100.0 + }, + "MaintainAngularMomentum": { + "Bool": true + }, + "MaintainLinearMomentum": { + "Bool": true + }, + "MoveMaxForce": { + "Float32": 1000.0 + }, + "MoveSpeedFactor": { + "Float32": 1.0 + }, + "OrientationMaxTorque": { + "Float32": 10000.0 + }, + "OrientationSpeedFactor": { + "Float32": 1.0 + }, + "RigidityEnabled": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "TurningMaxTorque": { + "Float32": 10000.0 + }, + "TurningSpeedFactor": { + "Float32": 1.0 + }, + "VectorForce": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + } + } + }, "AlignOrientation": { "Name": "AlignOrientation", "Tags": [], @@ -307,10 +624,12 @@ "DataType": { "Value": "Vector3" }, - "Tags": [], + "Tags": [ + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -372,10 +691,12 @@ "DataType": { "Value": "Vector3" }, - "Tags": [], + "Tags": [ + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } } @@ -428,13 +749,6 @@ "Mode": { "Enum": 1 }, - "PrimaryAxis": { - "Vector3": [ - 1.0, - 0.0, - 0.0 - ] - }, "PrimaryAxisOnly": { "Bool": false }, @@ -447,13 +761,6 @@ "RigidityEnabled": { "Bool": false }, - "SecondaryAxis": { - "Vector3": [ - 0.0, - 1.0, - 0.0 - ] - }, "SourceAssetId": { "Int64": -1 }, @@ -636,6 +943,7 @@ "AnalyticsService": { "Name": "AnalyticsService", "Tags": [ + "Deprecated", "Service" ], "Superclass": "Instance", @@ -807,6 +1115,22 @@ ], "Superclass": "Instance", "Properties": { + "Guid": { + "Name": "Guid", + "Scriptability": "None", + "DataType": { + "Value": "String" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Loop": { "Name": "Loop", "Scriptability": "ReadWrite", @@ -847,6 +1171,122 @@ "Properties": {}, "DefaultProperties": {} }, + "AnimationConstraint": { + "Name": "AnimationConstraint", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "Constraint", + "Properties": { + "IsKinematic": { + "Name": "IsKinematic", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxForce": { + "Name": "MaxForce", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxTorque": { + "Name": "MaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Transform": { + "Name": "Transform", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "Color": { + "Int32": 23 + }, + "Enabled": { + "Bool": true + }, + "IsKinematic": { + "Bool": false + }, + "MaxForce": { + "Float32": 10000.0 + }, + "MaxTorque": { + "Float32": 10000.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "Transform": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "Visible": { + "Bool": false + } + } + }, "AnimationController": { "Name": "AnimationController", "Tags": [], @@ -920,6 +1360,23 @@ ], "Superclass": "Instance", "Properties": { + "Animation": { + "Name": "Animation", + "Scriptability": "Read", + "DataType": { + "Value": "Ref" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "IsPlaying": { "Name": "IsPlaying", "Scriptability": "Read", @@ -1141,11 +1598,45 @@ "Name": "Animator", "Tags": [], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "EvaluationThrottled": { + "Name": "EvaluationThrottled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotBrowsable", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "PreferLodEnabled": { + "Name": "PreferLodEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": { "Attributes": { "BinaryString": "" }, + "PreferLodEnabled": { + "Bool": true + }, "SourceAssetId": { "Int64": -1 }, @@ -1246,7 +1737,47 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "Interface": { + "Name": "Interface", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Port": { + "Name": "Port", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "StartServer": { + "Name": "StartServer", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": {} }, "AssetImportService": { @@ -1260,6 +1791,16 @@ "Properties": {}, "DefaultProperties": {} }, + "AssetImportSession": { + "Name": "AssetImportSession", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "AssetManagerService": { "Name": "AssetManagerService", "Tags": [ @@ -1271,6 +1812,56 @@ "Properties": {}, "DefaultProperties": {} }, + "AssetPatchSettings": { + "Name": "AssetPatchSettings", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "ContentId": { + "Name": "ContentId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OutputPath": { + "Name": "OutputPath", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PatchId": { + "Name": "PatchId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "AssetService": { "Name": "AssetService", "Tags": [ @@ -1291,6 +1882,15 @@ } } }, + "AssetSoundEffect": { + "Name": "AssetSoundEffect", + "Tags": [ + "NotCreatable" + ], + "Superclass": "CustomSoundEffect", + "Properties": {}, + "DefaultProperties": {} + }, "Atmosphere": { "Name": "Atmosphere", "Tags": [], @@ -1453,6 +2053,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -1468,6 +2069,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -1558,6 +2160,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -1573,6 +2176,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -1656,6 +2260,146 @@ } } }, + "AudioPages": { + "Name": "AudioPages", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Pages", + "Properties": {}, + "DefaultProperties": {} + }, + "AudioSearchParams": { + "Name": "AudioSearchParams", + "Tags": [ + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "Album": { + "Name": "Album", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Artist": { + "Name": "Artist", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AudioSubType": { + "Name": "AudioSubType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AudioSubType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AudioSubtype": { + "Name": "AudioSubtype", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "AudioSubType" + }, + "Tags": [ + "Deprecated", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "MaxDuration": { + "Name": "MaxDuration", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MinDuration": { + "Name": "MinDuration", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SearchKeyword": { + "Name": "SearchKeyword", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Tag": { + "Name": "Tag", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Title": { + "Name": "Title", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "AvatarEditorService": { "Name": "AvatarEditorService", "Tags": [ @@ -1700,7 +2444,7 @@ "Tags": [ "NotCreatable" ], - "Superclass": "Instance", + "Superclass": "Model", "Properties": { "TextureId": { "Name": "TextureId", @@ -2197,13 +2941,30 @@ } } }, + "CollisionGroup": { + "Name": "CollisionGroup", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "CollisionGroupId": { "Name": "CollisionGroupId", "Scriptability": "ReadWrite", "DataType": { "Value": "Int32" }, - "Tags": [], + "Tags": [ + "NotReplicated" + ], "Kind": { "Canonical": { "Serialization": "Serializes" @@ -2253,6 +3014,22 @@ } } }, + "CurrentPhysicalProperties": { + "Name": "CurrentPhysicalProperties", + "Scriptability": "Read", + "DataType": { + "Value": "PhysicalProperties" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "CustomPhysicalProperties": { "Name": "CustomPhysicalProperties", "Scriptability": "ReadWrite", @@ -2283,6 +3060,38 @@ } } }, + "ExtentsCFrame": { + "Name": "ExtentsCFrame", + "Scriptability": "Read", + "DataType": { + "Value": "CFrame" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ExtentsSize": { + "Name": "ExtentsSize", + "Scriptability": "Read", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Friction": { "Name": "Friction", "Scriptability": "ReadWrite", @@ -2515,6 +3324,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -2543,6 +3353,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -2903,6 +3714,21 @@ } } }, + "Enabled": { + "Name": "Enabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "LinkedSource": { "Name": "LinkedSource", "Scriptability": "ReadWrite", @@ -2915,6 +3741,19 @@ "Serialization": "Serializes" } } + }, + "RunContext": { + "Name": "RunContext", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "RunContext" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": {} @@ -4786,23 +5625,6 @@ "Tags": [], "Superclass": "Attachment", "Properties": { - "IsCFrameDriven": { - "Name": "IsCFrameDriven", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "Transform": { "Name": "Transform", "Scriptability": "ReadWrite", @@ -4825,6 +5647,7 @@ "Value": "CFrame" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -5158,6 +5981,23 @@ } } }, + "Valid": { + "Name": "Valid", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Verified": { "Name": "Verified", "Scriptability": "None", @@ -5178,17 +6018,6 @@ }, "DefaultProperties": {} }, - "BreakpointManager": { - "Name": "BreakpointManager", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, "BrickColorValue": { "Name": "BrickColorValue", "Tags": [], @@ -5234,27 +6063,18 @@ "Properties": {}, "DefaultProperties": {} }, - "BulkImportService": { - "Name": "BulkImportService", + "BubbleChatConfiguration": { + "Name": "BubbleChatConfiguration", "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" + "NotCreatable" ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, - "CFrameValue": { - "Name": "CFrameValue", - "Tags": [], - "Superclass": "ValueBase", + "Superclass": "TextChatConfigurations", "Properties": { - "Value": { - "Name": "Value", + "AdorneeName": { + "Name": "AdorneeName", "Scriptability": "ReadWrite", "DataType": { - "Value": "CFrame" + "Value": "String" }, "Tags": [], "Kind": { @@ -5262,99 +6082,12 @@ "Serialization": "Serializes" } } - } - }, - "DefaultProperties": { - "Attributes": { - "BinaryString": "" - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "BinaryString": "" - }, - "Value": { - "CFrame": { - "position": [ - 0.0, - 0.0, - 0.0 - ], - "orientation": [ - [ - 1.0, - 0.0, - 0.0 - ], - [ - 0.0, - 1.0, - 0.0 - ], - [ - 0.0, - 0.0, - 1.0 - ] - ] - } - } - } - }, - "CSGDictionaryService": { - "Name": "CSGDictionaryService", - "Tags": [ - "Service" - ], - "Superclass": "FlyweightService", - "Properties": {}, - "DefaultProperties": { - "Attributes": { - "BinaryString": "" - }, - "SourceAssetId": { - "Int64": -1 }, - "Tags": { - "BinaryString": "" - } - } - }, - "CacheableContentProvider": { - "Name": "CacheableContentProvider", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, - "CalloutService": { - "Name": "CalloutService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, - "Camera": { - "Name": "Camera", - "Tags": [ - "NotReplicated" - ], - "Superclass": "Instance", - "Properties": { - "CFrame": { - "Name": "CFrame", + "BackgroundColor3": { + "Name": "BackgroundColor3", "Scriptability": "ReadWrite", "DataType": { - "Value": "CFrame" + "Value": "Color3" }, "Tags": [], "Kind": { @@ -5363,11 +6096,11 @@ } } }, - "CameraSubject": { - "Name": "CameraSubject", + "BackgroundTransparency": { + "Name": "BackgroundTransparency", "Scriptability": "ReadWrite", "DataType": { - "Value": "Ref" + "Value": "Float64" }, "Tags": [], "Kind": { @@ -5376,11 +6109,11 @@ } } }, - "CameraType": { - "Name": "CameraType", + "BubbleDuration": { + "Name": "BubbleDuration", "Scriptability": "ReadWrite", "DataType": { - "Enum": "CameraType" + "Value": "Float32" }, "Tags": [], "Kind": { @@ -5389,43 +6122,24 @@ } } }, - "CoordinateFrame": { - "Name": "CoordinateFrame", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "CFrame" - }, - "Tags": [ - "Deprecated", - "Hidden", - "NotReplicated" - ], - "Kind": { - "Alias": { - "AliasFor": "CFrame" - } - } - }, - "DiagonalFieldOfView": { - "Name": "DiagonalFieldOfView", + "BubblesSpacing": { + "Name": "BubblesSpacing", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" }, - "Tags": [ - "NotReplicated" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, - "FieldOfView": { - "Name": "FieldOfView", + "Enabled": { + "Name": "Enabled", "Scriptability": "ReadWrite", "DataType": { - "Value": "Float32" + "Value": "Bool" }, "Tags": [], "Kind": { @@ -5434,24 +6148,26 @@ } } }, - "FieldOfViewMode": { - "Name": "FieldOfViewMode", + "Font": { + "Name": "Font", "Scriptability": "ReadWrite", "DataType": { - "Enum": "FieldOfViewMode" + "Enum": "Font" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { "Serialization": "Serializes" } } }, - "Focus": { - "Name": "Focus", + "FontFace": { + "Name": "FontFace", "Scriptability": "ReadWrite", "DataType": { - "Value": "CFrame" + "Value": "Font" }, "Tags": [], "Kind": { @@ -5460,11 +6176,11 @@ } } }, - "HeadLocked": { - "Name": "HeadLocked", + "LocalPlayerStudsOffset": { + "Name": "LocalPlayerStudsOffset", "Scriptability": "ReadWrite", "DataType": { - "Value": "Bool" + "Value": "Vector3" }, "Tags": [], "Kind": { @@ -5473,8 +6189,8 @@ } } }, - "HeadScale": { - "Name": "HeadScale", + "MaxDistance": { + "Name": "MaxDistance", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" @@ -5486,110 +6202,541 @@ } } }, - "MaxAxisFieldOfView": { - "Name": "MaxAxisFieldOfView", + "MinimizeDistance": { + "Name": "MinimizeDistance", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" }, - "Tags": [ - "NotReplicated" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, - "NearPlaneZ": { - "Name": "NearPlaneZ", - "Scriptability": "Read", + "TextColor3": { + "Name": "TextColor3", + "Scriptability": "ReadWrite", "DataType": { - "Value": "Float32" + "Value": "Color3" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, - "ViewportSize": { - "Name": "ViewportSize", - "Scriptability": "Read", + "TextSize": { + "Name": "TextSize", + "Scriptability": "ReadWrite", "DataType": { - "Value": "Vector2" + "Value": "Int64" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, - "focus": { - "Name": "focus", + "VerticalStudsOffset": { + "Name": "VerticalStudsOffset", "Scriptability": "ReadWrite", "DataType": { - "Value": "CFrame" + "Value": "Float32" }, - "Tags": [ - "Deprecated", - "NotReplicated" - ], + "Tags": [], "Kind": { - "Alias": { - "AliasFor": "Focus" + "Canonical": { + "Serialization": "Serializes" } } } }, "DefaultProperties": { + "AdorneeName": { + "String": "HumanoidRootPart" + }, "Attributes": { "BinaryString": "" }, - "CFrame": { - "CFrame": { - "position": [ - 0.0, - 20.0, - 20.0 - ], - "orientation": [ - [ - 1.0, - 0.0, - -0.0 - ], - [ - -0.0, - 0.7071068, - 0.7071068 - ], - [ - 0.0, - -0.7071068, - 0.7071068 - ] - ] - } + "BackgroundColor3": { + "Color3": [ + 0.98039216, + 0.98039216, + 0.98039216 + ] }, - "CameraType": { - "Enum": 0 + "BackgroundTransparency": { + "Float64": 0.1 }, - "FieldOfView": { - "Float32": 70.0 + "BubbleDuration": { + "Float32": 15.0 }, - "FieldOfViewMode": { - "Enum": 0 + "BubblesSpacing": { + "Float32": 6.0 }, - "Focus": { + "Enabled": { + "Bool": true + }, + "Font": { + "Enum": 18 + }, + "FontFace": { + "Font": { + "family": "rbxasset://fonts/families/GothamSSm.json", + "weight": "Medium", + "style": "Normal", + "cachedFaceId": "rbxasset://fonts/GothamSSm-Medium.otf" + } + }, + "LocalPlayerStudsOffset": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "MaxDistance": { + "Float32": 100.0 + }, + "MinimizeDistance": { + "Float32": 40.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "TextColor3": { + "Color3": [ + 0.22352941, + 0.23137255, + 0.23921569 + ] + }, + "TextSize": { + "Int64": 16 + }, + "VerticalStudsOffset": { + "Float32": 0.0 + } + } + }, + "BulkImportService": { + "Name": "BulkImportService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "BuoyancySensor": { + "Name": "BuoyancySensor", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "SensorBase", + "Properties": { + "FullySubmerged": { + "Name": "FullySubmerged", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TouchingSurface": { + "Name": "TouchingSurface", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "FullySubmerged": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "TouchingSurface": { + "Bool": false + }, + "UpdateType": { + "Enum": 0 + } + } + }, + "CFrameValue": { + "Name": "CFrameValue", + "Tags": [], + "Superclass": "ValueBase", + "Properties": { + "Value": { + "Name": "Value", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "Value": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + } + } + }, + "CSGDictionaryService": { + "Name": "CSGDictionaryService", + "Tags": [ + "Service" + ], + "Superclass": "FlyweightService", + "Properties": {}, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "CacheableContentProvider": { + "Name": "CacheableContentProvider", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "CalloutService": { + "Name": "CalloutService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "Camera": { + "Name": "Camera", + "Tags": [ + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "CFrame": { + "Name": "CFrame", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraSubject": { + "Name": "CameraSubject", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraType": { + "Name": "CameraType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "CameraType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CoordinateFrame": { + "Name": "CoordinateFrame", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [ + "Deprecated", + "Hidden", + "NotReplicated" + ], + "Kind": { + "Alias": { + "AliasFor": "CFrame" + } + } + }, + "DiagonalFieldOfView": { + "Name": "DiagonalFieldOfView", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FieldOfView": { + "Name": "FieldOfView", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FieldOfViewMode": { + "Name": "FieldOfViewMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "FieldOfViewMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Focus": { + "Name": "Focus", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HeadLocked": { + "Name": "HeadLocked", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HeadScale": { + "Name": "HeadScale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxAxisFieldOfView": { + "Name": "MaxAxisFieldOfView", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "NearPlaneZ": { + "Name": "NearPlaneZ", + "Scriptability": "Read", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "ViewportSize": { + "Name": "ViewportSize", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "focus": { + "Name": "focus", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [ + "Deprecated", + "NotReplicated" + ], + "Kind": { + "Alias": { + "AliasFor": "Focus" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "CFrame": { + "CFrame": { + "position": [ + 0.0, + 20.0, + 20.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + -0.0 + ], + [ + -0.0, + 0.7071068, + 0.7071068 + ], + [ + 0.0, + -0.7071068, + 0.7071068 + ] + ] + } + }, + "CameraType": { + "Enum": 0 + }, + "FieldOfView": { + "Float32": 70.0 + }, + "FieldOfViewMode": { + "Enum": 0 + }, + "Focus": { "CFrame": { "position": [ 0.0, @@ -5631,9 +6778,7 @@ }, "CanvasGroup": { "Name": "CanvasGroup", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "GuiObject", "Properties": { "GroupColor3": { @@ -5706,7 +6851,7 @@ "Int32": 1 }, "ClipsDescendants": { - "Bool": false + "Bool": true }, "Draggable": { "Bool": false @@ -5812,9 +6957,10 @@ "ChannelSelectorSoundEffect": { "Name": "ChannelSelectorSoundEffect", "Tags": [ - "NotBrowsable" + "NotBrowsable", + "NotCreatable" ], - "Superclass": "CustomDspSoundEffect", + "Superclass": "CustomSoundEffect", "Properties": { "Channel": { "Name": "Channel", @@ -5999,11 +7145,98 @@ "ChatInputBarConfiguration": { "Name": "ChatInputBarConfiguration", "Tags": [ - "NotBrowsable", "NotCreatable" ], "Superclass": "TextChatConfigurations", "Properties": { + "AbsolutePosition": { + "Name": "AbsolutePosition", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AbsolutePositionWrite": { + "Name": "AbsolutePositionWrite", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AbsoluteSize": { + "Name": "AbsoluteSize", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AbsoluteSizeWrite": { + "Name": "AbsoluteSizeWrite", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "BackgroundColor3": { + "Name": "BackgroundColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BackgroundTransparency": { + "Name": "BackgroundTransparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Enabled": { "Name": "Enabled", "Scriptability": "ReadWrite", @@ -6017,6 +7250,32 @@ } } }, + "FontFace": { + "Name": "FontFace", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Font" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PlaceholderColor3": { + "Name": "PlaceholderColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "TargetTextChannel": { "Name": "TargetTextChannel", "Scriptability": "ReadWrite", @@ -6029,31 +7288,228 @@ "Serialization": "Serializes" } } + }, + "TextBox": { + "Name": "TextBox", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "TextColor3": { + "Name": "TextColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextSize": { + "Name": "TextSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextStrokeColor3": { + "Name": "TextStrokeColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextStrokeTransparency": { + "Name": "TextStrokeTransparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { "Attributes": { "BinaryString": "" }, + "BackgroundColor3": { + "Color3": [ + 0.09803922, + 0.105882354, + 0.11372549 + ] + }, + "BackgroundTransparency": { + "Float64": 0.2 + }, "Enabled": { "Bool": true }, + "FontFace": { + "Font": { + "family": "rbxasset://fonts/families/GothamSSm.json", + "weight": "Medium", + "style": "Normal", + "cachedFaceId": "rbxasset://fonts/GothamSSm-Medium.otf" + } + }, + "PlaceholderColor3": { + "Color3": [ + 0.69803923, + 0.69803923, + 0.69803923 + ] + }, "SourceAssetId": { "Int64": -1 }, "Tags": { "BinaryString": "" + }, + "TextColor3": { + "Color3": [ + 1.0, + 1.0, + 1.0 + ] + }, + "TextSize": { + "Int64": 14 + }, + "TextStrokeColor3": { + "Color3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "TextStrokeTransparency": { + "Float64": 0.5 } } }, "ChatWindowConfiguration": { "Name": "ChatWindowConfiguration", "Tags": [ - "NotBrowsable", "NotCreatable" ], "Superclass": "TextChatConfigurations", "Properties": { + "AbsolutePosition": { + "Name": "AbsolutePosition", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AbsolutePositionWrite": { + "Name": "AbsolutePositionWrite", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AbsoluteSize": { + "Name": "AbsoluteSize", + "Scriptability": "Read", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "AbsoluteSizeWrite": { + "Name": "AbsoluteSizeWrite", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "BackgroundColor3": { + "Name": "BackgroundColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BackgroundTransparency": { + "Name": "BackgroundTransparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Enabled": { "Name": "Enabled", "Scriptability": "ReadWrite", @@ -6066,20 +7522,187 @@ "Serialization": "Serializes" } } + }, + "FontFace": { + "Name": "FontFace", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Font" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HeightScale": { + "Name": "HeightScale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HorizontalAlignment": { + "Name": "HorizontalAlignment", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "HorizontalAlignment" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextColor3": { + "Name": "TextColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextSize": { + "Name": "TextSize", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextStrokeColor3": { + "Name": "TextStrokeColor3", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Color3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TextStrokeTransparency": { + "Name": "TextStrokeTransparency", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VerticalAlignment": { + "Name": "VerticalAlignment", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "VerticalAlignment" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "WidthScale": { + "Name": "WidthScale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { "Attributes": { "BinaryString": "" }, + "BackgroundColor3": { + "Color3": [ + 0.09803922, + 0.105882354, + 0.11372549 + ] + }, + "BackgroundTransparency": { + "Float64": 0.3 + }, "Enabled": { "Bool": true }, + "FontFace": { + "Font": { + "family": "rbxasset://fonts/families/GothamSSm.json", + "weight": "Medium", + "style": "Normal", + "cachedFaceId": "rbxasset://fonts/GothamSSm-Medium.otf" + } + }, + "HeightScale": { + "Float32": 1.0 + }, + "HorizontalAlignment": { + "Enum": 1 + }, "SourceAssetId": { "Int64": -1 }, "Tags": { "BinaryString": "" + }, + "TextColor3": { + "Color3": [ + 1.0, + 1.0, + 1.0 + ] + }, + "TextSize": { + "Int64": 14 + }, + "TextStrokeColor3": { + "Color3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "TextStrokeTransparency": { + "Float64": 0.5 + }, + "VerticalAlignment": { + "Enum": 1 + }, + "WidthScale": { + "Float32": 1.0 } } }, @@ -6164,7 +7787,121 @@ "Name": "CursorIcon", "Scriptability": "ReadWrite", "DataType": { - "Value": "Content" + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MaxActivationDistance": { + "Name": "MaxActivationDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "CursorIcon": { + "Content": "" + }, + "MaxActivationDistance": { + "Float32": 32.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "ClientReplicator": { + "Name": "ClientReplicator", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "NetworkReplicator", + "Properties": {}, + "DefaultProperties": {} + }, + "ClimbController": { + "Name": "ClimbController", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "ControllerBase", + "Properties": { + "AccelerationTime": { + "Name": "AccelerationTime", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceMaxTorque": { + "Name": "BalanceMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceRigidityEnabled": { + "Name": "BalanceRigidityEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceSpeed": { + "Name": "BalanceSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MoveMaxForce": { + "Name": "MoveMaxForce", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" }, "Tags": [], "Kind": { @@ -6173,8 +7910,21 @@ } } }, - "MaxActivationDistance": { - "Name": "MaxActivationDistance", + "OrientationMaxTorque": { + "Name": "OrientationMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OrientationSpeedFactor": { + "Name": "OrientationSpeedFactor", "Scriptability": "ReadWrite", "DataType": { "Value": "Float32" @@ -6188,14 +7938,35 @@ } }, "DefaultProperties": { + "AccelerationTime": { + "Float32": 0.0 + }, "Attributes": { "BinaryString": "" }, - "CursorIcon": { - "Content": "" + "BalanceMaxTorque": { + "Float32": 10000.0 }, - "MaxActivationDistance": { - "Float32": 32.0 + "BalanceRigidityEnabled": { + "Bool": false + }, + "BalanceSpeed": { + "Float32": 100.0 + }, + "MoveMaxForce": { + "Float32": 10000.0 + }, + "MoveSpeedFactor": { + "Float32": 1.0 + }, + "OrientationMaxTorque": { + "Float32": 10000.0 + }, + "OrientationSpeedFactor": { + "Float32": 100.0 + }, + "RigidityEnabled": { + "Bool": false }, "SourceAssetId": { "Int64": -1 @@ -6205,16 +7976,6 @@ } } }, - "ClientReplicator": { - "Name": "ClientReplicator", - "Tags": [ - "NotCreatable", - "NotReplicated" - ], - "Superclass": "NetworkReplicator", - "Properties": {}, - "DefaultProperties": {} - }, "Clothing": { "Name": "Clothing", "Tags": [ @@ -6238,6 +7999,16 @@ }, "DefaultProperties": {} }, + "CloudLocalizationTable": { + "Name": "CloudLocalizationTable", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "LocalizationTable", + "Properties": {}, + "DefaultProperties": {} + }, "Clouds": { "Name": "Clouds", "Tags": [], @@ -6828,231 +8599,534 @@ ] } }, - "Color3": { - "Color3": [ - 0.050980397, - 0.41176474, - 0.6745098 - ] - }, - "Height": { - "Float32": 2.0 - }, - "Radius": { - "Float32": 0.5 - }, - "SizeRelativeOffset": { + "Color3": { + "Color3": [ + 0.050980397, + 0.41176474, + 0.6745098 + ] + }, + "Height": { + "Float32": 2.0 + }, + "Radius": { + "Float32": 0.5 + }, + "SizeRelativeOffset": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "Transparency": { + "Float32": 0.0 + }, + "Visible": { + "Bool": true + }, + "ZIndex": { + "Int32": -1 + } + } + }, + "Configuration": { + "Name": "Configuration", + "Tags": [], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "ConfigureServerService": { + "Name": "ConfigureServerService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "Constraint": { + "Name": "Constraint", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "Active": { + "Name": "Active", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "Attachment0": { + "Name": "Attachment0", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Attachment1": { + "Name": "Attachment1", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Color": { + "Name": "Color", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "BrickColor" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Enabled": { + "Name": "Enabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Visible": { + "Name": "Visible", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, + "ContentProvider": { + "Name": "ContentProvider", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "BaseUrl": { + "Name": "BaseUrl", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "RequestQueueSize": { + "Name": "RequestQueueSize", + "Scriptability": "Read", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, + "ContextActionService": { + "Name": "ContextActionService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "Controller": { + "Name": "Controller", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "ControllerBase": { + "Name": "ControllerBase", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "MoveSpeedFactor": { + "Name": "MoveSpeedFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RigidityEnabled": { + "Name": "RigidityEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, + "ControllerManager": { + "Name": "ControllerManager", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "Instance", + "Properties": { + "ActiveController": { + "Name": "ActiveController", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BaseMoveSpeed": { + "Name": "BaseMoveSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BaseTurnSpeed": { + "Name": "BaseTurnSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ClimbSensor": { + "Name": "ClimbSensor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FacingDirection": { + "Name": "FacingDirection", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "GroundSensor": { + "Name": "GroundSensor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MovingDirection": { + "Name": "MovingDirection", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "BaseMoveSpeed": { + "Float32": 16.0 + }, + "BaseTurnSpeed": { + "Float32": 8.0 + }, + "FacingDirection": { + "Vector3": [ + 0.0, + 0.0, + 1.0 + ] + }, + "MovingDirection": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "ControllerPartSensor": { + "Name": "ControllerPartSensor", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "ControllerSensor", + "Properties": { + "HitFrame": { + "Name": "HitFrame", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HitNormal": { + "Name": "HitNormal", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SearchDistance": { + "Name": "SearchDistance", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SensedPart": { + "Name": "SensedPart", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SensorMode": { + "Name": "SensorMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SensorMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "HitFrame": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "HitNormal": { "Vector3": [ 0.0, 0.0, 0.0 ] }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "BinaryString": "" - }, - "Transparency": { + "SearchDistance": { "Float32": 0.0 }, - "Visible": { - "Bool": true - }, - "ZIndex": { - "Int32": -1 - } - } - }, - "Configuration": { - "Name": "Configuration", - "Tags": [], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Attributes": { - "BinaryString": "" + "SensorMode": { + "Enum": 0 }, "SourceAssetId": { "Int64": -1 }, "Tags": { "BinaryString": "" - } - } - }, - "ConfigureServerService": { - "Name": "ConfigureServerService", - "Tags": [ - "NotCreatable", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, - "Constraint": { - "Name": "Constraint", - "Tags": [ - "NotCreatable" - ], - "Superclass": "Instance", - "Properties": { - "Active": { - "Name": "Active", - "Scriptability": "Read", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } }, - "Attachment0": { - "Name": "Attachment0", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Attachment1": { - "Name": "Attachment1", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Color": { - "Name": "Color", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "BrickColor" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Enabled": { - "Name": "Enabled", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Visible": { - "Name": "Visible", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - } - }, - "DefaultProperties": {} - }, - "ContentProvider": { - "Name": "ContentProvider", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": { - "BaseUrl": { - "Name": "BaseUrl", - "Scriptability": "Read", - "DataType": { - "Value": "String" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "RequestQueueSize": { - "Name": "RequestQueueSize", - "Scriptability": "Read", - "DataType": { - "Value": "Int32" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - } - }, - "DefaultProperties": {} - }, - "ContextActionService": { - "Name": "ContextActionService", - "Tags": [ - "NotCreatable", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Attributes": { - "BinaryString": "" - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "BinaryString": "" + "UpdateType": { + "Enum": 0 } } }, - "Controller": { - "Name": "Controller", + "ControllerSensor": { + "Name": "ControllerSensor", "Tags": [ "NotCreatable" ], - "Superclass": "Instance", + "Superclass": "SensorBase", "Properties": {}, "DefaultProperties": {} }, @@ -7149,6 +9223,16 @@ "Properties": {}, "DefaultProperties": {} }, + "CoreScriptDebuggingManagerHelper": { + "Name": "CoreScriptDebuggingManagerHelper", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "CoreScriptSyncService": { "Name": "CoreScriptSyncService", "Tags": [ @@ -7234,6 +9318,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -7402,15 +9489,6 @@ } } }, - "CustomDspSoundEffect": { - "Name": "CustomDspSoundEffect", - "Tags": [ - "NotCreatable" - ], - "Superclass": "SoundEffect", - "Properties": {}, - "DefaultProperties": {} - }, "CustomEvent": { "Name": "CustomEvent", "Tags": [ @@ -7463,6 +9541,15 @@ } } }, + "CustomSoundEffect": { + "Name": "CustomSoundEffect", + "Tags": [ + "NotCreatable" + ], + "Superclass": "SoundEffect", + "Properties": {}, + "DefaultProperties": {} + }, "CylinderHandleAdornment": { "Name": "CylinderHandleAdornment", "Tags": [], @@ -8512,7 +10599,24 @@ "NotReplicated" ], "Superclass": "Pages", - "Properties": {}, + "Properties": { + "Cursor": { + "Name": "Cursor", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "DataStoreListingPages": { @@ -8522,7 +10626,24 @@ "NotReplicated" ], "Superclass": "Pages", - "Properties": {}, + "Properties": { + "Cursor": { + "Name": "Cursor", + "Scriptability": "Read", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, "DefaultProperties": {} }, "DataStoreObjectVersionInfo": { @@ -9565,6 +11686,17 @@ } } }, + "DeviceIdService": { + "Name": "DeviceIdService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Dialog": { "Name": "Dialog", "Tags": [], @@ -10147,6 +12279,23 @@ } } }, + "HoverLineThickness": { + "Name": "HoverLineThickness", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "HoverThickness": { "Name": "HoverThickness", "Scriptability": "Read", @@ -10498,6 +12647,78 @@ "Properties": {}, "DefaultProperties": {} }, + "ExperienceAuthService": { + "Name": "ExperienceAuthService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "ExperienceInviteOptions": { + "Name": "ExperienceInviteOptions", + "Tags": [ + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "InviteMessageId": { + "Name": "InviteMessageId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "InviteUser": { + "Name": "InviteUser", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "LaunchData": { + "Name": "LaunchData", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PromptMessage": { + "Name": "PromptMessage", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "Explosion": { "Name": "Explosion", "Tags": [], @@ -10694,9 +12915,7 @@ }, "FaceControls": { "Name": "FaceControls", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "ChinRaiser": { @@ -11486,6 +13705,34 @@ }, "DefaultProperties": {} }, + "FacialAnimationRecordingService": { + "Name": "FacialAnimationRecordingService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "BiometricDataConsent": { + "Name": "BiometricDataConsent", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "FacialAnimationStreamingService": { "Name": "FacialAnimationStreamingService", "Tags": [ @@ -11494,6 +13741,21 @@ ], "Superclass": "Instance", "Properties": { + "EnableFlags": { + "Name": "EnableFlags", + "Scriptability": "None", + "DataType": { + "Enum": "FacialAnimationFlags" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "Enabled": { "Name": "Enabled", "Scriptability": "None", @@ -11522,6 +13784,42 @@ } } }, + "FacialAnimationStreamingServiceStats": { + "Name": "FacialAnimationStreamingServiceStats", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "FacialAnimationStreamingServiceV2": { + "Name": "FacialAnimationStreamingServiceV2", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "ServiceState": { + "Name": "ServiceState", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "Feature": { "Name": "Feature", "Tags": [ @@ -11912,12 +14210,21 @@ ] } }, + "LevelOfDetail": { + "Enum": 0 + }, "ManualActivationOnly": { "Bool": false }, + "ModelStreamingMode": { + "Enum": 0 + }, "RequiresHandle": { "Bool": true }, + "Scale": { + "Float32": 1.0 + }, "SourceAssetId": { "Int64": -1 }, @@ -12025,6 +14332,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -12885,6 +15195,19 @@ ], "Superclass": "Instance", "Properties": { + "Font": { + "Name": "Font", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Font" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Size": { "Name": "Size", "Scriptability": "ReadWrite", @@ -13112,6 +15435,256 @@ "Properties": {}, "DefaultProperties": {} }, + "GroundController": { + "Name": "GroundController", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "ControllerBase", + "Properties": { + "AccelerationLean": { + "Name": "AccelerationLean", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AccelerationTime": { + "Name": "AccelerationTime", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AlignSpeed": { + "Name": "AlignSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AlignTorque": { + "Name": "AlignTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceMaxTorque": { + "Name": "BalanceMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceRigidityEnabled": { + "Name": "BalanceRigidityEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BalanceSpeed": { + "Name": "BalanceSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "DecelerationTime": { + "Name": "DecelerationTime", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Friction": { + "Name": "Friction", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "FrictionWeight": { + "Name": "FrictionWeight", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "GroundOffset": { + "Name": "GroundOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "StandForce": { + "Name": "StandForce", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "StandSpeed": { + "Name": "StandSpeed", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TurningFactor": { + "Name": "TurningFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AccelerationLean": { + "Float32": 1.0 + }, + "AccelerationTime": { + "Float32": 0.0 + }, + "AlignSpeed": { + "Float32": 100.0 + }, + "AlignTorque": { + "Float32": 10000.0 + }, + "Attributes": { + "BinaryString": "" + }, + "BalanceMaxTorque": { + "Float32": 10000.0 + }, + "BalanceRigidityEnabled": { + "Bool": false + }, + "BalanceSpeed": { + "Float32": 100.0 + }, + "DecelerationTime": { + "Float32": 0.0 + }, + "Friction": { + "Float32": 2.0 + }, + "FrictionWeight": { + "Float32": 1.0 + }, + "GroundOffset": { + "Float32": 1.0 + }, + "MoveSpeedFactor": { + "Float32": 1.0 + }, + "RigidityEnabled": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "StandForce": { + "Float32": 10000.0 + }, + "StandSpeed": { + "Float32": 100.0 + }, + "Tags": { + "BinaryString": "" + }, + "TurningFactor": { + "Float32": 1.0 + } + } + }, "GroupService": { "Name": "GroupService", "Tags": [ @@ -13519,18 +16092,24 @@ "AutoLocalize": { "Bool": true }, + "ClipToDeviceSafeArea": { + "Bool": true + }, "DisplayOrder": { "Int32": 0 }, "Enabled": { "Bool": true }, - "IgnoreGuiInset": { - "Bool": false - }, "ResetOnSpawn": { "Bool": true }, + "SafeAreaCompatibility": { + "Enum": 1 + }, + "ScreenInsets": { + "Enum": 2 + }, "SelectionBehaviorDown": { "Enum": 0 }, @@ -13992,10 +16571,13 @@ "DataType": { "Value": "Bool" }, - "Tags": [], + "Tags": [ + "Hidden", + "NotReplicated" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -14435,6 +17017,21 @@ } } }, + "LineThickness": { + "Name": "LineThickness", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "OutlineColor": { "Name": "OutlineColor", "Scriptability": "ReadWrite", @@ -14460,6 +17057,21 @@ "Serialization": "Serializes" } } + }, + "ReservedId": { + "Name": "ReservedId", + "Scriptability": "None", + "DataType": { + "Enum": "ReservedHighlightId" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -14859,6 +17471,15 @@ "BinType": { "Enum": 0 }, + "LevelOfDetail": { + "Enum": 0 + }, + "ModelStreamingMode": { + "Enum": 0 + }, + "Scale": { + "Float32": 1.0 + }, "SourceAssetId": { "Int64": -1 }, @@ -15037,6 +17658,21 @@ } } }, + "EvaluateStateMachine": { + "Name": "EvaluateStateMachine", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "FloorMaterial": { "Name": "FloorMaterial", "Scriptability": "Read", @@ -15458,6 +18094,9 @@ "DisplayName": { "String": "" }, + "EvaluateStateMachine": { + "Bool": true + }, "HealthDisplayDistance": { "Float32": 100.0 }, @@ -15815,6 +18454,19 @@ } } }, + "MoodAnimation": { + "Name": "MoodAnimation", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "NeckAccessory": { "Name": "NeckAccessory", "Scriptability": "ReadWrite", @@ -16121,6 +18773,9 @@ 0.0 ] }, + "MoodAnimation": { + "Int64": 0 + }, "NeckAccessory": { "String": "" }, @@ -16189,6 +18844,234 @@ } } }, + "IKControl": { + "Name": "IKControl", + "Tags": [], + "Superclass": "Instance", + "Properties": { + "ChainRoot": { + "Name": "ChainRoot", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Enabled": { + "Name": "Enabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EndEffector": { + "Name": "EndEffector", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "EndEffectorOffset": { + "Name": "EndEffectorOffset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Offset": { + "Name": "Offset", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "CFrame" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Pole": { + "Name": "Pole", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Priority": { + "Name": "Priority", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SmoothTime": { + "Name": "SmoothTime", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Target": { + "Name": "Target", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Type": { + "Name": "Type", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "IKControlType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Weight": { + "Name": "Weight", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "Enabled": { + "Bool": true + }, + "EndEffectorOffset": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "Offset": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "Priority": { + "Int32": 0 + }, + "SmoothTime": { + "Float32": 0.05 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "Type": { + "Enum": 0 + }, + "Weight": { + "Float32": 1.0 + } + } + }, "ILegacyStudioBridge": { "Name": "ILegacyStudioBridge", "Tags": [ @@ -16597,6 +19480,45 @@ } } }, + "ImageDataExperimental": { + "Name": "ImageDataExperimental", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "Size": { + "Name": "Size", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TemporaryId": { + "Name": "TemporaryId", + "Scriptability": "Read", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "ImageHandleAdornment": { "Name": "ImageHandleAdornment", "Tags": [], @@ -17111,6 +20033,16 @@ }, "DefaultProperties": {} }, + "ImporterFacsSettings": { + "Name": "ImporterFacsSettings", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "ImporterBaseSettings", + "Properties": {}, + "DefaultProperties": {} + }, "ImporterGroupSettings": { "Name": "ImporterGroupSettings", "Tags": [ @@ -17181,17 +20113,14 @@ "Properties": { "DiffuseFilePath": { "Name": "DiffuseFilePath", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "String" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, @@ -17213,49 +20142,40 @@ }, "MetalnessFilePath": { "Name": "MetalnessFilePath", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "String" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, "NormalFilePath": { "Name": "NormalFilePath", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "String" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } }, "RoughnessFilePath": { "Name": "RoughnessFilePath", - "Scriptability": "Read", + "Scriptability": "ReadWrite", "DataType": { "Value": "String" }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], + "Tags": [], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": "Serializes" } } } @@ -17299,8 +20219,8 @@ } } }, - "CageManifoldPreview": { - "Name": "CageManifoldPreview", + "CageMeshIntersectedPreview": { + "Name": "CageMeshIntersectedPreview", "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" @@ -17312,6 +20232,22 @@ } } }, + "CageMeshNotIntersected": { + "Name": "CageMeshNotIntersected", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "CageNoOverlappingVertices": { "Name": "CageNoOverlappingVertices", "Scriptability": "Read", @@ -17328,8 +20264,50 @@ } } }, - "CageNoOverlappingVerticesPreview": { - "Name": "CageNoOverlappingVerticesPreview", + "CageNonManifoldPreview": { + "Name": "CageNonManifoldPreview", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CageOverlappingVerticesPreview": { + "Name": "CageOverlappingVerticesPreview", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CageUVMatched": { + "Name": "CageUVMatched", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "CageUVMisMatchedPreview": { + "Name": "CageUVMisMatchedPreview", "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" @@ -17383,6 +20361,93 @@ } } }, + "IrrelevantCageModifiedPreview": { + "Name": "IrrelevantCageModifiedPreview", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MeshHoleDetectedPreview": { + "Name": "MeshHoleDetectedPreview", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "MeshNoHoleDetected": { + "Name": "MeshNoHoleDetected", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "NoIrrelevantCageModified": { + "Name": "NoIrrelevantCageModified", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "NoOuterCageFarExtendedFromMesh": { + "Name": "NoOuterCageFarExtendedFromMesh", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "OuterCageFarExtendedFromMeshPreview": { + "Name": "OuterCageFarExtendedFromMeshPreview", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PolygonCount": { "Name": "PolygonCount", "Scriptability": "Read", @@ -17398,6 +20463,19 @@ "Serialization": "DoesNotSerialize" } } + }, + "UseImportedPivot": { + "Name": "UseImportedPivot", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": {} @@ -17410,6 +20488,19 @@ ], "Superclass": "ImporterBaseSettings", "Properties": { + "AddModelToInventory": { + "Name": "AddModelToInventory", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Anchored": { "Name": "Anchored", "Scriptability": "ReadWrite", @@ -17423,6 +20514,19 @@ } } }, + "ExistingPackageId": { + "Name": "ExistingPackageId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "FileDimensions": { "Name": "FileDimensions", "Scriptability": "Read", @@ -17452,6 +20556,19 @@ } } }, + "ImportAsPackage": { + "Name": "ImportAsPackage", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "InsertInWorkspace": { "Name": "InsertInWorkspace", "Scriptability": "ReadWrite", @@ -17520,6 +20637,19 @@ } } }, + "RigScale": { + "Name": "RigScale", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "RigScale" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RigType": { "Name": "RigType", "Scriptability": "ReadWrite", @@ -17546,6 +20676,19 @@ } } }, + "UseSceneOriginAsCFrame": { + "Name": "UseSceneOriginAsCFrame", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "UseSceneOriginAsPivot": { "Name": "UseSceneOriginAsPivot", "Scriptability": "ReadWrite", @@ -17559,6 +20702,19 @@ } } }, + "UsesCages": { + "Name": "UsesCages", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "WorldForward": { "Name": "WorldForward", "Scriptability": "ReadWrite", @@ -17596,7 +20752,73 @@ "Service" ], "Superclass": "Instance", - "Properties": {}, + "Properties": { + "AddPathsToBundle": { + "Name": "AddPathsToBundle", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "BuildDebouncePeriod": { + "Name": "BuildDebouncePeriod", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float64" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "HighCompression": { + "Name": "HighCompression", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SerializePatch": { + "Name": "SerializePatch", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ZstdCompression": { + "Name": "ZstdCompression", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, "DefaultProperties": {} }, "InputObject": { @@ -18067,6 +21289,229 @@ } } }, + "IntersectOperation": { + "Name": "IntersectOperation", + "Tags": [], + "Superclass": "PartOperation", + "Properties": {}, + "DefaultProperties": { + "Anchored": { + "Bool": false + }, + "AssetId": { + "Content": "" + }, + "Attributes": { + "BinaryString": "" + }, + "BackParamA": { + "Float32": -0.5 + }, + "BackParamB": { + "Float32": 0.5 + }, + "BackSurface": { + "Enum": 0 + }, + "BackSurfaceInput": { + "Enum": 0 + }, + "BottomParamA": { + "Float32": -0.5 + }, + "BottomParamB": { + "Float32": 0.5 + }, + "BottomSurface": { + "Enum": 0 + }, + "BottomSurfaceInput": { + "Enum": 0 + }, + "CFrame": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "CanCollide": { + "Bool": true + }, + "CanQuery": { + "Bool": true + }, + "CanTouch": { + "Bool": true + }, + "CastShadow": { + "Bool": true + }, + "CollisionGroup": { + "String": "Default" + }, + "CollisionGroupId": { + "Int32": 0 + }, + "Color": { + "Color3uint8": [ + 255, + 255, + 255 + ] + }, + "CustomPhysicalProperties": { + "PhysicalProperties": "Default" + }, + "FrontParamA": { + "Float32": -0.5 + }, + "FrontParamB": { + "Float32": 0.5 + }, + "FrontSurface": { + "Enum": 0 + }, + "FrontSurfaceInput": { + "Enum": 0 + }, + "LeftParamA": { + "Float32": -0.5 + }, + "LeftParamB": { + "Float32": 0.5 + }, + "LeftSurface": { + "Enum": 0 + }, + "LeftSurfaceInput": { + "Enum": 0 + }, + "Locked": { + "Bool": false + }, + "Massless": { + "Bool": false + }, + "Material": { + "Enum": 256 + }, + "PivotOffset": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "Reflectance": { + "Float32": 0.0 + }, + "RenderFidelity": { + "Enum": 1 + }, + "RightParamA": { + "Float32": -0.5 + }, + "RightParamB": { + "Float32": 0.5 + }, + "RightSurface": { + "Enum": 0 + }, + "RightSurfaceInput": { + "Enum": 0 + }, + "RootPriority": { + "Int32": 0 + }, + "RotVelocity": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "Size": { + "Vector3": [ + 4.0, + 1.2, + 2.0 + ] + }, + "SmoothingAngle": { + "Float32": 0.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "TopParamA": { + "Float32": -0.5 + }, + "TopParamB": { + "Float32": 0.5 + }, + "TopSurface": { + "Enum": 0 + }, + "TopSurfaceInput": { + "Enum": 0 + }, + "Transparency": { + "Float32": 0.0 + }, + "UsePartColor": { + "Bool": false + }, + "Velocity": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + } + } + }, "InventoryPages": { "Name": "InventoryPages", "Tags": [ @@ -19248,6 +22693,16 @@ } } }, + "LiveScriptingService": { + "Name": "LiveScriptingService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "LocalDebuggerConnection": { "Name": "LocalDebuggerConnection", "Tags": [ @@ -19273,6 +22728,9 @@ "LinkedSource": { "Content": "" }, + "RunContext": { + "Enum": 0 + }, "Source": { "String": "" }, @@ -19499,7 +22957,7 @@ "BinaryString": "" }, "Contents": { - "String": "" + "String": "[]" }, "SourceAssetId": { "Int64": -1 @@ -19611,6 +23069,21 @@ "Serialization": "DoesNotSerialize" } } + }, + "RuntimeSource": { + "Name": "RuntimeSource", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": {} @@ -19848,10 +23321,30 @@ "Properties": {}, "DefaultProperties": {} }, + "MaterialGenerationService": { + "Name": "MaterialGenerationService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "MaterialGenerationSession": { + "Name": "MaterialGenerationSession", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "MaterialService": { "Name": "MaterialService", "Tags": [ - "NotBrowsable", "NotCreatable", "Service" ], @@ -20351,118 +23844,101 @@ "Serialization": "Serializes" } } - }, - "hasPropertyWarningInStudio": { - "Name": "hasPropertyWarningInStudio", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "Hidden", - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } } }, "DefaultProperties": { "AsphaltName": { - "String": "" + "String": "Asphalt" }, "Attributes": { "BinaryString": "" }, "BasaltName": { - "String": "" + "String": "Basalt" }, "BrickName": { - "String": "" + "String": "Brick" }, "CobblestoneName": { - "String": "" + "String": "Cobblestone" }, "ConcreteName": { - "String": "" + "String": "Concrete" }, "CorrodedMetalName": { - "String": "" + "String": "CorrodedMetal" }, "CrackedLavaName": { - "String": "" + "String": "CrackedLava" }, "DiamondPlateName": { - "String": "" + "String": "DiamondPlate" }, "FabricName": { - "String": "" + "String": "Fabric" }, "FoilName": { - "String": "" + "String": "Foil" }, "GlacierName": { - "String": "" + "String": "Glacier" }, "GraniteName": { - "String": "" + "String": "Granite" }, "GrassName": { - "String": "" + "String": "Grass" }, "GroundName": { - "String": "" + "String": "Ground" }, "IceName": { - "String": "" + "String": "Ice" }, "LeafyGrassName": { - "String": "" + "String": "LeafyGrass" }, "LimestoneName": { - "String": "" + "String": "Limestone" }, "MarbleName": { - "String": "" + "String": "Marble" }, "MetalName": { - "String": "" + "String": "Metal" }, "MudName": { - "String": "" + "String": "Mud" }, "PavementName": { - "String": "" + "String": "Pavement" }, "PebbleName": { - "String": "" + "String": "Pebble" }, "PlasticName": { - "String": "" + "String": "Plastic" }, "RockName": { - "String": "" + "String": "Rock" }, "SaltName": { - "String": "" + "String": "Salt" }, "SandName": { - "String": "" + "String": "Sand" }, "SandstoneName": { - "String": "" + "String": "Sandstone" }, "SlateName": { - "String": "" + "String": "Slate" }, "SmoothPlasticName": { - "String": "" + "String": "SmoothPlastic" }, "SnowName": { - "String": "" + "String": "Snow" }, "SourceAssetId": { "Int64": -1 @@ -20471,18 +23947,16 @@ "BinaryString": "" }, "WoodName": { - "String": "" + "String": "Wood" }, "WoodPlanksName": { - "String": "" + "String": "WoodPlanks" } } }, "MaterialVariant": { "Name": "MaterialVariant", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "BaseMaterial": { @@ -20511,6 +23985,19 @@ } } }, + "CustomPhysicalProperties": { + "Name": "CustomPhysicalProperties", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "PhysicalProperties" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MaterialPattern": { "Name": "MaterialPattern", "Scriptability": "ReadWrite", @@ -20587,6 +24074,9 @@ "ColorMap": { "Content": "" }, + "CustomPhysicalProperties": { + "PhysicalProperties": "Default" + }, "MaterialPattern": { "Enum": 0 }, @@ -20681,6 +24171,32 @@ "Properties": {}, "DefaultProperties": {} }, + "MeshDataExperimental": { + "Name": "MeshDataExperimental", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "Size": { + "Name": "Size", + "Scriptability": "Read", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "MeshPart": { "Name": "MeshPart", "Tags": [], @@ -20744,22 +24260,6 @@ } } }, - "MeshID": { - "Name": "MeshID", - "Scriptability": "None", - "DataType": { - "Value": "Content" - }, - "Tags": [ - "Deprecated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "MeshId": { "Name": "MeshId", "Scriptability": "Read", @@ -20773,22 +24273,6 @@ } } }, - "MeshSize": { - "Name": "MeshSize", - "Scriptability": "Read", - "DataType": { - "Value": "Vector3" - }, - "Tags": [ - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "RenderFidelity": { "Name": "RenderFidelity", "Scriptability": "ReadWrite", @@ -20887,6 +24371,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -20949,9 +24436,6 @@ "Material": { "Enum": 256 }, - "MeshID": { - "Content": "" - }, "MeshId": { "Content": "" }, @@ -21254,6 +24738,23 @@ "Serialization": "Serializes" } } + }, + "Valid": { + "Name": "Valid", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -21306,6 +24807,17 @@ } } }, + "MetaBreakpointManager": { + "Name": "MetaBreakpointManager", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Model": { "Name": "Model", "Tags": [], @@ -21324,6 +24836,19 @@ } } }, + "ModelStreamingMode": { + "Name": "ModelStreamingMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ModelStreamingMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PrimaryPart": { "Name": "PrimaryPart", "Scriptability": "ReadWrite", @@ -21337,11 +24862,11 @@ } } }, - "World Pivot Orientation": { - "Name": "World Pivot Orientation", - "Scriptability": "None", + "Scale": { + "Name": "Scale", + "Scriptability": "Custom", "DataType": { - "Value": "Vector3" + "Value": "Float32" }, "Tags": [ "NotReplicated", @@ -21349,23 +24874,22 @@ ], "Kind": { "Canonical": { - "Serialization": "DoesNotSerialize" + "Serialization": { + "SerializesAs": "ScaleFactor" + } } } }, - "World Pivot Position": { - "Name": "World Pivot Position", + "ScaleFactor": { + "Name": "ScaleFactor", "Scriptability": "None", "DataType": { - "Value": "Vector3" + "Value": "Float32" }, - "Tags": [ - "NotReplicated", - "NotScriptable" - ], + "Tags": [], "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" + "Alias": { + "AliasFor": "Scale" } } }, @@ -21392,6 +24916,12 @@ "LevelOfDetail": { "Enum": 0 }, + "ModelStreamingMode": { + "Enum": 0 + }, + "Scale": { + "Float32": 1.0 + }, "SourceAssetId": { "Int64": -1 }, @@ -22061,6 +25591,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -22505,6 +26038,23 @@ ], "Superclass": "Instance", "Properties": { + "IsConnected": { + "Name": "IsConnected", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "IsLuaChatEnabled": { "Name": "IsLuaChatEnabled", "Scriptability": "None", @@ -22715,43 +26265,11 @@ ], "Superclass": "Instance", "Properties": { - "Origin Orientation": { - "Name": "Origin Orientation", - "Scriptability": "None", - "DataType": { - "Value": "Vector3" - }, - "Tags": [ - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Origin Position": { - "Name": "Origin Position", - "Scriptability": "None", - "DataType": { - "Value": "Vector3" - }, - "Tags": [ - "NotReplicated", - "NotScriptable" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "Pivot Offset Orientation": { - "Name": "Pivot Offset Orientation", + "Origin": { + "Name": "Origin", "Scriptability": "None", "DataType": { - "Value": "Vector3" + "Value": "CFrame" }, "Tags": [ "NotReplicated", @@ -22763,11 +26281,11 @@ } } }, - "Pivot Offset Position": { - "Name": "Pivot Offset Position", + "Pivot Offset": { + "Name": "Pivot Offset", "Scriptability": "None", "DataType": { - "Value": "Vector3" + "Value": "CFrame" }, "Tags": [ "NotReplicated", @@ -23222,6 +26740,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -23531,6 +27052,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -24317,6 +27841,67 @@ } } }, + "PatchBundlerFileWatch": { + "Name": "PatchBundlerFileWatch", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "PatchMapping": { + "Name": "PatchMapping", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "FlattenTree": { + "Name": "FlattenTree", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PatchId": { + "Name": "PatchId", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TargetPath": { + "Name": "TargetPath", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "String" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "Path": { "Name": "Path", "Tags": [ @@ -24346,9 +27931,7 @@ }, "PathfindingLink": { "Name": "PathfindingLink", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "Attachment0": { @@ -24731,6 +28314,45 @@ } } }, + "AreConstraintForcesShownForSelectedOrHoveredInstances": { + "Name": "AreConstraintForcesShownForSelectedOrHoveredInstances", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AreConstraintTorquesShownForSelectedOrHoveredInstances": { + "Name": "AreConstraintTorquesShownForSelectedOrHoveredInstances", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "AreContactForcesShownForSelectedOrHoveredAssemblies": { + "Name": "AreContactForcesShownForSelectedOrHoveredAssemblies", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AreContactIslandsShown": { "Name": "AreContactIslandsShown", "Scriptability": "ReadWrite", @@ -24770,6 +28392,19 @@ } } }, + "AreMagnitudesShownForDrawnForcesAndTorques": { + "Name": "AreMagnitudesShownForDrawnForcesAndTorques", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AreMechanismsShown": { "Name": "AreMechanismsShown", "Scriptability": "ReadWrite", @@ -24835,6 +28470,19 @@ } } }, + "AreSolverIslandsShown": { + "Name": "AreSolverIslandsShown", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "AreTerrainReplicationRegionsShown": { "Name": "AreTerrainReplicationRegionsShown", "Scriptability": "ReadWrite", @@ -24916,6 +28564,19 @@ } } }, + "ForceDrawScale": { + "Name": "ForceDrawScale", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "IsInterpolationThrottleShown": { "Name": "IsInterpolationThrottleShown", "Scriptability": "ReadWrite", @@ -24981,6 +28642,19 @@ } } }, + "SolverConvergenceVisualizationMode": { + "Name": "SolverConvergenceVisualizationMode", + "Scriptability": "None", + "DataType": { + "Enum": "SolverConvergenceVisualizationMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ThrottleAdjustTime": { "Name": "ThrottleAdjustTime", "Scriptability": "ReadWrite", @@ -25466,6 +29140,19 @@ } } }, + "HasVerifiedBadge": { + "Name": "HasVerifiedBadge", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "HealthDisplayDistance": { "Name": "HealthDisplayDistance", "Scriptability": "ReadWrite", @@ -25686,6 +29373,23 @@ } } }, + "UnfilteredChat": { + "Name": "UnfilteredChat", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "UserId": { "Name": "UserId", "Scriptability": "ReadWrite", @@ -25714,6 +29418,22 @@ } } }, + "VREnabled": { + "Name": "VREnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "userId": { "Name": "userId", "Scriptability": "ReadWrite", @@ -25736,6 +29456,7 @@ "Name": "PlayerEmulatorService", "Tags": [ "NotCreatable", + "NotReplicated", "Service" ], "Superclass": "Instance", @@ -25747,7 +29468,8 @@ "Value": "Bool" }, "Tags": [ - "Hidden" + "Hidden", + "NotReplicated" ], "Kind": { "Canonical": { @@ -25762,7 +29484,8 @@ "Value": "String" }, "Tags": [ - "Hidden" + "Hidden", + "NotReplicated" ], "Kind": { "Canonical": { @@ -25777,7 +29500,8 @@ "Value": "String" }, "Tags": [ - "Hidden" + "Hidden", + "NotReplicated" ], "Kind": { "Canonical": { @@ -25792,7 +29516,8 @@ "Value": "Bool" }, "Tags": [ - "Hidden" + "Hidden", + "NotReplicated" ], "Kind": { "Canonical": { @@ -25807,7 +29532,8 @@ "Value": "BinaryString" }, "Tags": [ - "Hidden" + "Hidden", + "NotReplicated" ], "Kind": { "Canonical": { @@ -26082,6 +29808,22 @@ } } }, + "UseStrafingAnimations": { + "Name": "UseStrafingAnimations", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotReplicated", + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "localPlayer": { "Name": "localPlayer", "Scriptability": "Read", @@ -26140,6 +29882,9 @@ }, "Tags": { "BinaryString": "" + }, + "UseStrafingAnimations": { + "Bool": false } } }, @@ -26495,6 +30240,17 @@ "Properties": {}, "DefaultProperties": {} }, + "PluginManagementService": { + "Name": "PluginManagementService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "PluginManager": { "Name": "PluginManager", "Tags": [ @@ -27442,6 +31198,22 @@ "Serialization": "Serializes" } } + }, + "ServiceVisibility": { + "Name": "ServiceVisibility", + "Scriptability": "None", + "DataType": { + "Enum": "ServiceVisibility" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -27496,6 +31268,9 @@ "ServerOnly": { "Bool": false }, + "ServiceVisibility": { + "Enum": 0 + }, "SliderScaling": { "String": "" }, @@ -28031,6 +31806,16 @@ } } }, + "RemoteCursorService": { + "Name": "RemoteCursorService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "RemoteDebuggerServer": { "Name": "RemoteDebuggerServer", "Tags": [ @@ -28350,6 +32135,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -28365,6 +32151,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -28623,70 +32410,7 @@ "Name": "RigidConstraint", "Tags": [], "Superclass": "Constraint", - "Properties": { - "Broken": { - "Name": "Broken", - "Scriptability": "Read", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotBrowsable", - "NotReplicated", - "ReadOnly" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "DestructionEnabled": { - "Name": "DestructionEnabled", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "NotBrowsable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "DestructionForce": { - "Name": "DestructionForce", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [ - "NotBrowsable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "DestructionTorque": { - "Name": "DestructionTorque", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Float32" - }, - "Tags": [ - "NotBrowsable" - ], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - } - }, + "Properties": {}, "DefaultProperties": { "Attributes": { "BinaryString": "" @@ -28694,15 +32418,6 @@ "Color": { "Int32": 194 }, - "DestructionEnabled": { - "Bool": false - }, - "DestructionForce": { - "Float32": null - }, - "DestructionTorque": { - "Float32": null - }, "Enabled": { "Bool": true }, @@ -29573,11 +33288,36 @@ "Properties": {}, "DefaultProperties": {} }, + "SafetyService": { + "Name": "SafetyService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "ScreenGui": { "Name": "ScreenGui", "Tags": [], "Superclass": "LayerCollector", "Properties": { + "ClipToDeviceSafeArea": { + "Name": "ClipToDeviceSafeArea", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DisplayOrder": { "Name": "DisplayOrder", "Scriptability": "ReadWrite", @@ -29600,7 +33340,7 @@ "Tags": [], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -29618,6 +33358,36 @@ "Serialization": "DoesNotSerialize" } } + }, + "SafeAreaCompatibility": { + "Name": "SafeAreaCompatibility", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SafeAreaCompatibility" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ScreenInsets": { + "Name": "ScreenInsets", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "ScreenInsets" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -29627,18 +33397,24 @@ "AutoLocalize": { "Bool": true }, + "ClipToDeviceSafeArea": { + "Bool": true + }, "DisplayOrder": { "Int32": 0 }, "Enabled": { "Bool": true }, - "IgnoreGuiInset": { - "Bool": false - }, "ResetOnSpawn": { "Bool": true }, + "SafeAreaCompatibility": { + "Enum": 1 + }, + "ScreenInsets": { + "Enum": 2 + }, "SelectionBehaviorDown": { "Enum": 0 }, @@ -29665,6 +33441,121 @@ } } }, + "ScreenshotHud": { + "Name": "ScreenshotHud", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "CameraButtonIcon": { + "Name": "CameraButtonIcon", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CameraButtonPosition": { + "Name": "CameraButtonPosition", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CloseButtonPosition": { + "Name": "CloseButtonPosition", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "UDim2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "CloseWhenScreenshotTaken": { + "Name": "CloseWhenScreenshotTaken", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "ExperienceNameOverlayEnabled": { + "Name": "ExperienceNameOverlayEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "OverlayFont": { + "Name": "OverlayFont", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "Font" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "UsernameOverlayEnabled": { + "Name": "UsernameOverlayEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Visible": { + "Name": "Visible", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "Script": { "Name": "Script", "Tags": [], @@ -29694,6 +33585,9 @@ "LinkedSource": { "Content": "" }, + "RunContext": { + "Enum": 0 + }, "Source": { "String": "" }, @@ -29705,6 +33599,16 @@ } } }, + "ScriptBuilder": { + "Name": "ScriptBuilder", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "ScriptChangeService": { "Name": "ScriptChangeService", "Tags": [ @@ -29871,6 +33775,16 @@ "Properties": {}, "DefaultProperties": {} }, + "ScriptRuntime": { + "Name": "ScriptRuntime", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "ScriptService": { "Name": "ScriptService", "Tags": [ @@ -30472,6 +34386,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -30640,6 +34557,40 @@ } } }, + "SelectionBoxThickness": { + "Name": "SelectionBoxThickness", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "SelectionLineThickness": { + "Name": "SelectionLineThickness", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "SelectionThickness": { "Name": "SelectionThickness", "Scriptability": "Read", @@ -30655,6 +34606,21 @@ "Serialization": "DoesNotSerialize" } } + }, + "ShowBoundingBox": { + "Name": "ShowBoundingBox", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -30687,6 +34653,21 @@ } } }, + "StudioSelectionBox": { + "Name": "StudioSelectionBox", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "SurfaceColor": { "Name": "SurfaceColor", "Scriptability": "ReadWrite", @@ -30748,6 +34729,9 @@ "SourceAssetId": { "Int64": -1 }, + "StudioSelectionBox": { + "Bool": false + }, "SurfaceColor3": { "Color3": [ 0.050980397, @@ -30769,6 +34753,16 @@ } } }, + "SelectionHighlightManager": { + "Name": "SelectionHighlightManager", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "SelectionLasso": { "Name": "SelectionLasso", "Tags": [ @@ -30975,6 +34969,29 @@ } } }, + "SensorBase": { + "Name": "SensorBase", + "Tags": [ + "NotCreatable" + ], + "Superclass": "Instance", + "Properties": { + "UpdateType": { + "Name": "UpdateType", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "SensorUpdateType" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "ServerReplicator": { "Name": "ServerReplicator", "Tags": [ @@ -31057,6 +35074,43 @@ "Properties": {}, "DefaultProperties": {} }, + "ServiceVisibilityService": { + "Name": "ServiceVisibilityService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "VisibleServices": { + "Name": "VisibleServices", + "Scriptability": "None", + "DataType": { + "Value": "BinaryString" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "VisibleServices": { + "BinaryString": "AAAAAA==" + } + } + }, "SessionService": { "Name": "SessionService", "Tags": [ @@ -31067,6 +35121,17 @@ "Properties": {}, "DefaultProperties": {} }, + "SharedTableRegistry": { + "Name": "SharedTableRegistry", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Shirt": { "Name": "Shirt", "Tags": [], @@ -31162,6 +35227,17 @@ } } }, + "ShorelineUpgraderService": { + "Name": "ShorelineUpgraderService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "SkateboardController": { "Name": "SkateboardController", "Tags": [], @@ -31360,6 +35436,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -32119,6 +36198,17 @@ } } }, + "SmoothVoxelsUpgraderService": { + "Name": "SmoothVoxelsUpgraderService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Snap": { "Name": "Snap", "Tags": [ @@ -32286,6 +36376,7 @@ "Value": "Bool" }, "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -32302,6 +36393,24 @@ "Value": "Bool" }, "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "IsSpatial": { + "Name": "IsSpatial", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", "NotReplicated", "ReadOnly" ], @@ -32311,6 +36420,19 @@ } } }, + "LoopRegion": { + "Name": "LoopRegion", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Looped": { "Name": "Looped", "Scriptability": "ReadWrite", @@ -32400,6 +36522,34 @@ } } }, + "PlaybackRegion": { + "Name": "PlaybackRegion", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "NumberRange" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PlaybackRegionsEnabled": { + "Name": "PlaybackRegionsEnabled", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "PlaybackSpeed": { "Name": "PlaybackSpeed", "Scriptability": "ReadWrite", @@ -32430,6 +36580,23 @@ } } }, + "RollOffGain": { + "Name": "RollOffGain", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "RollOffMaxDistance": { "Name": "RollOffMaxDistance", "Scriptability": "ReadWrite", @@ -32597,6 +36764,12 @@ "EmitterSize": { "Float32": 10.0 }, + "LoopRegion": { + "NumberRange": [ + 0.0, + 60000.0 + ] + }, "Looped": { "Bool": false }, @@ -32606,6 +36779,15 @@ "PlayOnRemove": { "Bool": false }, + "PlaybackRegion": { + "NumberRange": [ + 0.0, + 60000.0 + ] + }, + "PlaybackRegionsEnabled": { + "Bool": false + }, "PlaybackSpeed": { "Float32": 1.0 }, @@ -32774,6 +36956,21 @@ "Serialization": "Serializes" } } + }, + "VolumetricAudio": { + "Name": "VolumetricAudio", + "Scriptability": "None", + "DataType": { + "Enum": "VolumetricAudio" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } } }, "DefaultProperties": { @@ -32800,6 +36997,9 @@ }, "Tags": { "BinaryString": "" + }, + "VolumetricAudio": { + "Enum": 1 } } }, @@ -33032,6 +37232,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -33197,7 +37400,8 @@ "Speaker": { "Name": "Speaker", "Tags": [ - "Deprecated" + "Deprecated", + "NotCreatable" ], "Superclass": "Instance", "Properties": { @@ -34036,6 +38240,21 @@ } } }, + "RtlTextSupport": { + "Name": "RtlTextSupport", + "Scriptability": "None", + "DataType": { + "Enum": "RtlTextSupport" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "ScreenOrientation": { "Name": "ScreenOrientation", "Scriptability": "ReadWrite", @@ -34085,6 +38304,9 @@ "ResetPlayerGuiOnSpawn": { "Bool": true }, + "RtlTextSupport": { + "Enum": 0 + }, "ScreenOrientation": { "Enum": 2 }, @@ -34327,6 +38549,21 @@ } } }, + "EnableDynamicHeads": { + "Name": "EnableDynamicHeads", + "Scriptability": "None", + "DataType": { + "Enum": "LoadDynamicHeads" + }, + "Tags": [ + "NotScriptable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "EnableMouseLockOption": { "Name": "EnableMouseLockOption", "Scriptability": "ReadWrite", @@ -34625,6 +38862,21 @@ } } }, + "HumanoidStateMachineMode": { + "Name": "HumanoidStateMachineMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "HumanoidStateMachineMode" + }, + "Tags": [ + "NotBrowsable" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "LoadCharacterAppearance": { "Name": "LoadCharacterAppearance", "Scriptability": "ReadWrite", @@ -34730,6 +38982,9 @@ "DevTouchMovementMode": { "Enum": 0 }, + "EnableDynamicHeads": { + "Enum": 0 + }, "EnableMouseLockOption": { "Bool": true }, @@ -34802,6 +39057,9 @@ "HealthDisplayDistance": { "Float32": 100.0 }, + "HumanoidStateMachineMode": { + "Enum": 0 + }, "LoadCharacterAppearance": { "Bool": true }, @@ -35046,17 +39304,6 @@ "Properties": {}, "DefaultProperties": {} }, - "StopWatchReporter": { - "Name": "StopWatchReporter", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, "StringValue": { "Name": "StringValue", "Tags": [], @@ -35266,6 +39513,19 @@ } } }, + "Auto Delete Closing Brackets and Quotes": { + "Name": "Auto Delete Closing Brackets and Quotes", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Auto Indent Rule": { "Name": "Auto Indent Rule", "Scriptability": "ReadWrite", @@ -35305,6 +39565,19 @@ } } }, + "Automatically commit locked scripts when you save or publish to Roblox": { + "Name": "Automatically commit locked scripts when you save or publish to Roblox", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Background Color": { "Name": "Background Color", "Scriptability": "ReadWrite", @@ -35391,6 +39664,19 @@ } } }, + "Camera Pan Speed": { + "Name": "Camera Pan Speed", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Camera Shift Speed": { "Name": "Camera Shift Speed", "Scriptability": "ReadWrite", @@ -35529,6 +39815,19 @@ } } }, + "Display Team Create toggle when creating a new experience": { + "Name": "Display Team Create toggle when creating a new experience", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "DisplayLanguage": { "Name": "DisplayLanguage", "Scriptability": "None", @@ -35771,6 +40070,19 @@ } } }, + "File > New creates a place with Team Create off": { + "Name": "File > New creates a place with Team Create off", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Find Selection Background Color": { "Name": "Find Selection Background Color", "Scriptability": "ReadWrite", @@ -35879,6 +40191,19 @@ } } }, + "Hover Line Thickness": { + "Name": "Hover Line Thickness", + "Scriptability": "None", + "DataType": { + "Value": "Int32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Hover Over Color": { "Name": "Hover Over Color", "Scriptability": "ReadWrite", @@ -36454,6 +40779,19 @@ } } }, + "Selection Box Thickness": { + "Name": "Selection Box Thickness", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "Selection Color": { "Name": "Selection Color", "Scriptability": "ReadWrite", @@ -36482,11 +40820,11 @@ } } }, - "Server Audio Behavior": { - "Name": "Server Audio Behavior", - "Scriptability": "ReadWrite", + "Selection Line Thickness": { + "Name": "Selection Line Thickness", + "Scriptability": "None", "DataType": { - "Enum": "ServerAudioBehavior" + "Value": "Int32" }, "Tags": [], "Kind": { @@ -36495,11 +40833,11 @@ } } }, - "Set Pivot of Imported Parts": { - "Name": "Set Pivot of Imported Parts", + "Server Audio Behavior": { + "Name": "Server Audio Behavior", "Scriptability": "ReadWrite", "DataType": { - "Value": "Bool" + "Enum": "ServerAudioBehavior" }, "Tags": [], "Kind": { @@ -36508,8 +40846,8 @@ } } }, - "Show Core GUI in Explorer while Playing": { - "Name": "Show Core GUI in Explorer while Playing", + "Set Pivot of Imported Parts": { + "Name": "Set Pivot of Imported Parts", "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" @@ -36521,8 +40859,8 @@ } } }, - "Show Deployment Warnings": { - "Name": "Show Deployment Warnings", + "Show Core GUI in Explorer while Playing": { + "Name": "Show Core GUI in Explorer while Playing", "Scriptability": "ReadWrite", "DataType": { "Value": "Bool" @@ -36882,28 +41220,54 @@ "Serialization": "Serializes" } } + } + }, + "DefaultProperties": { + "Attributes": { + "BinaryString": "" }, - "SrcPlaceId": { - "Name": "SrcPlaceId", + "EnableScriptCollabByDefaultOnLoad": { + "Bool": false + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "StudioDeviceEmulatorService": { + "Name": "StudioDeviceEmulatorService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": { + "HasMultiTouchStarted": { + "Name": "HasMultiTouchStarted", "Scriptability": "None", "DataType": { - "Value": "Int64" + "Value": "Bool" }, "Tags": [ "Hidden", - "NotReplicated" + "NotReplicated", + "ReadOnly" ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, - "SrcUniverseId": { - "Name": "SrcUniverseId", + "IsMultiTouchEmulationOn": { + "Name": "IsMultiTouchEmulationOn", "Scriptability": "None", "DataType": { - "Value": "Int64" + "Value": "Bool" }, "Tags": [ "Hidden", @@ -36911,45 +41275,49 @@ ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } - } - }, - "DefaultProperties": { - "Attributes": { - "BinaryString": "" - }, - "EnableScriptCollabByDefaultOnLoad": { - "Bool": false - }, - "SourceAssetId": { - "Int64": -1 - }, - "SrcPlaceId": { - "Int64": 0 }, - "SrcUniverseId": { - "Int64": 0 + "IsMultiTouchEnabled": { + "Name": "IsMultiTouchEnabled", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } }, - "Tags": { - "BinaryString": "" + "PivotPosition": { + "Name": "PivotPosition", + "Scriptability": "None", + "DataType": { + "Value": "Vector2" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } - } - }, - "StudioDeviceEmulatorService": { - "Name": "StudioDeviceEmulatorService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, + }, "DefaultProperties": {} }, - "StudioHighDpiService": { - "Name": "StudioHighDpiService", + "StudioPublishService": { + "Name": "StudioPublishService", "Tags": [ "NotCreatable", "NotReplicated", @@ -36959,8 +41327,8 @@ "Properties": {}, "DefaultProperties": {} }, - "StudioPublishService": { - "Name": "StudioPublishService", + "StudioScriptDebugEventListener": { + "Name": "StudioScriptDebugEventListener", "Tags": [ "NotCreatable", "NotReplicated", @@ -36970,8 +41338,8 @@ "Properties": {}, "DefaultProperties": {} }, - "StudioScriptDebugEventListener": { - "Name": "StudioScriptDebugEventListener", + "StudioSdkService": { + "Name": "StudioSdkService", "Tags": [ "NotCreatable", "NotReplicated", @@ -37383,34 +41751,8 @@ "SurfaceGui": { "Name": "SurfaceGui", "Tags": [], - "Superclass": "LayerCollector", + "Superclass": "SurfaceGuiBase", "Properties": { - "Active": { - "Name": "Active", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Bool" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, - "Adornee": { - "Name": "Adornee", - "Scriptability": "ReadWrite", - "DataType": { - "Value": "Ref" - }, - "Tags": [], - "Kind": { - "Canonical": { - "Serialization": "Serializes" - } - } - }, "AlwaysOnTop": { "Name": "AlwaysOnTop", "Scriptability": "ReadWrite", @@ -37463,16 +41805,18 @@ } } }, - "Face": { - "Name": "Face", - "Scriptability": "ReadWrite", + "HorizontalCurvature": { + "Name": "HorizontalCurvature", + "Scriptability": "None", "DataType": { - "Enum": "NormalId" + "Value": "Float32" }, - "Tags": [], + "Tags": [ + "Hidden" + ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -37502,6 +41846,21 @@ } } }, + "Shape": { + "Name": "Shape", + "Scriptability": "None", + "DataType": { + "Enum": "SurfaceGuiShape" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "SizingMode": { "Name": "SizingMode", "Scriptability": "ReadWrite", @@ -37617,6 +41976,55 @@ } } }, + "SurfaceGuiBase": { + "Name": "SurfaceGuiBase", + "Tags": [ + "NotCreatable" + ], + "Superclass": "LayerCollector", + "Properties": { + "Active": { + "Name": "Active", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Adornee": { + "Name": "Adornee", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Ref" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "Face": { + "Name": "Face", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "NormalId" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "SurfaceLight": { "Name": "SurfaceLight", "Tags": [], @@ -37746,6 +42154,175 @@ } } }, + "SwimController": { + "Name": "SwimController", + "Tags": [ + "NotBrowsable" + ], + "Superclass": "ControllerBase", + "Properties": { + "AccelerationTime": { + "Name": "AccelerationTime", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PitchMaxTorque": { + "Name": "PitchMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PitchSpeedFactor": { + "Name": "PitchSpeedFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RollMaxTorque": { + "Name": "RollMaxTorque", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RollSpeedFactor": { + "Name": "RollSpeedFactor", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Float32" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AccelerationTime": { + "Float32": 0.0 + }, + "Attributes": { + "BinaryString": "" + }, + "MoveSpeedFactor": { + "Float32": 1.0 + }, + "PitchMaxTorque": { + "Float32": 10000.0 + }, + "PitchSpeedFactor": { + "Float32": 1.0 + }, + "RigidityEnabled": { + "Bool": false + }, + "RollMaxTorque": { + "Float32": 10000.0 + }, + "RollSpeedFactor": { + "Float32": 1.0 + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + } + } + }, + "SyncScriptBuilder": { + "Name": "SyncScriptBuilder", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "ScriptBuilder", + "Properties": { + "CoverageInfo": { + "Name": "CoverageInfo", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "DebugInfo": { + "Name": "DebugInfo", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "PackAsSource": { + "Name": "PackAsSource", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "RawBytecode": { + "Name": "RawBytecode", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "TaskScheduler": { "Name": "TaskScheduler", "Tags": [ @@ -37915,6 +42492,37 @@ } } }, + "TeamCreateData": { + "Name": "TeamCreateData", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "TeamCreatePublishService": { + "Name": "TeamCreatePublishService", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, + "TeamCreateService": { + "Name": "TeamCreateService", + "Tags": [ + "NotCreatable", + "NotReplicated", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "Teams": { "Name": "Teams", "Tags": [ @@ -38188,6 +42796,36 @@ } } }, + "ShorelinesUpgraded": { + "Name": "ShorelinesUpgraded", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "SmoothVoxelsUpgraded": { + "Name": "SmoothVoxelsUpgraded", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "WaterColor": { "Name": "WaterColor", "Scriptability": "ReadWrite", @@ -38323,6 +42961,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -38426,6 +43067,9 @@ 0.0 ] }, + "ShorelinesUpgraded": { + "Bool": false + }, "Size": { "Vector3": [ 2044.0, @@ -38433,6 +43077,9 @@ 2044.0 ] }, + "SmoothVoxelsUpgraded": { + "Bool": false + }, "SourceAssetId": { "Int64": -1 }, @@ -38484,9 +43131,7 @@ }, "TerrainDetail": { "Name": "TerrainDetail", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "ColorMap": { @@ -38924,11 +43569,11 @@ } } }, - "EnableRealtimeFilteringHints": { - "Name": "EnableRealtimeFilteringHints", - "Scriptability": "None", + "Font": { + "Name": "Font", + "Scriptability": "ReadWrite", "DataType": { - "Value": "Bool" + "Enum": "Font" }, "Tags": [ "Hidden", @@ -38940,11 +43585,11 @@ } } }, - "Font": { - "Name": "Font", + "FontFace": { + "Name": "FontFace", "Scriptability": "ReadWrite", "DataType": { - "Enum": "Font" + "Value": "Font" }, "Tags": [], "Kind": { @@ -39410,8 +44055,13 @@ "Draggable": { "Bool": false }, - "Font": { - "Enum": 0 + "FontFace": { + "Font": { + "family": "rbxasset://fonts/families/LegacyArial.json", + "weight": "Regular", + "style": "Normal", + "cachedFaceId": "rbxasset://fonts/arial.ttf" + } }, "LayoutOrder": { "Int32": 0 @@ -39587,6 +44237,22 @@ "DataType": { "Enum": "Font" }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FontFace": { + "Name": "FontFace", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Font" + }, "Tags": [], "Kind": { "Canonical": { @@ -39926,8 +44592,13 @@ "Draggable": { "Bool": false }, - "Font": { - "Enum": 0 + "FontFace": { + "Font": { + "family": "rbxasset://fonts/families/LegacyArial.json", + "weight": "Regular", + "style": "Normal", + "cachedFaceId": "rbxasset://fonts/arial.ttf" + } }, "LayoutOrder": { "Int32": 0 @@ -40058,9 +44729,7 @@ }, "TextChannel": { "Name": "TextChannel", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": {}, "DefaultProperties": { @@ -40077,9 +44746,7 @@ }, "TextChatCommand": { "Name": "TextChatCommand", - "Tags": [ - "NotBrowsable" - ], + "Tags": [], "Superclass": "Instance", "Properties": { "Enabled": { @@ -40301,7 +44968,6 @@ "TextChatService": { "Name": "TextChatService", "Tags": [ - "NotBrowsable", "NotCreatable", "Service" ], @@ -40405,6 +45071,22 @@ "DataType": { "Enum": "Font" }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, + "FontFace": { + "Name": "FontFace", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Font" + }, "Tags": [], "Kind": { "Canonical": { @@ -40741,8 +45423,13 @@ "Draggable": { "Bool": false }, - "Font": { - "Enum": 0 + "FontFace": { + "Font": { + "family": "rbxasset://fonts/families/LegacyArial.json", + "weight": "Regular", + "style": "Normal", + "cachedFaceId": "rbxasset://fonts/arial.ttf" + } }, "LayoutOrder": { "Int32": 0 @@ -40876,7 +45563,6 @@ "TextSource": { "Name": "TextSource", "Tags": [ - "NotBrowsable", "NotCreatable" ], "Superclass": "Instance", @@ -41014,6 +45700,45 @@ } } }, + "TextureGuiExperimental": { + "Name": "TextureGuiExperimental", + "Tags": [ + "NotCreatable" + ], + "Superclass": "LayerCollector", + "Properties": { + "Size": { + "Name": "Size", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector2" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "TemporaryId": { + "Name": "TemporaryId", + "Scriptability": "Read", + "DataType": { + "Value": "Content" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + } + }, + "DefaultProperties": {} + }, "ThirdPartyUserService": { "Name": "ThirdPartyUserService", "Tags": [ @@ -41186,6 +45911,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -41201,6 +45927,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -41216,6 +45943,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -41231,6 +45959,7 @@ "Value": "Vector3" }, "Tags": [ + "Hidden", "NotReplicated" ], "Kind": { @@ -41315,12 +46044,21 @@ ] } }, + "LevelOfDetail": { + "Enum": 0 + }, "ManualActivationOnly": { "Bool": false }, + "ModelStreamingMode": { + "Enum": 0 + }, "RequiresHandle": { "Bool": true }, + "Scale": { + "Float32": 1.0 + }, "SourceAssetId": { "Int64": -1 }, @@ -41335,17 +46073,6 @@ } } }, - "ToolboxService": { - "Name": "ToolboxService", - "Tags": [ - "NotCreatable", - "NotReplicated", - "Service" - ], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": {} - }, "Torque": { "Name": "Torque", "Tags": [], @@ -41649,6 +46376,69 @@ "Properties": {}, "DefaultProperties": {} }, + "TrackerLodController": { + "Name": "TrackerLodController", + "Tags": [ + "NotCreatable", + "NotReplicated" + ], + "Superclass": "Instance", + "Properties": { + "AudioMode": { + "Name": "AudioMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "TrackerLodFlagMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VideoExtrapolationMode": { + "Name": "VideoExtrapolationMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "TrackerExtrapolationFlagMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VideoLodMode": { + "Name": "VideoLodMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "TrackerLodValueMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VideoMode": { + "Name": "VideoMode", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "TrackerLodFlagMode" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": {} + }, "TrackerStreamAnimation": { "Name": "TrackerStreamAnimation", "Tags": [ @@ -42091,6 +46881,22 @@ "Serialization": "DoesNotSerialize" } } + }, + "MeshSize": { + "Name": "MeshSize", + "Scriptability": "Read", + "DataType": { + "Value": "Vector3" + }, + "Tags": [ + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": {} @@ -42185,6 +46991,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -43680,6 +48489,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -44288,6 +49100,22 @@ } } }, + "PlayerHeight": { + "Name": "PlayerHeight", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "RCCProfilerRecordFrameRate": { "Name": "RCCProfilerRecordFrameRate", "Scriptability": "ReadWrite", @@ -44466,6 +49294,22 @@ } } }, + "VRPlayMode": { + "Name": "VRPlayMode", + "Scriptability": "Read", + "DataType": { + "Enum": "VRPlayMode" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "VRRotationIntensity": { "Name": "VRRotationIntensity", "Scriptability": "None", @@ -44479,6 +49323,35 @@ } } }, + "VRSafetyBubbleMode": { + "Name": "VRSafetyBubbleMode", + "Scriptability": "None", + "DataType": { + "Enum": "VRSafetyBubbleMode" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, + "VRSmoothRotationEnabled": { + "Name": "VRSmoothRotationEnabled", + "Scriptability": "Read", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "VignetteEnabled": { "Name": "VignetteEnabled", "Scriptability": "Read", @@ -44553,22 +49426,6 @@ } } }, - "GazeSelectionEnabled": { - "Name": "GazeSelectionEnabled", - "Scriptability": "None", - "DataType": { - "Value": "Bool" - }, - "Tags": [ - "Hidden", - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, "GyroscopeEnabled": { "Name": "GyroscopeEnabled", "Scriptability": "Read", @@ -44675,6 +49532,19 @@ } } }, + "MouseIcon": { + "Name": "MouseIcon", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Content" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + }, "MouseIconEnabled": { "Name": "MouseIconEnabled", "Scriptability": "ReadWrite", @@ -44909,6 +49779,21 @@ ], "Superclass": "Instance", "Properties": { + "AutomaticScaling": { + "Name": "AutomaticScaling", + "Scriptability": "ReadWrite", + "DataType": { + "Enum": "VRScaling" + }, + "Tags": [ + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "DidPointerHit": { "Name": "DidPointerHit", "Scriptability": "None", @@ -44926,6 +49811,19 @@ } } }, + "FadeOutViewOnCollision": { + "Name": "FadeOutViewOnCollision", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Bool" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "GuiInputUserCFrame": { "Name": "GuiInputUserCFrame", "Scriptability": "ReadWrite", @@ -44939,6 +49837,23 @@ } } }, + "LaserDistance": { + "Name": "LaserDistance", + "Scriptability": "None", + "DataType": { + "Value": "Float32" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "PointerHitCFrame": { "Name": "PointerHitCFrame", "Scriptability": "None", @@ -45005,6 +49920,23 @@ "Serialization": "DoesNotSerialize" } } + }, + "VRSessionState": { + "Name": "VRSessionState", + "Scriptability": "None", + "DataType": { + "Enum": "VRSessionState" + }, + "Tags": [ + "Hidden", + "NotReplicated", + "ReadOnly" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } } }, "DefaultProperties": { @@ -45403,6 +50335,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -46090,6 +51025,22 @@ } } }, + "IsMirrored": { + "Name": "IsMirrored", + "Scriptability": "None", + "DataType": { + "Value": "Bool" + }, + "Tags": [ + "Hidden", + "NotReplicated" + ], + "Kind": { + "Canonical": { + "Serialization": "DoesNotSerialize" + } + } + }, "LightColor": { "Name": "LightColor", "Scriptability": "ReadWrite", @@ -46311,6 +51262,16 @@ "Properties": {}, "DefaultProperties": {} }, + "VisibilityCheckDispatcher": { + "Name": "VisibilityCheckDispatcher", + "Tags": [ + "NotCreatable", + "Service" + ], + "Superclass": "Instance", + "Properties": {}, + "DefaultProperties": {} + }, "VisibilityService": { "Name": "VisibilityService", "Tags": [ @@ -46332,23 +51293,6 @@ "Properties": {}, "DefaultProperties": {} }, - "VoiceChannel": { - "Name": "VoiceChannel", - "Tags": [], - "Superclass": "Instance", - "Properties": {}, - "DefaultProperties": { - "Attributes": { - "BinaryString": "" - }, - "SourceAssetId": { - "Int64": -1 - }, - "Tags": { - "BinaryString": "" - } - } - }, "VoiceChatInternal": { "Name": "VoiceChatInternal", "Tags": [ @@ -46567,6 +51511,9 @@ "CastShadow": { "Bool": true }, + "CollisionGroup": { + "String": "Default" + }, "CollisionGroupId": { "Int32": 0 }, @@ -46885,6 +51832,99 @@ } } }, + "WireframeHandleAdornment": { + "Name": "WireframeHandleAdornment", + "Tags": [], + "Superclass": "HandleAdornment", + "Properties": { + "Scale": { + "Name": "Scale", + "Scriptability": "ReadWrite", + "DataType": { + "Value": "Vector3" + }, + "Tags": [], + "Kind": { + "Canonical": { + "Serialization": "Serializes" + } + } + } + }, + "DefaultProperties": { + "AdornCullingMode": { + "Enum": 0 + }, + "AlwaysOnTop": { + "Bool": false + }, + "Attributes": { + "BinaryString": "" + }, + "CFrame": { + "CFrame": { + "position": [ + 0.0, + 0.0, + 0.0 + ], + "orientation": [ + [ + 1.0, + 0.0, + 0.0 + ], + [ + 0.0, + 1.0, + 0.0 + ], + [ + 0.0, + 0.0, + 1.0 + ] + ] + } + }, + "Color3": { + "Color3": [ + 0.050980397, + 0.41176474, + 0.6745098 + ] + }, + "Scale": { + "Vector3": [ + 1.0, + 1.0, + 1.0 + ] + }, + "SizeRelativeOffset": { + "Vector3": [ + 0.0, + 0.0, + 0.0 + ] + }, + "SourceAssetId": { + "Int64": -1 + }, + "Tags": { + "BinaryString": "" + }, + "Transparency": { + "Float32": 0.0 + }, + "Visible": { + "Bool": true + }, + "ZIndex": { + "Int32": -1 + } + } + }, "Workspace": { "Name": "Workspace", "Tags": [ @@ -46908,11 +51948,11 @@ } } }, - "AnimationWeightedBlendFix": { - "Name": "AnimationWeightedBlendFix", + "AvatarUnificationMode": { + "Name": "AvatarUnificationMode", "Scriptability": "None", "DataType": { - "Enum": "NewAnimationRuntimeSetting" + "Enum": "AvatarUnificationMode" }, "Tags": [ "NotScriptable" @@ -47091,11 +52131,11 @@ } } }, - "PhysicsInertiaAndVolumeFix": { - "Name": "PhysicsInertiaAndVolumeFix", + "PhysicsSteppingMethod": { + "Name": "PhysicsSteppingMethod", "Scriptability": "None", "DataType": { - "Enum": "PhysicsInertiaAndVolumeFix" + "Enum": "PhysicsSteppingMethod" }, "Tags": [ "NotScriptable" @@ -47106,27 +52146,11 @@ } } }, - "PhysicsSimulationRate": { - "Name": "PhysicsSimulationRate", - "Scriptability": "ReadWrite", - "DataType": { - "Enum": "PhysicsSimulationRate" - }, - "Tags": [ - "Hidden", - "NotReplicated" - ], - "Kind": { - "Canonical": { - "Serialization": "DoesNotSerialize" - } - } - }, - "PhysicsSteppingMethod": { - "Name": "PhysicsSteppingMethod", + "RejectCharacterDeletions": { + "Name": "RejectCharacterDeletions", "Scriptability": "None", "DataType": { - "Enum": "PhysicsSteppingMethod" + "Enum": "RejectCharacterDeletions" }, "Tags": [ "NotScriptable" @@ -47176,7 +52200,7 @@ ], "Kind": { "Canonical": { - "Serialization": "Serializes" + "Serialization": "DoesNotSerialize" } } }, @@ -47208,11 +52232,11 @@ } } }, - "StreamingMinRadius": { - "Name": "StreamingMinRadius", + "StreamingIntegrityMode": { + "Name": "StreamingIntegrityMode", "Scriptability": "None", "DataType": { - "Value": "Int32" + "Enum": "StreamingIntegrityMode" }, "Tags": [ "NotScriptable" @@ -47223,11 +52247,11 @@ } } }, - "StreamingPauseMode": { - "Name": "StreamingPauseMode", + "StreamingMinRadius": { + "Name": "StreamingMinRadius", "Scriptability": "None", "DataType": { - "Enum": "StreamingPauseMode" + "Value": "Int32" }, "Tags": [ "NotScriptable" @@ -47289,17 +52313,14 @@ "AllowThirdPartySales": { "Bool": false }, - "AnimationWeightedBlendFix": { - "Enum": 0 - }, "Attributes": { "BinaryString": "" }, - "ClientAnimatorThrottling": { + "AvatarUnificationMode": { "Enum": 0 }, - "CollisionGroups": { - "String": "Default^0^-1" + "ClientAnimatorThrottling": { + "Enum": 0 }, "DistributedGameTime": { "Float64": 0.0 @@ -47332,20 +52353,23 @@ "MeshPartHeadsAndAccessories": { "Enum": 0 }, - "PhysicsInertiaAndVolumeFix": { + "ModelStreamingMode": { "Enum": 0 }, "PhysicsSteppingMethod": { "Enum": 0 }, + "RejectCharacterDeletions": { + "Enum": 0 + }, "ReplicateInstanceDestroySetting": { "Enum": 0 }, "Retargeting": { "Enum": 0 }, - "SignalBehavior": { - "Enum": 0 + "Scale": { + "Float32": 1.0 }, "SourceAssetId": { "Int64": -1 @@ -47356,12 +52380,12 @@ "StreamingEnabled": { "Bool": false }, + "StreamingIntegrityMode": { + "Enum": 0 + }, "StreamingMinRadius": { "Int32": 64 }, - "StreamingPauseMode": { - "Enum": 0 - }, "StreamingTargetRadius": { "Int32": 1024 }, @@ -47813,17 +52837,6 @@ } }, "Enums": { - "ABTestLoadingStatus": { - "name": "ABTestLoadingStatus", - "items": { - "Error": 3, - "Initialized": 2, - "None": 0, - "Pending": 1, - "ShutOff": 5, - "TimedOut": 4 - } - }, "AccessoryType": { "name": "AccessoryType", "items": { @@ -47875,6 +52888,44 @@ "Servo": 2 } }, + "AdPortalStatus": { + "name": "AdPortalStatus", + "items": { + "Active": 2, + "Inactive": 1, + "Invalid": 0 + } + }, + "AdPortalType": { + "name": "AdPortalType", + "items": { + "Forward": 0, + "Return": 1 + } + }, + "AdShape": { + "name": "AdShape", + "items": { + "HorizontalRectangle": 1 + } + }, + "AdTeleportMethod": { + "name": "AdTeleportMethod", + "items": { + "InGameMenuBackButton": 3, + "PortalForward": 1, + "PortalReturn": 2, + "UIBackButton": 4, + "Undefined": 0 + } + }, + "AdUnitStatus": { + "name": "AdUnitStatus", + "items": { + "Active": 1, + "Inactive": 0 + } + }, "AdornCullingMode": { "name": "AdornCullingMode", "items": { @@ -48001,7 +53052,10 @@ "name": "AssetFetchStatus", "items": { "Failure": 1, - "Success": 0 + "Loading": 3, + "None": 2, + "Success": 0, + "TimedOut": 4 } }, "AssetType": { @@ -48015,6 +53069,7 @@ "DeathAnimation": 49, "Decal": 13, "DressSkirtAccessory": 72, + "DynamicHead": 79, "EarAccessory": 57, "EmoteAnimation": 61, "EyeAccessory": 58, @@ -48023,6 +53078,7 @@ "Face": 18, "FaceAccessory": 42, "FallAnimation": 50, + "FontFamily": 73, "FrontAccessory": 45, "GamePass": 34, "Gear": 19, @@ -48040,6 +53096,7 @@ "Mesh": 4, "MeshPart": 40, "Model": 10, + "MoodAnimation": 78, "NeckAccessory": 43, "Package": 32, "Pants": 12, @@ -48073,6 +53130,13 @@ "Default": 1 } }, + "AudioSubType": { + "name": "AudioSubType", + "items": { + "Music": 1, + "SoundEffect": 2 + } + }, "AutoIndentRule": { "name": "AutoIndentRule", "items": { @@ -48096,6 +53160,7 @@ "BackAccessory": 46, "ClimbAnimation": 48, "DressSkirtAccessory": 72, + "DynamicHead": 79, "EmoteAnimation": 61, "EyebrowAccessory": 76, "EyelashAccessory": 77, @@ -48113,6 +53178,7 @@ "LeftArm": 29, "LeftLeg": 30, "LeftShoeAccessory": 70, + "MoodAnimation": 78, "NeckAccessory": 43, "Pants": 12, "PantsAccessory": 66, @@ -48157,6 +53223,21 @@ "Success": 1 } }, + "AvatarThumbnailCustomizationType": { + "name": "AvatarThumbnailCustomizationType", + "items": { + "Closeup": 1, + "FullBody": 2 + } + }, + "AvatarUnificationMode": { + "name": "AvatarUnificationMode", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, "Axis": { "name": "Axis", "items": { @@ -48245,6 +53326,8 @@ "items": { "Animations": 2, "BodyParts": 1, + "DynamicHead": 4, + "DynamicHeadAvatar": 5, "Shoes": 3 } }, @@ -48311,13 +53394,25 @@ "Recommended": 6 } }, + "CatalogSortAggregation": { + "name": "CatalogSortAggregation", + "items": { + "AllTime": 6, + "Past12Hours": 1, + "Past3Days": 3, + "PastDay": 2, + "PastMonth": 5, + "PastWeek": 4 + } + }, "CatalogSortType": { "name": "CatalogSortType", "items": { + "Bestselling": 7, "MostFavorited": 5, "PriceHighToLow": 2, "PriceLowToHigh": 3, - "RecentlyUpdated": 4, + "RecentlyCreated": 6, "Relevance": 1 } }, @@ -48433,6 +53528,7 @@ "items": { "Box": 2, "Default": 0, + "DynamicPreciseConvexDecomposition": 4, "Hull": 1, "PreciseConvexDecomposition": 3 } @@ -48444,6 +53540,58 @@ "Plugin": 0 } }, + "CompletionItemKind": { + "name": "CompletionItemKind", + "items": { + "Class": 7, + "Color": 16, + "Constant": 21, + "Constructor": 4, + "Enum": 13, + "EnumMember": 20, + "Event": 23, + "Field": 5, + "File": 17, + "Folder": 19, + "Function": 3, + "Interface": 8, + "Keyword": 14, + "Method": 2, + "Module": 9, + "Operator": 24, + "Property": 10, + "Reference": 18, + "Snippet": 15, + "Struct": 22, + "Text": 1, + "TypeParameter": 25, + "Unit": 11, + "Value": 12, + "Variable": 6 + } + }, + "CompletionItemTag": { + "name": "CompletionItemTag", + "items": { + "AddParens": 6, + "ClientServerBoundaryViolation": 9, + "CommandLinePermissions": 4, + "Deprecated": 1, + "IncorrectIndexType": 2, + "PluginPermissions": 3, + "PutCursorInParens": 7, + "RobloxPermissions": 5, + "TypeCorrect": 8 + } + }, + "CompletionTriggerKind": { + "name": "CompletionTriggerKind", + "items": { + "Invoked": 1, + "TriggerCharacter": 2, + "TriggerForIncompleteCompletions": 3 + } + }, "ComputerCameraMovementMode": { "name": "ComputerCameraMovementMode", "items": { @@ -48484,8 +53632,7 @@ "DisconnectModeratedGame": 287, "DisconnectNewSecurityKeyMismatch": 272, "DisconnectOnRemoteSysStats": 268, - "DisconnectOutOfMemory": 286, - "DisconnectOutOfMemoryExitContinue": 288, + "DisconnectOutOfMemoryKeepPlayingLeave": 292, "DisconnectPlayerless": 271, "DisconnectProtocolMismatch": 259, "DisconnectRaknetErrors": 279, @@ -48493,6 +53640,7 @@ "DisconnectReceivePacketStreamError": 261, "DisconnectRejoin": 276, "DisconnectRobloxMaintenance": 275, + "DisconnectRomarkEndOfTest": 293, "DisconnectSecurityKeyMismatch": 258, "DisconnectSendPacketError": 262, "DisconnectTimeout": 266, @@ -48513,6 +53661,9 @@ "PlacelaunchRestricted": 523, "PlacelaunchUnauthorized": 524, "PlacelaunchUserLeft": 522, + "PlacelaunchUserPrivacyUnauthorized": 533, + "PlayerRemoved": 291, + "ReplicatorTimeout": 290, "TeleportErrors": 768, "TeleportFailure": 769, "TeleportFlooded": 774, @@ -48520,7 +53671,8 @@ "TeleportGameFull": 772, "TeleportGameNotFound": 770, "TeleportIsTeleporting": 775, - "TeleportUnauthorized": 773 + "TeleportUnauthorized": 773, + "Unknown": 1 } }, "ConnectionState": { @@ -48533,7 +53685,6 @@ "ContextActionPriority": { "name": "ContextActionPriority", "items": { - "Default": 2000, "High": 3000, "Low": 1000, "Medium": 2000 @@ -48561,7 +53712,8 @@ "Chat": 3, "EmotesMenu": 5, "Health": 1, - "PlayerList": 0 + "PlayerList": 0, + "SelfView": 6 } }, "CreateOutfitFailure": { @@ -48579,6 +53731,14 @@ "User": 0 } }, + "CreatorTypeFilter": { + "name": "CreatorTypeFilter", + "items": { + "All": 2, + "Group": 1, + "User": 0 + } + }, "CurrencyType": { "name": "CurrencyType", "items": { @@ -48622,9 +53782,9 @@ "DebuggerExceptionBreakMode": { "name": "DebuggerExceptionBreakMode", "items": { - "Always": 2, + "Always": 1, "Never": 0, - "Unhandled": 1 + "Unhandled": 2 } }, "DebuggerFrameType": { @@ -48840,6 +54000,13 @@ "Skip8": 5 } }, + "ExperienceAuthScope": { + "name": "ExperienceAuthScope", + "items": { + "CreatorAssetsCreate": 1, + "DefaultScope": 0 + } + }, "ExplosionType": { "name": "ExplosionType", "items": { @@ -48847,6 +54014,25 @@ "NoCraters": 0 } }, + "FacialAnimationFlags": { + "name": "FacialAnimationFlags", + "items": { + "None": 0, + "Place": 1, + "PlaceServer": 3, + "Server": 2 + } + }, + "FacialAnimationStreamingState": { + "name": "FacialAnimationStreamingState", + "items": { + "Audio": 1, + "None": 0, + "Place": 4, + "Server": 8, + "Video": 2 + } + }, "FieldOfViewMode": { "name": "FieldOfViewMode", "items": { @@ -49072,11 +54258,20 @@ "Automatic": 1, "Direct3D11": 2, "Metal": 5, - "NoGraphics": 7, + "NoGraphics": 9, "OpenGL": 4, "Vulkan": 6 } }, + "GuiType": { + "name": "GuiType", + "items": { + "Core": 0, + "Custom": 1, + "CustomBillboards": 3, + "PlayerNameplates": 2 + } + }, "HandlesStyle": { "name": "HandlesStyle", "items": { @@ -49197,6 +54392,15 @@ "R6": 0 } }, + "HumanoidStateMachineMode": { + "name": "HumanoidStateMachineMode", + "items": { + "Default": 0, + "Legacy": 1, + "LuaStateMachine": 3, + "NoStateMachine": 2 + } + }, "HumanoidStateType": { "name": "HumanoidStateType", "items": { @@ -49227,17 +54431,25 @@ "OtherMechanismsAnchored": 1 } }, + "IKControlType": { + "name": "IKControlType", + "items": { + "LookAt": 3, + "Position": 1, + "Rotation": 2, + "Transform": 0 + } + }, "IXPLoadingStatus": { "name": "IXPLoadingStatus", "items": { - "ErrorConnection": 5, - "ErrorInvalidUser": 4, - "ErrorJsonParse": 6, - "ErrorTimedOut": 7, + "ErrorConnection": 4, + "ErrorInvalidUser": 3, + "ErrorJsonParse": 5, + "ErrorTimedOut": 6, "Initialized": 2, "None": 0, - "Pending": 1, - "ShutOff": 3 + "Pending": 1 } }, "InOut": { @@ -49566,38 +54778,6 @@ "Include": 0 } }, - "LSPMethodType": { - "name": "LSPMethodType", - "items": { - "CancelRequest": 3, - "Completion": 15, - "Declaration": 16, - "DocumentSymbols": 17, - "Initialize": 1, - "Initialized": 2, - "Roblox_findColor3": 27, - "Roblox_findExecutablePosition": 26, - "Roblox_patchSnippetData": 28, - "Roblox_registerSyntaxCategories": 22, - "Roblox_signalQuiescence": 23, - "Roblox_suggestExtraSelections": 25, - "Roblox_syntaxHighlight": 24, - "ShutdownRequest": 14, - "TextDocument_didChange": 5, - "TextDocument_didClose": 6, - "TextDocument_didOpen": 4, - "TextDocument_foldingRange": 7, - "TextDocument_formatting": 9, - "TextDocument_hover": 11, - "TextDocument_onTypeFormatting": 8, - "TextDocument_publishDiagnostics": 19, - "TextDocument_rangeFormatting": 10, - "TextDocument_signatureHelp": 12, - "Window_showMessage": 20, - "Window_showMessageRequest": 21, - "Workspace_DidChangeConfiguration": 13 - } - }, "Language": { "name": "Language", "items": { @@ -49612,14 +54792,6 @@ "Right": 2 } }, - "LevelOfDetailSetting": { - "name": "LevelOfDetailSetting", - "items": { - "High": 2, - "Low": 0, - "Medium": 1 - } - }, "Limb": { "name": "Limb", "items": { @@ -49664,6 +54836,21 @@ "Enabled": 2 } }, + "LoadDynamicHeads": { + "name": "LoadDynamicHeads", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, + "MarkupKind": { + "name": "MarkupKind", + "items": { + "Markdown": 1, + "PlainText": 0 + } + }, "Material": { "name": "Material", "items": { @@ -49727,10 +54914,11 @@ "name": "MeshPartDetailLevel", "items": { "DistanceBased": 0, - "Level01": 1, - "Level02": 2, - "Level03": 3, - "Level04": 4 + "Level00": 1, + "Level01": 2, + "Level02": 3, + "Level03": 4, + "Level04": 5 } }, "MeshPartHeadsAndAccessories": { @@ -49786,6 +54974,16 @@ "StreamingMesh": 1 } }, + "ModelStreamingMode": { + "name": "ModelStreamingMode", + "items": { + "Atomic": 1, + "Default": 0, + "Nonatomic": 4, + "Persistent": 2, + "PersistentPerPlayer": 3 + } + }, "ModifierKey": { "name": "ModifierKey", "items": { @@ -49813,6 +55011,13 @@ "Stopping": 3 } }, + "MuteState": { + "name": "MuteState", + "items": { + "Muted": 1, + "Unmuted": 0 + } + }, "NameOcclusion": { "name": "NameOcclusion", "items": { @@ -49829,14 +55034,6 @@ "OnContact": 2 } }, - "NewAnimationRuntimeSetting": { - "name": "NewAnimationRuntimeSetting", - "items": { - "Default": 0, - "Disabled": 1, - "Enabled": 2 - } - }, "NormalId": { "name": "NormalId", "items": { @@ -49863,6 +55060,14 @@ "Purchased": 3 } }, + "OutfitType": { + "name": "OutfitType", + "items": { + "All": 1, + "Avatar": 2, + "DynamicHead": 3 + } + }, "OutputLayoutMode": { "name": "OutputLayoutMode", "items": { @@ -49924,10 +55129,10 @@ "ParticleFlipbookLayout": { "name": "ParticleFlipbookLayout", "items": { - "EightByEight": 3, - "FourByFour": 2, - "None": 0, - "TwoByTwo": 1 + "Grid2x2": 1, + "Grid4x4": 2, + "Grid8x8": 3, + "None": 0 } }, "ParticleFlipbookMode": { @@ -49939,6 +55144,14 @@ "Random": 3 } }, + "ParticleFlipbookTextureCompatible": { + "name": "ParticleFlipbookTextureCompatible", + "items": { + "Compatible": 1, + "NotCompatible": 0, + "Unknown": 2 + } + }, "ParticleOrientation": { "name": "ParticleOrientation", "items": { @@ -49977,14 +55190,6 @@ "Studio": 3 } }, - "PhysicsInertiaAndVolumeFix": { - "name": "PhysicsInertiaAndVolumeFix", - "items": { - "Default": 0, - "Disabled": 1, - "Enabled": 2 - } - }, "PhysicsSimulationRate": { "name": "PhysicsSimulationRate", "items": { @@ -50012,7 +55217,7 @@ "IOS": 2, "Linux": 13, "NX": 9, - "None": 19, + "None": 20, "OSX": 1, "Ouya": 10, "PS3": 6, @@ -50105,6 +55310,16 @@ "PurchaseGranted": 1 } }, + "PromptPublishAssetResult": { + "name": "PromptPublishAssetResult", + "items": { + "NoUserInput": 5, + "PermissionDenied": 2, + "Success": 1, + "Timeout": 3, + "UploadFailed": 4 + } + }, "PropertyStatus": { "name": "PropertyStatus", "items": { @@ -50173,8 +55388,16 @@ "RaycastFilterType": { "name": "RaycastFilterType", "items": { - "Blacklist": 0, - "Whitelist": 1 + "Exclude": 0, + "Include": 1 + } + }, + "RejectCharacterDeletions": { + "name": "RejectCharacterDeletions", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 } }, "RenderFidelity": { @@ -50217,6 +55440,15 @@ "Pixelated": 1 } }, + "ReservedHighlightId": { + "name": "ReservedHighlightId", + "items": { + "Active": 131072, + "Hover": 262144, + "Selection": 524288, + "Standard": 0 + } + }, "ReturnKeyType": { "name": "ReturnKeyType", "items": { @@ -50272,6 +55504,14 @@ "Ungroup": 8 } }, + "RigScale": { + "name": "RigScale", + "items": { + "Default": 0, + "Rthro": 1, + "RthroNarrow": 2 + } + }, "RigType": { "name": "RigType", "items": { @@ -50309,6 +55549,23 @@ "MovementRelative": 0 } }, + "RtlTextSupport": { + "name": "RtlTextSupport", + "items": { + "Default": 0, + "Disabled": 1, + "Enabled": 2 + } + }, + "RunContext": { + "name": "RunContext", + "items": { + "Client": 2, + "Legacy": 0, + "Plugin": 3, + "Server": 1 + } + }, "RuntimeUndoBehavior": { "name": "RuntimeUndoBehavior", "items": { @@ -50317,6 +55574,31 @@ "Snapshot": 1 } }, + "SafeAreaCompatibility": { + "name": "SafeAreaCompatibility", + "items": { + "FullscreenExtension": 1, + "None": 0 + } + }, + "SalesTypeFilter": { + "name": "SalesTypeFilter", + "items": { + "All": 1, + "Collectibles": 2, + "Premium": 3 + } + }, + "SaveAvatarThumbnailCustomizationFailure": { + "name": "SaveAvatarThumbnailCustomizationFailure", + "items": { + "BadDistanceScale": 4, + "BadFieldOfViewDeg": 3, + "BadThumbnailType": 1, + "BadYRotDeg": 2, + "Other": 5 + } + }, "SaveFilter": { "name": "SaveFilter", "items": { @@ -50351,6 +55633,27 @@ "Tile": 2 } }, + "ScopeCheckResult": { + "name": "ScopeCheckResult", + "items": { + "BackendError": 4, + "ConsentAccepted": 0, + "ConsentDenied": 7, + "InvalidArgument": 6, + "InvalidScopes": 1, + "NoUserInput": 3, + "Timeout": 2, + "UnexpectedError": 5 + } + }, + "ScreenInsets": { + "name": "ScreenInsets", + "items": { + "CoreUISafeInsets": 2, + "DeviceSafeInsets": 1, + "None": 0 + } + }, "ScreenOrientation": { "name": "ScreenOrientation", "items": { @@ -50384,6 +55687,20 @@ "Stop": 1 } }, + "SensorMode": { + "name": "SensorMode", + "items": { + "Floor": 0, + "Ladder": 1 + } + }, + "SensorUpdateType": { + "name": "SensorUpdateType", + "items": { + "Manual": 1, + "OnRead": 0 + } + }, "ServerAudioBehavior": { "name": "ServerAudioBehavior", "items": { @@ -50392,6 +55709,21 @@ "OnlineGame": 2 } }, + "ServiceVisibility": { + "name": "ServiceVisibility", + "items": { + "Always": 0, + "Off": 1, + "WithChildren": 2 + } + }, + "Severity": { + "name": "Severity", + "items": { + "Error": 1, + "Warning": 2 + } + }, "SignalBehavior": { "name": "SignalBehavior", "items": { @@ -50409,6 +55741,14 @@ "RelativeYY": 2 } }, + "SolverConvergenceVisualizationMode": { + "name": "SolverConvergenceVisualizationMode", + "items": { + "Disabled": 0, + "PerEdge": 2, + "PerIsland": 1 + } + }, "SortDirection": { "name": "SortDirection", "items": { @@ -50459,6 +55799,15 @@ "Opportunistic": 2 } }, + "StreamingIntegrityMode": { + "name": "StreamingIntegrityMode", + "items": { + "Default": 0, + "Disabled": 1, + "MinimumRadiusPause": 2, + "PauseOutsideLoadedArea": 3 + } + }, "StreamingPauseMode": { "name": "StreamingPauseMode", "items": { @@ -50688,6 +56037,13 @@ "SteppingMotor": 2 } }, + "SurfaceGuiShape": { + "name": "SurfaceGuiShape", + "items": { + "CurvedHorizontally": 1, + "Flat": 0 + } + }, "SurfaceGuiSizingMode": { "name": "SurfaceGuiSizingMode", "items": { @@ -50957,6 +56313,61 @@ "Thumbstick": 1 } }, + "TrackerError": { + "name": "TrackerError", + "items": { + "AudioError": 8, + "AudioNoPermission": 9, + "InitFailed": 2, + "NoAudio": 7, + "NoService": 1, + "NoVideo": 3, + "Ok": 0, + "VideoError": 4, + "VideoNoPermission": 5, + "VideoUnsupported": 6 + } + }, + "TrackerExtrapolationFlagMode": { + "name": "TrackerExtrapolationFlagMode", + "items": { + "Auto": 3, + "ExtrapolateFacsAndPose": 1, + "ExtrapolateFacsOnly": 2, + "ForceDisabled": 0 + } + }, + "TrackerLodFlagMode": { + "name": "TrackerLodFlagMode", + "items": { + "Auto": 2, + "ForceFalse": 0, + "ForceTrue": 1 + } + }, + "TrackerLodValueMode": { + "name": "TrackerLodValueMode", + "items": { + "Auto": 2, + "Force0": 0, + "Force1": 1 + } + }, + "TrackerMode": { + "name": "TrackerMode", + "items": { + "Audio": 1, + "AudioVideo": 3, + "None": 0, + "Video": 2 + } + }, + "TrackerPromptEvent": { + "name": "TrackerPromptEvent", + "items": { + "LODCameraRecommendDisable": 0 + } + }, "TriStateBoolean": { "name": "TriStateBoolean", "items": { @@ -50996,6 +56407,7 @@ "UserCFrame": { "name": "UserCFrame", "items": { + "Floor": 3, "Head": 0, "LeftHand": 1, "RightHand": 2 @@ -51037,6 +56449,38 @@ "Touch": 7 } }, + "VRPlayMode": { + "name": "VRPlayMode", + "items": { + "Seated": 0, + "Standing": 1 + } + }, + "VRSafetyBubbleMode": { + "name": "VRSafetyBubbleMode", + "items": { + "Anyone": 2, + "NoOne": 0, + "OnlyFriends": 1 + } + }, + "VRScaling": { + "name": "VRScaling", + "items": { + "Off": 1, + "World": 0 + } + }, + "VRSessionState": { + "name": "VRSessionState", + "items": { + "Focused": 3, + "Idle": 1, + "Stopping": 4, + "Undefined": 0, + "Visible": 2 + } + }, "VRTouchpad": { "name": "VRTouchpad", "items": { @@ -51114,6 +56558,14 @@ "Leaving": 4 } }, + "VolumetricAudio": { + "name": "VolumetricAudio", + "items": { + "Automatic": 1, + "Disabled": 0, + "Enabled": 2 + } + }, "WaterDirection": { "name": "WaterDirection", "items": { @@ -51153,6 +56605,8 @@ "HSROuter": 9, "HSROuterDetail": 8, "LayerCage": 2, + "LayerCageFittedToBase": 12, + "LayerCageFittedToPrev": 13, "None": 0, "OuterCage": 6, "Rbf": 5,