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
/
Cargo.lock
Age
Commit message (
Expand
)
Author
2024-12-27
resolve some todos in az-core
mat
2024-12-26
make a_star function use an IndexMap like the pathfinding crate
mat
2024-12-26
replace priority_queue crate with std BinaryHeap
mat
2024-12-25
remove dependency on bytes crate for azalea-protocol and fix memory leak
mat
2024-12-24
make BlockState a u16 and add a BlockStateIntegerRepr type
mat
2024-12-21
update trust-dns -> hickory-dns
mat
2024-12-20
Release independent packages
mat
2024-12-20
update deps
mat
2024-12-10
Disable the `deadlock_detection` feature by default (#195)
EightFactorial
2024-12-07
Emit a build warning if the compiler may fail to build (#194)
EightFactorial
2024-12-04
Update Bevy and migrate to workspace dependencies and package attributes (#181)
EightFactorial
2024-12-03
1.21.4 (#189)
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-15
Add more derives to the pathfinder goals for flexibility (#183)
Shayne Hartford
2024-11-03
feat(registry): Derive Serialize and Deserialize on registry types (#179)
Gaspard Culis
2024-10-22
Release 0.10.3+mc1.21.1
mat
2024-09-15
update simdnbt
mat
2024-07-05
upgrade to simdnbt 0.6 (#160)
mat
2024-06-13
Release 0.10.2
mat
2024-05-14
Update simdnbt dep (#148)
veronoicc
2024-05-14
update simdnbt
mat
2024-05-09
Add a brigadier example for use inside a bevy App (#146)
EightFactorial
2024-04-24
Release 0.10.1
mat
2024-04-24
fix some deps
mat
2024-04-24
Release independent packages
mat
2024-04-24
upgrade deps
mat
2024-04-23
1.20.5 (#127)
mat
2024-04-20
upgrade deps
mat
2024-04-20
socks5 support (#113)
mat
2024-04-18
Release 0.9.1
mat
2024-02-25
reduce allocations for collision detection
mat
2024-02-25
optimize physics
mat
2024-02-17
upgrade deps, bevy 0.13
mat
2024-01-25
update deps
mat
2024-01-08
upgrade deps
mat
2023-12-28
fix FormattedText when 'extra' isn't a list of compounds
mat
2023-12-28
read nbt as optional in more places
mat
2023-12-16
fix bytes of packets not being logged in tracing
mat
2023-12-06
use minecraft_folder_path
mat
2023-12-05
thanks cargo workspaces
mat
2023-12-05
upgrade deps
mat
2023-12-05
1.20.3 (#110)
mat
2023-12-04
Replace Bevy's FixedUpdate with Azalea's GameTick (#119)
mat
2023-12-03
let plugins override query responses
mat
2023-12-03
make it so plugins can send and receive packets during the login state
mat
2023-12-01
compression does not need to be async
mat
2023-11-19
Replace azalea-nbt with simdnbt (#111)
mat
2023-11-18
share registries in swarms and fix some bugs
mat
[next]