summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-12Strategy Phase: don't overcommit, auto-match/defer if opp can't afford otherwiseMischa Untaga
2023-12-12Allow "subroutine" calls where events can invoke other events.Tor Andersson
For use with The Winning Plan to play the chosen event immediately. Split vm_draw_6_play_1_place_any_on_top_of_draw into two instructions. First instruction draws the 6 and prompts to play an event. Calling the new event stashes the existing VM state, calls the new event code. When the new event returns with vm_return, we find the stashed state, restore it, and vm_next to execute the second instruction. The second instruction does the place on top/bottom of deck part. reworked event subroutine calls
2023-12-12events can't nest so no need for stashing old vm.drawTor Andersson
2023-12-11fix automatic state selection (account for opponent cubes too!)Tor Andersson
2023-12-11fix order of opposition buttonsTor Andersson
2023-12-11streamline final votingTor Andersson
2023-12-11clicky congressTor Andersson
2023-12-11use card_select when picking card to play for eventTor Andersson
Winning Plan and draw 2 play 1 events.
2023-12-11Add more undo points when accepting die rolls.Tor Andersson
2023-12-11Re-roll / Accept instead of Re-roll / Next.Tor Andersson
2023-12-11Strategy Phase: Done -> Commit.Tor Andersson
2023-12-11Fix indentation.Tor Andersson
2023-12-11update view schema for temporary drawn and deck panel displaysMischa Untaga
2023-12-11Add temporary "drawn" and "deck" panel displays.Tor Andersson
Use this to show drawn cards while choosing cards for events that draw X cards, play one, and put the rest on top / bottom. Use stack of "draw" arrays in VM to handle nested events. NOTE: This is not necessary now, but will be if we change the Winning Moves event to play its event immediately.
2023-12-11Tweak responsive panel layout.Tor Andersson
2023-12-11Remove unused CSS rules.Tor Andersson
2023-12-11Reconsideration rule change for The Civil War effectMischa Untaga
2023-12-11Clear undo in Strategy Phase.Tor Andersson
2023-12-10Fix typo in HTML rulebook.Tor Andersson
2023-12-10New player list.Tor Andersson
2023-12-09make congress hall clickable, always show box when addingMischa Untaga
2023-12-09deprecate planning_phaseMischa Untaga
2023-12-09combine cleanup and planningMischa Untaga
2023-12-09[buttons] instead of [next]Mischa Untaga
2023-12-09don't lie about number of cards drawnMischa Untaga
2023-12-09fix White Supremacy and the Suffrage MovementMischa Untaga
2023-12-09HTML rulesTor Andersson
2023-12-08fix The Great 1906 San Francisco EarthquakeMischa Untaga
2023-12-08Remove debug menu.Tor Andersson
2023-12-08Drop S in Available States Cards title bar.Tor Andersson
2023-12-08Inline data.jsTor Andersson
2023-12-08Split CSS into separate file.Tor Andersson
2023-12-08State not States CardMischa Untaga
2023-12-08mi not wiTor Andersson
2023-12-06shorter final voting prompt and loggingMischa Untaga
2023-12-06final voting promptsMischa Untaga
2023-12-06states and strategy actionMischa Untaga
2023-12-06disable bypassMischa Untaga
2023-12-06final voting reworkMischa Untaga
2023-12-06congress marker placementMischa Untaga
2023-12-06Add @2x card images.Tor Andersson
sjpeg -sharp -q75
2023-12-06Extra event cost not for Strategy / States cardsMischa Untaga
2023-12-06victory check after vm_replaceMischa Untaga
2023-12-06Tweak colors. Fixed size for popup menu emoji icons.Tor Andersson
2023-12-06White state names for claimable states.Tor Andersson
2023-12-06Add second half of WI state to selectable area.Tor Andersson
2023-12-04remove old lineMischa Untaga
2023-12-04fix wordingMischa Untaga
2023-12-04card action popup faction styleMischa Untaga
2023-12-04fix card actionMischa Untaga