Releases: BeachedSiren22/RbxlxParser
Releases · BeachedSiren22/RbxlxParser
v2.0.0
Description
Overhaul of everything. As I started using it for my new Roblox game Sunny Shores Resort, I realized it just wasn't working as well as I'd hoped. So I fixed it up using a nice progress bar someone else put on GitHub for console applications, which led to a bunch of other improvements.
Since I used it on my own .rbxlx file, it's been tested thoroughly.
Changelog
Added
- A better progress bar that works consistently and looks good (if you stick with the default console width of 120 characters or greater)
Removed
- Old crappy progress bar
Changed
- Now four progress messages: Parsing, creating files (bar), writing files (bar), and completion.
- Lots of general code cleanup & consistency improvements
- Fixed hidden bug that could have led to some files not being created
v1.1.0
Description
Quality of life changes, bug squashed
Changelog
Added
- Additional text now appears for a more detailed look into the process
- A progress bar now appears when the files are being written to
Removed
- None
Changed
- Fixed NullPointerException bug that prevented program from running
v1.0.0
Description
Initial release of the RbxlxParser project.
Changelog
Added
- Split any .rbxlx file into smaller files for easier reviewing in version control software
- Script objects have their code put into a separate .lua file
- Parsed files are organized into folders similarly to their hierarchy in Roblox Studio
- Parsed files have no XML, making it more readable for those not familiar with XML
Removed
- None
Changed
- None