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

820 commits

Author SHA1 Message Date
mat
fd18cae476 fix bot/main.rs 2022-12-11 13:34:36 -06:00
mat
fa290b30f2 fix PartialWorld::default() for tests 2022-12-11 03:23:20 -06:00
mat
b60a55e61e rename find_entity to entity_by & add entities_by 2022-12-11 02:24:31 -06:00
mat
37b9f10b3b make entities have a reference to WeakWorlds instead
... and other exciting bug fixes
2022-12-11 00:15:37 -06:00
378c9b9bec move some variant matches 2022-12-09 21:00:46 +00:00
a9214abb0e format a comment 2022-12-09 20:24:25 +00:00
aad2c6a445 merge main 2022-12-09 20:06:42 +00:00
4b2a6767e6 checks in containersetcontent 2022-12-09 20:05:02 +00:00
572240efd4 inventory menu should hopefully work 2022-12-09 19:02:59 +00:00
2d6737b247 (cargo-release) version 0.5.0 2022-12-09 15:34:29 +00:00
b6d0b3744d (cargo-release) version 0.5.0 2022-12-09 15:34:29 +00:00
16be171fb4 (cargo-release) version 0.5.0 2022-12-09 15:34:29 +00:00
6a5008b0f7 (cargo-release) version 0.5.0 2022-12-09 15:34:28 +00:00
4484411489 (cargo-release) version 0.5.0 2022-12-09 15:34:28 +00:00
b0de28d9bd (cargo-release) version 0.5.0 2022-12-09 15:34:28 +00:00
0cce10d1a5 (cargo-release) version 0.5.0 2022-12-09 15:34:27 +00:00
a6a0839521 (cargo-release) version 0.5.0 2022-12-09 15:34:27 +00:00
ebffd5d77e (cargo-release) version 0.5.0 2022-12-09 15:34:26 +00:00
75db835bfc (cargo-release) version 0.5.0 2022-12-09 15:34:26 +00:00
3baae656c0 (cargo-release) version 0.5.0 2022-12-09 15:34:26 +00:00
aa05eeac50 (cargo-release) version 0.5.0 2022-12-09 15:34:26 +00:00
6b3b691376 (cargo-release) version 0.5.0 2022-12-09 15:34:25 +00:00
fd6da211b7 (cargo-release) version 0.5.0 2022-12-09 15:34:25 +00:00
9ef09d75de (cargo-release) version 0.5.0 2022-12-09 15:34:25 +00:00
5d1b8e0339 (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
caf684a9ff (cargo-release) version 0.5.0 2022-12-09 15:34:24 +00:00
2c77ea282f (cargo-release) version 0.5.0 2022-12-09 15:34:24 +00:00
d11d413a89 auto replace version in azalea/src/lib.rs 2022-12-09 15:31:59 +00:00
89c29b7a19 mention docs in readme 2022-12-09 15:15:05 +00:00
ca00dbab12 Merge branch 'main' of https://github.com/mat-1/azalea into main 2022-12-09 15:13:14 +00:00
f009761247 fix example in docs 2022-12-09 15:13:08 +00:00
mat
f34eb166ee start on containersetcontent 2022-12-08 22:47:35 -06:00
mat
70e2dfed16 wrap_comments = true 2022-12-08 18:39:35 -06:00
48a9221300 put the inventories in Client 2022-12-08 21:01:25 +00:00
b7048595e9 Merge branch 'main' into inventory 2022-12-08 17:01:56 +00:00
f2076daba5 fix a doc comment 2022-12-08 17:01:33 +00:00
ac9252eccc Merge branch 'main' into inventory 2022-12-08 16:57:57 +00:00
mat
431f9e90a7
Reauth on invalid session (#50)
* Reauth on invalid session

* fix to actually use new token and retry auth

* fix unused vars
2022-12-07 21:58:42 -06:00
mat
7d901e39bc
1.19.3 (#34)
* start updating to 22w42a

* work a bit more on 22w42a

* player chat packet

* serverbound hello packet

* Update mod.rs

* add more stuff to clientbound player chat packet

* ClientboundPlayerInfoUpdatePacket

* features enabled and container closed

* serverbound chat packets

* make it compile

* 22w43a

* ServerboundChatSessionUpdatePacket

* profile_public_key isn't Option anymore

* Update bitset.rs

* joining a server works

* fix entitydatavalue

* backtraces + fix clientbound chat message

* fix some warnings and add more ecomments

* 22w44a

* generate en_us.json

* add updating guide to codegen/readme

* fix some markdown

* update list of generated things

* metadata stuff

* Replace PJS generator mod with PixLyzer (#38)

* pixlizer extractor

* start working on shape extraction

* fix generating language

* fix pixlyzer shape generation

* use empty_shape

* generate blocks and shapes

* update pixlyzer dir

* Revert "update pixlyzer dir"

This reverts commit ee9a0e7a49.

* fix

* fix

* Revert "fix"

This reverts commit ad12ddcb00.

* fix

* detect pixlyzer fail

* fix pixlyzer

* 22w45a

* gen entities

* add async-trait dep

* update codegen/readme.md

* explain when rust_log should be used

* remove some unused code

* start fixing pixlyzer issues

* fix a thing in codegen

* almost fixed

* more progress towards 1.19.3

* 1.19.3-pre2

* fixes

* revert some hardcoded property names

* Delete clientbound_player_info_packet.rs

* handle 1.19.3 player info packets

* handle playerinforemove

* start updating to 1.19.3-rc1

* optional registries work

* fix some issues with 1.19.3

chat doesn't work yet

* aaaaaaaaaaaaaaaaa

* oh

* ignore unused shapes

* uncomment generate_blocks

* fix migrate

* 1.19.3-rc2

* fix clippy warnings

* 1.19.3-rc3

* split the azalea-buf macro into separate modules

* improve Recipe in protocol

* 1.19.3
2022-12-07 21:09:58 -06: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
f45e8bc6c5 manually write inventory menus 2022-12-04 23:00:18 -06:00
mat
c0b2b50545 add inventory codegen 2022-12-04 22:43:01 -06:00
mat
1b5597c571 update some deps 2022-12-04 21:04:48 -06:00
mat
e99a822995 change to_ansi to not take args 2022-12-04 20:58:14 -06:00
mat
644bb721bb Merge branch 'main' into inventory 2022-12-04 20:47:35 -06:00
mat
a5aa8ea0c0 revert recommending azaleamc:matrix.org because the matdoes.dev space works 2022-12-04 17:18:39 -06:00
mat
d4830b4e07 also change matrix to azaleamc:matrix.org 2022-12-04 17:14:04 -06:00
mat
5d44555655 fix matrix and discord invites 2022-12-04 17:13:42 -06:00
mat
3b56fce2c5 add matrix and discord to readme 2022-12-03 22:04:39 -06:00