aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MySceneObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed to native line ending encodingSean Dague2007-07-161-40/+40
|
* *Removed ParcelManager from SceneObject and Primitive and replaced with ↵mingchen2007-07-141-2/+2
| | | | | | | events in EventManager *Prim count and sim-wide prim count correctly reflect object bonus multiplier
* * SimpleApp finally doing something fun. :)lbsa712007-07-141-12/+12
|
* * Worked some more on SimpleApplbsa712007-07-141-0/+40
* Removed SceneObject references to RegionHandle, ParcelManager, EventManager as they are public on Scene * Moved PulseScript behaviour into MySceneObject