Commit graph

1136 commits

Author SHA1 Message Date
mat
357824014e fix ClientboundLevelParticlesPacket 2024-04-24 03:58:26 +00:00
mat
79a0d58cc5 fix warning when entities that didn't move chunks despawn 2024-04-24 03:11:26 +00:00
mat
3b635c1d6d sort generated tags 2024-04-23 21:16:18 -05:00
mat
1d80f531b7
1.20.5 (#127)
* 23w51b

* make recalculate_near_end_of_path public

so other plugins can do .after(recalculate_near_end_of_path)

* update to 24w03a i think

* start implementing 24w13a

* registries work (but a lot of packets are still broken)

* fix recipes and commands packets

* i love codecs :D i am not going insane :D mojang's java is very readable :D

* item components are "implemented" meowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeow

* update to 1.20.5-pre3

* fix all the broken packets and clippy (mojang please don't do an update like this again or i will murder someone)

* 1.20.5-rc1

* fix failing tests

* 1.20.5
2024-04-23 10:34:50 -05:00
mat
0ddad8bd9c fix edge case with reading FormattedText as nbt 2024-04-20 21:06:37 +00:00
mat
f919fb65d6 upgrade deps 2024-04-20 04:12:16 +00:00
mat
8a1e1b7bb9 clippy 2024-04-20 04:03:03 +00:00
mat
6d9d1a4569 add Client::join_with_proxy and fix tests 2024-04-20 03:59:50 +00:00
mat
353eda21ac socks5 support (#113) 2024-04-20 03:40:59 +00:00
mat
fa96af786b Release 0.9.1
azalea@0.9.1
azalea-auth@0.9.1
azalea-block@0.9.1
azalea-block-macros@0.9.1
azalea-brigadier@0.9.1
azalea-buf@0.9.1
azalea-buf-macros@0.9.1
azalea-chat@0.9.1
azalea-client@0.9.1
azalea-core@0.9.1
azalea-crypto@0.9.1
azalea-entity@0.9.1
azalea-inventory@0.9.1
azalea-inventory-macros@0.9.1
azalea-language@0.9.1
azalea-physics@0.9.1
azalea-protocol@0.9.1
azalea-protocol-macros@0.9.1
azalea-registry@0.9.1
azalea-registry-macros@0.9.1
azalea-world@0.9.1

Generated by cargo-workspaces
2024-04-18 20:22:26 -05:00
mat
8808ecef94 fix get_block_collisions panicking when starting in a non existent chunk 2024-04-18 19:52:13 -05:00
mat
b66b5b6b90 add functions to ClientBuilder and SwarmBuilder for custom addresses 2024-04-09 07:15:33 +00:00
mat
cadc5605ec make recalculate_near_end_of_path public
so other plugins can do .after(recalculate_near_end_of_path)
2024-04-09 07:15:33 +00:00
1zuna
38bb98707e
fix: GameOwnershipResponse key_id format (#138) 2024-03-21 13:36:15 -05:00
veronoicc
7fc31f9506
Update clientbound_game_event_packet.rs (#133)
Added 2 new game even types
2024-03-08 10:56:55 -06:00
mat
4f288b1c03 optimize physics a bit more 2024-02-26 00:55:46 -06:00
mat
e47dee388e reduce allocations for collision detection 2024-02-25 22:31:56 -06:00
mat
018ab55bdb optimize physics 2024-02-25 16:53:08 -06:00
mat
13426b035e add Display for Vec3, add SimulationSet, and add EntityChunkPos component 2024-02-24 21:03:02 -06:00
mat
c38957374c fix parsing textcomponents failing when it's translatable and has a primitive as an argument 2024-02-24 14:00:09 -06:00
mat
4eeda83ba4 add some more convenience functions 2024-02-24 06:02:11 -06:00
mat
64fceff1cc track entity rotations 2024-02-24 00:39:38 -06:00
mat
5c85158e7c fix 'CommandQueue has un-applied commands being dropped.' spam 2024-02-23 23:43:41 -06:00
mat
28de14f984 fix pathfinder A* using slightly suboptimal paths sometimes 2024-02-23 20:48:26 -06:00
mat
ad33d06e5f reword comment for calculated_bits_per_entry 2024-02-23 10:15:45 -06:00
mat
87658ac486 add OWNER_USERNAME to testbot 2024-02-22 22:44:05 -06:00
mat
038807e607 fix for hypixel limbo 2024-02-22 22:41:54 -06:00
mat
69f7eebcb3 fix for hypixel (wasn't sending ClientInformation on configuration) 2024-02-18 02:25:27 -06:00
mat
e08f2d842b
fix image in readme 2024-02-18 01:28:46 -06:00
mat
be4f13c36c upgrade deps, bevy 0.13 2024-02-17 14:43:42 -06:00
mat
64d48897af update deps 2024-01-25 00:44:20 -06:00
mat
7feee2954d remove unnecessary map_err 2024-01-20 17:35:54 -06:00
1zuna
73be589e7f
fixes unwrap on write_raw_packet(...) (#128) 2024-01-20 17:34:54 -06:00
mat
fd1c99e74a upgrade deps 2024-01-08 21:15:12 -06:00
mat
42f49c58ed update links to testbot in docs 2024-01-08 00:15:05 -06:00
mat
cfbfdd77b4 fix ping packet, explosion packet, and panic less 2024-01-08 00:12:54 -06:00
mat
0aa439d5ca rewrite testbot to use brigadier 2024-01-07 21:50:38 -06:00
mat
5ea1271145 add doc comment about d= 2024-01-06 18:16:11 -06:00
mat
1347f35492 rename open_container to open_container_at and add get_open_container 2024-01-04 01:55:00 -06:00
mat
13e6421cf5 fix FormattedText when 'extra' isn't a list of compounds 2023-12-28 18:36:23 -06:00
mat
cbb2ffad92 read nbt as optional in more places 2023-12-28 17:49:47 -06:00
veronoicc
cacb04718d
Make check_ownership pub (#126) 2023-12-28 15:50:55 -06:00
mat
ddf85a1be7 make ParticleData fail to compile when new particles are added to ParticleKind 2023-12-17 16:07:30 -06:00
mat
50e7cc4abf fix broken link to .config/config_fast_builds in docs 2023-12-17 16:01:03 -06:00
mat
64527657d3 fix tests
this was already fixed in pathfinder-extras but it's probably gonna be a while before that's merged
2023-12-17 15:59:23 -06:00
Tijn
7aca36805a
Publicize all fields on AddOperation and Style (#124)
The struct itself was already public, I assume the fields where meant to be as well.
2023-12-17 15:52:34 -06:00
mat
72154452c3 move config.toml to config_fast_builds 2023-12-17 15:50:41 -06:00
Tijn
8643ebd362
Add missing particles (#125)
* Add missing particles

Has all particles present on https://wiki.vg/Protocol#Particle as of 17 December 2023. This also fixes particles being parsed as the incorrect type due to id shifts caused by newly added particles.

* Add missing comma
2023-12-17 15:49:04 -06:00
mat
6b3a047e85 revert accidental change to echo example 2023-12-16 15:20:24 -06:00
mat
844ed11d02 fix SwarmEvent::Login and SwarmEvent::Init maybe 2023-12-16 15:19:27 -06:00