aboutsummaryrefslogtreecommitdiff
path: root/server/src/server.rs
AgeCommit message (Collapse)Author
8 daysclippy; make use of is_some_and and is_none_ormetamuffin
8 daysExtract server locale code to own cratemetamuffin
8 daysNew compact map format tile declarationsmetamuffin
8 daysImplement tile placeable items for server-side (#433)metamuffin
9 daysDelay announcement when pausedmetamuffin
9 daysImplement ready packet + Refactor server pausingmetamuffin
9 daysRefactor server connection datametamuffin
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-06print error messages without debug formatmetamuffin
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
`map_many_mut` and `trait_upcasting` was stabilized.
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2025-03-23pause game if all players are idle, closes #120metamuffin
2024-12-26editor load feature and return to editor commandmetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-12-23username length limitmetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-12-22Enforce player name length limit and max player countmetamuffin
2024-11-24Manual clippymetamuffin
2024-10-14book intermediate representation and packets for sending to clientmetamuffin
2024-10-13fix compile for new rust nightlymetamuffin
2024-10-01customer scaling factormetamuffin
2024-09-26add map flush packet for #157metamuffin
2024-09-25fix book entity opening book for everyone; fix #166metamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-25preserve initial message timeoutmetamuffin
2024-09-24change some stuff regarding default timer for gamesmetamuffin
2024-09-24format server in english localemetamuffin
2024-09-24pinned ordersmetamuffin
2024-09-20/end-tutorialmetamuffin
2024-09-19send player in tutorial endedmetamuffin
2024-09-18translate server messagesmetamuffin
2024-09-18make effect its own packetmetamuffin
2024-09-17add hint-based tutorial for item craftingmetamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-09-16generate index for passive recipes by input for faster lookupmetamuffin
2024-09-04player in progress packetmetamuffin
2024-09-04refactor tile tick and improve active recipe behaviourmetamuffin
2024-09-04refactor interact function and new progress protometamuffin
2024-09-02campaign gate entitymetamuffin
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