8ef60dd267
fix SwarmEvent::Chat
2022-11-21 23:45:48 -06:00
bcf22f6ace
make fn build slightly cleaner
2022-11-21 20:26:07 -06:00
509fe6a83b
improve comments
2022-11-21 19:31:58 -06:00
e349c7e74c
make plugins have to provide the State associated type
2022-11-21 19:27:40 -06:00
1a9d3c00f5
almost add SwarmEvent::Chat and new plugin system
...
it panics rn
2022-11-21 18:52:51 -06:00
df8af1c2e1
add SwarmEvent::Disconnect(Account)
2022-11-20 18:30:19 -06:00
5f3740b64c
Update world.rs
2022-11-20 15:58:29 -06:00
04a785a579
Fix issues from merge
2022-11-20 15:57:55 -06:00
336d155049
Merge branch 'main' into swarm
2022-11-20 15:47:08 -06:00
9d4b2fe003
change "client" to "bot" in some places
2022-11-20 15:42:33 -06:00
af1bb7e86f
add_account works
2022-11-20 15:38:50 -06:00
3c59b156a9
start adding Swarm::add_account
2022-11-20 03:32:18 -06:00
141cd227e0
Shared worlds work
2022-11-19 22:20:10 -06:00
3ad32806dc
Update README.md
2022-11-19 16:32:49 -06:00
5a8f50950a
chore: Release
2022-11-19 15:25:55 -06:00
mat
619984fa33
Replace lazy_static with once_cell::sync::Lazy ( #43 )
...
* Remove lazy_static in azalea-chat
* replace lazy_static with once_cell everywhere
* fix
* fix import
* ignore a clippy warning in shape codegen
2022-11-19 15:21:54 -06:00
mat
befa22c1f3
Player List ( #41 )
...
* keep track of player list
* send player update events
2022-11-18 22:11:30 -06:00
6c6eb5572b
clippy + replace some printlns with debug
2022-11-18 22:10:34 -06:00
mat
7ad4b22726
Add functions to get ChatPacket author and content ( #42 )
...
* Add functions to get ChatPacket author and content
* add ChatPacket::username and ChatPacket::content
2022-11-18 21:52:09 -06:00
mat
ad6da947cd
Create FUNDING.yml
2022-11-18 19:29:04 -06:00
8397fc8445
merge
2022-11-18 16:14:46 +00:00
00bfcde391
move some stuff to the azalea_client::chat mod
2022-11-17 17:42:30 +00:00
mat
0d004b72ac
Rename "dimension" to "world" ( #39 )
...
* rename "dimension" to "world"
* Update mod.rs
2022-11-15 14:52:26 -06:00
b9da6f7475
rephrase that
2022-11-15 20:45:03 +00:00
709c5dbc19
add Client::metadata
2022-11-15 20:44:33 +00:00
614c0df053
clippy
2022-11-15 20:38:32 +00:00
Honbra
9f78b3f4a7
Military-grade server implementation ( #40 )
...
* Military-grade server implementation
* Add doc comments
2022-11-14 13:25:59 -06:00
a16ecae9c2
start working on shared dimensions
2022-11-13 17:03:53 -06:00
9b07178a06
swarms
2022-11-13 13:46:07 -06:00
04c8d8db9f
delete azalea-pathfinder crate
...
already in azalea::pathfinder module
2022-11-13 11:26:28 -06:00
4669f73395
remove azalea_pathfinder import
2022-11-13 00:59:54 -06:00
6aad8e20ed
fix stuff from merge
2022-11-13 00:42:03 -06:00
9ffe57b9a5
Merge branch 'main' into swarm
2022-11-13 00:36:22 -06:00
mat
6eee543a33
Pathfinder ( #25 )
...
Pathfinding is very much not done, but it works enough and I want to get this merged.
TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
2022-11-12 23:54:05 -06:00
fa57d03627
Update Cargo.lock
2022-11-12 12:15:24 -06:00
16d0cb734c
change some dependencies
2022-11-11 23:10:38 -06:00
d235349229
add more to optimization docs
2022-11-11 22:16:39 -06:00
e6db7d5f2f
add optimization stuff to azalea docs
2022-11-11 21:55:47 -06:00
3530faea4e
Merge branch 'main' of https://github.com/mat-1/azalea into main
2022-11-12 02:04:15 +00:00
981105b2c0
fix docs
2022-11-11 20:01:54 -06:00
9e09df1837
make some stuff in azalea-protocol public
2022-11-11 19:24:45 -06:00
1df4f9f477
fix example in azalea_protocol::connect
2022-11-11 19:05:00 -06:00
4a1ec068fc
improved docs
2022-11-11 21:04:18 +00:00
dc62ada865
fix clippy warnings
2022-11-10 17:50:41 +00:00
0738ad038f
didn't cargo check lol
2022-11-10 16:14:02 +00:00
8b3fe0b241
fix another panic in bitset
2022-11-10 15:46:11 +00:00
1fc42d7566
semicolon lol
2022-11-09 19:14:07 -06:00
f2d21ad813
shut down on broken pipe
2022-11-09 18:18:55 -06:00
ad8b1b7b24
ignore bad utf8
2022-11-09 18:59:03 +00:00
8de73c336f
fix warnings
2022-11-09 17:41:06 +00:00