f919fb65d6
upgrade deps
2024-04-20 04:12:16 +00:00
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
4f288b1c03
optimize physics a bit more
2024-02-26 00:55:46 -06:00
13426b035e
add Display for Vec3, add SimulationSet, and add EntityChunkPos component
2024-02-24 21:03:02 -06:00
4eeda83ba4
add some more convenience functions
2024-02-24 06:02:11 -06:00
64fceff1cc
track entity rotations
2024-02-24 00:39:38 -06:00
be4f13c36c
upgrade deps, bevy 0.13
2024-02-17 14:43:42 -06:00
64d48897af
update deps
2024-01-25 00:44:20 -06:00
fd1c99e74a
upgrade deps
2024-01-08 21:15:12 -06:00
cbb2ffad92
read nbt as optional in more places
2023-12-28 17:49:47 -06:00
mat
348c71b97b
Climbing ( #121 )
...
* start implementing climbing
* fix tests
* fix bots running at lower tick rate
2023-12-10 00:08:08 -06:00
3f341aa114
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
2023-12-06 11:36:25 -06:00
6567cf9e5c
Release 0.9.0
...
azalea@0.9.0
azalea-auth@0.9.0
azalea-block@0.9.0
azalea-block-macros@0.9.0
azalea-brigadier@0.9.0
azalea-buf@0.9.0
azalea-buf-macros@0.9.0
azalea-chat@0.9.0
azalea-client@0.9.0
azalea-core@0.9.0
azalea-crypto@0.9.0
azalea-entity@0.9.0
azalea-inventory@0.9.0
azalea-inventory-macros@0.9.0
azalea-language@0.9.0
azalea-physics@0.9.0
azalea-protocol@0.9.0
azalea-protocol-macros@0.9.0
azalea-registry@0.9.0
azalea-registry-macros@0.9.0
azalea-world@0.9.0
Generated by cargo-workspaces
2023-12-05 11:06:51 -06:00
ab5f6d598d
upgrade deps
2023-12-05 11:06:24 -06:00
mat
7857a014b9
1.20.3 ( #110 )
...
* 23w40a
* 23w41a
* 23w42a
* 23w43a
* 23w44a
* serialize FormattedText as nbt in network
* use azalea-nbt/serde in azalea-chat
* 23w45a
* fix 23w45a to compile
* handle Object in codegen
* 1.20.3-pre2
* remove unused clientbound_resource_pack_packet.rs
* merge main and make azalea-chat use simdnbt
* 1.20.3-rc1
* fix tests
* use simdnbt 0.3
* fix ServerboundSetJigsawBlockPacket
* 1.20.3
2023-12-05 10:59:05 -06:00
mat
421d8ce2c8
Replace Bevy's FixedUpdate with Azalea's GameTick ( #119 )
...
* replace bevy FixedUpdate with azalea GameTick
* Update to Bevy 0.12.1
2023-12-04 23:42:49 -06:00
mat
2c610826fc
Replace azalea-nbt with simdnbt ( #111 )
...
* delete azalea-nbt and replace with simdnbt
* use simdnbt from crates.io
* remove serde dependency on azalea-registry
2023-11-19 22:07:38 -06:00
9633508a3a
replace log with tracing
2023-11-18 00:58:47 -06:00
ee55453fbf
bevy 0.12
2023-11-06 18:04:57 -06:00
eeec59adab
KnockbackEvent and rename Physics::delta to velocity
2023-10-12 22:39:29 -05:00
9a687f0ffe
start adding mining to pathfinder
2023-10-10 23:21:23 -05:00
5212ba4d5d
update repo links
2023-10-08 03:58:57 -05:00
682609a24e
knockback
2023-10-08 03:24:29 -05:00
0ef15254c4
also upgrade deps everywhere else lol
2023-10-03 01:37:00 -05:00
befa33a879
organize azalea_core and re-export it from azalea
2023-10-01 15:19:13 -05:00
0bf8291388
check for entity duplication before spawning
...
this fixes behavior where in swarms entities in the world might sometimes have a duplicate that gets spawned and despawned immediately
2023-09-28 21:57:36 -05:00
mat
7b3e2e4bf7
1.20.2 ( #99 )
...
* add configuration state
* start updating to 23w31a
* implement a bit more of 23w31a
* chunk batching
* start adding configuration state
* ioasfhjgsd
* almost works
* configuration state mostly implemented
* handle other packets in configuration state and fix keepalive
* cleanup, fix warnings
* 23w32a
* fix some doctests
* 23w33a
* 23w35a
* 1.20.2-pre2
* fix system conflicts
* 1.20.2-pre4
* make tests compile
* tests pass
* 1.20.2-rc2
* 1.20.2
* Revert "1.20.2"
This reverts commit dd152fd265
.
* didn't mean to commit that code
---------
Co-authored-by: mat <git@matdoes.dev>
2023-09-21 11:16:29 -05:00
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
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
d850f5988a
Release independent packages
...
Generated by cargo-workspaces
2023-09-14 18:59:01 -05:00
83784d5a35
rename Local to LocalEntity
2023-09-14 16:48:21 -05:00
dea4a656a5
fix tests
2023-09-13 19:56:28 -05:00
9fa6957fa1
improve some logging
2023-09-13 18:20:34 -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
35d6ac565d
upgrade deps
2023-09-08 16:51:32 -05:00
12118ebfa3
use better pathfinder costs and also fix relative entity updates breaking sometimes
2023-08-26 22:19:10 -05:00
472496b7b8
fix all bevy ambiguities
2023-08-25 23:28:19 -05:00
2773146fbf
fix swarms
2023-08-25 21:56:13 -05:00
32eece4d37
implement stepping up stairs
2023-08-25 04:44:20 -05:00
7df2256f35
add failing test for that weird diagonal edge case
...
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2023-08-25 03:19:11 -05:00
d5465cd28e
add basic pathfinding test
2023-08-25 02:34:31 -05:00
9c31f8033f
fix panic when entity goes out of render distance and then back in render distance
2023-08-25 00:35:16 -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
e511ad3c31
raycasting not raytracing
2023-08-19 20:44:10 -05:00
4ed4be529f
upgrade thiserror and other deps
2023-08-15 22:21:04 -05:00
b762d1dfb2
add EntityDataItem::new
2023-07-31 21:56:56 -05:00
d99ba0da55
clean up azalea-entity a little
2023-07-23 22:17:17 -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