summaryrefslogtreecommitdiff
path: root/events.txt
AgeCommit message (Collapse)Author
2023-05-03Check Ecuador stacking for events.Tor Andersson
2023-05-03Check if free govt SA is possible.Tor Andersson
2023-05-03Fix placement skip logic.Tor Andersson
Only allow skipping if _no_ suitable piece is available.
2023-05-03WIP Clean up Shipment Transfer timing.Tor Andersson
At end of each Operation Space. At end of each Special Activity (per space for Assassinate/Bribe). At end of each Event (never in the middle). Clean up Transfer mechanisms. Force current player to actively select Shipment before control swaps. Transfer all shipments of current player before swapping again. Captured Goods, Contraband, and Commandeer - steal shipments! Only Drug Bust / Captured Goods / Commandeer / Contraband if no option. If all guerrillas are dead in Drug Bust, or if no enemy guerrillas in the other cases. Auto-transfer to own faction if possible. Make Shipment removal optional. 4.5.3 Errata and new Shipment transfer code.
2023-05-03Fix free Assault events.Tor Andersson
2023-05-03Remove unused event non-automatic implementations.Tor Andersson
2023-05-03Fix event 53 - add "piece_range" variant for 1-2 optionality.Tor Andersson
2023-05-03Improve FARC redeployment procedure.Tor Andersson
And place FARC Base with event 36.
2023-05-03Combine resources from Cities and Depts in Shaded 64.Tor Andersson
2023-05-03Shaded 47: Allow Free Terror without any guerrillas.Tor Andersson
2023-05-03Fix multiplier for event 70.Tor Andersson
2023-05-03Fix event 19 - terror/attack in space.Tor Andersson
2023-05-03Automate tedious events.Tor Andersson
2023-05-03Fix FARC Zone placement.Tor Andersson
2023-05-03Log dropped shipments, Drug Profits, and Drug Bust.Tor Andersson
2023-05-03Clean up operation initialization etc.Tor Andersson
2023-05-03Use bits for capabilities and momentum.Tor Andersson
2023-05-03Automate shaded event 64.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-03Lint fixes.Tor Andersson
2023-05-03Debug menu.Tor Andersson
2023-05-03End process automatically when done.Tor Andersson
2023-05-035.1.3Tor Andersson
2023-05-03Clean Attack/Ambush. Clean up some variable names for VM info passing.Tor Andersson
2023-05-03can_do for all operations and special activities.Tor Andersson
2023-05-03Clean up Train, Rally, and support shifts.Tor Andersson
2023-05-03Event 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-03Check that replacement piece can be placed before allowing replacements.Tor Andersson
Requirement is lifted if replacement piece is not available.
2023-05-03Last events for the day.Tor Andersson
2023-05-03Events.Tor Andersson
2023-05-03More events.Tor Andersson
2023-05-03More events.Tor Andersson
2023-05-03Event pass.Tor Andersson
2023-05-03Pause for Roll!Tor Andersson
2023-05-03Improve stacking checks.Tor Andersson
2023-05-03auto_resourcesTor Andersson
2023-05-03auto_place in eventsTor Andersson
2023-05-03Misc.Tor Andersson
"Special" Activity. Italic flavor text. Reset s/p after piece/space loop. Fix Process behavior. Specific End Op/SA buttons. Add and use piece_space helper. Only auto-transfer shipments if there are no choices. New sequence of play.
2023-05-03More events, cleanups, and if/else/endif.Tor Andersson
2023-05-03Clean up code generation script and opcodes.Tor Andersson
2023-05-03Riverines.Tor Andersson
2023-05-03Fix optional instructions. Poppies.Tor Andersson
2023-05-03Save/restore current faction for some events.Tor Andersson
2023-05-03FARC Zone placement.Tor Andersson
2023-05-03Marked Eligible/Not Eligible.Tor Andersson
2023-05-03Fix eslint and sort helper functions.Tor Andersson
2023-05-03Misc cleanups.Tor Andersson
2023-05-03Explicitly "opt" opcodes.Tor Andersson
2023-05-03Terror aid cut from Events. Remove or replace.Tor Andersson
2023-05-03More free ops.Tor Andersson