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-world
/
src
/
world.rs
Age
Commit message (
Expand
)
Author
2025-01-10
Fluid physics (#199)
mat
2024-12-11
Implement EntityPositionSync (#196)
mat
2024-10-26
group imports with rustfmt
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-12
improve docs a bit
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-08-24
Support properly switching instances (#106)
mat
2023-08-01
remove unnecessary parens
mat
2023-08-01
improve Instance::find_block
mat
2023-07-23
clean up azalea-entity a little
mat
2023-07-19
fix wrong names in a Debug and relax PartialChunkStorage::set_block_state
mat
2023-07-14
Mining (#95)
mat
2023-05-03
Inventory (#48)
mat
2023-03-11
fix doc errors
mat
2023-03-08
merge main
mat
2023-03-07
Add World::find_block (#80)
mat
2023-03-07
Bevy 0.10 (#79)
mat
2023-02-25
Fix system order ambiguities (#74)
mat
2023-02-07
move az_world::entity_info to az_world::entities::info
Ubuntu
2023-02-04
Use an ECS (#52)
mat
2022-12-11
fix PartialWorld::default() for tests
mat
2022-12-11
rename find_entity to entity_by & add entities_by
mat
2022-12-11
make entities have a reference to WeakWorlds instead
mat
2022-12-08
wrap_comments = true
mat
2022-11-27
Swarm (#36)
mat