aboutsummaryrefslogtreecommitdiff
path: root/server/src/state.rs
AgeCommit message (Expand)Author
2025-11-03Fix item location index desync on disconnectmetamuffin
2025-10-30Remove inactive playermetamuffin
2025-10-30Add connection keepalives; Disconnect reasionsmetamuffin
2025-10-30Add disconnect reasonsmetamuffin
2025-10-30Configurable lobby map and inactivity kick timout (close #492)metamuffin
2025-10-24Kick player with no inputs in last 60s; refactor server iometamuffin
2025-10-20Refactor bot input to packet basedmetamuffin
2025-10-20tick perf loggingmetamuffin
2025-10-19Start moving game logic to client-lib. Moved set_tile and gamedata indexmetamuffin
2025-10-13only ever pause because of connections with a playermetamuffin
2025-10-11Improve server logging and use central player id counter (close #450)metamuffin
2025-10-11clippy + fmt; start using if let chainsmetamuffin
2025-09-30Extract server locale code to own cratemetamuffin
2025-09-29Delay announcement when pausedmetamuffin
2025-09-29Implement ready packet + Refactor server pausingmetamuffin
2025-09-29Refactor server connection datametamuffin
2025-09-21Skip "pause" server hint for start pausemetamuffin
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-02send clientbound pause notificationmetamuffin
2025-03-23pause game if all players are idle, closes #120metamuffin
2024-10-02translate command errorsmetamuffin
2024-09-24format server in english localemetamuffin
2024-09-24pinned ordersmetamuffin
2024-09-18fix wrong message id for server errrossmetamuffin
2024-09-18translate server messagesmetamuffin
2024-09-18make effect its own packetmetamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-09-04book as entity and /book commandmetamuffin
2024-09-02save finishes to scoreboardmetamuffin
2024-09-02rephrase some messages in servermetamuffin
2024-09-02move things around, add scoreboards load/save modulemetamuffin
2024-09-02merge ServerState and Statemetamuffin
2024-09-02campaign lobby map link entitymetamuffin
2024-09-01server support for nested map directorymetamuffin
2024-08-19remove duplicated lobby flag. fixes lobby abort bugmetamuffin
2024-08-15message timeout replaces persistmetamuffin
2024-08-13multiline commandsmetamuffin
2024-08-13summonbot commandmetamuffin
2024-08-13apply customer pointsmetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-11update movement in protocol and all clientsmetamuffin
2024-08-10Change protocol and server to allow multiple players per connection (untested)metamuffin
2024-07-25abort game if no *chefs* are left.metamuffin
2024-07-23delete deprecated demandsnokoe
2024-07-21item commandmetamuffin
2024-07-20send score menu on game endmetamuffin
2024-07-20refactor score code (and break things)metamuffin