aboutsummaryrefslogtreecommitdiff
path: root/server/src/entity/bot.rs
AgeCommit message (Expand)Author
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-19Refactor and move interaction codemetamuffin
2025-10-19Implement interaction with other players through id instead of tile posmetamuffin
2025-10-11Improve server logging and use central player id counter (close #450)metamuffin
2025-10-10Update to newest rust; replace rand with std randommetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-18prevent multiple tutorials at oncemetamuffin
2024-09-17add hint-based tutorial for item craftingmetamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-08-13customers work except for points and return to spawnmetamuffin
2024-08-13replace customers with bots and refactor some more server code.metamuffin
2024-08-13access entities as trait objectmetamuffin