aboutsummaryrefslogtreecommitdiff
path: root/server/src/entity
AgeCommit message (Expand)Author
2025-12-16multi hand support in ctfnokoe
2025-12-16increase score through flag returnsnokoe
2025-12-16capture the currynokoe
2025-12-16Add grey holes; player portal pair rest state is grey holesmetamuffin
2025-12-16Rename effect packet for compatiblity with older clientsmetamuffin
2025-12-16Add player portal pair entity; fix tile/item remappingmetamuffin
2025-12-14satisfied effect on demand sinkmetamuffin
2025-12-14Add demand sink entity (close #532)metamuffin
2025-12-12environment_effect delay changes + doc entitiesmetamuffin
2025-12-12Customizable customer spawn delay (close #522)metamuffin
2025-10-30add set-item and set-tile cheatsmetamuffin
2025-10-30clippymetamuffin
2025-10-23Recursive bot driver despawn in customers entity and added missing packet pro...metamuffin
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-20Pathfinding avoids chairsmetamuffin
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-19Implement interaction with other players through id instead of tile posmetamuffin
2025-10-16Placable walls in tagmetamuffin
2025-10-15Invert who is taggedmetamuffin
2025-10-15Add tag minigame (hidden map + entity)metamuffin
2025-10-12Fix bug where unknown order item was optimized outmetamuffin
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-06Move data code to own crate + general data refactormetamuffin
2025-09-30Extract server locale code to own cratemetamuffin
2025-09-29Support multiple book pagesmetamuffin
2025-09-27Move tutorial waiting message to top of screenmetamuffin
2025-09-25decrease customer spawn cooldownmetamuffin
2025-09-21rename cutting and rolling board everywheremetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-06manual clippy and other cleanupmetamuffin
2025-06-06fix arith bug in env effectmetamuffin
2025-06-03pedestrian speed configmetamuffin
2025-06-03custom tram spawn positionmetamuffin
2025-06-03add tram player classmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2025-04-06improve tram smoothingmetamuffin
2025-04-06add tram entity, works badlymetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-11-24Manual clippymetamuffin
2024-11-22disable unknown oders for autosushi; fix #204metamuffin