aboutsummaryrefslogtreecommitdiff
path: root/server/bot/src/algos/simple.rs
AgeCommit message (Expand)Author
7 daysclippy; make use of is_some_and and is_none_ormetamuffin
8 daysImplement 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-07-13Replace copyright notices to not include individual author namesmetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-09-28simple bot ignores unknown orders; fixes #192metamuffin
2024-09-27update waiter bot for unknown ordersmetamuffin
2024-09-20translate campaign conditionsmetamuffin
2024-09-04precompute recipe speedmetamuffin
2024-08-15message timeout replaces persistmetamuffin
2024-08-15customers leave if they get stuck walkingmetamuffin
2024-08-13replace customers with bots and refactor some more server code.metamuffin
2024-08-12bot: make crate hybridmetamuffin
2024-08-12bot: generalize simple and add waitermetamuffin
2024-08-12bot: clear passive tile targetmetamuffin
2024-08-12fix some cases where it gets stuckmetamuffin
2024-08-12bot: passive recipes, still buggymetamuffin
2024-08-12remove legacy gitignoremetamuffin
2024-08-12simple works fine for everything except passive and other special casesmetamuffin
2024-08-11improve framework and start work on simple algometamuffin