aboutsummaryrefslogtreecommitdiff
path: root/server/src/entity
AgeCommit message (Expand)Author
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-20Pathfinding avoids chairsmetamuffin
2025-10-19Refactor and move interaction codemetamuffin
2025-10-19Rename client-lib crate to game-coremetamuffin
2025-10-19Start moving game logic to client-lib. Moved set_tile and gamedata indexmetamuffin
2025-10-19Implement interaction with other players through id instead of tile posmetamuffin
2025-10-16Placable walls in tagmetamuffin
2025-10-15Invert who is taggedmetamuffin
2025-10-15Add tag minigame (hidden map + entity)metamuffin
2025-10-12Fix bug where unknown order item was optimized outmetamuffin
2025-10-11Improve server logging and use central player id counter (close #450)metamuffin
2025-10-11clippy + fmt; start using if let chainsmetamuffin
2025-10-10Update to newest rust; replace rand with std randommetamuffin
2025-10-06Move data code to own crate + general data refactormetamuffin
2025-09-30Extract server locale code to own cratemetamuffin
2025-09-29Support multiple book pagesmetamuffin
2025-09-27Move tutorial waiting message to top of screenmetamuffin
2025-09-25decrease customer spawn cooldownmetamuffin
2025-09-21rename cutting and rolling board everywheremetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-06manual clippy and other cleanupmetamuffin
2025-06-06fix arith bug in env effectmetamuffin
2025-06-03pedestrian speed configmetamuffin
2025-06-03custom tram spawn positionmetamuffin
2025-06-03add tram player classmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2025-04-06improve tram smoothingmetamuffin
2025-04-06add tram entity, works badlymetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-11-24Manual clippymetamuffin
2024-11-22disable unknown oders for autosushi; fix #204metamuffin
2024-10-14book intermediate representation and packets for sending to clientmetamuffin
2024-10-13fix compile for new rust nightlymetamuffin
2024-10-01customer scaling factormetamuffin
2024-09-28tutorial: special strings for cutting and adding to platesmetamuffin
2024-09-28handle unknown order in tutorial; fix #191metamuffin
2024-09-28fix #190metamuffin
2024-09-27fix customer limit to chairs not tables. fixes #175metamuffin
2024-09-27unknown ordersmetamuffin
2024-09-26add map flush packet for #157metamuffin
2024-09-25fix book entity opening book for everyone; fix #166metamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-24format server in english localemetamuffin
2024-09-21reg: connection testmetamuffin