Block a user
Remove score_history from GameState
Remove external undo tracking
Resolved in commit 372b642 (branch refactor/strip-card_game-redundancies).
KlondikeAdapter::apply_undo_score and the whole score_for_* helper family are removed. The -15 undo penalty is now…
Remove score_history from GameState
Resolved in commit 372b642.
score_history: Vec<i32> is removed, along with its sibling is_recycle_history. These existed as an undo journal for the old hand-rolled score, which was…
Remove counts from GameState
Resolved in commit 372b642.
The score, undo_count, and recycle_count fields are removed from GameState and replaced by derived accessor methods:
recycle_count()-> `KlondikeStats::recy…
funman300
pushed to refactor/strip-card_game-redundancies at funman300/Ferrous-Solitaire
2026-06-11 04:17:06 +00:00
refactor: remove leftover redundancies after card_game migration
funman300
created branch refactor/strip-card_game-redundancies in funman300/Ferrous-Solitaire
2026-06-11 03:25:53 +00:00
funman300
pushed to refactor/strip-card_game-redundancies at funman300/Ferrous-Solitaire
2026-06-11 03:25:53 +00:00