aboutsummaryrefslogtreecommitdiff
path: root/azalea
AgeCommit message (Expand)Author
9 daysAdd SwarmEvent::Tick (#328)Cheezer
9 daysseveral stability fixes for pathfinder when doing long pathsmat
10 daysupgrade depsmat
10 dayscorrect shapes for blocks with random offsetsmat
10 daysazalea-brigadier now allows commands to return a Resultmat
10 dayschange panicking functions in Client and EntityRef to return an AzaleaResult ...mat
10 daysadd Client::nearest_entities and nearby_playersmat
10 daysrename PhysicsState to ClientMovementState and add utility functions for itmat
2026-03-29add packet_logger example to azalea-protocolmat
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-28optimize pathfinder CachedSectionsmat
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
2026-03-22fix testsmat
2026-03-23cleanup and slightly speed up is_block_state_standablemat
2026-03-21Extensible ChunkStoragemat
2026-03-21reword a couple parts in the perf docsmat
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-18merge logic for the three move_entity packetsmat
2026-03-06fix various regressions from optimization attemptsmat
2026-03-05make cached_mining_costs smaller to speed up the common pathmat
2026-03-04fast path for is_block_state_standablemat
2026-03-05optimized converting from blockstate to blockkindmat
2026-02-22optimizations at high entity countsmat
2026-02-22fix testsmat
2026-02-07replace hard-coded block break speed checksmat
2026-02-04fix typo in docs for sprintmat
2026-01-30warn if pathfinder is running without optimizations, and other minor fixesmat
2026-01-27fix broken doc links for ClientBuilder::start and SwarmBuilder::startmat
2026-01-28add Client::exit and Swarm::exit, and write related docsmat
2026-01-23Implement SetExperience (#307)Raeders
2026-01-23add Event::ConnectionFailed and add more plugins by default when using Client...mat
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-18fix testsmat
2026-01-19add simulation-based pathfinder execution enginemat
2026-01-18doc and typo fixmat
2026-01-18don't fail parkour jumps that collide with ceiling blocks horizontallymat
2026-01-17rename PathfinderCtx to MovesCtxmat
2026-01-17split pathfinder execution code into its own modulemat
2026-01-17clippymat
2026-01-17use more compact chunk section positions in pathfindermat