-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prototype a native class structure * Refactored NBT storage Storing the NBT tags as native types seemed like a good idea on the C++ side but it made it difficult to integrate with Python. The NBT tags are now their own classes so a wrapper class is not needed. * Removed wrapper class and refactored Replaced variant.index switches with variant::visit and holds_alternative. * Added missing typename * Fix duplicate template parameter * Refactor numerical
- Loading branch information
1 parent
5cfbd41
commit a3a75ea
Showing
37 changed files
with
1,830 additions
and
1,558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.