scroll.server/crates/game-service/src
WiseDev a585b0c18d resolve the deploy birth tick and stop wedging the client's own commands
- a card lands one tick after its command fires, since the client
  hashes after LogicTime::increaseTick, not before
- answer RequestSectorState immediately except in the two ticks after
  a firing tick, where a full update would teleport the client past
  the command it just queued - the old blanket refusal left every
  card the player tapped silently deleted while it held
- carry both pending commands and queued deploys in the same delivery
  ledger so the quiet window covers what the player actually paid for
- add the regression tests for the birth tick and the deferred answer
2026-08-28 16:27:16 +03:00
..
shop resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
store resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
battle.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
battle_session.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
bot.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
catalog.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
config.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
home.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
home_mode.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
lib.rs matchmake two players before falling back to a bot 2026-08-23 13:19:38 +03:00
main.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
matchmaker.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
rewards.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
service.rs resolve the deploy birth tick and stop wedging the client's own commands 2026-08-28 16:27:16 +03:00
time.rs move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00
wire.rs push messages to the client during a battle 2026-08-23 13:03:07 +03:00