aboutsummaryrefslogtreecommitdiff
path: root/server/protocol
AgeCommit message (Expand)Author
2025-10-22Fix step is_busy and stop moving when interactingmetamuffin
2025-10-21Send paths as debug eventsmetamuffin
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-16Implement multiple people working on active recipe properly (server)metamuffin
2025-10-16Send _list of_ players in progress reportsmetamuffin
2025-10-15Fix parsing tile placable mapmetamuffin
2025-10-11even better server loggingmetamuffin
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-09Add scoreboard menumetamuffin
2025-10-07rename diagram node style variantsmetamuffin
2025-10-06Prepare for book localemetamuffin
2025-10-06Remove edge style featuremetamuffin
2025-10-06Collapse anywhere passive recipesmetamuffin
2025-10-06Filter out large instant recipe clustersmetamuffin
2025-09-30clippy; make use of is_some_and and is_none_ormetamuffin
2025-09-30Update protocol versionmetamuffin
2025-09-30Tile placeable items client side and interactable empty special casemetamuffin
2025-09-30Implement tile placeable items for server-side (#433)metamuffin
2025-09-29Refactor server connection datametamuffin
2025-09-29Support multiple book pagesmetamuffin
2025-09-27clippymetamuffin
2025-09-27remove bincode support everywheremetamuffin
2025-09-27Less flexible diagram node styles; use rendered item/tile imagesmetamuffin
2025-09-27diagram dot outputmetamuffin
2025-09-19Refactor book part 1metamuffin
2025-09-16upgrade depsmetamuffin
2025-09-03replaytools sends end packet, quit movie mode on replay endmetamuffin
2025-09-01Bump protocol minor versiontpart
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-03Bump server protocol versionmetamuffin
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-06-02send clientbound pause notificationmetamuffin
2025-05-30fix optional pos attribute in interact packet that broke test-clientmetamuffin
2025-04-06Bump protocol version in rust cratetpart
2025-03-23pause game if all players are idle, closes #120metamuffin
2025-03-23fix serde_json parsing integers in float notationmetamuffin
2024-12-25bump proto versionmetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed mostly worksmetamuffin
2024-12-25two-handed servermetamuffin
2024-11-27set protocol versionmetamuffin
2024-11-18many more document elementsmetamuffin