aboutsummaryrefslogtreecommitdiff
path: root/server/src/server.rs
AgeCommit message (Expand)Author
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-29use player constructormetamuffin
2024-08-29deduplicate joining logic and slightly randomize spawn locationmetamuffin
2024-08-19remove duplicated lobby flag. fixes lobby abort bugmetamuffin
2024-08-15message timeout replaces persistmetamuffin
2024-08-13reenable movement syncmetamuffin
2024-08-13apply customer pointsmetamuffin
2024-08-13replace customers with bots and refactor some more server code.metamuffin
2024-08-13access entities as trait objectmetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin