summaryrefslogtreecommitdiff
path: root/rules.ts
AgeCommit message (Collapse)Author
9 daysauto draw from bag of gloryFrans Bongers
10 dayslog messages when swapping and adding cards to tableau.Tor Andersson
10 daysreword some messages. hide panels for observer.Tor Andersson
11 daysLog discarded end of year cards.Tor Andersson
11 daysFix check for available card in hand to claim momentum medallion.Tor Andersson
11 daysThe all seeing eye sees your trash and discard piles.Tor Andersson
11 daysNote Momentum and Play Card extra turns in log.Tor Andersson
11 daysmultiactive end of year discardFrans Bongers
11 daysSkip player turn when they had no cards to play.Tor Andersson
More robust handling of edge case.
12 daysonly claim momentum if you have enough cards in hand to use it.Tor Andersson
12 daysLog claimed medallions with magic strings.Tor Andersson
12 daysAdd paranoid safeguard against impossible case.Tor Andersson
12 daysfix bug in "skip" of swap_card_tableau_hand.Tor Andersson
12 daysskip a players turn if they cannot play a cardFrans Bongers
12 daysadd skip button when player does not have any hand cardsFrans Bongers
12 daysfix momentum / trash card interactionFrans Bongers
12 daysfix bug with adding played cards to your tableauTor Andersson
12 daysLog turning off bonus even when it's already off.Tor Andersson
12 daysfix off by one in swap_card_tableau_handTor Andersson
12 daysremove fascist test prefixTor Andersson
12 daysimproved game flow playing card for action pointsFrans Bongers
13 daysmore cleanupFrans Bongers
13 dayscleanup unused codeFrans Bongers
13 daysmomentum refactorFrans Bongers
14 daysdon't generate "null" medallion actionTor Andersson
it confuses the fuzzer
14 daysfix 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.
2025-03-20fix remove_blank_markers state when no blank markers on tracksFrans Bongers
2025-03-20fix remove_attack_from_fronts stateFrans Bongers
2025-03-20possible fix for get_fronts_to_add_to ("not" as single front)Tor Andersson
2025-03-20Fix iterators of hero_points and fronts.Tor Andersson
2025-03-20fix get_fronts_closest_toTor Andersson
2025-03-19Fix bugs.Tor Andersson
2025-03-19Put pool after factions in medallions and hero_points lists.Tor Andersson
2025-03-19refactor: FactionId to numberFrans Bongers
2025-03-19refactor: FrontId to numberFrans Bongers
2025-03-19More tweaks.Tor Andersson
2025-03-19removed code no longer needed for compatabilityFrans Bongers
2025-03-19Tweak log messages.Tor Andersson
Loss result to "Fascist" (instead of "None"). Use correct faction in trash_card.
2025-03-11fix: game stuck when moving track at maxFrans Bongers
2025-03-11auto resolve fascist test hero_points & draw card and allow morale bonus ↵Frans Bongers
skip if no valid options
2025-03-11More UI tweaks.Tor Andersson
2025-03-11Tweak some prompts. Remove unused buttons from play.jsTor Andersson
2025-03-11fix for possible typo in card10_event2Tor Andersson
2025-03-11Set source to 'player_event' for event effects.Tor Andersson
2025-03-11Rename "add strength to a Front" to "Support a Front".Tor Andersson
Matches terminology used in rulebook.
2025-03-11Add specific track trigger prefixes.Tor Andersson
2025-03-10Add prompt prefix in common game_view function.Tor Andersson
2025-03-10Add hidden bag of glory option.Tor Andersson