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-chat
/
src
/
component.rs
Age
Commit message (
Expand
)
Author
2025-08-10
Send correct data component checksums (#234)
mat
2025-08-04
Default components (#232)
mat
2025-06-18
fix: parse int lists in TranslatableComponent `with` field (#225)
Yhgd
2025-06-16
fix unused import warnings when compiling some crates individually
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-06
fix incorrect chat parsing when legacy color codes are mixed in
mat
2025-05-01
Implement a to_html method for FormattedText (#208)
Kumpelinus
2025-04-04
remove executable bit from files
mat
2025-02-22
update to rust edition 2024
mat
2024-12-23
fix 'extra' parsing in FormattedText::from_nbt_compound which results in dupl...
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-27
replace once_cell with std:;sync::LazyLock
mat
2024-10-26
group imports with rustfmt
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-05-22
fix another edge case in FormattedText::from_nbt_tag that happens with viaver...
mat
2024-05-22
read Tool blocks as HolderSet
mat
2024-05-14
Update simdnbt dep (#148)
veronoicc
2024-05-14
update simdnbt
mat
2024-04-20
fix edge case with reading FormattedText as nbt
mat
2024-02-25
optimize physics
mat
2024-02-24
fix parsing textcomponents failing when it's translatable and has a primitive...
mat
2023-12-28
fix FormattedText when 'extra' isn't a list of compounds
mat
2023-12-28
read nbt as optional in more places
mat
2023-12-09
fix broken doc links
mat
2023-12-05
clippy
mat
2023-12-05
1.20.3 (#110)
mat
2023-11-18
replace log with tracing
mat
2023-10-12
brigadier usages
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-02-04
Use an ECS (#52)
mat
2023-01-20
Allow using azalea-chat without azalea-buf to avoid unstable features (#58)
Nemo157
2022-12-11
make entities have a reference to WeakWorlds instead
mat
2022-12-08
wrap_comments = true
mat
2022-12-07
1.19.3 (#34)
mat
2022-12-04
change to_ansi to not take args
mat
2022-12-03
Serialize Component (#47)
EightFactorial
2022-11-27
Swarm (#36)
mat
2022-11-19
Replace lazy_static with once_cell::sync::Lazy (#43)
mat
2022-11-06
Entity metadata (#37)
mat
2022-10-30
more docs
mat
2022-10-27
use variables directly in format strings
mat
2022-10-21
have Display implemented for the Components
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-09-07
why am i getting a varint error
mat
2022-09-07
fix ClientboundUpdateAdvancementsPacket
mat
2022-09-05
.walk :)
mat
2022-09-02
get rid of Readable & Writable (#21)
mat
2022-08-20
Implement ALL packets (#16)
mat
2022-08-06
Better errors (#14)
mat
2022-06-25
read_into -> read_from
mat
[next]