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-client
/
src
/
packet_handling
Age
Commit message (
Expand
)
Author
2025-02-22
Refactor azalea-client (#205)
mat
2025-02-22
update to rust edition 2024
mat
2025-02-22
fix brand and client info so they're only sent when leaving login instead of ...
mat
2025-02-21
Fix errors on switching dimensions (#204)
mat
2025-02-16
use MinecraftEntityId type instead of u32 in az-protocol
mat
2025-02-03
Fix deadlock when changing server (#200)
Kumpelinus
2025-02-01
set player metadata on init instead of login
mat
2025-02-01
add failing test_set_health_before_login test
mat
2025-01-29
change some warns to debugs
mat
2025-01-27
don't warn on release mode for unknown PlayerInfoUpdate
mat
2025-01-21
fix name of field in CommonPlayerSpawnInfo
mat
2025-01-21
fix errors when switching worlds
mat
2025-01-14
fix wrong ServerLinkKind and serialize hex colors correctly in nbt
mat
2025-01-13
change some warnings to debug logs and improve some entity id index code
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-25
partial fix for sending Config packets during Game
mat
2024-12-19
fix incorrect packets
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-12-05
fix container_set_content, player_position, and recipe_book_remove packets
mat
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-10-26
group imports with rustfmt
mat
2024-10-23
1.21.2 (#171)
mat
2024-10-21
Rename InventoryComponent to Inventory to match other components (#177)
Shayne Hartford
2024-05-22
read Tool blocks as HolderSet
mat
2024-04-23
1.20.5 (#127)
mat
2024-04-20
clippy
mat
2024-02-24
track entity rotations
mat
2024-02-23
fix 'CommandQueue has un-applied commands being dropped.' spam
mat
2024-02-18
fix for hypixel (wasn't sending ClientInformation on configuration)
mat
2024-02-17
upgrade deps, bevy 0.13
mat
2023-12-09
fix typos in code with crate-ci/typos
mat
2023-12-07
apply command in StartConfiguration
mat
2023-12-07
implement StartConfiguration packet maybe
mat
2023-12-05
1.20.3 (#110)
mat
2023-12-04
revert packet name to Disguised and make it more like ChatPacket::Player
mat
2023-12-04
Add masked chat type/event (#118)
Shayne Hartford
2023-12-03
let plugins override query responses
mat
2023-12-03
clippy
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-12-01
disconnect fixes
mat
2023-12-01
addd disconnect reason (#114)
1zuna
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-18
make loading chunks its own bevy system
mat
2023-11-18
upgrade all dependencies
mat
2023-11-18
replace log with tracing
mat
2023-11-18
make packet an Arc in PacketEvent
mat
2023-11-18
simplify some code
mat
2023-11-06
bevy 0.12
mat
2023-10-12
rename KnockbackEvent::kind to knockback
mat
[next]