index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-nbt
/
src
Age
Commit message (
Expand
)
Author
2023-11-19
Replace azalea-nbt with simdnbt (#111)
mat
2023-11-18
replace log with tracing
mat
2023-10-26
remove some more #![feature]s
mat
2023-09-21
1.20.2 (#99)
mat
2023-08-27
use thiserror for azalea_nbt::Error
mat
2023-07-20
delete unused serde module
mat
2023-07-20
pub use tag::* in azalea-nbt
mat
2023-05-09
astar
mat
2023-04-12
fix tests
mat
2023-03-24
random nbt improvements
mat
2023-03-23
simd number arrays
mat
2023-03-23
nbt lookup optimization
mat
2023-03-23
polish nbt a bit
mat
2023-03-23
rename Tag to Nbt
mat
2023-03-23
default for nbtcompound
mat
2023-03-23
make encode not a Result and small optimizations
mat
2023-03-22
binary search map
mat
2023-03-22
make nbt code more readable and add comparison benchmark
mat
2023-03-22
optimize nbt lists
mat
2023-03-22
use enum-as-inner in nbt
mat
2023-03-22
use compact_str in nbt
mat
2023-03-11
slightly optimize azalea_nbt::Tag::id
mat
2023-03-11
Add RegistryHolder struct and serde features (#81)
EightFactorial
2023-02-04
Use an ECS (#52)
mat
2023-01-30
have docs for all crates
Ubuntu
2022-12-06
Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)
EightFactorial
2022-11-09
ignore bad utf8
Ubuntu
2022-10-27
use variables directly in format strings
mat
2022-10-15
fix clippy warnings
mat
2022-10-07
fix errors with rewritten packet reading
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-08-24
use unsigned integers for nbt lengths
mat
2022-08-24
fix
mat
2022-08-24
optimize nbt bytearray
mat
2022-08-24
make some code more idiomatic
mat
2022-08-19
NBT decoder optimizations (#17)
mat
2022-08-06
Better errors (#14)
mat
2022-06-25
read_into -> read_from
mat
2022-06-23
switch things to use azalea-buf
mat
2022-06-23
azalea-buf
mat
2022-05-26
Fixes
mat
2022-05-03
clippy
mat
2022-05-03
more azalea-world stuff
mat
2022-05-01
Change some generics to impl Trait
mat
2022-05-01
Reduce usage of AsyncRead
mat
2022-04-24
fix warnings in azalea-nbt
mat
2022-04-24
fix writing wrong ids in nbt
mat
2022-04-24
remove an unused thing from dependencies
mat
2022-04-23
Vec<Tag> to [Tag]
Ubuntu
2022-04-23
clean up some code
Ubuntu
[next]