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
2026-01-13
Rename Instance to World (#304)
mat
2026-01-12
Make Bevy dependencies optional in azalea-protocol (#303)
mat
2025-12-27
additional doc aliases for Instance and InstanceName
mat
2025-12-15
write/update docs for several items
mat
2025-12-14
create typos.toml and fix typos
mat
2025-12-15
sort derives with cargo sort-derives
mat
2025-12-12
Refactor azalea-registry (#294)
mat
2025-10-12
upgrade deps and clean up lots of doc comments
mat
2025-06-27
typos
mat
2025-06-16
implement EntityHitResult
mat
2025-06-11
take BlockPos instead of &BlockPos in all function arguments
mat
2025-06-02
improve docs for biome code
mat
2025-06-01
add Client::entities_by and improve some docs
mat
2025-06-02
add basic support for getting biome ids in chunks
mat
2025-05-30
formatting: merge imports
mat
2025-05-30
fix clippy issues and improve formatting everywhere
mat
2025-05-07
fix chunk errors when joining a world with a same name but different height
mat
2025-03-16
impl from u32 for minecraftentityid
mat
2025-03-06
fix despawning entities on dimension change
mat
2025-02-22
update to rust edition 2024
mat
2025-02-17
Enable serde feature in sub-crates (#202)
Shayne Hartford
2025-02-16
use MinecraftEntityId type instead of u32 in az-protocol
mat
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