| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-14 | rename Local to LocalEntity | mat | |
| 2023-09-13 | fix tests | mat | |
| 2023-09-13 | improve some logging | mat | |
| 2023-09-11 | fix onground | mat | |
| 2023-09-11 | fix falling through blocks on spawn (and triggering anticheats) | mat | |
| 2023-09-10 | clippy | mat | |
| 2023-09-10 | fix physics bugs | mat | |
| 2023-09-10 | fix incorrect jumping | mat | |
| 2023-09-08 | make PacketReceiver::packet_writer public | mat | |
| 2023-09-08 | upgrade deps | mat | |
| 2023-09-07 | Don't crash when missing extra registries (#108) | EightFactorial | |
| * Fix decoding on missing Nbt structures * Fix default and renaming | |||
| 2023-08-27 | use thiserror for azalea_nbt::Error | mat | |
| 2023-08-26 | use better pathfinder costs and also fix relative entity updates breaking ↵ | mat | |
| sometimes | |||
| 2023-08-26 | simplify pathfinder more | mat | |
| 2023-08-26 | simplify pathfinder | mat | |
| 2023-08-25 | delete svg files i accidentally committed | mat | |
| 2023-08-25 | fix all bevy ambiguities | mat | |
| 2023-08-25 | fix swarms | mat | |
| 2023-08-25 | name variables in stepping up | mat | |
| 2023-08-25 | implement stepping up stairs | mat | |
| 2023-08-25 | add failing test for that weird diagonal edge case | mat | |
| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa | |||
| 2023-08-25 | add basic pathfinding test | mat | |
| 2023-08-25 | fix panic when entity goes out of render distance and then back in render ↵ | mat | |
| distance | |||
| 2023-08-24 | Support properly switching instances (#106) | mat | |
| * start implementing switching dimensions * fix removeentity in shared worlds * also store entity ids per local player * uncomment a trace in pathfinder * cleanup --------- Co-authored-by: mat <git@matdoes.dev> | |||
| 2023-08-23 | remove some debug printlns | mat | |
| 2023-08-22 | fix writing ClientboundUpdateRecipesPacket | mat | |
| 2023-08-22 | fix entities not being despawned | mat | |
| closes #103 | |||
| 2023-08-22 | Created nearest_entity system param (#102) | TheDudeFromCI | |
| * Created nearest_entity system param Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Added nearby item iterators. Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Export bot.rs (#101) * Removed .vscode settings (#104) Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * raycasting not raytracing * don't panic if TranslatableComponent::to_string fails * Food/saturation component support (#97) * modified for food stuff * moved food/saturation to a separate file * hunger component * simplify some logic --------- Co-authored-by: mat <git@matdoes.dev> * Created nearest_entity system param Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Added nearby item iterators. Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Applied tweaks from PR review Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Fixed doctests Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> --------- Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> Co-authored-by: mat <git@matdoes.dev> Co-authored-by: Luuk van Oijen <lazyluuk.channel@gmail.com> | |||
| 2023-08-21 | Food/saturation component support (#97) | Luuk van Oijen | |
| * modified for food stuff * moved food/saturation to a separate file * hunger component * simplify some logic --------- Co-authored-by: mat <git@matdoes.dev> | |||
| 2023-08-20 | don't panic if TranslatableComponent::to_string fails | mat | |
| 2023-08-19 | raycasting not raytracing | mat | |
| 2023-08-19 | Removed .vscode settings (#104) | TheDudeFromCI | |
| Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> | |||
| 2023-08-19 | Export bot.rs (#101) | TheDudeFromCI | |
| 2023-08-16 | no_handler() option for ClientBuilder (#100) | TheDudeFromCI | |
| * Added no_handler client builder option Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Made EmptyState public Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * Packaged no_handler placeholders in own module Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> * imply no state and remove Fut generic from ClientBuilder and SwarmBuilder * use destructuring in set_handler and fix a doc --------- Signed-off-by: TheDudeFromCI <thedudefromci@gmail.com> Co-authored-by: mat <git@matdoes.dev> | |||
| 2023-08-15 | fix tests | mat | |
| 2023-08-15 | upgrade thiserror and other deps | mat | |
| 2023-08-03 | loosen Default requirement for State on SwarmBuilder | mat | |
| 2023-08-01 | remove unnecessary parens | mat | |
| 2023-08-01 | improve Instance::find_block | mat | |
| 2023-07-31 | add EntityDataItem::new | mat | |
| 2023-07-26 | fix querying multiple components in entity_by | mat | |
| 2023-07-23 | fix sometimes not receiving chunks | mat | |
| 2023-07-23 | fix sending brand incorrectly | mat | |
| 2023-07-23 | clean up azalea-entity a little | mat | |
| 2023-07-20 | delete unused serde module | mat | |
| 2023-07-20 | pub use tag::* in azalea-nbt | mat | |
| 2023-07-20 | make PalettedContainer::new less weird | mat | |
| 2023-07-20 | remove unnecessary clone | mat | |
| 2023-07-20 | derive Copy for ChunkSectionBlockPos | mat | |
| 2023-07-19 | remove unused deps | mat | |
