aboutsummaryrefslogtreecommitdiff
path: root/server/src/state.rs
AgeCommit message (Collapse)Author
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
2024-07-20syncronize player movement if the divergemetamuffin
2024-07-18reimplement customers as entitymetamuffin
2024-07-14imrove sushibarmetamuffin
2024-07-13automatically generate demands from map and recipes. added icecream and sushi.metamuffin
2024-07-11send map metadatametamuffin
2024-07-10quick reload commandmetamuffin
2024-07-09implement auto release on active (and passive) recipesmetamuffin
2024-07-08split off protocol into its own cratemetamuffin
2024-07-08[skip-notice] Update license notice everywhere.metamuffin
2024-07-07document commandsmetamuffin
2024-07-07change default mapmetamuffin
2024-07-07add option to download map sourcemetamuffin
2024-07-07command to list mapsmetamuffin
2024-07-01tiny mapmetamuffin
2024-07-01increase game durationmetamuffin
2024-07-01show message when /endmetamuffin
2024-07-01game ends with timermetamuffin
2024-06-29server message for command errorsmetamuffin