Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-03-12 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -3/+7 | |
Patch to RegionReady which adds a field which adds to the message whether the region is ready due to a server startup or due to an oar file loading. | |||||
2009-03-07 | Add copyright headers. | Jeff Ames | 12 | -12/+336 | |
2009-03-07 | Update svn properties. | Jeff Ames | 12 | -845/+845 | |
2009-03-05 | MRM Scripting Changes | Adam Frisby | 3 | -8/+8 | |
* Renames MiniRegionModule to MRMModule to make it more distinct from the actual Mini Region Module[s] executed in Scene. * Renames MiniRegionModuleBase to MRMBase for convenience. MRM's need to be adjusted to inherit from MRMBase. | |||||
2009-03-05 | * Implements a number of members on SOGObject for use with the MRM Script ↵ | Adam Frisby | 2 | -15/+166 | |
Engine API. * It's lag-tacular! :D | |||||
2009-03-04 | * Fleshed out the MRM Module a little. | Adam Frisby | 5 | -44/+84 | |
* Please don't use this yet, it represents a very heavy security risk if you enable it. | |||||
2009-03-04 | * Whoops. Left MiniModule enabled to anyone. (potential security risk). ↵ | Adam Frisby | 1 | -0/+3 | |
Disabled - edit code to load. | |||||
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 5 | -0/+275 | |
2009-03-04 | IObjectFace needs to be public to compile. | Mike Mazur | 1 | -1/+1 | |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 6 | -3/+243 | |
2009-03-04 | * Implementing some interfaces for aformentioned script engine. Ignore this. | Adam Frisby | 4 | -0/+136 | |
2009-02-16 | cosmetic: adding region name to logging statement | Dr Scofield | 1 | -3/+3 | |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler ↵ | Jeff Ames | 1 | -1/+1 | |
warnings. Fix some m_log declarations. | |||||
2009-02-11 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -0/+146 | |
This changeset add the RegionReady module code. The module sends a message on a configurable channel when an oar file has finished loading or if the script engine has emptied its queue for the first time (eg server startup). Config is something like this: [RegionReady] enabled = true channel_notify = -800 The module also knows if there was an error with startup. |