summaryrefslogtreecommitdiff
path: root/rules.ts
AgeCommit message (Collapse)Author
10 daysFix logic to show trash panel when returning a card.Tor Andersson
11 daysAuto-resolve confirmation during fascist event.Tor Andersson
Should be a rare or impossible case.
12 daysfix end of year bag drawTor Andersson
14 daysLog more medallion uses.Tor Andersson
14 daysUse separate untriggered array to delay placing blank markers.Tor Andersson
14 daysLog when Volunteers effect is used.Tor Andersson
14 daysMake final bid multi-active.Tor Andersson
14 daysImprove "confirm_turn" prompts for fascist test and event.Tor Andersson
14 daysSimplify archives code by splitting event and medallion states.Tor Andersson
14 daysDon't spend Hero points for Archives when using event for effect.Tor Andersson
14 daysStreamline Organization and Strategy medallion use.Tor Andersson
14 daysFix bugs with track name skips.Tor Andersson
14 daysAdd "medallion" source type for use with Momentum/Archives/Volunteers.Tor Andersson
14 daysLog when skipping toggling bonuses and moving tracks.Tor Andersson
14 daysFix bug with "peek at fascist cards" deck construction.Tor Andersson
2025-03-28Initiative player to pull tokens from bag at year end procedure.Tor Andersson
2025-03-28WIP remove unusedTor Andersson
2025-03-28Tweak Final Bid prompts and logging.Tor Andersson
2025-03-28Improve some "impossible" prompts.Tor Andersson
2025-03-28Polish inactive prompts.Tor Andersson
2025-03-28Add final punctuation to remaining prompts.Tor Andersson
2025-03-25remove glory_current_year lines from draw_glory_from_bagFrans Bongers
2025-03-25auto draw from bag of gloryFrans Bongers
2025-03-24log messages when swapping and adding cards to tableau.Tor Andersson
2025-03-24reword some messages. hide panels for observer.Tor Andersson
2025-03-23Log discarded end of year cards.Tor Andersson
2025-03-23Fix check for available card in hand to claim momentum medallion.Tor Andersson
2025-03-23The all seeing eye sees your trash and discard piles.Tor Andersson
2025-03-23Note Momentum and Play Card extra turns in log.Tor Andersson
2025-03-23multiactive end of year discardFrans Bongers
2025-03-23Skip player turn when they had no cards to play.Tor Andersson
More robust handling of edge case.
2025-03-23only claim momentum if you have enough cards in hand to use it.Tor Andersson
2025-03-23Log claimed medallions with magic strings.Tor Andersson
2025-03-23Add paranoid safeguard against impossible case.Tor Andersson
2025-03-23fix bug in "skip" of swap_card_tableau_hand.Tor Andersson
2025-03-22skip a players turn if they cannot play a cardFrans Bongers
2025-03-22add skip button when player does not have any hand cardsFrans Bongers
2025-03-22fix momentum / trash card interactionFrans Bongers
2025-03-22fix bug with adding played cards to your tableauTor Andersson
2025-03-22Log turning off bonus even when it's already off.Tor Andersson
2025-03-22fix off by one in swap_card_tableau_handTor Andersson
2025-03-22remove fascist test prefixTor Andersson
2025-03-22improved game flow playing card for action pointsFrans Bongers
2025-03-21more cleanupFrans Bongers
2025-03-21cleanup unused codeFrans Bongers
2025-03-21momentum refactorFrans Bongers
2025-03-20don't generate "null" medallion actionTor Andersson
it confuses the fuzzer
2025-03-20fix issue with momentum medallion played during another players turnFrans Bongers
2025-03-20Add missing government_to_center to track_icon_to_track_id_map.Tor Andersson
2025-03-20Fix swap_card_tableau_hand use of selected_cards array.Tor Andersson
When we changed to keep the currently selected card in the hand while executing it, this function stopped working correctly.