aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-18Release 0.9.1mat
2024-04-18fix get_block_collisions panicking when starting in a non existent chunkmat
2024-04-09add functions to ClientBuilder and SwarmBuilder for custom addressesmat
2024-04-09make recalculate_near_end_of_path publicmat
2024-03-21fix: GameOwnershipResponse key_id format (#138)1zuna
2024-03-08Update clientbound_game_event_packet.rs (#133)veronoicc
2024-02-26optimize physics a bit moremat
2024-02-25reduce allocations for collision detectionmat
2024-02-25optimize physicsmat
2024-02-24add Display for Vec3, add SimulationSet, and add EntityChunkPos componentmat
2024-02-24fix parsing textcomponents failing when it's translatable and has a primitive...mat
2024-02-24add some more convenience functionsmat
2024-02-24track entity rotationsmat
2024-02-23fix 'CommandQueue has un-applied commands being dropped.' spammat
2024-02-23fix pathfinder A* using slightly suboptimal paths sometimesmat
2024-02-23reword comment for calculated_bits_per_entrymat
2024-02-22add OWNER_USERNAME to testbotmat
2024-02-22fix for hypixel limbomat
2024-02-18fix for hypixel (wasn't sending ClientInformation on configuration)mat
2024-02-18fix image in readmemat
2024-02-17upgrade deps, bevy 0.13mat
2024-01-25update depsmat
2024-01-20remove unnecessary map_errmat
2024-01-20fixes unwrap on write_raw_packet(...) (#128)1zuna
2024-01-08upgrade depsmat
2024-01-08update links to testbot in docsmat
2024-01-08fix ping packet, explosion packet, and panic lessmat
2024-01-07rewrite testbot to use brigadiermat
2024-01-06add doc comment about d=mat
2024-01-04rename open_container to open_container_at and add get_open_containermat
2023-12-28fix FormattedText when 'extra' isn't a list of compoundsmat
2023-12-28read nbt as optional in more placesmat
2023-12-28Make check_ownership pub (#126)veronoicc
2023-12-17make ParticleData fail to compile when new particles are added to ParticleKindmat
2023-12-17fix broken link to .config/config_fast_builds in docsmat
2023-12-17fix testsmat
2023-12-17Publicize all fields on `AddOperation` and `Style` (#124)Tijn
2023-12-17move config.toml to config_fast_buildsmat
2023-12-17Add missing particles (#125)Tijn
2023-12-16revert accidental change to echo examplemat
2023-12-16fix SwarmEvent::Login and SwarmEvent::Init maybemat
2023-12-16fix non-u8 gamemodesmat
2023-12-16force user to reauth when refresh failsmat
2023-12-16default to survival mode when GameMode is out of boundsmat
2023-12-16fix bytes of packets not being logged in tracingmat
2023-12-15clippy lint was renamedmat
2023-12-15Add mining to the pathfinder (#122)mat
2023-12-13seeded random in pathfinder benchmat
2023-12-13i didn't actually commit the codemat
2023-12-13fix chunks incorrectly being forgotten sometimesmat