index
:
hurrycurry
master
weblate-hurrycurry-game
A fast-paced multiplayer game about cooking
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
src
/
state.rs
Age
Commit message (
Expand
)
Author
2025-03-23
pause game if all players are idle, closes #120
metamuffin
2024-10-02
translate command errors
metamuffin
2024-09-24
format server in english locale
metamuffin
2024-09-24
pinned orders
metamuffin
2024-09-18
fix wrong message id for server errross
metamuffin
2024-09-18
translate server messages
metamuffin
2024-09-18
make effect its own packet
metamuffin
2024-09-16
fix all clippy things
metamuffin
2024-09-04
book as entity and /book command
metamuffin
2024-09-02
save finishes to scoreboard
metamuffin
2024-09-02
rephrase some messages in server
metamuffin
2024-09-02
move things around, add scoreboards load/save module
metamuffin
2024-09-02
merge ServerState and State
metamuffin
2024-09-02
campaign lobby map link entity
metamuffin
2024-09-01
server support for nested map directory
metamuffin
2024-08-19
remove duplicated lobby flag. fixes lobby abort bug
metamuffin
2024-08-15
message timeout replaces persist
metamuffin
2024-08-13
multiline commands
metamuffin
2024-08-13
summonbot command
metamuffin
2024-08-13
apply customer points
metamuffin
2024-08-13
refactor server to use client-lib data model (breaks customers)
metamuffin
2024-08-11
update movement in protocol and all clients
metamuffin
2024-08-10
Change protocol and server to allow multiple players per connection (untested)
metamuffin
2024-07-25
abort game if no *chefs* are left.
metamuffin
2024-07-23
delete deprecated demands
nokoe
2024-07-21
item command
metamuffin
2024-07-20
send score menu on game end
metamuffin
2024-07-20
refactor score code (and break things)
metamuffin
2024-07-20
syncronize player movement if the diverge
metamuffin
2024-07-18
reimplement customers as entity
metamuffin
2024-07-14
imrove sushibar
metamuffin
2024-07-13
automatically generate demands from map and recipes. added icecream and sushi.
metamuffin
2024-07-11
send map metadata
metamuffin
2024-07-10
quick reload command
metamuffin
2024-07-09
implement auto release on active (and passive) recipes
metamuffin
2024-07-08
split off protocol into its own crate
metamuffin
2024-07-08
[skip-notice] Update license notice everywhere.
metamuffin
2024-07-07
document commands
metamuffin
2024-07-07
change default map
metamuffin
2024-07-07
add option to download map source
metamuffin
2024-07-07
command to list maps
metamuffin
2024-07-01
tiny map
metamuffin
2024-07-01
increase game duration
metamuffin
2024-07-01
show message when /end
metamuffin
2024-07-01
game ends with timer
metamuffin
2024-06-29
server message for command errors
metamuffin
2024-06-29
optionally persist messages
metamuffin
2024-06-29
change maps again and change spec order
metamuffin
2024-06-26
present customers walking through walls
metamuffin
2024-06-25
server can change map at runtime
metamuffin