index
:
hurrycurry
master
stable-rust
tile-stacks
weblate-hurrycurry-game
A fast-paced multiplayer game about cooking
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2025-12-18
add full game unit test
metamuffin
2025-11-07
Update registry URL
tpart
2025-10-30
Remove inactive player
metamuffin
2025-10-30
Add connection keepalives; Disconnect reasions
metamuffin
2025-10-30
Add disconnect reasons
metamuffin
2025-10-30
Improve cli doc strings
metamuffin
2025-10-30
clippy
metamuffin
2025-10-30
Configurable lobby map and inactivity kick timout (close #492)
metamuffin
2025-10-24
Localize book html export
metamuffin
2025-10-24
Kick player with no inputs in last 60s; refactor server io
metamuffin
2025-10-17
Add CLI option for user defined registry address (close #481)
metamuffin
2025-10-11
Improve server logging and use central player id counter (close #450)
metamuffin
2025-10-11
clippy + fmt; start using if let chains
metamuffin
2025-10-10
Update to newest rust; replace rand with std random
metamuffin
2025-10-08
merge all makefiles into one
metamuffin
2025-10-06
Move data code to own crate + general data refactor
metamuffin
2025-09-30
Extract server locale code to own crate
metamuffin
2025-09-29
Implement ready packet + Refactor server pausing
metamuffin
2025-09-27
remove bincode support everywhere
metamuffin
2025-09-19
Refactor book part 1
metamuffin
2025-08-26
server: annouce start feature, entity constructors, pause timer
metamuffin
2025-08-24
rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTION
metamuffin
2025-08-24
rename HURRYCURRY_DATA_PATH, add HURRYCURRY_DISTRIBUTION
metamuffin
2025-08-24
add runtime DATA_SEARCH_PATH variable; always fall back
metamuffin
2025-08-23
reintroduce DATA_SEARCH_PATH, remove flatpak data search dir feature
metamuffin
2025-08-23
compile feature for flatpak data paths
metamuffin
2025-07-13
Replace copyright notices to not include individual author names
metamuffin
2025-07-07
server mdns prevent advertising not supported ip versions
metamuffin
2025-06-27
read windows registry to detect data dir
metamuffin
2025-06-06
print error messages without debug format
metamuffin
2025-06-03
use multiple ints for characters; close #294
metamuffin
2025-06-03
update rust toolchain and rust dependencies.
metamuffin
2025-06-03
Add pedestrians (and custom spawn locations)
metamuffin
2024-12-23
username length limit
metamuffin
2024-09-30
use `[::]:27032` as default address
nokoe
2024-09-30
data search path build variiable
metamuffin
2024-09-25
player class decoupled from character id
metamuffin
2024-09-24
optional upnp, mdns and register support
metamuffin
2024-09-23
uri register improved
metamuffin
2024-09-21
server: mdns and upnp
metamuffin
2024-09-20
server can register
metamuffin
2024-09-18
translate server messages
metamuffin
2024-09-18
test server startup
metamuffin
2024-09-02
rephrase some messages in server
metamuffin
2024-09-02
merge ServerState and State
metamuffin
2024-08-13
refactor server to use client-lib data model (breaks customers)
metamuffin
2024-08-10
decrease default log level to warn
metamuffin
2024-08-10
Change protocol and server to allow multiple players per connection (untested)
metamuffin
2024-07-23
server: listen address cli opt
nokoe
2024-07-18
increase server tps to 50
metamuffin
[next]