aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/packet
AgeCommit message (Expand)Author
2025-07-241.21.8mat
2025-07-21Add TicksAlive component (#229)Kumpelinus
2025-06-25improve packet_order test, add BlockUpdatePlugin, fix packet order for sprintingmat
2025-06-26start adding packet_order testmat
2025-06-171.21.6 (#215)mat
2025-06-16implement EntityHitResultmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11implement reverting block state predictions on ackmat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-06-09handle relative teleports correctly and fix entity chunk indexing warningsmat
2025-06-04handle set_held_slot packet and add more Into BlockStates implsmat
2025-06-03send ServerboundPlayerLoaded on join and respawnmat
2025-06-02fix issues related to pathfinder miningmat
2025-05-31doc updatesmat
2025-05-30more formatting fixesmat
2025-05-30formatting: merge importsmat
2025-05-23fix Event::Login not firing on reconnect by adding entity id to RemoveOnDisco...mat
2025-05-06fix various issues with miningmat
2025-05-07fix chunk errors when joining a world with a same name but different heightmat
2025-05-02fix InstanceName desyncmat
2025-04-25update to bevy 0.16mat
2025-04-24update RawConnection::state when start_configuration is receivedmat
2025-04-25update serialization for set_player_teammat
2025-04-17allow disabling Event::Packet with a crate featuremat
2025-04-17Move login state to the ECS (#213)mat
2025-04-04rename ChatPacket::username and uuid to sender and sender_uuidmat
2025-03-28fix entity deindexing happening at the wrong timemat
2025-03-27fix not replying to ping packets in config statemat
2025-03-251.21.5 (#198)mat
2025-03-25PongPluginmat
2025-03-20add Event::Spawnmat
2025-03-20document Position defaultmat
2025-03-19make SendPacketEvent a bevy triggermat
2025-03-13update dead wiki.vg links (#209)Gjum
2025-03-13use RawConnection to write reply after getting start_configurationmat
2025-03-13correctly accept resource packs while in config statemat
2025-03-07remove EntityBundle on start_configurationmat
2025-03-07don't send game packets when outside of the game statemat
2025-03-06fix despawning entities on dimension changemat
2025-03-02fix errors when switching to Game state and add fast_login testmat
2025-02-24fix send_receivepacketevent running outside of game statemat
2025-02-24fix compile errormat
2025-02-24fix an error in set_entity_datamat
2025-02-24add fallback for adding LocalEntity so tests don't failmat
2025-02-23fix memory leak in simulation tests (lol)mat
2025-02-22Refactor azalea-client (#205)mat