aboutsummaryrefslogtreecommitdiff
path: root/server/data/src/lib.rs
AgeCommit message (Expand)Author
2026-02-26compiles with tile stacksmetamuffin
2025-12-16Return an Iterator over recipe inputs and outputs instead of a Vecnieboczek
2025-12-16capture the currynokoe
2025-12-16Add grey holes; player portal pair rest state is grey holesmetamuffin
2025-12-16Add player portal pair entity; fix tile/item remappingmetamuffin
2025-12-14demand sink as tile flagmetamuffin
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-16Placable walls in tagmetamuffin
2025-10-15Add tag minigame (hidden map + entity)metamuffin
2025-10-12Add book tile to interactablemetamuffin
2025-10-12Fix bug where unknown order item was optimized outmetamuffin
2025-10-11clippy + fmt; start using if let chainsmetamuffin
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-07Book pages from recipe groupsmetamuffin
2025-10-06Move data code to own crate + general data refactormetamuffin