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

Commit graph

  • 541325289b fix log feature in test_simulation mat 2025-02-21 19:05:01 +00:00
  • b664e04a7d clippy mat 2025-02-21 19:01:40 +00:00
  • bdbd418b02 fix other tests mat 2025-02-21 18:54:54 +00:00
  • 68ee9629ce Fix errors on switching dimensions mat 2025-02-21 18:49:21 +00:00
  • 63b1036a96 fix CustomModelData and WrittenBookContent datacomponents mat 2025-02-21 17:22:00 +00:00
  • b8df77aee6 Fix dimension type order Shayne Hartford 2025-02-21 05:10:49 -05:00
  • 4f65bfaa32 Fix dimension type Shayne Hartford 2025-02-18 01:23:22 -05:00
  • c285fadd34
    Enable serde feature in sub-crates (#202) Shayne Hartford 2025-02-17 18:28:37 -05:00
  • 022771b71b update docs for TabList to mention how it works as a resource mat 2025-02-17 23:09:24 +00:00
  • 057f5371d2 Enable serde feature in sub-crates Add serde derive to MinecraftEntityId Shayne Hartford 2024-11-30 16:26:18 -05:00
  • 9d0fcc671b organize az-client file structure by moving things into plugins directory mat 2025-02-17 02:45:22 +00:00
  • e532511ba5 update config state to also use handler functions mat 2025-02-17 02:12:41 +00:00
  • c3bbc9e563 merge main mat 2025-02-16 22:07:58 +00:00
  • b9c4942ee1 fix set_entity_data mat 2025-02-16 19:42:16 +00:00
  • 2f2d9ca2ac use macro for generating match statement for packet handler functions mat 2025-02-16 19:27:13 +00:00
  • 04de625cb9 finish writing all the handler functions for packets mat 2025-02-16 18:02:56 +00:00
  • 6556eb5d0f start organizing packet_handling more by moving packet handlers into their own functions mat 2025-02-16 17:15:02 +00:00
  • 228489dded use MinecraftEntityId type instead of u32 in az-protocol mat 2025-02-16 17:10:04 +00:00
  • 4fb6b07746 upgrade deps mat 2025-02-14 03:56:36 +00:00
  • 02f50c2dc5 remove stabilized trait_upcasting feature gates mat 2025-02-14 03:40:45 +00:00
  • 6020a2297f add todo about wrong calculated_bits_per_entry code mat 2025-02-04 05:29:18 +00:00
  • 858bec2081
    Fix deadlock when changing server (#200) Kumpelinus 2025-02-03 20:31:32 +01:00
  • ad41d45ba0 remove unnecessary clones mat 2025-02-03 19:28:25 +00:00
  • e1605282f6 Fix deadlock when changing server Kumpelinus 2025-02-03 15:50:31 +01:00
  • 8d110a9f7c cleanup, fix warnings mat 2025-02-02 21:17:28 +00:00
  • b08d3d55d7 start implementing data driven registries mat 2025-02-02 21:15:45 +00:00
  • cdb68dfb70 update deps mat 2025-02-02 17:53:04 +00:00
  • 479a7b8927 update actions/upload-pages-artifact and deploy-pages mat 2025-02-01 21:37:07 +00:00
  • 8d71577da8 fix doc errors mat 2025-02-01 21:35:11 +00:00
  • 4562967b61 set player metadata on init instead of login client-packet-simulation-tests mat 2025-02-01 21:26:37 +00:00
  • 87c34e1c33 add failing test_set_health_before_login test mat 2025-02-01 20:35:57 +00:00
  • 4aa5010ea2 remove debug log mat 2025-01-29 06:07:16 +00:00
  • 5bdb07b314 fix PlayerInput to handle diagonal inputs mat 2025-01-29 06:04:38 +00:00
  • 6c681adc4d change some warns to debugs mat 2025-01-29 05:45:17 +00:00
  • 6d8d937d47 add support for tickend and playerinput mat 2025-01-29 05:29:20 +00:00
  • befcec9b3a fix wrong Profile data component impl mat 2025-01-29 02:09:54 +00:00
  • ef25e77e52 add data for EntityEffect particle to fix set_entity_data errors on hypixel mat 2025-01-29 02:00:44 +00:00
  • 67c053638c fix chunk parsing on hypixel mat 2025-01-27 19:24:12 +00:00
  • ed00a5b8f1 don't warn on release mode for unknown PlayerInfoUpdate mat 2025-01-27 18:14:53 +00:00
  • fe423416b4 Rename Connection::configuration to config and add some clientbound functions that already existed serverbound mat 2025-01-25 22:34:00 +00:00
  • b6ddde99ea add ProtocolPacket::name function mat 2025-01-25 22:16:59 +00:00
  • f2d8d4211b fix name of field in CommonPlayerSpawnInfo mat 2025-01-21 23:55:44 +00:00
  • b0b57aa7d4 delete accidentally created debug file mat 2025-01-21 23:54:11 +00:00
  • 53fca5faf4 fix errors when switching worlds mat 2025-01-21 23:53:11 +00:00
  • 900a4234e5 fix wrong ClientboundSoundEntity mat 2025-01-21 23:21:08 +00:00
  • aef29daad9 remove negative checks for box_shape mat 2025-01-20 05:49:13 +00:00
  • be10d5f94b 25w03a mat 2025-01-20 00:15:12 +00:00
  • 4b8fde065d remove outdated test mat 2025-01-15 15:44:49 +00:00
  • c4494f4ce9 Merge branch 'main' into 1.21.5 mat 2025-01-15 15:42:33 +00:00
  • 20afa873ee move item_components codegen to a different module mat 2025-01-15 15:39:11 +00:00
  • 2dcfbe96c3 fix wrong ServerLinkKind and serialize hex colors correctly in nbt mat 2025-01-14 03:18:38 +00:00
  • a86d011d4a change some warnings to debug logs and improve some entity id index code mat 2025-01-13 06:10:55 +00:00
  • 5721eaf193 fix ClientboundSound and implement az_registry::Holder mat 2025-01-13 04:52:40 +00:00
  • 862dec529b update warning in readme to say azalea is 'useable' instead of 'somewhat useable' mat 2025-01-12 23:01:55 +00:00
  • a1435b3b95 fix bugs with decoding/encoding DataComponentPatch mat 2025-01-12 22:43:37 +00:00
  • 093c99a071 add AZALEA_DO_NOT_CUT_OFF_PACKET_LOGS env variable mat 2025-01-12 21:51:37 +00:00
  • 608ccb8e54 fix panic on bot disconnect mat 2025-01-12 05:07:53 +00:00
  • a5cb21f039 codegen entity dimensions mat 2025-01-11 08:14:19 +00:00
  • e03101a7b7 dead entities cannot be revived mat 2025-01-11 04:35:10 +00:00
  • 31d0ac7568 update wrong entity metadata mat 2025-01-11 04:09:39 +00:00
  • 55d1ae2014 revert doc updates mat 2025-01-10 23:54:33 +00:00
  • 9e98ab373f
    Create CNAME mat 2025-01-10 17:34:34 -06:00
  • 3ce7c7cc50 tweaks to doc gh action mat 2025-01-10 23:08:51 +00:00
  • 9ef53fcf2b
    Feat: Host Documentation for multiple versions/branch (#188) Aditya Kumar 2025-01-11 04:38:23 +05:30
  • 0d16f01571
    Fluid physics (#199) mat 2025-01-10 16:45:27 -06:00
  • ce43b84d99 fix for clippy mat 2025-01-10 09:44:06 +00:00
  • 5364d4fad4 change ultrawarm to be required mat 2025-01-10 09:34:32 +00:00
  • 9e728dc943 cleanup mat 2025-01-10 09:21:46 +00:00
  • 558b469d72 jumping in water mat 2025-01-10 08:37:49 +00:00
  • 579aefdf68 bubble columns mat 2025-01-10 07:17:06 +00:00
  • 63b4406af2 different travel function in water mat 2025-01-09 11:08:09 +00:00
  • 7d92a7e125 Initial implementation of fluid pushing mat 2025-01-09 07:24:01 +00:00
  • 9b4e5a4c8e 25w02a mat 2025-01-08 23:04:12 +00:00
  • 56e0f61a51 start implementing fluid physics mat 2025-01-08 22:26:57 +00:00
  • 615d8f9d2a bump minimum rust version and improve pathfinder docs mat 2024-12-28 02:10:05 +00:00
  • ebaf5128fb better pathfinder debug messages mat 2024-12-28 01:48:25 +00:00
  • 5693191b57 implement fluid_shape mat 2024-12-27 12:30:24 +00:00
  • 04036b6e4a implement BlockState::outline_shape mat 2024-12-27 10:33:31 +00:00
  • 6ccd44e28d better astar WeightedNode::cmp mat 2024-12-27 06:56:58 +00:00
  • 185ed84dbb don't save Movement type while pathfinding as an optimization, recalculate it later in reconstruct_path mat 2024-12-27 06:27:16 +00:00
  • 3c3952bb0b resolve some todos in az-core mat 2024-12-27 05:43:35 +00:00
  • 33e1a1326a patch path on timeout instead of recalculating everything mat 2024-12-26 12:36:41 +00:00
  • 344834c724 better pathfinder timeouts mat 2024-12-26 08:03:55 +00:00
  • adb56b7eb2 make a_star function use an IndexMap like the pathfinding crate mat 2024-12-26 07:42:35 +00:00
  • 3c83e5b24a replace priority_queue crate with std BinaryHeap mat 2024-12-26 05:52:46 +00:00
  • e11a902fba patch pathfinder obstructions instead of just truncating the path mat 2024-12-25 12:09:27 +00:00
  • 2f1fe5f9f6 partial fix for sending Config packets during Game mat 2024-12-25 09:58:32 +00:00
  • 8f0d0d9280 close tcp connection on bot disconnect and add swarms to testbot cli mat 2024-12-25 07:27:09 +00:00
  • 04eaa5c3d0 remove dependency on bytes crate for azalea-protocol and fix memory leak mat 2024-12-25 06:16:10 +00:00
  • 0ee9ed50e3 optimize pathfinder mat 2024-12-25 03:00:48 +00:00
  • d67aa07c13 optimize cost_for_breaking_block by making its cache an UnsafeCell instead mat 2024-12-24 12:41:11 +00:00
  • a599b5614e make BlockState a u16 and add a BlockStateIntegerRepr type mat 2024-12-24 09:40:29 +00:00
  • f03e0c2235 fix parsing Dust particle and treat waterlogged blocks as liquid in pathfinder mat 2024-12-24 08:48:36 +00:00
  • de5a53ce08 add additional pathfinder test and fix pathfinder failure mat 2024-12-24 05:18:33 +00:00
  • 958848e8ed improve some docs and apis related to pathfinder mat 2024-12-24 04:37:55 +00:00
  • 30cbeecdfe update outdated doc in Swarm and remove unnecessary generics mat 2024-12-23 13:10:30 +00:00
  • 8772661772 lift requirement on anyhow for handler function mat 2024-12-23 10:34:44 +00:00
  • 1609b90a93 rename metadata::State to metadata::SnifferState mat 2024-12-23 09:55:21 +00:00
  • fa132b61fc add a bit more logging to handshake_proxy mat 2024-12-23 07:31:51 +00:00
  • 2c37ade959 add a test for 2b2t queue chat message mat 2024-12-23 02:01:58 +00:00