1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
Commit graph

18 commits

Author SHA1 Message Date
mat
12370ab076 change some things to be Arc+RwLock in brigadier 2023-05-05 23:09:57 -05:00
mat
ba3d8c35af chore: Release 2023-02-09 21:03:16 -06:00
4484411489 (cargo-release) version 0.5.0 2022-12-09 15:34:28 +00:00
fd6da211b7 (cargo-release) version 0.5.0 2022-12-09 15:34:25 +00:00
88fd99ca52 (cargo-release) version 0.5.0 2022-12-09 15:34:25 +00:00
EightFactorial
9f5e5c092b
Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)
* Serializing ClientboundStatusResponsePacket

Enable serialization of ClientboundStatusResponsePacket

* Update clientbound_status_response_packet.rs

Add options previewsChat and enforcesSecureChat

* Serialize Style and TextColor

* Serialize BaseComponent

* Serialize TextComponent

* Fix Style

* Serialize Component

* Fix multiple formats per message, fix reset tag

* Fix Style, again

* Use FlatMapSerializer

* Forgot italics

* Count struct fields, reorganize logic

* Serialize TranslatableComponent

* Rewrite TextComponent Serializer

* Fix using TextColor::Parse

* Code Cleanup

* Add default attribute, just in case

* Clippy

* use serde derive feature + preferred formatting choices

* McBufWritable for BrigadierNodeStub

* Thanks Clippy...

* Implement suggestions in azalea-brigadier

* Serde support for NBT Tags

* Serde options

* Forgot Options

* Oops, that's McBufWritable for BrigadierParser

* Fix McBufWritable for SlotData

* Complete ClientboundUpdateRecipesPacket

* fix some issues

* better impl McBufReadable for Suggestions

Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
Co-authored-by: mat <github@matdoes.dev>
2022-12-06 20:48:48 -06:00
mat
5a8f50950a chore: Release 2022-11-19 15:25:55 -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
mat
44ab1ad6ef chore: Release 2022-10-30 14:04:11 -05:00
mat
889f742696 add "repository" field to all crates 2022-10-30 14:03:13 -05:00
69d30378e5 (cargo-release) version 0.2.0 2022-10-17 16:28:53 +00:00
mat
e9f88ce546 Publish everything* to crates.io
Except azalea-client since it's not ready yet
2022-09-05 10:36:48 -05:00
mat
248f752748 simplify error handling 2022-04-22 04:33:58 +00:00
mat
82ed6baea5 Clean up some old stuff 2022-04-17 14:03:21 -05:00
mat
4ff67d4917 a 2022-02-03 02:16:24 +00:00
270507736a a 2022-01-12 00:40:43 +00:00
mat
315f225819 add some more stuff from brigadier 2022-01-09 22:33:45 -06:00
mat
bd87cbb443 create all empty brigadier modules 2022-01-03 13:36:02 -06:00