aboutsummaryrefslogtreecommitdiff
path: root/server/src/interaction.rs
AgeCommit message (Collapse)Author
2024-09-27remove old hack where additional set progress packets were sent; fixes #183metamuffin
2024-09-24pinned ordersmetamuffin
2024-09-21negative active speed, fix #124metamuffin
2024-09-16fix all clippy thingsmetamuffin
2024-09-16generate index for passive recipes by input for faster lookupmetamuffin
2024-09-13fix active interaction while passivemetamuffin
2024-09-04player in progress packetmetamuffin
2024-09-04fix not resuming passive recipesmetamuffin
2024-09-04fix passive not stopping when on unsupported tilemetamuffin
2024-09-04precompute recipe speedmetamuffin
2024-09-04refactor tile tick and improve active recipe behaviourmetamuffin
2024-09-04refactor interact function and new progress protometamuffin
2024-08-15cleanup and remove specs dirmetamuffin
2024-08-13refactor server to use client-lib data model (breaks customers)metamuffin
2024-08-11add recipes back to protocolmetamuffin
2024-07-20refactor score code (and break things)metamuffin
2024-07-18clippymetamuffin
2024-07-08split off protocol into its own cratemetamuffin
2024-07-08[skip-notice] Update license notice everywhere.metamuffin
2024-07-07add bus map and tile entitiesmetamuffin
2024-07-02passive recipes in player slotmetamuffin
2024-07-02generalize protocolmetamuffin
2024-06-29implement pointsmetamuffin
2024-06-26reverse instant recipe output when input is reversedmetamuffin
2024-06-26generalize interactmetamuffin
2024-06-23reapply reverting recipesmetamuffin
2024-06-23[skip-notice] Insert license notice EVERYWHERE!!metamuffin
2024-06-23show bad passive recipes in redmetamuffin
2024-06-23add server-side collision and interable listmetamuffin
2024-06-23generate dot graph from recipesmetamuffin
2024-06-23type safe indeciesmetamuffin
2024-06-23character selectionmetamuffin
2024-06-23active recipesmetamuffin
2024-06-23passive worksmetamuffin
2024-06-23remodel game.metamuffin
2024-06-23active recipes workmetamuffin
2024-06-23passive recipes workmetamuffin
2024-06-23can start passive recipesmetamuffin
2024-06-23ametamuffin
2024-06-23everything indexedmetamuffin