summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-03WIP test "setup" command - send_restart([events]) to seed the deck.Tor Andersson
2023-05-03Fix event 53 - add "piece_range" variant for 1-2 optionality.Tor Andersson
2023-05-03Improve display of this card/next card/deck at the edge of time.Tor Andersson
2023-05-03Improve FARC redeployment procedure.Tor Andersson
And place FARC Base with event 36.
2023-05-03Require at least 1 guerrilla to sabotage LoC (even with shaded 7th SF).Tor Andersson
2023-05-03Silly typo in Assault op targeting specific faction.Tor Andersson
2023-05-03Revert "WIP extort" (DO NOT KEEP - ONLY FOR REPLAY)Tor Andersson
This reverts commit d9f631cbdeb00c1d905be48106b2d0709cdf0591. # Conflicts: # rules.js
2023-05-03Victory check for solo mode.Tor Andersson
2023-05-03WIP tweak base layoutTor Andersson
2023-05-03Combine resources from Cities and Depts in Shaded 64.Tor Andersson
2023-05-03Only check first division list during propaganda phase civic actions.Tor Andersson
2023-05-03Log when non-optional pieces are not placed because none available.Tor Andersson
2023-05-03Shaded 47: Allow Free Terror without any guerrillas.Tor Andersson
2023-05-03More hyperlinking in rulebook.Tor Andersson
2023-05-03Fix multiplier for event 70.Tor Andersson
2023-05-03Revert: Extort at least one space.Tor Andersson
2023-05-03Revert "WIP up to - air lift at least one?"Tor Andersson
This reverts commit 88272c01981a8c21845ff43c0765a53a812fce08.
2023-05-03WIP up to - air lift at least one?Tor Andersson
2023-05-03Fix Assault.Tor Andersson
2023-05-03fixupTor Andersson
2023-05-03Fix event 19 - terror/attack in space.Tor Andersson
2023-05-03WIP extortTor Andersson
2023-05-03Fix Eradicate shift.Tor Andersson
2023-05-03WIP player count as option instead of scenarioTor Andersson
2023-05-03WIP support "Solo" scenario/roleTor Andersson
2023-05-03Streamline propaganda Redeployment.Tor Andersson
2023-05-03Automate tedious events.Tor Andersson
2023-05-03Log Alfonso Cano. Implement 1st Division (Support Phase).Tor Andersson
2023-05-03Don't abruptly end Elite Backing and 7th Special Forces states.Tor Andersson
2023-05-03Fix FARC Zone placement.Tor Andersson
2023-05-03Rename LoCs.Tor Andersson
2023-05-03Placing guerrilla in Ambush is optional if none available.Tor Andersson
2023-05-03Fix typo.Tor Andersson
2023-05-03Log dropped shipments, Drug Profits, and Drug Bust.Tor Andersson
2023-05-03Hyperlink rulebook.Tor Andersson
2023-05-03Put cards along right side of map if zoomed out / wide screen.Tor Andersson
2023-05-03Improve log messages.Tor Andersson
2023-05-03Count up, not down.Tor Andersson
2023-05-03Clean up operation initialization etc.Tor Andersson
2023-05-03Allow removing pieces before selecting Op/Event.Tor Andersson
... but disable Pass and commit to Event/Op if you do.
2023-05-03Use bits for FARC Zones.Tor Andersson
2023-05-03Use bits for capabilities and momentum.Tor Andersson
2023-05-03Always place first available piece for smoother animations.Tor Andersson
2023-05-03Automate shaded event 64.Tor Andersson
2023-05-03Separate event code into separate procedures.Tor Andersson
So each procedure can have its own address space, and we don't break running games when one procedure is changed.
2023-05-03Layout tweaking.Tor Andersson
2023-05-03Fix lint issues. Minor layout optimizations.Tor Andersson
2023-05-03Add layout generation script to Makefile.Tor Andersson
2023-05-03Fix stacking checks.Tor Andersson
2023-05-03Simplify 5.1.3 affected events with new instruction pair.Tor Andersson
if_space <condition1> or_space <condition2> Gets compiled to: if can_vm_place(1, s => <condition1>) space 1 <condition1> else space 1 <condition2> endif Interleaving if/else and space/endspace is safe.