aboutsummaryrefslogtreecommitdiff
path: root/server/protocol/src
AgeCommit message (Collapse)Author
4 dayssend vote timeout and remove ballot when players leavemetamuffin
5 daysadd server-side voting logicmetamuffin
6 daysfix inverted collision logic in set_tilemetamuffin
6 daysclean up player join codemetamuffin
6 daysbuttons server-side codemetamuffin
7 daysclippymetamuffin
12 daysnew movement math varies less with tick ratemetamuffin
2026-03-01remove nesting in game/server data packetsmetamuffin
2026-03-01add serverdata packet with data fields that dont change across games; add ↵metamuffin
motd and server name
2026-02-26compiles with tile stacksmetamuffin
2025-12-19send movement packets on collisionsmetamuffin
2025-12-16Return an Iterator over recipe inputs and outputs instead of a Vecnieboczek
2025-12-16Rename effect packet for compatiblity with older clientsmetamuffin
2025-12-14Effect packet for tile locations (close #534)metamuffin
2025-12-12Customizable customer spawn delay (close #522)metamuffin
2025-10-30Add connection keepalives; Disconnect reasionsmetamuffin
2025-10-30Add disconnect reasonsmetamuffin
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-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-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-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-03replaytools sends end packet, quit movie mode on replay endmetamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-03add tram player classmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2025-06-02send clientbound pause notificationmetamuffin