Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-21 | Issue #5: Fix Oil Spill event. | Tor Andersson | |
2023-06-18 | Fix stacking check for Riverines event. | Tor Andersson | |
Check the stacking of the _destination_ space not the source space. | |||
2023-06-10 | Fix stacking check for Mono Jojoy. | Tor Andersson | |
2023-05-28 | Fix typo. | Tor Andersson | |
2023-05-03 | Remove per-piece undo for removing all pieces from a city. | Tor Andersson | |
2023-05-03 | Place FARC Base with event 30. | Tor Andersson | |
2023-05-03 | Fix Riverines crash if impossible. | Tor Andersson | |
2023-05-03 | Remove dead code. | Tor Andersson | |
2023-05-03 | Events - Log when Free Op/SA cannot be executed. | Tor Andersson | |
2023-05-03 | Check Ecuador stacking for events. | Tor Andersson | |
2023-05-03 | Check if free govt SA is possible. | Tor Andersson | |
2023-05-03 | Fix placement skip logic. | Tor Andersson | |
Only allow skipping if _no_ suitable piece is available. | |||
2023-05-03 | WIP 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-03 | Fix free Assault events. | Tor Andersson | |
2023-05-03 | Remove unused event non-automatic implementations. | Tor Andersson | |
2023-05-03 | Fix event 53 - add "piece_range" variant for 1-2 optionality. | Tor Andersson | |
2023-05-03 | Improve FARC redeployment procedure. | Tor Andersson | |
And place FARC Base with event 36. | |||
2023-05-03 | Combine resources from Cities and Depts in Shaded 64. | Tor Andersson | |
2023-05-03 | Shaded 47: Allow Free Terror without any guerrillas. | Tor Andersson | |
2023-05-03 | Fix multiplier for event 70. | Tor Andersson | |
2023-05-03 | Fix event 19 - terror/attack in space. | Tor Andersson | |
2023-05-03 | Automate tedious events. | Tor Andersson | |
2023-05-03 | Fix FARC Zone placement. | Tor Andersson | |
2023-05-03 | Log dropped shipments, Drug Profits, and Drug Bust. | Tor Andersson | |
2023-05-03 | Clean up operation initialization etc. | Tor Andersson | |
2023-05-03 | Use bits for capabilities and momentum. | Tor Andersson | |
2023-05-03 | Automate shaded event 64. | 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 | Lint fixes. | Tor Andersson | |
2023-05-03 | Debug menu. | Tor Andersson | |
2023-05-03 | End process automatically when done. | Tor Andersson | |
2023-05-03 | 5.1.3 | Tor Andersson | |
2023-05-03 | Clean Attack/Ambush. Clean up some variable names for VM info passing. | 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 | 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 | |
2023-05-03 | Improve stacking checks. | Tor Andersson | |
2023-05-03 | auto_resources | Tor Andersson | |
2023-05-03 | auto_place in events | Tor Andersson | |
2023-05-03 | Misc. | 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-03 | More events, cleanups, and if/else/endif. | Tor Andersson | |
2023-05-03 | Clean up code generation script and opcodes. | Tor Andersson | |
2023-05-03 | Riverines. | Tor Andersson | |