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
/
src
Age
Commit message (
Expand
)
Author
2024-11-28
switch some packet structs to unit structs
mat
2024-11-28
change DataComponentPatch::get to take in a generic (and add get_kind, has, a...
mat
2024-11-27
Refactor azalea-protocol (#190)
mat
2024-11-27
replace once_cell with std:;sync::LazyLock
mat
2024-11-23
Update and merge the dependencies (#187)
Shayne Hartford
2024-11-20
Add SwarmBuilder::add_account_with_opts (#185)
Shayne Hartford
2024-11-15
Add more derives to the pathfinder goals for flexibility (#183)
Shayne Hartford
2024-11-12
Make some internal system handles public for use with before/after (#180)
Shayne Hartford
2024-10-26
group imports with rustfmt
mat
2024-10-23
1.21.2 (#171)
mat
2024-10-21
Rename InventoryComponent to Inventory to match other components (#177)
Shayne Hartford
2024-08-15
fix sometimes being able to mine blocks through walls
mat
2024-08-15
fix ClientboundLevelParticlesPacket errors and pathfinder /particle errors
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-04-23
1.20.5 (#127)
mat
2024-04-20
add Client::join_with_proxy and fix tests
mat
2024-04-20
socks5 support (#113)
mat
2024-04-09
add functions to ClientBuilder and SwarmBuilder for custom addresses
mat
2024-04-09
make recalculate_near_end_of_path public
mat
2024-02-26
optimize physics a bit more
mat
2024-02-25
optimize physics
mat
2024-02-24
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
mat
2024-02-23
fix pathfinder A* using slightly suboptimal paths sometimes
mat
2024-02-22
fix for hypixel limbo
mat
2024-02-17
upgrade deps, bevy 0.13
mat
2024-01-08
fix ping packet, explosion packet, and panic less
mat
2024-01-04
rename open_container to open_container_at and add get_open_container
mat
2023-12-17
fix tests
mat
2023-12-16
fix SwarmEvent::Login and SwarmEvent::Init maybe
mat
2023-12-15
Add mining to the pathfinder (#122)
mat
2023-12-11
mention join_delay in add_accounts docs
mat
2023-12-10
more reliable StopPathfindingEvent
mat
2023-12-10
Climbing (#121)
mat
2023-12-09
add BlockState::property
mat
2023-12-09
fix typos in code with crate-ci/typos
mat
2023-12-09
fix broken doc links
mat
2023-12-06
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
mat
2023-12-05
1.20.3 (#110)
mat
2023-12-05
make start return never
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-12-04
simplify boilerplate in examples
mat
2023-12-04
fix ClientBuilder erroring, maybe
mat
2023-12-03
clippy
mat
2023-12-03
make ClientBuilder use SwarmBuilder internally
mat
2023-12-03
let plugins override query responses
mat
2023-12-03
clippy
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-12-02
make sure Startup system runs before any bots join
mat
2023-12-02
make address an Arc<RwLock>
mat
2023-12-01
make address and resolved_address pub in Swarm
mat
[next]