83cce23614
add Loaded component and fix clamping look direction
2023-09-19 02:01:39 -05:00
51963990bc
fix entities not always being despawned after merge
2023-09-18 23:25:22 -05:00
e6941b6a24
instanceloadedevent and a few fixes
2023-09-18 19:29:14 -05:00
856a3252f6
heightmaps
2023-09-17 21:44:17 -05:00
61e63c0896
don't apply metadata updates multiple times in swarms
2023-09-16 22:30:28 -05:00
a920359c9a
simplify some code related to Account being a component
2023-09-15 17:38:24 -05:00
b6586d500c
make Account a component
2023-09-15 17:09:04 -05:00
659b6a1175
rename start_ecs to start_ecs_runner
2023-09-15 17:00:52 -05:00
c8aad8bdfe
Release 0.8.0
...
azalea@0.8.0
azalea-auth@0.8.0
azalea-block@0.8.0
azalea-block-macros@0.8.0
azalea-brigadier@0.8.0
azalea-buf@0.8.0
azalea-buf-macros@0.8.0
azalea-chat@0.8.0
azalea-client@0.8.0
azalea-core@0.8.0
azalea-crypto@0.8.0
azalea-entity@0.8.0
azalea-inventory@0.8.0
azalea-inventory-macros@0.8.0
azalea-language@0.8.0
azalea-nbt@0.8.0
azalea-physics@0.8.0
azalea-protocol@0.8.0
azalea-protocol-macros@0.8.0
azalea-registry@0.8.0
azalea-registry-macros@0.8.0
azalea-world@0.8.0
Generated by cargo-workspaces
2023-09-14 19:01:20 -05:00
90d6b0acea
fix unknown entity warnings
2023-09-14 18:29:28 -05:00
6a37971420
add ResourcePackEvent event
2023-09-14 18:17:32 -05:00
3621acab75
AcceptResourcePacksPlugin
2023-09-14 17:00:27 -05:00
83784d5a35
rename Local to LocalEntity
2023-09-14 16:48:21 -05:00
9fa6957fa1
improve some logging
2023-09-13 18:20:34 -05:00
225e94d732
fix onground
2023-09-11 23:04:37 -05:00
f8cca41361
fix falling through blocks on spawn (and triggering anticheats)
2023-09-11 22:59:05 -05:00
5f8704ccc5
fix physics bugs
2023-09-10 18:18:49 -05:00
4885f848a4
fix incorrect jumping
2023-09-10 17:33:10 -05:00
a91b62d4ca
make PacketReceiver::packet_writer public
2023-09-08 20:01:46 -05:00
35d6ac565d
upgrade deps
2023-09-08 16:51:32 -05:00
472496b7b8
fix all bevy ambiguities
2023-08-25 23:28:19 -05:00
32eece4d37
implement stepping up stairs
2023-08-25 04:44:20 -05:00
d5465cd28e
add basic pathfinding test
2023-08-25 02:34:31 -05:00
mat
11d14c74c5
Support properly switching instances ( #106 )
...
* start implementing switching dimensions
* fix removeentity in shared worlds
* also store entity ids per local player
* uncomment a trace in pathfinder
* cleanup
---------
Co-authored-by: mat <git@matdoes.dev>
2023-08-24 22:59:40 -05:00
57e5a0f0b9
remove some debug printlns
2023-08-23 22:42:07 -05:00
07e3236f0b
fix entities not being despawned
...
closes #103
2023-08-22 01:56:56 -05:00
Luuk van Oijen
a81c4c060b
Food/saturation component support ( #97 )
...
* modified for food stuff
* moved food/saturation to a separate file
* hunger component
* simplify some logic
---------
Co-authored-by: mat <git@matdoes.dev>
2023-08-21 22:50:21 -05:00
4ed4be529f
upgrade thiserror and other deps
2023-08-15 22:21:04 -05:00
39943447f6
fix querying multiple components in entity_by
2023-07-26 00:45:06 -05:00
22ea8c60fe
fix sometimes not receiving chunks
2023-07-23 23:21:08 -05:00
15acf13477
fix sending brand incorrectly
2023-07-23 22:24:08 -05:00
d99ba0da55
clean up azalea-entity a little
2023-07-23 22:17:17 -05:00
eb596d921b
remove unnecessary clone
2023-07-20 05:05:14 -05:00
a839c6a923
fix brigadier booleans
2023-07-15 16:35:23 -05:00
mat
cde7e35046
Attacking ( #96 )
...
* add Client::attack
* partially implement attack cooldowns
* attack speed modifiers
* don't care clippy
---------
Co-authored-by: mat <git@matdoes.dev>
2023-07-15 04:39:43 -05:00
148f203817
fix auto respawn and fix entity metadata
2023-07-15 02:06:19 -05:00
mat
7405427199
Mining ( #95 )
...
* more mining stuff
* initialize azalea-tags crate
* more mining stuff 2
* mining in ecs
* well technically mining works but
no codegen for how long it takes to mine each block yet
* rename downloads to __cache__
it was bothering me since it's not *just* downloads
* codegen block behavior
* fix not sending packet to finish breaking block
* mining animation 🎉
* clippy
* cleanup, move Client::mine into a client extension
* add azalea/src/mining.rs
---------
Co-authored-by: mat <git@matdoes.dev>
2023-07-14 22:20:40 -05:00
mat
d1afd02aa8
Update to Bevy 0.11 ( #94 )
...
* update to bevy 0.11
* clippy
---------
Co-authored-by: mat <git@matdoes.dev>
2023-07-09 19:11:29 -05:00
xtex
ea8a8fccb6
Add ClientBuilder:new_without_log ( #93 )
...
* Add ClientBuilder:new_without_log
* 'log' feature
* fix warnings
---------
Co-authored-by: mat <git@matdoes.dev>
2023-06-24 17:43:38 -05:00
Adam Reisenauer
5e46996882
Add functions auth_with_link_code
, get_ms_link_code
, and get_ms_auth_token
. ( #88 )
...
* Add option for grabbing authentication code for Microsoft seperately. Created two new functions, one that outputs the DeviceCodeResponse and one that uses this response to authenticate an actual account.
* Added documentation and cleaned up function names. Still wondering about code repeition
* reduce code duplication, more docs, cleanup
* clippy
---------
Co-authored-by: mat <git@matdoes.dev>
2023-06-24 17:09:43 -05:00
dbfbffac14
Vec3::distance_to and clippy
2023-06-14 23:43:54 -05:00
8813330359
random fixes mostly related to auth and crypto
2023-05-27 01:57:31 -05:00
6188230009
add stuff related to chat signing
...
and also some stuff related to digging because i forgot to do a different branch lol
2023-05-26 15:18:04 -05:00
8ef57aa698
chore: Release
2023-05-17 00:04:16 -05:00
cb20430481
chore: Release
2023-05-16 23:57:06 -05:00
bb49c78ebc
and also update the dependents lol
2023-05-16 23:53:13 -05:00
2ba7b83490
ClientBuilder::new_without_plugins
2023-05-16 23:26:45 -05:00
0cc76dfb67
ChatPacket::is_whisper
2023-05-13 19:29:55 -05:00
e977391b04
auto respawn
2023-05-12 23:20:23 -05:00
741a1f65d6
handle ping packet and resource pack correctly
2023-05-12 22:30:13 -05:00