summaryrefslogtreecommitdiff
path: root/server/src/main.rs
AgeCommit message (Collapse)Author
2024-09-30use `[::]:27032` as default addressnokoe
2024-09-30data search path build variiablemetamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-24optional upnp, mdns and register supportmetamuffin
2024-09-23uri register improvedmetamuffin
2024-09-21server: mdns and upnpmetamuffin
2024-09-20server can registermetamuffin
2024-09-18translate server messagesmetamuffin
2024-09-18test server startupmetamuffin
2024-09-02rephrase some messages in servermetamuffin
2024-09-02merge ServerState and Statemetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-10decrease default log level to warnmetamuffin
2024-08-10Change protocol and server to allow multiple players per connection (untested)metamuffin
2024-07-23server: listen address cli optnokoe
2024-07-18increase server tps to 50metamuffin
2024-07-18serve-authorative movementmetamuffin
2024-07-14add binary protocol supportmetamuffin
2024-07-11send protocol versionmetamuffin
2024-07-11fix inproper client lag handlingmetamuffin
2024-07-09crash when custom data dir is missingmetamuffin
2024-07-09implement auto release on active (and passive) recipesmetamuffin
2024-07-08better handle message lagmetamuffin
2024-07-08split off protocol into its own cratemetamuffin
2024-07-08Rebrand to Hurry Curry!metamuffin
2024-07-08[skip-notice] Update license notice everywhere.metamuffin
2024-07-07add option to download map sourcemetamuffin
2024-07-01game ends with timermetamuffin
2024-06-29server message for command errorsmetamuffin
2024-06-29server: log why packet was invalidmetamuffin
2024-06-27change cli to supply data dir pathmetamuffin
2024-06-26server auto-detect data dirmetamuffin
2024-06-26server version test subcommandmetamuffin
2024-06-26make demand state part of the game statemetamuffin
2024-06-26present customers walking through wallsmetamuffin
2024-06-25server can change map at runtimemetamuffin
2024-06-23[skip-notice] Insert license notice EVERYWHERE!!metamuffin
2024-06-23report errors to clientmetamuffin
2024-06-23remove tcp-lines supportmetamuffin
2024-06-23generate dot graph from recipesmetamuffin
2024-06-23type safe indeciesmetamuffin
2024-06-23demands as datametamuffin
2024-06-23customers part 1metamuffin
2024-06-23character selectionmetamuffin
2024-06-23passive worksmetamuffin
2024-06-23remodel game.metamuffin
2024-06-23load map from filemetamuffin
2024-06-23can start passive recipesmetamuffin
2024-06-23everything indexedmetamuffin
2024-06-17prime clients and tile renderingmetamuffin