rbx-dom icon indicating copy to clipboard operation
rbx-dom copied to clipboard

Roblox DOM and (de)serialization implementation in Rust

Results 58 rbx-dom issues
Sort by recently updated
recently updated
newest added

added if statements to check at every point it can error and made it so that it will always return an error type and does not make the script errror...

This property serializes as `Use2022MaterialsXml`.

type: enhancement

adds: findAllReadableProperties readAllReadableProperties findAllDefaultProperties findAllNoneDefaultPropertiesEncoded findAllNoneDefaultPropertiesDecoded

Reflection of https://github.com/rojo-rbx/rojo/issues/525

type: enhancement
module: rbx_binary

UniqueId is a property type that is currently present only in place files. It has distinct formats for both rbxl and rbxlx. Sample property chunk for rbxl format, in hexadecimal...

type: enhancement

Currently, its not possible to build RBXMs into Rojo projects if PROP type 29 is present in any model files. This is because the property itself is not implemented. PROP...

type: enhancement
module: rbx_binary

This PR introduces a new tool, `rbx_reflector`, that is a production-quality rewrite of `generate_reflection`/`gen_reflection` that is suitable for CI and end users. This tool has a much better interface for...

It's been revealed while helping someone on their implementation that the documentation for referents is wrong! It doesn't say that referents are bigendian or that they're transformed. This should be...

type: bug
module: spec

- Make "Optional" a generic type, rather than the specific "OptionalCoordinateFrame". - Combine the Type ID and Value fields of the PROP chunk into a single "Values" field. - A...

module: spec

Currently, as of `6.0.0-rc.1`, any textlabel or other UI element with emoji in them are not created properly with the `rojo build` command. The resulting text gets garbled, with the...

type: bug
module: rbx_xml
upstream