aboutsummaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Collapse)Author
2025-09-21Add tile message command and demand list commandmetamuffin
2025-09-21rename cutting and rolling board everywheremetamuffin
2025-09-21Skip "pause" server hint for start pausemetamuffin
2025-09-19fix set progress finish missing warn flagmetamuffin
2025-09-19server feature for faster recipes to debugmetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-31add /start option to skip announcemetamuffin
2025-08-29drei komma fünfmetamuffin
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-20replace xdg crate with directories for wider platform supportmetamuffin
2025-06-06manual clippy and other cleanupmetamuffin
2025-06-06fix arith bug in env effectmetamuffin
2025-06-06print error messages without debug formatmetamuffin
2025-06-06better error reporting on server map loadmetamuffin
2025-06-06translate messages in server logmetamuffin
2025-06-03pedestrian speed configmetamuffin
2025-06-03custom tram spawn positionmetamuffin
2025-06-03cleanup old todosmetamuffin
2025-06-03add tram player classmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-06-03update rust toolchain and rust dependencies.metamuffin
`map_many_mut` and `trait_upcasting` was stabilized.
2025-06-03Add pedestrians (and custom spawn locations)metamuffin
2025-06-02send clientbound pause notificationmetamuffin
2025-05-31offset scoreboard ranks by 1; fix #291metamuffin
2025-04-06improve tram smoothingmetamuffin
2025-04-06add tram entity, works badlymetamuffin
2025-03-23pause game if all players are idle, closes #120metamuffin
2025-01-28show message for empty scoreboardsmetamuffin
2024-12-26editor load feature and return to editor commandmetamuffin
2024-12-25map-specific two-handed modemetamuffin
2024-12-25variable hand countmetamuffin
2024-12-25two-handed servermetamuffin
2024-12-23username length limitmetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-12-22Enforce player name length limit and max player countmetamuffin
2024-11-27Remove feature declaration for isqrt that has become stablev2.2.1metamuffin
2024-11-24Manual clippymetamuffin
2024-11-22disable unknown oders for autosushi; fix #204metamuffin
2024-10-15remove paragraph from /top listmetamuffin
2024-10-14send /top as document, add docstrings to doc structsmetamuffin
2024-10-14book intermediate representation and packets for sending to clientmetamuffin
2024-10-13fix compile for new rust nightlymetamuffin