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

824 commits

Author SHA1 Message Date
mat
9254f388c1 container handle 2023-03-13 21:53:53 -05:00
mat
6286e953a6 chest 2023-03-13 21:10:30 -05:00
mat
b44dc94274 lever 2023-03-13 15:38:44 -05:00
mat
5c38b34dc1 clippy 2023-03-12 22:46:55 -05:00
mat
59f65cb046 make some stuff simpler 2023-03-12 22:15:41 -05:00
mat
df87702875 fix 2023-03-12 21:54:21 -05:00
mat
3edd35aa42 start trying to fix 2023-03-12 16:12:28 -05:00
mat
babb0d3a74 update_hit_result_component 2023-03-11 22:33:07 -06:00
mat
34f647781f add clip function 2023-03-11 21:09:34 -06:00
mat
b70d9aa489 start adding clip 2023-03-11 17:11:35 -06:00
mat
e1f04989fb merge main 2023-03-11 17:10:38 -06:00
mat
cd0a1ed8d4 fix doc errors 2023-03-11 17:02:57 -06:00
mat
40a0c8acfb slightly optimize azalea_nbt::Tag::id 2023-03-11 16:38:13 -06:00
Luna
81e7adb409
Fix infinite recursion in the DNS resolver (#82) 2023-03-11 16:11:35 -06:00
EightFactorial
c57c68ddf8
Add RegistryHolder struct and serde features (#81)
* Make RegistryHolder struct

* Update deps

* Move RegistryHolder to azalea-protocol

* Convert bytes to bools and back

* Rename and shuffle logic

* Move logic into trait, rename methods

* Final touchups

* Ah, merge mistakes

* Add serde support for ResourceLocation

* Reuse structs

* Error when serde skips values in debug mode
Add missing attributes

* Strict_registry feature, require packet feature

* Add test

* Move into packets

* Docs and touchups

* Reword docs

* Move into module inside ClientboundLoginPacket

* Add azalea-nbt serde feature

* remove duplicate comment and type_ -> kind

---------

Co-authored-by: mat <github@matdoes.dev>
2023-03-11 16:00:10 -06:00
mat
3fc92b914f implement traverse_blocks 2023-03-09 22:09:32 +00:00
mat
0468379e59 start adding HitResultComponent 2023-03-09 21:02:05 +00:00
mat
c5237daf51 sequence number 2023-03-08 20:20:55 +00:00
mat
67f3a0aaee merge main 2023-03-08 20:04:08 +00:00
mat
f28efd5637 make ClientInformation and TabList their own components 2023-03-08 19:26:40 +00:00
mat
f93910cf50 update dependencies 2023-03-08 18:57:10 +00:00
mat
5ce830ae6c merge main 2023-03-08 16:35:12 +00:00
mat
ba713916ee Merge branch 'main' into inventory 2023-03-08 16:24:53 +00:00
mat
5dd35c7ed8
Add World::find_block (#80)
* start adding World::find_block

* keep working on find_block

* BlockStates

* fix sorting

* update examples that use find_one_block

* azalea_block::properties

* fix tests

* add a gotoblock command to testbot
2023-03-07 22:09:56 -06:00
mat
719379a8a7
Bevy 0.10 (#79)
* replace 0.9.1 with 0.10.0

* start migrating to bevy .10

* well it compiles

* doesn't immediately panic

* remove unused imports

* fmt

* delete azalea-ecs

* make RelativeEntityUpdate an EntityCommand

* fix a doc test

* explain what FixedUpdate does
2023-03-07 14:14:36 -06:00
mat
bf4ff51789 remove a ? 2023-03-01 21:08:03 +00:00
mat
7bfca9d228 Merge branch 'main' of https://github.com/mat-1/azalea into main 2023-03-01 21:02:42 +00:00
mat
9b1b03d4ac fix reconnecting in testbot example 2023-03-01 21:02:33 +00:00
Shayne Hartford
91d97adb4f
Remove invalid characters and truncate messages and commands to 256 (#78)
* Remove invalid characters and truncate messages and commands to 256

* Remove duplicated use statements

* Remove to_owned and use matches! macro
2023-02-27 21:44:45 -06:00
mat
b4c62d0987
also run action on prs 2023-02-27 20:56:38 -06:00
Shayne Hartford
ec5f05c345
Change Windows env from USERPROFILE to APPDATA (#77) 2023-02-27 09:45:04 -06:00
Shayne Hartford
adfbb97af8
Add set_state and set_swarm_state (#76)
* Add set_state and set_swarm_state

* Add [must_use], Remove set_state, and change state to swarm_state

* Forgot the other must_use

* I'm not good at this
2023-02-26 23:18:02 -06:00
mat
7143ca4420 handle_block_interact_event 2023-02-26 15:43:53 -06:00
mat
cbc6af81fb
Add PacketEvent (#75)
* add PacketEvent

* docs and fixes

* Event::Packet works
2023-02-26 15:07:52 -06:00
mat
c1588ef66e
Fix system order ambiguities (#74)
* start fixing stuff where systems run in the wrong order

* fix ordering ambiguity

* add debugging guide

* some fixes

* fix panic for swarms

* fix some warnings
2023-02-25 17:32:15 -06:00
mat
f5a8a59467 use rustls in reqwest 2023-02-24 19:15:49 +00:00
mat
c12592f6ad start adding interact function 2023-02-24 14:52:39 +00:00
mat
21e3f73c23 check entity for retroactively_add_game_profile_component 2023-02-23 18:46:41 -06:00
mat
54a2eb9c95 fix jumping 2023-02-23 18:35:37 -06:00
Charles Johnson
d3af7ba7a9
fix disconnect_on_read_packets_ended (#73) 2023-02-22 13:50:08 -06:00
mat
1f5775ed4e unused import 2023-02-21 22:22:03 -06:00
mat
c52cee3a69 don't keep firing disconnectevent 2023-02-21 22:21:43 -06:00
mat
48640ca303 properly disconnect on ungraceful disconnect 2023-02-21 21:53:22 -06:00
mat
66094921c8 make metadata components clonable 2023-02-21 21:46:41 -06:00
EightFactorial
6942e3547b
Fix writing palettes (#72) 2023-02-21 20:17:32 -06:00
mat
40073f5baa improve docs and rename model_customisation 2023-02-21 19:13:51 +00:00
mat
7124e65857 merge main 2023-02-21 19:06:10 +00:00
EightFactorial
d88ca2d865
Make things public (#71)
* Make struct data pub

* Add derives

* Rename packet fields

* Make Palette structs pub
2023-02-21 12:13:06 -06:00
mat
71308ee0a3 fix 0ns delay 2023-02-15 22:45:03 -06:00
mat
6782b1d9ec max reconnect wait from 120s to 15s 2023-02-15 19:04:14 +00:00