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-entity
/
src
/
plugin
Age
Commit message (
Expand
)
Author
2025-08-12
fix rotations flagging anticheats
mat
2025-06-25
fix invalid look directions on teleport
mat
2025-06-11
use owned instead of borrowed Vec3 more
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-09
handle relative teleports correctly and fix entity chunk indexing warnings
mat
2025-06-04
fix panic when receiving add_entity and start_configuration in the same update
mat
2025-06-03
rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-02
fix InstanceName desync
mat
2025-04-25
update to bevy 0.16
mat
2025-04-13
optimization: only run update_on_climbable for local entities
mat
2025-04-04
rename ChatPacket::username and uuid to sender and sender_uuid
mat
2025-03-28
fix entity deindexing happening at the wrong time
mat
2025-03-13
improve Swarm docs and change an indexing warning to a debug log
mat
2025-03-13
properly remove from the EntityIdIndex component on despawn
mat
2025-03-06
fix despawning entities on dimension change
mat
2025-02-23
fix memory leak in simulation tests (lol)
mat
2025-02-22
update to rust edition 2024
mat
2025-02-22
fix is_trapdoor_useable_as_ladder and add test
mat
2025-02-21
despawn entities when switching worlds and some testbot fixes
mat
2025-01-13
change some warnings to debug logs and improve some entity id index code
mat
2025-01-12
fix panic on bot disconnect
mat
2025-01-11
dead entities cannot be revived
mat
2025-01-10
Fluid physics (#199)
mat
2024-12-27
implement fluid_shape
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-10-26
group imports with rustfmt
mat
2024-04-24
fix warning when entities that didn't move chunks despawn
mat
2024-02-24
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
mat
2023-12-10
Climbing (#121)
mat
2023-11-18
replace log with tracing
mat
2023-11-06
bevy 0.12
mat
2023-10-08
knockback
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-28
check for entity duplication before spawning
mat
2023-09-21
1.20.2 (#99)
mat
2023-09-19
add Loaded component and fix clamping look direction
mat
2023-09-18
fix entities not always being despawned after merge
mat
2023-09-14
rename Local to LocalEntity
mat
2023-09-13
fix tests
mat
2023-09-13
improve some logging
mat
2023-09-11
fix falling through blocks on spawn (and triggering anticheats)
mat
2023-08-26
use better pathfinder costs and also fix relative entity updates breaking som...
mat
2023-08-25
fix all bevy ambiguities
mat
2023-08-25
fix swarms
mat
2023-08-25
implement stepping up stairs
mat
2023-08-25
add basic pathfinding test
mat
2023-08-25
fix panic when entity goes out of render distance and then back in render dis...
mat
2023-08-24
Support properly switching instances (#106)
mat
2023-07-23
clean up azalea-entity a little
mat