aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few changes so that the number of warnings is less but without deleting ↵MW2007-07-271-0/+7
| | | | | | | | everything. Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays. Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
* * Removing some housekeeping tagged elements.Adam Frisby2007-07-271-2/+0
| | | | | * 6 Compiler warnings left (total) - two legacy caps warnings, four unused ScenePresence events.
* * Added housekeeping comments, see mailing list in just a moment...Adam Frisby2007-07-191-1/+1
|
* More testing some ideas, to find best method for SceneObject Primitive classes. MW2007-07-181-0/+211