aboutsummaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Expand)Author
2025-10-15Invert who is taggedmetamuffin
2025-10-15Add tag minigame (hidden map + entity)metamuffin
2025-10-14Fix conveyor put items on non-interactable tilesmetamuffin
2025-10-13only ever pause because of connections with a playermetamuffin
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-09Add scoreboard menumetamuffin
2025-10-08merge all makefiles into onemetamuffin
2025-10-07Dont send gamedata recipes and demands to clientsmetamuffin
2025-10-07fix server entity constructionmetamuffin
2025-10-06Move data code to own crate + general data refactormetamuffin
2025-09-30clippy; make use of is_some_and and is_none_ormetamuffin
2025-09-30Extract server locale code to own cratemetamuffin
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
2025-09-27Move tutorial waiting message to top of screenmetamuffin
2025-09-27remove bincode support everywheremetamuffin
2025-09-25decrease customer spawn cooldownmetamuffin
2025-09-21Add tile message command and demand list commandmetamuffin
2025-09-21rename cutting and rolling board everywheremetamuffin
2025-09-21Skip "pause" server hint for start pausemetamuffin
2025-09-19fix set progress finish missing warn flagmetamuffin
2025-09-19server feature for faster recipes to debugmetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-31add /start option to skip announcemetamuffin
2025-08-29drei komma fünfmetamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-08-24rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTIONmetamuffin
2025-08-24rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTIONmetamuffin
2025-08-24add runtime DATA_SEARCH_PATH variable; always fall backmetamuffin
2025-08-23reintroduce DATA_SEARCH_PATH, remove flatpak data search dir featuremetamuffin
2025-08-23compile feature for flatpak data pathsmetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-07-07server mdns prevent advertising not supported ip versionsmetamuffin
2025-06-27read windows registry to detect data dirmetamuffin
2025-06-20replace xdg crate with directories for wider platform supportmetamuffin
2025-06-06manual clippy and other cleanupmetamuffin