aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-28slightly cleanup azalea-chat and add ChatFormatting::from_namemat
2026-03-28re-export azalea-chat from azalea, and rename azalea::chat to client_chatmat
2026-03-28add StartClientOpts::new_with_appexit_rxmat
2026-03-27add 0.16.0 to changelogmat
2026-03-280.16.0mat
2026-03-28optimize pathfinder CachedSectionsmat
2026-03-27optimize TranslatableComponent::readmat
2026-03-28don't follow dead entities in testbotmat
2026-03-28instant path updates for simple paths, and add follow command to testbotmat
2026-03-2426.1 (#316)mat
* start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog
2026-03-22fix testsmat
2026-03-23cleanup and slightly speed up is_block_state_standablemat
2026-03-21Extensible ChunkStoragemat
Co-authored-by: sdwhw <191973436+sdwhw@users.noreply.github.com>
2026-03-21reword a couple parts in the perf docsmat
2026-03-21bump depsmat
2026-03-19more doc fixesmat
2026-03-20doc fixesmat
2026-03-20optimize pathfinder swarms and write perf guidemat
2026-03-19implement speed effectmat
2026-03-18clippymat
2026-03-18merge logic for the three move_entity packetsmat
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
* Fallback to Google DNS in resolver initialization If the default TokioResolver builder fails, the resolver now falls back to using Google's DNS configuration. This improves reliability in environments where the system DNS configuration may be unavailable or invalid. * Add warning when falling back to Google DNS A tracing warning is now logged if the system DNS resolver is unavailable and the resolver falls back to using Google DNS. This improves visibility into resolver configuration issues.
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