Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added event method invoke cache to Executor. "Bind once, Invoke multiple ↵ | Tedd Hansen | 2007-08-19 | 1 | -7/+37 |
| | | | | times". Will speed up script event execution considerable. But at the cost of some memory (will be optimized later with RuntimeXHandle). | ||||
* | Moved in-AppDomain event execution from Script to ↵ | Tedd Hansen | 2007-08-18 | 1 | -1/+47 |
| | | | | OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor). | ||||
* | Scripts are working again. Scripts are now loaded into limited AppDomains ↵ | Tedd Hansen | 2007-08-18 | 1 | -0/+10 |
(no security yet). *phew* that only took me 12 hours of coding... |