aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-14upgrade depsmat
2026-03-13drop unnecessary dependency on pasteymat
2026-03-06speed up PalettedContainer::get_at_index by inlining thingsmat
2026-03-06fix various regressions from optimization attemptsmat
2026-03-05make cached_mining_costs smaller to speed up the common pathmat
2026-03-05update changelogmat
2026-03-04fast path for is_block_state_standablemat
2026-03-05optimized converting from blockstate to blockkindmat
2026-03-04update Section::block_count when setting blocksmat
2026-03-05update tests using old property namesmat
2026-03-05don't unnecessarily disambiguate some block property enumsmat
2026-03-02bump depsmat
2026-03-02disambiguate non-minecraft identifier namespaces in codegenmat
2026-02-22fix incorrect PalettedContainer::write implmat
2026-02-22use should_apply_entity_update for move_entity_pos packetsmat
2026-02-21enable threaded ecs and implement some micro-optimizationsmat
2026-02-22optimizations at high entity countsmat
2026-02-21add contribution guidemat
2026-02-22fix testsmat
2026-02-18simplify bit storagemat
2026-02-18remove tracing_subscriber::fmt::init from new testsmat
2026-02-19fix incorrect protocol impls for ClientboundPlayerInfoUpdate and recipe packetsmat
2026-02-07replace hard-coded block break speed checksmat
2026-02-03Fallback to Google DNS in resolver initialization (#315)salam4ik
2026-02-04fix typo in docs for sprintmat
2026-02-04fix ClientboundSetEquipment failing to deserialize if using animal armor slotsmat
2026-02-03add 0.15.1 to changelogmat
2026-01-30warn if pathfinder is running without optimizations, and other minor fixesmat
2026-01-28don't panic if disconnected while miningmat
2026-01-27fix broken doc links for ClientBuilder::start and SwarmBuilder::startmat
2026-01-27update changelogmat
2026-01-28add Client::exit and Swarm::exit, and write related docsmat
2026-01-27fix compiling azalea-core with serde featuremat
2026-01-23Implement SetExperience (#307)Raeders
2026-01-23Add `Account::microsoft_with_opts` (#306)Elijah Bare
2026-01-24bump depsmat
2026-01-23add Event::ConnectionFailed and add more plugins by default when using Client...mat
2026-01-19deserialize ClickEvent from nbtmat
2026-01-20make click_event publicmat
2026-01-20remove check for block_count and add relevant commentmat
2026-01-19slightly more compact VoxelShapemat
2026-01-19minor physics optimizationsmat
2026-01-18use lookup table for is_collision_shape_empty and is_collision_shape_fullmat
2026-01-19slightly faster cached chunk lookup in pathfindermat
2026-01-19minor pathfinder cleanupmat
2026-01-19delay initialization of cached_mining_costs in pathfindermat
2026-01-18update changelogmat
2026-01-19update depsmat
2026-01-18fix testsmat
2026-01-19add simulation-based pathfinder execution enginemat