index
:
hurrycurry
master
stable-rust
tile-stacks
weblate-hurrycurry-game
A fast-paced multiplayer game about cooking
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
bot
/
src
/
algos
Age
Commit message (
Collapse
)
Author
11 days
stop customer movement after entering
metamuffin
2026-02-27
Merge branch 'stable-rust'
nokoe
2026-02-27
use stable rust toolchain
stable-rust
nokoe
2026-02-26
compiles with tile stacks
metamuffin
2025-12-18
only send movement packets if changes; bots send less inputs
metamuffin
2025-12-16
Return an Iterator over recipe inputs and outputs instead of a Vec
nieboczek
2025-10-30
clippy
metamuffin
2025-10-21
more debug events, bots now broken
metamuffin
2025-10-21
Send paths as debug events
metamuffin
2025-10-20
Refactor bot input to packet based
metamuffin
2025-10-20
Pathfinding avoids chairs
metamuffin
2025-10-19
Rename client-lib crate to game-core
metamuffin
2025-10-19
Implement interaction with other players through id instead of tile pos
metamuffin
2025-10-11
clippy + fmt; start using if let chains
metamuffin
2025-10-10
Update to newest rust; replace rand with std random
metamuffin
2025-09-30
clippy; make use of is_some_and and is_none_or
metamuffin
2025-09-30
Implement tile placeable items for server-side (#433)
metamuffin
2025-09-21
Prioritize demands in waiter bot (fix #384)
metamuffin
2025-09-17
Fix waiter bot not accepting orders; close #386
metamuffin
2025-09-17
implement unknown-order in simple bot; close #397
metamuffin
2025-09-17
fix dishwasher pick-drop loop; close #385
metamuffin
2025-07-13
Replace copyright notices to not include individual author names
metamuffin
2025-06-03
fix dishwasher getting stuck; fix #277
metamuffin
2025-06-03
update rust toolchain and rust dependencies.
metamuffin
`map_many_mut` and `trait_upcasting` was stabilized.
2025-05-30
note down dishwasher bug
metamuffin
2024-12-25
variable hand count
metamuffin
2024-12-25
two-handed server
metamuffin
2024-12-23
clippy: mostly map_or replaced with is_some_and
metamuffin
2024-12-22
translate frank lines, fixes #229
metamuffin
2024-11-24
Manual clippy
metamuffin
2024-11-22
disable unknown oders for autosushi; fix #204
metamuffin
2024-10-06
fix dishwasher crash, fixes #216
metamuffin
2024-09-29
Remove dishwasher bot reliance on dirty-plate being itemindex of 0
metamuffin
2024-09-29
Add dishwasher bot
Miner34
2024-09-28
simple bot ignores unknown orders; fixes #192
metamuffin
2024-09-27
update waiter bot for unknown orders
metamuffin
2024-09-27
unknown orders
metamuffin
2024-09-26
fix #173
metamuffin
2024-09-25
bot: stronger rotation alignment
metamuffin
2024-09-25
bot: customers face table
metamuffin
2024-09-25
player class decoupled from character id
metamuffin
2024-09-24
pinned orders
metamuffin
2024-09-20
fix customer crash when no demands exist
metamuffin
2024-09-20
translate campaign conditions
metamuffin
2024-09-19
customers wait to place plate #22
metamuffin
2024-09-19
untested customer collision
metamuffin
2024-09-18
make effect its own packet
metamuffin
2024-09-16
fix all clippy things
metamuffin
2024-09-14
bot: frank
metamuffin
2024-09-04
precompute recipe speed
metamuffin
[next]