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

Commit graph

  • 851c53f166 Add more derives to the pathfinder goals for flexibility Shayne Hartford 2024-11-13 01:14:53 -05:00
  • fdd15e9bd7
    Merge branch 'azalea-rs:main' into workspace-dependencies EightFactorial 2024-11-12 20:57:59 -08:00
  • 03dc82b8b5
    Update codegen to use std::sync::LazyLock instead of once_cell::sync::Lazy EightFactorial 2024-11-12 18:04:55 -08:00
  • 0902edb244
    Switch to u32 to match other entity ids in Azalea (#182) Shayne Hartford 2024-11-12 18:59:04 -05:00
  • 9da155cbdb Revert "Forgot about the other entity id" Shayne Hartford 2024-11-12 14:00:14 -05:00
  • 8201152551 Forgot about the other entity id Shayne Hartford 2024-11-12 13:55:54 -05:00
  • 2b271bb5da Switch to u32 to match other entity ids in Azalea Shayne Hartford 2024-11-12 13:42:25 -05:00
  • 09cdc22b86
    Make some internal system handles public for use with before/after (#180) Shayne Hartford 2024-11-12 13:07:36 -05:00
  • 47fc9d9c41
    Remove unused dependencies Compiles and all tests pass, so it should be fine EightFactorial 2024-11-12 00:16:30 -08:00
  • 462c42826e
    Remove carrots from crate versions The default behavior is the same EightFactorial 2024-11-12 00:05:53 -08:00
  • a4d5e9f9da
    Update bevy, update build script, move deps to workspace, and fix clippy warnings EightFactorial 2024-11-12 00:02:11 -08:00
  • 72894dd703
    Fix a couple clippy warnings EightFactorial 2024-11-11 23:05:20 -08:00
  • e2d05d0843
    Use workspace Cargo.toml for dependencies and package atributes EightFactorial 2024-11-11 23:03:06 -08:00
  • 4cf6c10b1f Make some internal system handles public for use with before/after Shayne Hartford 2024-11-10 09:15:08 -05:00
  • 0774888a77
    feat(registry): Derive Serialize and Deserialize on registry types (#179) Gaspard Culis 2024-11-03 17:58:19 +01:00
  • ad3fb08ca1 feat(registry): Derive Serialize and Deserialize on registry types GaspardCulis 2024-10-29 16:31:09 +01:00
  • 6b0fe5bf63 group imports with rustfmt mat 2024-10-26 05:29:26 +00:00
  • b762575db6 fix ClientboundPlayerInfoUpdatePacket and replace GameProfile with LoginFinished in an example mat 2024-10-26 05:28:11 +00:00
  • a3cf78ebec add 1.21.1 to branches list in readme mat 2024-10-23 05:14:10 +00:00
  • 40e4096d24
    1.21.2 (#171) mat 2024-10-23 00:08:13 -05:00
  • 109d393945 update ServerboundPlayerInputPacket impl mat 2024-10-23 05:05:42 +00:00
  • abc7b43b8c Release 0.10.3+mc1.21.1 v0.10.3+mc1.21.1 azalea@0.10.3+mc1.21.1 azalea-world@0.10.3+mc1.21.1 azalea-registry@0.10.3+mc1.21.1 azalea-registry-macros@0.10.3+mc1.21.1 azalea-protocol@0.10.3+mc1.21.1 azalea-protocol-macros@0.10.3+mc1.21.1 azalea-physics@0.10.3+mc1.21.1 azalea-language@0.10.3+mc1.21.1 azalea-inventory@0.10.3+mc1.21.1 azalea-inventory-macros@0.10.3+mc1.21.1 azalea-entity@0.10.3+mc1.21.1 azalea-crypto@0.10.3+mc1.21.1 azalea-core@0.10.3+mc1.21.1 azalea-client@0.10.3+mc1.21.1 azalea-chat@0.10.3+mc1.21.1 azalea-buf@0.10.3+mc1.21.1 azalea-buf-macros@0.10.3+mc1.21.1 azalea-brigadier@0.10.3+mc1.21.1 azalea-block@0.10.3+mc1.21.1 azalea-block-macros@0.10.3+mc1.21.1 azalea-auth@0.10.3+mc1.21.1 mat 2024-10-22 23:05:04 -05:00
  • c3fa768e2a update to 1.21.2 except for blocks mat 2024-10-23 04:03:22 +00:00
  • 5e99c2218d
    Add missing yaw and patch fields to ServerboundUseItemPacket (#178) Shayne Hartford 2024-10-22 01:24:09 -04:00
  • 1920c87da1 Add missing yaw and patch fields to ServerboundUseItemPacket Shayne Hartford 2024-10-21 20:44:46 -04:00
  • cd2f298a62
    Rename InventoryComponent to Inventory to match other components (#177) Shayne Hartford 2024-10-21 20:21:38 -04:00
  • e150430a86 Rename InventoryComponent to Inventory to match other components Shayne Hartford 2024-10-21 04:46:26 -04:00
  • 5535877a4b
    Impl FromStr for BlockPos & Vec (#174) Shayne Hartford 2024-10-21 18:04:46 -04:00
  • e00e42aefd Add comments Shayne Hartford 2024-10-21 18:01:06 -04:00
  • 58d1485733
    Derive Deserialize & Serialize for BlockPos & Vec3 (#175) Shayne Hartford 2024-10-21 15:11:51 -04:00
  • b8d8368bc6 Fix chat duplication from nested siblings Shayne Hartford 2024-10-21 04:23:56 -04:00
  • 9c659b644a Derive Deserialize & Serialize for BlockPos & Vec3 Shayne Hartford 2024-10-21 04:34:13 -04:00
  • 481141014c Impl FromStr for BlockPos & Vec Shayne Hartford 2024-10-21 04:17:08 -04:00
  • 29e4656cba Make more systems public for use with before and after Shayne Hartford 2024-10-20 00:10:12 -04:00
  • d45b6de767 Plugin systems should be public for before and after ambiguity Shayne Hartford 2024-10-19 23:30:34 -04:00
  • f3c5bff8a2 fix codegen and broken packets to finish updating to 24w39a :D mat 2024-10-17 01:03:05 +00:00
  • ffcdf968da Mostly fix chat duplication bug Shayne Hartford 2024-10-16 18:24:08 -04:00
  • 2fa0b2d957 Minecraft entity ids are actually i32s not u32s, but I'm not changing every instance of it. Shayne Hartford 2024-10-03 17:50:06 -04:00
  • bd618c3c67 Change MinecraftEntityId entity id to i32 like every other entity id Shayne Hartford 2024-10-03 17:43:37 -04:00
  • d7d1676ee9 Change ClientboundAddEntityPacket entity id to i32 like every other entity id Shayne Hartford 2024-10-03 17:40:59 -04:00
  • 9d10d13f45 Add serde to Vec3 Shayne Hartford 2024-10-03 17:31:26 -04:00
  • 9086040104 Remove duplicate Display and add matching FromStr for Vec3 Shayne Hartford 2024-10-03 16:50:29 -04:00
  • a5c203f53b Add Display and FromStr to BlockPos for HashMap Key Serializing/Deserializing Shayne Hartford 2024-10-03 16:39:28 -04:00
  • 6194c52b88 Add serde to BlockPos Shayne Hartford 2024-10-03 01:04:56 -04:00
  • 3e0d62b903 Update events.rs Shayne Hartford 2024-10-03 00:38:53 -04:00
  • cc7d64b46d
    Update events.rs Shayne Hartford 2024-10-03 00:31:13 -04:00
  • 60d606ab44
    Merge branch 'main' into main Shayne Hartford 2024-10-03 00:29:06 -04:00
  • 2d5dec9c87 start updating to 24w39a + itemcomponent codegen mat 2024-09-30 00:45:28 +00:00
  • 9d495c17a1 partially implement 24w35a mat 2024-09-28 19:35:24 +00:00
  • 2992fc6b47 update simdnbt mat 2024-09-15 06:52:16 +00:00
  • d5a281bf15 remove debug printlns mat 2024-08-19 19:44:15 +00:00
  • e485cf5501 fix incorrect comment in with_microsoft_access_token docs mat 2024-08-15 23:33:23 +00:00
  • 74831abbe4 modify some docs mat 2024-08-15 01:26:59 +00:00
  • 73091d8f93 fix sometimes being able to mine blocks through walls mat 2024-08-15 01:25:11 +00:00
  • dec544a52b fix ClientboundLevelParticlesPacket errors and pathfinder /particle errors mat 2024-08-15 01:24:03 +00:00
  • 4effd77135 fix sometimes being able to mine blocks through walls pathfinder-extras mat 2024-08-11 22:10:18 +00:00
  • 13afc1d6a4
    Auth Customization Options (#159) Aditya Kumar 2024-08-12 03:24:45 +05:30
  • 6b1ec2814d removed unnecessary mut Aditya Kumar 2024-08-11 17:42:53 +05:30
  • 9f30d2f14a Removed d= insertion in client_id Aditya Kumar 2024-08-11 17:37:09 +05:30
  • 580a0584f9 removed dead code Aditya Kumar 2024-08-11 17:35:30 +05:30
  • 824f06743c fixed example Aditya Kumar 2024-08-11 17:34:24 +05:30
  • 8826ceeafc fmt Aditya Kumar 2024-08-11 17:31:13 +05:30
  • de33ea22cf changed function signature Aditya Kumar 2024-08-11 17:31:03 +05:30
  • ab94c39697 fix doc grammer Aditya Kumar 2024-08-11 17:18:33 +05:30
  • 4dabc1441d
    fix example Aditya Kumar 2024-08-11 17:12:09 +05:30
  • 98092bf05e
    Merge branch 'azalea-rs:main' into feature/custom-auth Aditya Kumar 2024-08-11 16:10:36 +05:30
  • 0c4d550303 fix ClientboundLevelParticlesPacket errors and pathfinder /particle errors mat 2024-08-11 09:57:17 +00:00
  • 92c90753ea update readme to say 1.21.1 mat 2024-08-11 09:04:20 +00:00
  • 5ab9c501e9 fmt mat 2024-08-11 09:03:57 +00:00
  • b445b7c032 cursor_remaining was stabilized mat 2024-08-06 02:19:32 +00:00
  • f35ba028f6
    Added Left Click Mine Functionality (#156) 1.20.6 Aditya Kumar 2024-07-22 06:48:51 +05:30
  • 832f960531
    Added Left Click Mine (1.21) (#168) Aditya Kumar 2024-07-22 06:47:40 +05:30
  • ca48ed9e25 remove unwraps in events.rs mat 2024-07-22 01:03:36 +00:00
  • 86fd3168f7 fix panic in update_modifiers_for_held_item mat 2024-07-22 01:00:38 +00:00
  • 7e93c2d766
    Made Hunger and DataComponentPatch public (#167) Aditya Kumar 2024-07-20 16:15:25 +05:30
  • 34f4ab1913 Made DataComponentPatch public Aditya Kumar 2024-07-20 16:01:04 +05:30
  • d7b78e284a Made Hunger component public Aditya Kumar 2024-07-20 16:00:13 +05:30
  • 3c037d0bb9 Added LeftClickMine Aditya Kumar 2024-07-20 15:37:09 +05:30
  • bb1db46147
    Merge branch 'azalea-rs:main' into feature/auto-mine Aditya Kumar 2024-07-20 15:26:48 +05:30
  • 0611dbd1bf Changed name to LeftClickMine Aditya Kumar 2024-07-20 15:18:17 +05:30
  • ee256a249d clippy allow type complexity Aditya Kumar 2024-07-20 13:08:22 +05:30
  • bcfdeaa463 Added hit_result_component.miss as the condition to send mining event and also send stop mining event if mining a block that is not reachable. Aditya Kumar 2024-07-20 13:01:11 +05:30
  • 7a71cb6c04 Removed unnecessary Block Reach Check Aditya Kumar 2024-07-20 11:52:44 +05:30
  • 5815f3e1e3 Unnecessary Block Reach Check Aditya Kumar 2024-07-20 11:50:45 +05:30
  • 6e722255fe Add missing Arc and remove unused imports Shayne Hartford 2024-07-20 01:59:34 -04:00
  • 7d869cbe79 Add separate configuration and game packet events Shayne Hartford 2024-07-20 01:29:40 -04:00
  • 4ee0b784ea
    Determine rust channel by parsing rustc output if env vars do not exist (#163) Patrick 2024-07-19 23:28:40 +02:00
  • 18232e1d48 Emit configuration packets Shayne Hartford 2024-07-15 18:49:01 -04:00
  • 1f642a973c fixed uri singer 2024-07-14 20:27:18 +03:00
  • 4a558a80b9
    Merge 0c733a3217 into 3d717b63e5 urisinger 2024-07-14 09:38:10 +08:00
  • acd1a64165
    Try to check RUSTUP_TOOLCHAIN first Paddi 2024-07-13 15:34:19 +02:00
  • 3a1d52dd74
    Check env vars first, fall back to rustc in $PATH Paddi 2024-07-13 14:25:55 +02:00
  • a2ef9421e0
    Determine rust channel by parsing rustc output Paddi 2024-07-13 00:44:40 +02:00
  • 3d717b63e5
    fix: Chunk Storage Error (#158) Aditya Kumar 2024-07-12 16:54:47 +05:30
  • cf4e3f609d
    Add missing configuration and game connection wrappers (#161) Shayne Hartford 2024-07-12 02:07:24 -04:00
  • 24c5cb80aa
    upgrade to simdnbt 0.6 (#160) (#162) EightFactorial 2024-07-11 22:47:43 -07:00
  • 8af6d515db
    upgrade to simdnbt 0.6 (#160) mat 2024-07-05 00:45:45 -05:00
  • 87651d87a2 Add missing configuration and game connection wrappers Shayne Hartford 2024-07-08 17:48:25 -04:00
  • 8e124ccbe7
    Merge branch 'azalea-rs:main' into fix/chunk-storage Aditya Kumar 2024-07-08 18:01:39 +05:30
  • 4369d88d17
    Merge branch 'azalea-rs:main' into feature/custom-auth Aditya Kumar 2024-07-07 19:49:54 +05:30