Age | Commit message (Collapse) | Author |
|
And place FARC Base with event 36.
|
|
|
|
|
|
This reverts commit d9f631cbdeb00c1d905be48106b2d0709cdf0591.
# Conflicts:
# rules.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 88272c01981a8c21845ff43c0765a53a812fce08.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... 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.
|
|
|
|
|
|
|