aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/algos
AgeCommit message (Collapse)Author
11 daysstop customer movement after enteringmetamuffin
2026-02-27Merge branch 'stable-rust'nokoe
2026-02-27use stable rust toolchainstable-rustnokoe
2026-02-26compiles with tile stacksmetamuffin
2025-12-18only send movement packets if changes; bots send less inputsmetamuffin
2025-12-16Return an Iterator over recipe inputs and outputs instead of a Vecnieboczek
2025-10-30clippymetamuffin
2025-10-21more debug events, bots now brokenmetamuffin
2025-10-21Send paths as debug eventsmetamuffin
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-20Pathfinding avoids chairsmetamuffin
2025-10-19Rename client-lib crate to game-coremetamuffin
2025-10-19Implement interaction with other players through id instead of tile posmetamuffin
2025-10-11clippy + fmt; start using if let chainsmetamuffin
2025-10-10Update to newest rust; replace rand with std randommetamuffin
2025-09-30clippy; make use of is_some_and and is_none_ormetamuffin
2025-09-30Implement tile placeable items for server-side (#433)metamuffin
2025-09-21Prioritize demands in waiter bot (fix #384)metamuffin
2025-09-17Fix waiter bot not accepting orders; close #386metamuffin
2025-09-17implement unknown-order in simple bot; close #397metamuffin
2025-09-17fix dishwasher pick-drop loop; close #385metamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-03fix dishwasher getting stuck; fix #277metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
`map_many_mut` and `trait_upcasting` was stabilized.
2025-05-30note down dishwasher bugmetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-12-22translate frank lines, fixes #229metamuffin
2024-11-24Manual clippymetamuffin
2024-11-22disable unknown oders for autosushi; fix #204metamuffin
2024-10-06fix dishwasher crash, fixes #216metamuffin
2024-09-29Remove dishwasher bot reliance on dirty-plate being itemindex of 0metamuffin
2024-09-29Add dishwasher botMiner34
2024-09-28simple bot ignores unknown orders; fixes #192metamuffin
2024-09-27update waiter bot for unknown ordersmetamuffin
2024-09-27unknown ordersmetamuffin
2024-09-26fix #173metamuffin
2024-09-25bot: stronger rotation alignmentmetamuffin
2024-09-25bot: customers face tablemetamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-24pinned ordersmetamuffin
2024-09-20fix customer crash when no demands existmetamuffin
2024-09-20translate campaign conditionsmetamuffin
2024-09-19customers wait to place plate #22metamuffin
2024-09-19untested customer collisionmetamuffin
2024-09-18make effect its own packetmetamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-09-14bot: frankmetamuffin
2024-09-04precompute recipe speedmetamuffin