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