|
37b124a2b6
|
upgrade deps
|
2025-08-02 08:52:39 +08:00 |
|
|
e7bf124ed5
|
update changelog
|
2025-07-24 07:31:23 -03:00 |
|
|
9719d00526
|
add Client::force_stop_pathfinding
|
2025-07-24 21:26:49 +11:00 |
|
|
302752860c
|
update movement code for 1.21.5 changes
fixes grim flags
|
2025-07-24 04:42:52 -05:30 |
|
|
45f89b48e4
|
1.21.8
|
2025-07-24 03:54:33 -03:30 |
|
|
6984a2b9e6
|
remove incorrect optimization attempt in pathfinder
|
2025-07-24 19:06:01 +12:00 |
|
|
a5c67d2eee
|
add FastFixedBitSet and use it in the pathfinder
|
2025-07-24 19:06:01 +12:00 |
|
|
004741b781
|
delete unused module from azalea-chat
|
2025-07-24 19:06:01 +12:00 |
|
|
63348dbbea
|
clippy: use is_multiple_of
|
2025-07-24 19:06:01 +12:00 |
|
Kumpelinus
|
df9d776ff8
|
Add TicksAlive component (#229)
* Add TicksAlive component
* Rename TicksAlive to TicksConnected
* Move component to plugins/tick_counter.rs and add doc comment
|
2025-07-21 15:28:41 -05:00 |
|
mat
|
ebc2e0c067
|
1.21.7 (#227)
* 1.21.7-rc1
* 1.21.7
* update Cargo.lock too
|
2025-06-30 14:14:45 -05:00 |
|
|
a060b73915
|
fix ClientboundShowDialog in config
|
2025-06-27 19:43:54 -04:30 |
|
|
5564d475a2
|
typos
|
2025-06-27 14:00:26 -09:00 |
|
|
2064450763
|
outline_shapes patch for pumpkin extractor isn't necessary anymore
|
2025-06-27 18:56:53 -03:30 |
|
|
7b8dc189f7
|
let chains are stabilized
|
2025-06-26 06:48:25 -12:00 |
|
|
537ec510f0
|
remove some unused system ordering
|
2025-06-25 20:06:25 -10:00 |
|
|
f12589ab80
|
fix invalid look directions on teleport
|
2025-06-25 16:10:15 -13:45 |
|
|
08c409d048
|
improve packet_order test, add BlockUpdatePlugin, fix packet order for sprinting
|
2025-06-25 15:14:39 -12:45 |
|
|
f9e4b65713
|
start adding packet_order test
|
2025-06-26 10:05:58 +07:00 |
|
Yhgd
|
af1ef93100
|
fix: parse int lists in TranslatableComponent with field (#225)
|
2025-06-18 19:25:15 -05:00 |
|
|
844697c04c
|
1.21.6 fixes
|
2025-06-18 08:24:34 +07:00 |
|
|
ffbe7a3e42
|
1.21.6 (#215)
|
2025-06-17 06:49:07 -12:00 |
|
|
319d144995
|
take Entity instead of MinecraftEntityId in Client::attack
|
2025-06-17 09:14:37 +09:30 |
|
|
f82cf7fa85
|
cleanup
|
2025-06-16 17:08:09 -06:30 |
|
|
fd9bf16871
|
implement EntityHitResult
|
2025-06-16 21:31:04 +00:00 |
|
|
713dae7110
|
update changelog
|
2025-06-15 19:52:26 -05:00 |
|
|
8f70f191bb
|
fix unused import warnings when compiling some crates individually
|
2025-06-16 05:50:06 +05:00 |
|
|
318d95491c
|
Release independent packages
Generated by cargo-workspaces
|
2025-06-15 19:21:07 -05:00 |
|
|
57bdb88272
|
use workspace deps everywhere
|
2025-06-16 01:20:37 +01:00 |
|
|
6bbb3ec5eb
|
Release independent packages
Generated by cargo-workspaces
|
2025-06-15 19:13:03 -05:00 |
|
|
1fa1520fea
|
put all azalea-* deps in the workspace Cargo.toml
|
2025-06-16 04:12:22 +04:00 |
|
|
f64229fcc9
|
add some missing things to the changelog
|
2025-06-15 22:42:10 +01:00 |
|
|
a06b79a6c1
|
update deps
|
2025-06-15 10:09:47 -10:30 |
|
|
1a983beec1
|
update changelog
|
2025-06-15 14:45:56 -05:00 |
|
|
5e81d85d7e
|
add note about current_thread to azalea readme
|
2025-06-14 20:33:22 -10:30 |
|
|
a2606569bb
|
use owned instead of borrowed Vec3 more
|
2025-06-11 22:58:41 -06:30 |
|
|
89ddd5e85f
|
fix bench
|
2025-06-11 15:50:45 -12:45 |
|
|
df092f25ec
|
add pathfinder retry_on_no_path and rework GotoEvent constructor
|
2025-06-11 16:02:08 -09:00 |
|
|
1b348ceeff
|
implement reverting block state predictions on ack
|
2025-06-11 22:22:26 +00:00 |
|
|
067ec06f26
|
add BlockPos::distance_to and length
|
2025-06-11 05:17:06 -13:00 |
|
|
ab05e7bdae
|
add Client::attack_cooldown_remaining_ticks
|
2025-06-11 02:55:30 -05:30 |
|
|
9b0bd29db4
|
take BlockPos instead of &BlockPos in all function arguments
|
2025-06-11 16:55:33 +11:00 |
|
|
2a6ac0764f
|
add mine_with_auto_tool
|
2025-06-10 19:47:42 -01:00 |
|
|
e4ead93f19
|
jump if in water while executing pathfinder path
|
2025-06-09 21:33:21 -03:30 |
|
|
086f979a28
|
replace Client::get_open_container and view_container_or_inventory with get_inventory
|
2025-06-09 13:14:20 -11:00 |
|
|
40bcb62a77
|
update config_fast_builds
|
2025-06-09 20:33:06 +12:00 |
|
|
4a4de81961
|
handle relative teleports correctly and fix entity chunk indexing warnings
|
2025-06-09 17:15:07 +09:00 |
|
|
45d7371274
|
insert ClientInformation earlier
|
2025-06-08 17:44:12 -09:00 |
|
|
3087b0c996
|
add support for panicking on warn/error in simulation tests
|
2025-06-08 22:46:26 -03:30 |
|
|
338f931c51
|
wait for block to exist when calling open_container_at
|
2025-06-05 00:59:14 -04:00 |
|