aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.rs
AgeCommit message (Expand)Author
27 hoursMove data code to own crate + general data refactormetamuffin
7 daysExtract server locale code to own cratemetamuffin
8 daysImplement ready packet + Refactor server pausingmetamuffin
10 daysremove bincode support everywheremetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-08-24rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTIONmetamuffin
2025-08-24rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTIONmetamuffin
2025-08-24add runtime DATA_SEARCH_PATH variable; always fall backmetamuffin
2025-08-23reintroduce DATA_SEARCH_PATH, remove flatpak data search dir featuremetamuffin
2025-08-23compile feature for flatpak data pathsmetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-07-07server mdns prevent advertising not supported ip versionsmetamuffin
2025-06-27read windows registry to detect data dirmetamuffin
2025-06-06print error messages without debug formatmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2024-12-23username length limitmetamuffin
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