summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-27Less heavy drop shadows.Tor Andersson
2023-10-27Mobile friendly info pages.Tor Andersson
2023-10-23Improve zooming layout.Tor Andersson
2023-10-21Improve kidnap prompt.Tor Andersson
2023-10-21scroll_with_middle_mouseTor Andersson
2023-10-20Mobile layout.Tor Andersson
2023-10-18Fix bug targeting Cartels for free assault event.Tor Andersson
2023-10-06Allow is_selected_op_space with free actions from events.Tor Andersson
2023-10-03Fix cost checks for selecting extra space to Train Base / Civic Action.Tor Andersson
2023-09-27Fix bug with advancing to next card after propaganda.Tor Andersson
We were calling the wrong function, and missing the double propaganda in a row exception.
2023-09-22Fix bug and tighten up code that checks if you must Assault + Air Lift.Tor Andersson
2023-09-21Add match making setups.Tor Andersson
2023-09-21Issue #5: Fix Oil Spill event.Tor Andersson
2023-06-18Show running victory margin tally in the player list.Tor Andersson
2023-06-18Fix stacking check for Riverines event.Tor Andersson
Check the stacking of the _destination_ space not the source space.
2023-06-15Fix map150.jpgTor Andersson
It was missing the logo - an experiment from putting cards on the map.
2023-06-12Use Tinos font in rulebook.Tor Andersson
2023-06-10Fix stacking check for Mono Jojoy.Tor Andersson
2023-06-05Show propaganda cards left in deck.Tor Andersson
2023-06-05New cover.Tor Andersson
2023-06-03No voluntary removal or negotiation before choosing an op/event.Tor Andersson
2023-06-03Fix "is an object" check in may_remove_shipment.Tor Andersson
typeof null === "object" for obscure historical reasons.
2023-06-03Allow transferring shipments between own guerrillas.Tor Andersson
2023-05-28Fix typo.Tor Andersson
2023-05-267th Special Forces is "may" remove 1-3.Tor Andersson
Allow skipping at 0.
2023-05-24Not Beta!Tor Andersson
2023-05-18Check that there are available Sabotage markers in sabotage phase.Tor Andersson
2023-05-18Remove event machine tracing messages.Tor Andersson
2023-05-18Fix loading jank.Tor Andersson
2023-05-16Add "Done" state to explicitly end multi-space special activities.Tor Andersson
Extort, Kidnap, Assassinate, Process, and Bribe. Single space Special Activities still end abruptly once done: Ambush, Air Lift, Air Strike, Eradicate, and Cultivate.
2023-05-15Tweak Bribe space to end when no more guerrillas/cubes can be removed.Tor Andersson
2023-05-13Issue #1: Tweak layout.Tor Andersson
2023-05-13Fix "shipment" operator.Tor Andersson
2023-05-11Tweak Poppies to behave similar to Cultivate.Tor Andersson
Select an available Shipment before placing it.
2023-05-11Make asking another faction to Ship for free LimOp an extra step.Tor Andersson
2023-05-11Clear undo before Elite Backing.Tor Andersson
2023-05-10Check control of LoC for Extort.Tor Andersson
The cached control bit flags only register control for Cities and Depts. Do a dynamic check for LoC control.
2023-05-07Don't allow placing bases on an LoC.Tor Andersson
Add an extra check, in case the Kidnap action is able to place "any piece" on an LoC.
2023-05-06Add replay checkpoints.Tor Andersson
2023-05-06Fix cylinder movement when taking extra limited op.Tor Andersson
2023-05-06Only clear undo when selecting another faction.Tor Andersson
2023-05-06Add undo to 7th special forces.Tor Andersson
2023-05-05Fix Darien & Sucumbios reminder tooltips.Tor Andersson
2023-05-05Fix AUC Free Terror events counting the correct number of terror ops.Tor Andersson
2023-05-05Fix Kidnap possibility checks.Tor Andersson
Can't Kidnap if no resources to take, or if no shipment to steal.
2023-05-05Fix Darien/Sucumbios marker/flag mismatch.Tor Andersson
2023-05-05Fix typo in AUC earning calculations.Tor Andersson
2023-05-05Allow Cultivate from Rally (space) state.Tor Andersson
Also remove extra undo step when selecting cultivation space.
2023-05-04Handle empty mark list in event 5.Tor Andersson
2023-05-03Add inactive prompts for non-Op and non-Event states.Tor Andersson