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
/
chunk_storage.rs
Age
Commit message (
Expand
)
Author
2025-01-10
Fluid physics (#199)
mat
2024-12-27
implement BlockState::outline_shape
mat
2024-12-24
make BlockState a u16 and add a BlockStateIntegerRepr type
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-22
Fix debug warning (#186)
Shayne Hartford
2024-10-26
group imports with rustfmt
mat
2024-07-12
fix: Chunk Storage Error (#158)
Aditya Kumar
2024-02-22
fix for hypixel limbo
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-12-13
i didn't actually commit the code
mat
2023-12-04
revert packet name to Disguised and make it more like ChatPacket::Player
mat
2023-11-19
Replace azalea-nbt with simdnbt (#111)
mat
2023-11-18
share registries in swarms and fix some bugs
mat
2023-11-18
fix memory leak when loading chunks in swarms
mat
2023-11-18
replace log with tracing
mat
2023-10-26
remove some more #![feature]s
mat
2023-10-07
make pathfinder twice as fast :sunglasses:
mat
2023-10-07
update chunk batching
mat
2023-10-02
cleanup
mat
2023-10-02
yet another W for linear searches
mat
2023-10-02
optimize pathfinder more
mat
2023-10-01
add pathfinder benchmark
mat
2023-10-01
organize azalea_core and re-export it from azalea
mat
2023-09-17
heightmaps
mat
2023-08-24
Support properly switching instances (#106)
mat
2023-08-01
improve Instance::find_block
mat
2023-07-23
fix sometimes not receiving chunks
mat
2023-07-20
make PalettedContainer::new less weird
mat
2023-07-19
fix wrong names in a Debug and relax PartialChunkStorage::set_block_state
mat
2023-02-10
make blockstate good
Ubuntu
2023-02-04
Use an ECS (#52)
mat
2022-12-11
fix PartialWorld::default() for tests
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
2022-11-15
Rename "dimension" to "world" (#39)
mat
2022-11-12
Pathfinder (#25)
mat
2022-10-27
use variables directly in format strings
mat
2022-10-24
actually fix out of bounds errors
Ubuntu
2022-10-24
fix out of bounds y position
Ubuntu
2022-10-23
Add Client::set_client_information (#33)
mat
2022-10-17
refactor: remove println statements (#31)
Sculas
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-08-31
make set_block_state return an Option
mat
2022-08-29
Physics (#11)
mat