Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... but disable Pass and commit to Event/Op if you do.
|
|
|
|
|
|
|
|
|
|
So each procedure can have its own address space, and we don't break
running games when one procedure is changed.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clean up Train LimOp and Free Train.
Separate "All done" and "No resources" prompts.
Fix bugs with "targeted".
|
|
|
|
|
|
|
|
|
|
|
|
|