Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 2009-05-12 | 1 | -1/+1 |
| | | | | MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | ||||
* | * Code to make MRM debugging easier. | Adam Frisby | 2009-05-09 | 1 | -0/+4 |
| | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 1 | -2/+29 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-04-27 | 1 | -38/+38 |
| | |||||
* | * Implements Microthreading for MRM scripting. | Adam Frisby | 2009-04-24 | 1 | -0/+38 |
* This is achieved through two new keywords "microthreaded" and "relax". example: public microthreaded void MyFunc(...) { ... relax; ... } |