aboutsummaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2025-10-22Fix step is_busy and stop moving when interactingmetamuffin
2025-10-21more debug events, bots now brokenmetamuffin
2025-10-21Send paths as debug eventsmetamuffin
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-20Pathfinding avoids chairsmetamuffin
2025-10-20tick perf loggingmetamuffin
2025-10-19Refactor and move interaction codemetamuffin
2025-10-19Rename client-lib crate to game-coremetamuffin
2025-10-19Start moving game logic to client-lib. Moved set_tile and gamedata indexmetamuffin
2025-10-19More readable pathfinding codemetamuffin
2025-10-19Implement interaction with other players through id instead of tile posmetamuffin
2025-10-17Add CLI option for user defined registry address (close #481)metamuffin
2025-10-17Prevent book page scrollingmetamuffin
2025-10-17Fix problems caused by negative viewBox in diagram svgmetamuffin
2025-10-17Set charset in book html exportmetamuffin
2025-10-17Fix connection test cachingmetamuffin
2025-10-17remove debug printmetamuffin
2025-10-17Incorrect log level when registeringmetamuffin
2025-10-16Remove dubious code that ticked the game once when unloading; fixes double in...metamuffin
2025-10-16Implement multiple people working on active recipe properly (server)metamuffin
2025-10-16Send _list of_ players in progress reportsmetamuffin
2025-10-16Remove village, new map "scattred"metamuffin
2025-10-16Add required tiles checkmetamuffin
2025-10-16Fix salad store cutting board being recipe exclusivemetamuffin
2025-10-16Placable walls in tagmetamuffin
2025-10-15camera replay option in render toolmetamuffin
2025-10-15replaytool: Send ready + show packet countermetamuffin
2025-10-15Improve replaytool error reportingmetamuffin
2025-10-15Fix parsing tile placable mapmetamuffin
2025-10-15Invert who is taggedmetamuffin
2025-10-15Add tag minigame (hidden map + entity)metamuffin
2025-10-14linter: expect exclusive oven and freezermetamuffin
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