Commit Graph

8 Commits

Author SHA1 Message Date
Max
1a86e670ca Catch up, several fixes and QoL. 2022-12-16 14:22:34 -06:00
Max
619b89d2a9 Correct UniqueId/FontFace implementations. 2022-10-12 21:19:43 -05:00
Max
bb64900471 0.532.0.5320475 2022-06-28 15:21:05 -05:00
Max
b5e471a2bf 0.525.0.5250378 2022-05-06 14:37:23 -05:00
Max
f8c914dd0b 0.522.0.5220281 (+ Font Type Support & Bug Fixes) 2022-04-14 20:52:05 -05:00
CloneTrooper1019
0ca6738cb9 0.443.0.409841 2020-08-14 12:35:27 -05:00
CloneTrooper1019
5f4d3e16d2 Bringing up to date.
Brought everything up to date with 0.437.0.406875 and made some improvements.
2020-06-21 20:02:36 -05:00
CloneTrooper1019
de8df15d3f Large scale refactor to add class support!
Instance classes are now strongly typed with real property fields that
are derived from the JSON API Dump! This required a lot of reworking
across the board:

- Classes and Enums are auto-generated in the 'Generated' folder now.
This is done using a custom built-in plugin, which can be found in
the Plugins folder of this project.
- Property objects are now tied to .NET's reflection system. Reading
and writing from them will try to redirect into a field of the
Instance they are bound to.
- Property types that were loosely defined now have proper data types
(such as Color3uint8, Content, ProtectedString, SharedString, etc)
- Fixed an error with the CFrame directional vectors.
- The binary PRNT chunk now writes instances in child->parent order.
- Enums are now generated correctly, with up-to-date values.
- INST chunks are now referred to as 'Classes' instead of 'Types'.
- Unary operator added to Vector2 and Vector3.
- CollectionService tags can now be manipulated per-instance using
the Instance.Tags member.
- The Instance.Archivable property now works correctly.
- XML files now save/load metadata correctly.
- Cleaned up the property tokens directory.

I probably missed a few things, but that's a general overview of
everything that changed.
2019-06-30 17:01:19 -05:00