aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2025-10-14Update protocol versions for 3.0metamuffin
2025-10-14Bind editor to ip6metamuffin
2025-10-14Fix conveyor put items on non-interactable tilesmetamuffin
2025-10-13Refactor READMEs for new build systemmetamuffin
2025-10-13only ever pause because of connections with a playermetamuffin
2025-10-12Add book tile to interactablemetamuffin
2025-10-12reimplement diagram layoutingmetamuffin
2025-10-12Fix bug where unknown order item was optimized outmetamuffin
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-10Filter unused items and tiles from gamedata (close #449)metamuffin
2025-10-10Some data refactormetamuffin
2025-10-10Implement more aggressive recipe/demand filtering; fixes book in many mapsmetamuffin
2025-10-09Fix crash on stop musicmetamuffin
2025-10-09Add scoreboard menumetamuffin
2025-10-08merge all makefiles into onemetamuffin
2025-10-07rename diagram node style variantsmetamuffin
2025-10-07Split book exporting to own crate; move locale tool to server dirmetamuffin
2025-10-07Dont send gamedata recipes and demands to clientsmetamuffin
2025-10-07Book pages from recipe groupsmetamuffin
2025-10-07fix server entity constructionmetamuffin
2025-10-06Move data code to own crate + general data refactormetamuffin
2025-10-06translate html book + more pagesmetamuffin
2025-10-06Prepare for book localemetamuffin
2025-10-06Remove edge style featuremetamuffin
2025-10-06Collapse anywhere passive recipesmetamuffin
2025-10-06Clean up orphan nodesmetamuffin
2025-10-06Filter out large instant recipe clustersmetamuffin
2025-10-06Filter put/take recipes from graphmetamuffin
2025-10-06Fix toc hyperlinksmetamuffin
2025-10-06Add table of contentsmetamuffin
2025-10-06fix arrow tip; scrollable pagesmetamuffin
2025-10-05diagram native svg outputmetamuffin
2025-09-30clippy; make use of is_some_and and is_none_ormetamuffin
2025-09-30Add map lintermetamuffin
2025-09-30Extract server locale code to own cratemetamuffin
2025-09-30Update protocol versionmetamuffin
2025-09-30Done announce start when reloadingmetamuffin
2025-09-30tile decl conveyors; migrate duplexmetamuffin
2025-09-30Also allow initially placed item for exclusive tilesmetamuffin
2025-09-30Refuse to load maps with unused tilesmetamuffin
2025-09-30New compact map format tile declarationsmetamuffin
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-29Delay announcement when pausedmetamuffin
2025-09-29Implement ready packet + Refactor server pausingmetamuffin
2025-09-29Refactor server connection datametamuffin
2025-09-29Support multiple book pagesmetamuffin