aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/PulseScript.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-14* Worked some more on SimpleApplbsa711-52/+0
* Removed SceneObject references to RegionHandle, ParcelManager, EventManager as they are public on Scene * Moved PulseScript behaviour into MySceneObject
2007-07-14Set up parcel manager and the master avatar in SimpleApp.MW1-34/+34
2007-07-14Added AddPreCompiledScript method to ScriptManager.MW1-0/+52
Done some work on lbsa71's simpleApp(hope he doesn't mind): now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings). Also noticed a few other problems that I had to work around, so these need looking into.