aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
AgeCommit message (Expand)Author
2023-05-16chore: Releasemat
2023-05-16chore: Releasemat
2023-05-09astarmat
2023-05-03Inventory (#48)mat
2023-05-01fix conflicts that happen sometimes with serdemat
2023-04-12fix testsmat
2023-03-24random nbt improvementsmat
2023-03-23simd number arraysmat
2023-03-23nbt lookup optimizationmat
2023-03-23polish nbt a bitmat
2023-03-23rename Tag to Nbtmat
2023-03-23default for nbtcompoundmat
2023-03-23make encode not a Result and small optimizationsmat
2023-03-22binary search mapmat
2023-03-22rename benchmarksmat
2023-03-22improve comparison benchmarkmat
2023-03-22make nbt code more readable and add comparison benchmarkmat
2023-03-22optimize nbt listsmat
2023-03-22use enum-as-inner in nbtmat
2023-03-22use compact_str in nbtmat
2023-03-21remove unused dependenciesmat
2023-03-11slightly optimize azalea_nbt::Tag::idmat
2023-03-11Add RegistryHolder struct and serde features (#81)EightFactorial
2023-02-09chore: Releasemat
2023-02-04Use an ECS (#52)mat
2023-01-30have docs for all cratesUbuntu
2022-12-09(cargo-release) version 0.5.0Ubuntu
2022-12-09(cargo-release) version 0.5.0Ubuntu
2022-12-06Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)EightFactorial
2022-11-19chore: Releasemat
2022-11-12Pathfinder (#25)mat
2022-11-09ignore bad utf8Ubuntu
2022-10-30chore: Releasemat
2022-10-30add "repository" field to all cratesmat
2022-10-27use variables directly in format stringsmat
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-17(cargo-release) version 0.2.0Ubuntu
2022-10-15fix clippy warningsmat
2022-10-07fix errors with rewritten packet readingmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-14re-enable nbt benchesUbuntu
2022-08-30make some stuff publishable on crates.iomat
2022-08-29Physics (#11)mat
2022-08-24use unsigned integers for nbt lengthsmat
2022-08-24fixmat
2022-08-24optimize nbt bytearraymat
2022-08-24make some code more idiomaticmat
2022-08-19NBT decoder optimizations (#17)mat
2022-08-06Better errors (#14)mat
2022-06-25read_into -> read_frommat