1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

574 commits

Author SHA1 Message Date
mat
302752860c update movement code for 1.21.5 changes
fixes grim flags
2025-07-24 04:42:52 -05:30
mat
45f89b48e4 1.21.8 2025-07-24 03:54:33 -03:30
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
5564d475a2 typos 2025-06-27 14:00:26 -09:00
mat
537ec510f0 remove some unused system ordering 2025-06-25 20:06:25 -10:00
mat
f12589ab80 fix invalid look directions on teleport 2025-06-25 16:10:15 -13:45
mat
08c409d048 improve packet_order test, add BlockUpdatePlugin, fix packet order for sprinting 2025-06-25 15:14:39 -12:45
mat
f9e4b65713 start adding packet_order test 2025-06-26 10:05:58 +07:00
mat
ffbe7a3e42 1.21.6 (#215) 2025-06-17 06:49:07 -12:00
mat
319d144995 take Entity instead of MinecraftEntityId in Client::attack 2025-06-17 09:14:37 +09:30
mat
f82cf7fa85 cleanup 2025-06-16 17:08:09 -06:30
mat
fd9bf16871 implement EntityHitResult 2025-06-16 21:31:04 +00:00
mat
1fa1520fea put all azalea-* deps in the workspace Cargo.toml 2025-06-16 04:12:22 +04:00
mat
5e81d85d7e add note about current_thread to azalea readme 2025-06-14 20:33:22 -10:30
mat
a2606569bb use owned instead of borrowed Vec3 more 2025-06-11 22:58:41 -06:30
mat
1b348ceeff implement reverting block state predictions on ack 2025-06-11 22:22:26 +00:00
mat
ab05e7bdae add Client::attack_cooldown_remaining_ticks 2025-06-11 02:55:30 -05:30
mat
9b0bd29db4 take BlockPos instead of &BlockPos in all function arguments 2025-06-11 16:55:33 +11:00
mat
e4ead93f19 jump if in water while executing pathfinder path 2025-06-09 21:33:21 -03:30
mat
086f979a28 replace Client::get_open_container and view_container_or_inventory with get_inventory 2025-06-09 13:14:20 -11:00
mat
40bcb62a77 update config_fast_builds 2025-06-09 20:33:06 +12:00
mat
4a4de81961 handle relative teleports correctly and fix entity chunk indexing warnings 2025-06-09 17:15:07 +09:00
mat
45d7371274 insert ClientInformation earlier 2025-06-08 17:44:12 -09:00
mat
3087b0c996 add support for panicking on warn/error in simulation tests 2025-06-08 22:46:26 -03:30
mat
874f051810 remove comment about a part of a test that i decided not to implement 2025-06-04 20:55:57 -07:00
mat
be81877137 fix panic when receiving add_entity and start_configuration in the same update 2025-06-04 21:53:06 -06:00
mat
93a96786a8 handle set_held_slot packet and add more Into BlockStates impls 2025-06-04 10:26:32 +03:30
mat
bbfca34133 copy player part of container_menu to inventory_menu on close 2025-06-03 17:10:34 -13:00
mat
f5f50b85e5 re-enable click prediction and fix related issues 2025-06-04 01:53:24 -03:30
mat
f311ac27d4 send ServerboundPlayerLoaded on join and respawn 2025-06-03 22:01:50 +03:30
mat
cc3e64a315 fix collisions bugs 2025-06-03 02:41:25 -06:00
mat
61443fa481 fix wrong sequence number being sent 2025-06-02 21:51:08 -09:30
mat
f3a5e91a8c fix issues when pathfinding to non-full blocks and add Client::view_inventory 2025-06-03 09:52:30 +09:30
mat
7517a207db rename the Block trait to BlockTrait to disambiguate with azalea_registry::Block 2025-06-03 06:11:26 +07:00
mat
abf995a702 replace wait_one_tick with wait_ticks and some other api improvements 2025-06-03 03:48:36 +05:00
mat
04dd6dd0a4 fix login_to_dimension_with_same_name test logging error 2025-06-02 13:18:42 -06:30
mat
5c0e5b1eb3 sort entities_by by distance and improve some docs 2025-06-03 07:40:53 +12:00
mat
cee64cece3 actually send Event::ReceiveChunk 2025-06-02 15:55:39 -03:00
mat
2c5f293210 add Event::ReceiveChunk and find_blocks_in_chunk function 2025-06-02 06:55:38 -10:30
mat
0569862a1b fix issues related to pathfinder mining 2025-06-02 03:14:08 -04:30
mat
8da179b221 simplify some join logic so the Entity is returned even on connection error 2025-06-02 04:12:07 -01:00
mat
3d121722d7 several pathfinder fixes 2025-06-02 03:44:24 -01:00
mat
99659bd9a3 add CustomPathfinderState 2025-06-01 21:01:31 -05:45
mat
1d3a7c969f add Client::entities_by and improve some docs 2025-06-01 09:57:54 -12:45
mat
d028d7c3e9 add basic support for getting biome ids in chunks 2025-06-02 07:45:26 +11:00
mat
b103e6fdc0 doc updates 2025-05-31 23:14:59 -06:00
mat
f27c87b291 more formatting fixes 2025-05-30 19:22:09 -08:45
mat
e37524899e formatting: merge imports 2025-05-30 14:44:48 -13:00
mat
ae4b1e85e6 fix clippy issues and improve formatting everywhere 2025-05-30 19:36:59 -08:00
mat
3d340f585a doc fixes 2025-05-23 11:20:57 -13:45