OpenSimMirror/OpenSim/Region/Examples/SimpleModule
Melanie c8ed972443 Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet
we used to send before slimupdates and explicitly send it
2010-06-12 01:25:25 +01:00
..
Properties Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
ComplexObject.cs Fix build break 2009-10-05 11:08:02 +01:00
CpuCounterObject.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
FileSystemObject.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
MyNpcCharacter.cs Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet 2010-06-12 01:25:25 +01:00
README.txt Update svn properties. 2008-03-14 00:41:09 +00:00
RegionModule.cs Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 2010-03-19 15:16:35 -07:00

README.txt

!!!IMPORTANT NOTE!!!

This code snippet provided as an example of coding functional content with region modules.

As of 13/3 2008 this module actually renders all regions within the instance unusable if enabled by dragging the dll from ./bin to global /bin.

So, use at own peril and in dedicated instance.

Peace.