aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changed the properties so that most of them only take up one line per get/set.MW2007-08-031-116/+33
|
* * Changed some nameslbsa712007-08-031-40/+40
|
* Yet another commit related to the SceneObject rewrites.MW2007-08-031-3/+1
|
* and more work on those classes. Think they are just about ready to begin ↵MW2007-08-031-2/+33
| | | | hooking them up.
* Ditto...More work on the AllNewSceneObject* classes.MW2007-08-031-1/+54
|
* More work on the AllNewSceneObject* classes.MW2007-08-031-0/+40
|
* Some more work on SceneObject/ Primitive rewrites (slowly getting there)MW2007-08-021-11/+92
|
* Changed a couple of method in PermissionManager from private to protected to ↵MW2007-08-021-1/+0
| | | | fix the error that ckrinke just reported
* Little bit more work on AllNewSceneObjectPart2MW2007-08-011-1/+36
|
* few small changes.MW2007-08-011-0/+17
| | | | | Updated libsl to latest version.
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW2007-08-011-10/+99
| | | | | | | | /Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
* mass update of files to have native line endingsSean Dague2007-07-301-216/+216
|
* 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