e39de79a6b
simplify some code
2023-11-18 00:07:25 -06:00
03cc28d8e7
improve docs a bit
2023-11-12 17:13:43 -06:00
ee55453fbf
bevy 0.12
2023-11-06 18:04:57 -06:00
48b5d12171
remove some unnecessary code and improve docs for Menu
2023-10-26 23:13:26 -05:00
97ec9f7c7d
rename KnockbackEvent::kind to knockback
2023-10-12 22:43:05 -05: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
682609a24e
knockback
2023-10-08 03:24:29 -05:00
3831bd6f9c
update chunk batching
2023-10-07 14:26:09 -05:00
94ef48d9f2
make sure pathfinder is always centered on the destination block (fixes tests)
2023-10-06 16:08:26 -05:00
30702d94f6
fix QueryDoesNotMatch and improve error
2023-10-06 15:23:36 -05:00
e847f46c0b
fix broken doc link
2023-10-02 22:24:06 -05:00
d0505f7de3
optimize pathfinder more
2023-10-02 17:51:38 -05:00
befa33a879
organize azalea_core and re-export it from azalea
2023-10-01 15:19:13 -05:00
af5134a0f9
pathfinder: don't spin while descending
2023-09-30 15:42:59 -05:00
fd63adcb41
update block shapes
2023-09-29 16:34:23 -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
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
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
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