Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-03 | Fix Assault. | Tor Andersson | |
2023-05-03 | fixup | Tor Andersson | |
2023-05-03 | Fix event 19 - terror/attack in space. | Tor Andersson | |
2023-05-03 | WIP extort | Tor Andersson | |
2023-05-03 | Fix Eradicate shift. | Tor Andersson | |
2023-05-03 | WIP player count as option instead of scenario | Tor Andersson | |
2023-05-03 | WIP support "Solo" scenario/role | Tor Andersson | |
2023-05-03 | Streamline propaganda Redeployment. | Tor Andersson | |
2023-05-03 | Automate tedious events. | Tor Andersson | |
2023-05-03 | Log Alfonso Cano. Implement 1st Division (Support Phase). | Tor Andersson | |
2023-05-03 | Don't abruptly end Elite Backing and 7th Special Forces states. | Tor Andersson | |
2023-05-03 | Fix FARC Zone placement. | Tor Andersson | |
2023-05-03 | Rename LoCs. | Tor Andersson | |
2023-05-03 | Placing guerrilla in Ambush is optional if none available. | Tor Andersson | |
2023-05-03 | Fix typo. | Tor Andersson | |
2023-05-03 | Log dropped shipments, Drug Profits, and Drug Bust. | Tor Andersson | |
2023-05-03 | Hyperlink rulebook. | Tor Andersson | |
2023-05-03 | Put cards along right side of map if zoomed out / wide screen. | Tor Andersson | |
2023-05-03 | Improve log messages. | Tor Andersson | |
2023-05-03 | Count up, not down. | Tor Andersson | |
2023-05-03 | Clean up operation initialization etc. | Tor Andersson | |
2023-05-03 | Allow removing pieces before selecting Op/Event. | Tor Andersson | |
... but disable Pass and commit to Event/Op if you do. | |||
2023-05-03 | Use bits for FARC Zones. | Tor Andersson | |
2023-05-03 | Use bits for capabilities and momentum. | Tor Andersson | |
2023-05-03 | Always place first available piece for smoother animations. | Tor Andersson | |
2023-05-03 | Automate shaded event 64. | Tor Andersson | |
2023-05-03 | Separate 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-03 | Layout tweaking. | Tor Andersson | |
2023-05-03 | Fix lint issues. Minor layout optimizations. | Tor Andersson | |
2023-05-03 | Add layout generation script to Makefile. | Tor Andersson | |
2023-05-03 | Fix stacking checks. | Tor Andersson | |
2023-05-03 | Simplify 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-03 | 7th Special Forces during Sabotage. | Tor Andersson | |
2023-05-03 | Improve piece layout. | Tor Andersson | |
2023-05-03 | Tweak Propaganda phase redeployment. | Tor Andersson | |
2023-05-03 | Update game finished state handling. | Tor Andersson | |
2023-05-03 | Add "debug" class to debugging menu items. | Tor Andersson | |
2023-05-03 | Lint fixes. | Tor Andersson | |
2023-05-03 | Manual Sabotage. | Tor Andersson | |
2023-05-03 | Skip instead of Next when passing on optional effects. | Tor Andersson | |
2023-05-03 | Debug menu. | Tor Andersson | |
2023-05-03 | Patrol cleanup (2) - activate space by space to track targeted factions. | Tor Andersson | |
2023-05-03 | Patrol cleanup (1). | Tor Andersson | |
2023-05-03 | End process automatically when done. | Tor Andersson | |
2023-05-03 | can govt special activities. | Tor Andersson | |
2023-05-03 | Add Makefile! | Tor Andersson | |
2023-05-03 | 5.1.3 | Tor Andersson | |
2023-05-03 | Fix Extra LimOp from shipping. | Tor Andersson | |
2023-05-03 | Misc... | Tor Andersson | |
Clean up Train LimOp and Free Train. Separate "All done" and "No resources" prompts. Fix bugs with "targeted". | |||
2023-05-03 | Clean Attack/Ambush. Clean up some variable names for VM info passing. | Tor Andersson | |