aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-10-07Bot API (#27)mat
Basically make the `azalea` crate have stuff
2022-09-23yeah let's be honest they're not very useablemat
2022-09-18modify warning in readmemat
2022-08-29Physics (#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-24don't explain what stretch goals areUbuntu
2022-08-18add stretch goals to readme and typo fixmat
2022-08-051.19.2 (#15)mat
* Fix stuff with readme in codegen scripts Emojis broke it * 1.19.2-rc1 * 1.19.2
2022-07-30add non-goals to readmemat
2022-07-29Merge pull request #8 from mat-1/1.19.1mat
Support 1.19.1. Signing stuff isn't implemented but auth isn't even in Azalea yet so that's fine.
2022-07-281.19.1mat
2022-07-211.19.1-rc2mat
2022-07-18add note to readmemat
2022-07-101.19.1-pre4mat
2022-07-06Update packetsmat
2022-06-231.19.1-rc1mat
2022-06-21Update to 1.19.1-pre1mat
2022-06-20Merge branch 'main' into 1.19.1mat
2022-06-17Update README.mdmat
2022-06-1622w24a & update packets when they're modifiedmat
2022-06-16Fix for states that burger doesn't havemat
2022-06-081.19mat
2022-05-261.19mat
2022-05-24rename code-generator to codegenmat
2022-05-14move examples into examples directorymat
2022-05-14Update README.mdmat
2022-05-14Merge branch 'main' into chunk-decodingmat
2022-05-09hold_item -> holdmat
2022-05-09change recv to next in readmemat
2022-05-09Update README.mdmat
2022-05-09write how i want using the held item to workmat
2022-05-02more chunk and readme stuffmat
2022-05-01Update README.mdmat
2022-04-29Merge branch 'main' into chunk-packetsmat
2022-04-29how do i do thismat
2022-04-28write more example codemat
2022-04-25write example codemat
2022-04-22simplify error handlingmat
2022-04-18start working on declare commands packetmat
2021-12-20start adding nbt to the protocolmat
2021-12-20add some things to readmesmat
2021-12-17fix packetsmat
2021-12-16get rid of read_collectionmat
2021-12-15add a bit more to the readmemat
2021-12-15azaleamat
2021-12-15start implementing other packets and stuffmat