Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | model: make link quality changes scriptable | Marco Capitani | 2018-03-28 | 1 | -0/+4 |
| | | | | | | | | Added method accepting only ints and floats to allow scripting link quality changes (see example-script additions) Also added general purpose `sb.schedule_action` method | ||||
* | model: make DIFs scriptable | Marco Capitani | 2018-03-26 | 1 | -1/+3 |
| | | | | | | | DIFs instances can now be referenced inside .rsb files. Also changed Node.set_link_state function to accept a DIF as opposed to an IPCP, since IPCPs are not given a name nor mentioned is user scripts. | ||||
* | storyboard: add replayability | Marco Capitani | 2018-03-16 | 1 | -0/+40 |
implements #27 |