summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2023-05-037th Special Forces during Sabotage.Tor Andersson
2023-05-03Improve piece layout.Tor Andersson
2023-05-03Tweak Propaganda phase redeployment.Tor Andersson
2023-05-03Update game finished state handling.Tor Andersson
2023-05-03Add "debug" class to debugging menu items.Tor Andersson
2023-05-03Lint fixes.Tor Andersson
2023-05-03Manual Sabotage.Tor Andersson
2023-05-03Skip instead of Next when passing on optional effects.Tor Andersson
2023-05-03Debug menu.Tor Andersson
2023-05-03Patrol cleanup (2) - activate space by space to track targeted factions.Tor Andersson
2023-05-03Patrol cleanup (1).Tor Andersson
2023-05-03End process automatically when done.Tor Andersson
2023-05-03can govt special activities.Tor Andersson
2023-05-03Add Makefile!Tor Andersson
2023-05-035.1.3Tor Andersson