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.rs
Age
Commit message (
Expand
)
Author
2023-09-21
1.20.2 (#99)
mat
2023-09-18
fix entities not always being despawned after merge
mat
2023-09-18
instanceloadedevent and a few fixes
mat
2023-09-17
heightmaps
mat
2023-09-16
don't apply metadata updates multiple times in swarms
mat
2023-09-14
fix unknown entity warnings
mat
2023-09-14
add ResourcePackEvent event
mat
2023-09-14
AcceptResourcePacksPlugin
mat
2023-09-14
rename Local to LocalEntity
mat
2023-09-13
improve some logging
mat
2023-09-11
fix onground
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-08-25
fix all bevy ambiguities
mat
2023-08-24
Support properly switching instances (#106)
mat
2023-08-23
remove some debug printlns
mat
2023-08-22
fix entities not being despawned
mat
2023-08-21
Food/saturation component support (#97)
Luuk van Oijen
2023-07-23
fix sometimes not receiving chunks
mat
2023-07-23
fix sending brand incorrectly
mat
2023-07-23
clean up azalea-entity a little
mat
2023-07-20
remove unnecessary clone
mat
2023-07-15
fix brigadier booleans
mat
2023-07-15
Attacking (#96)
mat
2023-07-15
fix auto respawn and fix entity metadata
mat
2023-07-14
Mining (#95)
mat
2023-07-09
Update to Bevy 0.11 (#94)
mat
2023-05-12
handle ping packet and resource pack correctly
mat
2023-05-03
Inventory (#48)
mat
2023-03-21
clear titles packet
mat
2023-03-14
1.19.4 (#57)
mat
2023-03-14
make ResourceLocation::new -> Self and impl Serialize/Deserialize for Resourc...
mat
2023-03-11
fix doc errors
mat
2023-03-11
Add RegistryHolder struct and serde features (#81)
EightFactorial
2023-03-08
make ClientInformation and TabList their own components
mat
2023-03-07
Bevy 0.10 (#79)
mat
2023-02-26
Add PacketEvent (#75)
mat
2023-02-25
Fix system order ambiguities (#74)
mat
2023-02-21
properly disconnect on ungraceful disconnect
mat
2023-02-13
Fix ClientboundBlockEventPacket::block (#70)
EightFactorial
2023-02-12
DisconnectEvent
mat
2023-02-12
Better chat events (#67)
mat
2023-02-08
Add KeepAliveEvent and Fix Error Messages (#65)
EightFactorial
2023-02-07
move az_world::entity_info to az_world::entities::info
Ubuntu
2023-02-05
shut up clippy
mat
2023-02-05
improve docs
mat
2023-02-04
Use an ECS (#52)
mat