| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-11 | fix panic in azalea-chat | mat | |
| 2022-09-10 | fix ClientboundMapItemDataPacket | mat | |
| 2022-09-10 | fix outdated EntityDataValue | mat | |
| 2022-09-10 | typo fix | mat | |
| ChatVisiblity -> ChatVisibility | |||
| 2022-09-09 | remove a debug thing lol | mat | |
| 2022-09-09 | fix errors in enums inconsistent w/ vanilla | mat | |
| 2022-09-09 | cut off at 500 instead of 100 | mat | |
| 2022-09-09 | improve log | Ubuntu | |
| 2022-09-09 | add logger | Ubuntu | |
| 2022-09-07 | why am i getting a varint error | mat | |
| 2022-09-07 | fix ClientboundUpdateAdvancementsPacket | mat | |
| 2022-09-07 | don't panic on bad utf8 | mat | |
| 2022-09-06 | fix bad enum macro generation | mat | |
| 2022-09-06 | BrigadierNodeStub::name() | mat | |
| 2022-09-06 | remove debug println | mat | |
| 2022-09-06 | finish read implementation for Commands packet | Ubuntu | |
| 2022-09-06 | rename variants in packet enums to be shorter | Ubuntu | |
| 2022-09-05 | Update client.rs | mat | |
| 2022-09-05 | add a todo | mat | |
| 2022-09-05 | use az-registry in az-protocol | mat | |
| 2022-09-05 | Publish empty azalea crate | mat | |
| 2022-09-05 | Publish everything* to crates.io | mat | |
| Except azalea-client since it's not ready yet | |||
| 2022-09-05 | .walk :) | mat | |
| 2022-09-04 | remove some debug stuff and fix recipe packet | mat | |
| 2022-09-04 | fix chunks not being able to be read | mat | |
| 2022-09-02 | collision test passes??? | Ubuntu | |
| 2022-09-02 | make collision test work* | Ubuntu | |
| 2022-09-02 | unused use in test | Ubuntu | |
| 2022-09-02 | get rid of Readable & Writable (#21) | mat | |
| 2022-09-01 | fix bad u32::write_into and add tests | mat | |
| 2022-09-01 | sample can be empty | mat | |
| 2022-09-01 | ping players can be negative | mat | |
| 2022-08-31 | make set_block_state return an Option | mat | |
| 2022-08-31 | add collision test | Ubuntu | |
| 2022-08-31 | test gravity | Ubuntu | |
| 2022-08-31 | remove some comments in az-protocol::read | Ubuntu | |
| 2022-08-31 | fix a couple more possible panics | Ubuntu | |
| 2022-08-31 | fix panics | Ubuntu | |
| 2022-08-30 | make some stuff publishable on crates.io | mat | |
| 2022-08-30 | clippy | Ubuntu | |
| 2022-08-29 | azalea-buf-macros/Cargo.toml | mat | |
| 2022-08-29 | change it all to azalea-buf-macros | mat | |
| 2022-08-29 | Update Cargo.toml | mat | |
| 2022-08-29 | azalea-buf crate stuff | mat | |
| 2022-08-29 | physics stuff | mat | |
| 2022-08-29 | buf macros -> azalea-buf-macros | mat | |
| 2022-08-29 | try to make azalea-buf publishable | mat | |
| 2022-08-29 | Physics (#11) | mat | |
| * 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 :tada: * 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-28 | Update my_benchmark.rs | mat | |
| 2022-08-28 | decrypting benchmark | mat | |
