Commit graph

951 commits

Author SHA1 Message Date
mat
af5134a0f9 pathfinder: don't spin while descending 2023-09-30 15:42:59 -05:00
mat
f61a6d1633 add more pathfinder goals 2023-09-30 12:41:33 -05:00
mat
3f62ff1113 remove BlockPosGoal::from and Goal::goal_node 2023-09-30 12:38:09 -05:00
mat
4b9499a123 stitch together pathfinder paths better
this results in more efficient paths and less recalculations
2023-09-30 12:34:14 -05:00
mat
fd63adcb41 update block shapes 2023-09-29 16:34:23 -05:00
mat
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
5977f79400 link 1.20.1 branch in readme 2023-09-21 11:18:54 -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
mat
83cce23614 add Loaded component and fix clamping look direction 2023-09-19 02:01:39 -05:00
mat
51963990bc fix entities not always being despawned after merge 2023-09-18 23:25:22 -05:00
mat
e6941b6a24 instanceloadedevent and a few fixes 2023-09-18 19:29:14 -05:00
mat
856a3252f6 heightmaps 2023-09-17 21:44:17 -05:00
mat
61e63c0896 don't apply metadata updates multiple times in swarms 2023-09-16 22:30:28 -05:00
mat
a920359c9a simplify some code related to Account being a component 2023-09-15 17:38:24 -05:00
mat
b6586d500c make Account a component 2023-09-15 17:09:04 -05:00
mat
659b6a1175 rename start_ecs to start_ecs_runner 2023-09-15 17:00:52 -05:00
mat
622042fd41 infinite pathfinding 2023-09-14 22:54:08 -05:00
mat
e585d9024d detect obstructions while pathfinding and better results on timeout 2023-09-14 21:01:56 -05:00
mat
c3717eaead finish releasing 0.8 2023-09-14 19:15:42 -05:00
mat
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
mat
d850f5988a Release independent packages
Generated by cargo-workspaces
2023-09-14 18:59:01 -05:00
mat
90d6b0acea fix unknown entity warnings 2023-09-14 18:29:28 -05:00
mat
6a37971420 add ResourcePackEvent event 2023-09-14 18:17:32 -05:00
mat
3621acab75 AcceptResourcePacksPlugin 2023-09-14 17:00:27 -05:00
mat
83784d5a35 rename Local to LocalEntity 2023-09-14 16:48:21 -05:00
mat
dea4a656a5 fix tests 2023-09-13 19:56:28 -05:00
mat
9fa6957fa1 improve some logging 2023-09-13 18:20:34 -05:00
mat
225e94d732 fix onground 2023-09-11 23:04:37 -05:00
mat
f8cca41361 fix falling through blocks on spawn (and triggering anticheats) 2023-09-11 22:59:05 -05:00
mat
bcefa64dd1 clippy 2023-09-10 18:22:59 -05:00
mat
5f8704ccc5 fix physics bugs 2023-09-10 18:18:49 -05:00
mat
4885f848a4 fix incorrect jumping 2023-09-10 17:33:10 -05:00
mat
a91b62d4ca make PacketReceiver::packet_writer public 2023-09-08 20:01:46 -05:00
mat
35d6ac565d upgrade deps 2023-09-08 16:51:32 -05:00
EightFactorial
e6a787f777
Don't crash when missing extra registries (#108)
* Fix decoding on missing Nbt structures

* Fix default and renaming
2023-09-07 12:40:53 -05:00
mat
bf8f533d9f use thiserror for azalea_nbt::Error 2023-08-27 01:27:45 -05:00
mat
12118ebfa3 use better pathfinder costs and also fix relative entity updates breaking sometimes 2023-08-26 22:19:10 -05:00
mat
dea717b68e simplify pathfinder more 2023-08-26 18:08:13 -05:00
mat
5d7669f72b simplify pathfinder 2023-08-26 03:08:35 -05:00
mat
ac1522db54 delete svg files i accidentally committed 2023-08-25 23:29:19 -05:00
mat
472496b7b8 fix all bevy ambiguities 2023-08-25 23:28:19 -05:00
mat
2773146fbf fix swarms 2023-08-25 21:56:13 -05:00
mat
c7359e5bba name variables in stepping up 2023-08-25 04:49:38 -05:00
mat
32eece4d37 implement stepping up stairs 2023-08-25 04:44:20 -05:00
mat
7df2256f35 add failing test for that weird diagonal edge case
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2023-08-25 03:19:11 -05:00
mat
d5465cd28e add basic pathfinding test 2023-08-25 02:34:31 -05:00
mat
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
mat
57e5a0f0b9 remove some debug printlns 2023-08-23 22:42:07 -05:00
mat
483ce9164e fix writing ClientboundUpdateRecipesPacket 2023-08-22 02:12:12 -05:00