|
929cb95db4
|
more reliable StopPathfindingEvent
|
2023-12-10 00:47:43 -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 |
|
|
f15f0325c0
|
add BlockState::property
|
2023-12-09 21:45:36 -06:00 |
|
|
10ee7e147d
|
fix typos in code with crate-ci/typos
|
2023-12-09 18:36:16 -06:00 |
|
|
b9829149cb
|
fix broken doc links
|
2023-12-09 18:34:00 -06:00 |
|
|
3f341aa114
|
disable feaatures on azalea-chat by default and fix disabling simdnbt feature
|
2023-12-06 11:36:25 -06:00 |
|
|
1369848c82
|
don't reference version number directly in docs
|
2023-12-05 11:24:01 -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 |
|
|
ea3e860012
|
make start return never
|
2023-12-05 10:55:20 -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 |
|
|
da4afa8ae3
|
simplify boilerplate in examples
|
2023-12-04 20:23:41 -06:00 |
|
|
cc976c6873
|
fix ClientBuilder erroring, maybe
|
2023-12-04 12:13:26 -06:00 |
|
|
4355e7f74b
|
clippy
|
2023-12-03 20:31:36 -06:00 |
|
|
5910f9bdcf
|
remove 'why' from readme and reword beginning of docs a little
|
2023-12-03 20:07:42 -06:00 |
|
|
948c676271
|
make ClientBuilder use SwarmBuilder internally
|
2023-12-03 19:47:51 -06:00 |
|
|
3e168a33c9
|
let plugins override query responses
|
2023-12-03 16:17:46 -06:00 |
|
|
a42161a203
|
clippy
|
2023-12-03 02:42:45 -06:00 |
|
|
1f46ef8c11
|
make it so plugins can send and receive packets during the login state
|
2023-12-03 02:41:09 -06:00 |
|
|
f052882123
|
make sure Startup system runs before any bots join
|
2023-12-02 16:06:42 -06:00 |
|
|
1903dabe2c
|
make address an Arc<RwLock>
|
2023-12-02 15:48:21 -06:00 |
|
|
2b9b16d28f
|
make address and resolved_address pub in Swarm
|
2023-12-01 23:18:25 -06:00 |
|
|
175eacfac3
|
rename add_with_exponential_backoff to add_and_retry_forever
|
2023-12-01 22:51:27 -06:00 |
|
|
45f9d27601
|
disconnect fixes
|
2023-12-01 22:49:44 -06:00 |
|
veronoicc
|
d21e496bc3
|
Make auto_respawn pub (#116)
|
2023-12-01 11:43:04 -06:00 |
|
|
84e036ce37
|
clippy
|
2023-11-18 21:20:34 -06:00 |
|
|
f0b58c7e74
|
share registries in swarms and fix some bugs
|
2023-11-18 20:44:49 -06:00 |
|
|
000abfa136
|
make loading chunks its own bevy system
|
2023-11-18 14:54:01 -06:00 |
|
|
8d0acecdcf
|
fix memory leak when loading chunks in swarms
|
2023-11-18 02:24:34 -06:00 |
|
|
89f5053b47
|
upgrade all dependencies
|
2023-11-18 01:02:52 -06:00 |
|
|
9633508a3a
|
replace log with tracing
|
2023-11-18 00:58:47 -06:00 |
|
|
b79ae025f0
|
show error if user is on stable rust
|
2023-11-18 00:52:54 -06:00 |
|
|
71cd3f021e
|
make packet an Arc in PacketEvent
|
2023-11-18 00:49:44 -06:00 |
|
|
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 |
|
|
3d22b5b91c
|
fix pathfinder tests
|
2023-11-12 15:59:12 -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 |
|
|
2803e9ef0d
|
remove some more #![feature]s
|
2023-10-26 22:26:14 -05:00 |
|
|
252958bb90
|
async_fn_in_trait stabilized
|
2023-10-21 01:34:18 -05:00 |
|
|
eeec59adab
|
KnockbackEvent and rename Physics::delta to velocity
|
2023-10-12 22:39:29 -05:00 |
|
|
d5f424b8c2
|
remove unnecessary clone
|
2023-10-11 00:09:25 -05:00 |
|
|
19881c4612
|
fix State incorrectly being reused when calling handlers in swarm
|
2023-10-11 00:02:12 -05:00 |
|
|
9a687f0ffe
|
start adding mining to pathfinder
|
2023-10-10 23:21:23 -05:00 |
|
|
0297b8aace
|
PathfinderCtx
|
2023-10-08 15:34:41 -05:00 |
|
|
f10535b5c8
|
don't pathfind into lava lol
|
2023-10-08 04:34:58 -05:00 |
|
|
5212ba4d5d
|
update repo links
|
2023-10-08 03:58:57 -05:00 |
|
|
971f42e3db
|
split pathfinder execution into multiple systems (and fix some bugs)
|
2023-10-07 23:12:19 -05:00 |
|
|
9281e4fdb9
|
fix some parkour issues
|
2023-10-07 17:45:34 -05:00 |
|