Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-15 | Add undo step when clicking next in place on top/bottom of draw. | Tor Andersson | |
2023-12-27 | Automatic resign menu. | Tor Andersson | |
2023-12-14 | handle running out of cards gracefully | Mischa Untaga | |
2023-12-12 | Strategy Phase: don't overcommit, auto-match/defer if opp can't afford otherwise | Mischa Untaga | |
2023-12-12 | Allow "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-12 | events can't nest so no need for stashing old vm.draw | Tor Andersson | |
2023-12-11 | fix automatic state selection (account for opponent cubes too!) | Tor Andersson | |
2023-12-11 | streamline final voting | Tor Andersson | |
2023-12-11 | clicky congress | Tor Andersson | |
2023-12-11 | use card_select when picking card to play for event | Tor Andersson | |
Winning Plan and draw 2 play 1 events. | |||
2023-12-11 | Add more undo points when accepting die rolls. | Tor Andersson | |
2023-12-11 | Re-roll / Accept instead of Re-roll / Next. | Tor Andersson | |
2023-12-11 | Strategy Phase: Done -> Commit. | Tor Andersson | |
2023-12-11 | update view schema for temporary drawn and deck panel displays | Mischa Untaga | |
2023-12-11 | Add 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-11 | Reconsideration rule change for The Civil War effect | Mischa Untaga | |
2023-12-11 | Clear undo in Strategy Phase. | Tor Andersson | |
2023-12-09 | deprecate planning_phase | Mischa Untaga | |
2023-12-09 | combine cleanup and planning | Mischa Untaga | |
2023-12-09 | [buttons] instead of [next] | Mischa Untaga | |
2023-12-09 | don't lie about number of cards drawn | Mischa Untaga | |
2023-12-09 | fix White Supremacy and the Suffrage Movement | Mischa Untaga | |
2023-12-08 | fix The Great 1906 San Francisco Earthquake | Mischa Untaga | |
2023-12-08 | Inline data.js | Tor Andersson | |
2023-12-08 | State not States Card | Mischa Untaga | |
2023-12-06 | shorter final voting prompt and logging | Mischa Untaga | |
2023-12-06 | final voting prompts | Mischa Untaga | |
2023-12-06 | disable bypass | Mischa Untaga | |
2023-12-06 | final voting rework | Mischa Untaga | |
2023-12-06 | Extra event cost not for Strategy / States cards | Mischa Untaga | |
2023-12-06 | victory check after vm_replace | Mischa Untaga | |
2023-12-06 | Add second half of WI state to selectable area. | Tor Andersson | |
2023-12-04 | remove old line | Mischa Untaga | |
2023-12-04 | fix wording | Mischa Untaga | |
2023-12-04 | popup to confirm card selection | Mischa Untaga | |
2023-12-04 | clarify which card was selected to play as event | Mischa Untaga | |
2023-12-04 | give details on the target states when adding cubes | Mischa Untaga | |
2023-12-04 | show how many cubes remaining | Mischa Untaga | |
2023-12-04 | fix final voting reroll logic | Mischa Untaga | |
2023-12-04 | allow campaigners not to move during free travels | Mischa Untaga | |
2023-12-04 | account for final voting drms | Mischa Untaga | |
2023-12-04 | offer intelligent reroll suggestions during final voting | Mischa Untaga | |
2023-12-04 | show how many sixes we rolled | Mischa Untaga | |
2023-12-03 | log actual changes in buttons and congress | Mischa Untaga | |
2023-12-03 | log State and Strategy cards | Mischa Untaga | |
2023-12-03 | War In Europe extra campaigning cost | Mischa Untaga | |
2023-12-03 | remove trailing period after icon | Mischa Untaga | |
2023-12-02 | Allow Undo for "Next" button after rolling. | Tor Andersson | |
2023-12-02 | Tweak log headers. | Tor Andersson | |
2023-12-02 | fix final voting pluralization error | Mischa Untaga | |