Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-05-03 | Automatic Eradicate place. | Tor Andersson | |
2023-05-03 | can_do for all operations and special activities. | Tor Andersson | |
2023-05-03 | Clean up Train, Rally, and support shifts. | Tor Andersson | |
2023-05-03 | Only enable insurgent special activities if they are possible. | Tor Andersson | |
2023-05-03 | Auto place bases for Train and Rally. Add TODO notes for future cleanups. | Tor Andersson | |
2023-05-03 | Event code - all instead of 0. | Tor Andersson | |
Use min/max values in opcode instead of "skip" boolean, to possibly allow for ranges 1-3 for "up to" instead of 0-3. 5.1.3 - place base if able | |||
2023-05-03 | Check that replacement piece can be placed before allowing replacements. | Tor Andersson | |
Requirement is lifted if replacement piece is not available. | |||
2023-05-03 | Last events for the day. | Tor Andersson | |
2023-05-03 | Events. | Tor Andersson | |
2023-05-03 | More events. | Tor Andersson | |
2023-05-03 | More events. | Tor Andersson | |
2023-05-03 | Event pass. | Tor Andersson | |
2023-05-03 | Pause for Roll! | Tor Andersson | |