Commit Graph

5 Commits

Author SHA1 Message Date
CloneTrooper1019
45a84e34d0 Added support for SharedStrings and SSTR chunk type 2019-05-17 01:14:04 -05:00
Max G
e49222cf00
Adjusted terminology, added some documentation. 2019-02-27 00:32:16 -06:00
CloneTrooper1019
2be61916de Fixed some bugs, generally refining stuff. 2019-02-04 13:30:33 -06:00
CloneTrooper1019
795018e243 Switch root namespace to "RobloxFiles"
In case there are any future libraries written for Roblox in C#, I want to avoid running into any namespace collisions. Its best to keep everything pertaining to this project nested in its own unique namespace.
2019-02-01 11:19:20 -06:00
CloneTrooper1019
08c5032ca8 Generally working out the library's flow.
I've setup a system for supporting multiple implementations for Roblox's
file format. This will allow me to cover the binary format and xml
format under the same general-purpose object.

Haven't done much with the XML format yet, but I've been making some
adjustments to the binary format implementation so that its more evenly
branched out and doesn't retain more information than it needs to. I've
also fixed some issues with the data-types, and documented the Instance
object.
2019-01-29 03:50:55 -06:00