Commit graph

499 commits

Author SHA1 Message Date
mat
749c243fc5 typo fix
ChatVisiblity -> ChatVisibility
2022-09-10 12:03:00 -05:00
mat
6c797b8977 remove a debug thing lol 2022-09-09 23:53:16 -05:00
mat
dee991a7fc fix errors in enums inconsistent w/ vanilla 2022-09-09 23:46:46 -05:00
mat
3389f19e60 cut off at 500 instead of 100 2022-09-09 22:58:14 -05:00
Ubuntu
2889514307 improve log 2022-09-09 19:42:35 +00:00
Ubuntu
c033587503 add logger 2022-09-09 19:27:59 +00:00
mat
98000f800f why am i getting a varint error 2022-09-07 22:12:16 -05:00
mat
ec316e02cd fix ClientboundUpdateAdvancementsPacket 2022-09-07 21:30:05 -05:00
mat
61db9f930a don't panic on bad utf8 2022-09-07 19:41:11 -05:00
mat
029fa33f55 fix bad enum macro generation 2022-09-06 23:55:39 -05:00
mat
8fe02ed115 BrigadierNodeStub::name() 2022-09-06 22:24:21 -05:00
mat
403ae0d72b remove debug println 2022-09-06 20:41:57 -05:00
Ubuntu
167748c7ed finish read implementation for Commands packet 2022-09-06 20:59:07 +00:00
Ubuntu
ab45bb7825 rename variants in packet enums to be shorter 2022-09-06 18:41:59 +00:00
mat
eb6328ddc6 Update client.rs 2022-09-05 16:25:37 -05:00
mat
453cbc83fd add a todo 2022-09-05 11:46:47 -05:00
mat
fcb5bdf042 use az-registry in az-protocol 2022-09-05 11:44:48 -05:00
mat
4301a2f2d4 Publish empty azalea crate 2022-09-05 10:38:40 -05: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
9ca9519469 .walk :) 2022-09-05 01:04:16 -05:00
mat
4f00ddace0 remove some debug stuff and fix recipe packet 2022-09-04 23:01:15 -05:00
mat
99fcad7bc4 fix chunks not being able to be read 2022-09-04 21:24:10 -05:00
Ubuntu
2557d70576 collision test passes??? 2022-09-02 20:50:41 +00:00
Ubuntu
1dec4f5664 make collision test work* 2022-09-02 17:22:15 +00:00
Ubuntu
2a775c93fa unused use in test 2022-09-02 17:12:49 +00:00
mat
cfb190d00c
get rid of Readable & Writable (#21) 2022-09-02 12:11:14 -05:00
mat
32458d743f fix bad u32::write_into and add tests 2022-09-01 20:37:38 -05:00
mat
4d072d8057 sample can be empty 2022-09-01 19:26:21 -05:00
mat
d564b4cc4f ping players can be negative 2022-09-01 19:11:24 -05:00
mat
56afcb9dd8 make set_block_state return an Option 2022-08-31 22:39:38 -05:00
Ubuntu
7a159bdee5 add collision test 2022-08-31 20:16:39 +00:00
Ubuntu
e0cbf68df1 test gravity 2022-08-31 20:11:34 +00:00
Ubuntu
4678327848 remove some comments in az-protocol::read 2022-08-31 18:52:26 +00:00
Ubuntu
cbc0a13d9b fix a couple more possible panics 2022-08-31 18:50:59 +00:00
Ubuntu
efb1f3f2d5 fix panics 2022-08-31 18:48:51 +00:00
mat
0085f8a565 make some stuff publishable on crates.io 2022-08-30 21:42:40 -05:00
Ubuntu
a6c5017e38 clippy 2022-08-30 19:56:14 +00:00
mat
5f0fe9f29e azalea-buf-macros/Cargo.toml 2022-08-29 21:17:01 -05:00
mat
d88d46ca2d change it all to azalea-buf-macros 2022-08-29 21:14:42 -05:00
mat
ef3ac9f2a0 Update Cargo.toml 2022-08-29 21:13:17 -05:00
mat
5e32cc5593 azalea-buf crate stuff 2022-08-29 21:11:46 -05:00
mat
c1af5d15e3 physics stuff 2022-08-29 21:10:15 -05:00
mat
d9d7b87d61 buf macros -> azalea-buf-macros 2022-08-29 21:09:57 -05:00
mat
d4c8c5a952 try to make azalea-buf publishable 2022-08-29 21:01:48 -05:00
mat
f42d630544
Physics (#11)
* Put physics module in azalea-entity

* port aabb

* add more stuff to PositionXYZ

* azalea-physics

* important collision things

* more physics stuff

* backup because i'm about to delete shapes

* more shape stuff

* CubeVoxelShape

* no compile errors???

insane

* impl VoxelShape for ArrayVoxelShape

* Shapes stuff

* collide_x but it doesn't work yet

* binary_search

* it compiles

* Entity has bounding box

* Update discrete_voxel_shape.rs

* Entity::make_bounding_box

* ok i'm about to merge az-entity and az-world

might be a terrible idea which is why i'm committing first

* ok so i moved entity to world

* on_pos and move_entity compiles

* add send_position

* move collision stuff to collision module in az-physics

* dimension is no longer an Option

* start trying to do collision for the client

* collision works 🎉

* start adding palette resizing

* get_and_set (pain)

* it compiles but probably won't work

* add a test

* remove printlns

* add more tests for palette stuff

* ClientboundMoveVec3Packet -> ClientboundMoveEntityPosPacket

i think i changed this on accident once

* palette resizing works

todo: remove the printlns

* Remove printlns in palette.rs

* fix issues from merge

* fixes + work a bit more on physics

* Better entities (#19)

* well it compiles

* add tests to entity storage

* add suggestions in azalea-brigadier

* this probably causes ub

* fix brigadiersuggestions

* get rid of entityid

* test From<EntityMut> for EntityRef

* don't mention other libraries since there's too many

* fix warnings

* do todos in brigadier suggestions

* work on physics

* more physics stuff

* remove trait feature on az-block

i think rust gets confused and compiles the macro without the feature

* bump ahash

* aes tests in az-crypto

* optimize aes's deps

* fix crashes

* fix section_index for negative numbers and test

* fix BlockPos protocol implementation

* remove some debug prints

* prepare to add ai_step

* make ai step work

* clippy
2022-08-29 20:41:01 -05:00
mat
2ea804401f Update my_benchmark.rs 2022-08-28 15:47:34 -05:00
mat
250432a3f4 decrypting benchmark 2022-08-28 15:10:50 -05:00
mat
b44f1c84de encryption benchmark & test 2022-08-28 15:08:43 -05:00
mat
b8228a0360
Azalea registry (#20)
* make azalea-registry crate

* add trait feature to az-block

* registr

* registry macro

* impl Display for registry things

* registries
2022-08-27 20:31:21 -05:00
mat
029ae0e567 use unsigned integers for nbt lengths
probably not an optimization, just makes more sense
2022-08-24 21:09:17 -05:00