Alex funman300
  • Joined on 2026-01-25
funman300 released v0.36.4 at funman300/Ferrous-Solitaire 2026-05-19 21:38:09 +00:00
funman300 pushed to master at funman300/Ferrous-Solitaire 2026-05-19 21:34:10 +00:00
2186f55913 fix(engine): fix classic-card corner label colours and HUD-band overlap
funman300 pushed tag v0.36.4 to funman300/Ferrous-Solitaire 2026-05-19 21:34:10 +00:00
funman300 released v0.36.3 at funman300/Ferrous-Solitaire 2026-05-19 21:05:53 +00:00
funman300 pushed to master at funman300/Ferrous-Solitaire 2026-05-19 21:01:18 +00:00
e0f369d322 fix(engine): raise STACK_FAN_FRAC above corner label z to fix foundation pile bleed-through
funman300 pushed tag v0.36.3 to funman300/Ferrous-Solitaire 2026-05-19 21:01:18 +00:00
funman300 pushed to master at funman300/Ferrous-Solitaire 2026-05-19 20:44:41 +00:00
ea98774ccb chore(deploy): bump image to ea9dd848 [skip ci]
funman300 pushed to master at funman300/Ferrous-Solitaire 2026-05-19 20:40:37 +00:00
ea9dd848fd fix(multi): resolve 14 bugs from second comprehensive review
funman300 released v0.36.2 at funman300/Ferrous-Solitaire 2026-05-19 20:29:28 +00:00
funman300 pushed to master at funman300/Ferrous-Solitaire 2026-05-19 20:25:14 +00:00
a328059933 fix(ci): add workflow_dispatch trigger to android-release workflow
funman300 pushed tag v0.36.2 to funman300/Ferrous-Solitaire 2026-05-19 20:22:15 +00:00
funman300 closed issue funman300/Ferrous-Solitaire#31 2026-05-19 20:20:23 +00:00
[server] .tmp avatar file leaks on disk if fs::rename fails
funman300 closed issue funman300/Ferrous-Solitaire#32 2026-05-19 20:20:23 +00:00
[server] ReplayHeader.seed is i64 but client Replay.seed is u64 — high-bit seeds rejected
funman300 closed issue funman300/Ferrous-Solitaire#33 2026-05-19 20:20:23 +00:00
expect() in Startup system and TokioRuntimeResource::default() violate no-panic rule
funman300 closed issue funman300/Ferrous-Solitaire#24 2026-05-19 20:20:22 +00:00
WinSummaryOverlay bypasses spawn_modal / ModalScrim — invisible to all modal guards
funman300 closed issue funman300/Ferrous-Solitaire#25 2026-05-19 20:20:22 +00:00
AnimationChain skips one frame between each step due to deferred command flush
funman300 closed issue funman300/Ferrous-Solitaire#26 2026-05-19 20:20:22 +00:00
drop_overlay_rect panics via HashMap index operator on unknown PileType
funman300 closed issue funman300/Ferrous-Solitaire#27 2026-05-19 20:20:22 +00:00
play_by_seed fires NewGameRequestEvent { confirmed: false } — forces unwanted confirm dialog
funman300 closed issue funman300/Ferrous-Solitaire#28 2026-05-19 20:20:22 +00:00
SettleAnim and FoundationFlourish both write Transform.scale on king card — undefined visual result
funman300 closed issue funman300/Ferrous-Solitaire#29 2026-05-19 20:20:22 +00:00
evaluate_on_win uses .last() — drops all but the final GameWonEvent when multiple fire in one frame