Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove MRM module (minimodule). Its outdated and we have no maintainers. ↵ | UbitUmarov | 2019-01-31 | 1 | -40/+0 |
| | | | | Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;) | ||||
* | Update svn properties. | Jeff Ames | 2009-04-27 | 1 | -40/+40 |
| | |||||
* | * Implements Microthreading for MRM scripting. | Adam Frisby | 2009-04-24 | 1 | -0/+40 |
* This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... } |