aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Some more work on SceneObjectGroupMW2007-08-131-5/+10
|
* Added the SetPartText access method to SceneObjectGroup to set the text of ↵MW2007-08-131-17/+35
| | | | member SceneObjectParts.
* Partial Linking of prim groups should work (its partial as currently only ↵MW2007-08-131-41/+141
| | | | | | | the root prim of the child group will actually get linked, working on linking the rest now). Multiple prim groups are now stored in the sqlite database and are reloaded correctly.
* Few small fixesMW2007-08-101-1/+1
|
* Made a few changes so that once we enable the sqlite data store (simple line ↵MW2007-08-101-3/+53
| | | | change in OpenSimMain), then basic ( with a few limits at moment) prim database backup will work.
* SceneObjects should now (hopefully) call datastore.StoreObject().MW2007-08-091-2/+10
|
* Deleted old LSLEngine files (those under Scene.Scripting)MW2007-08-091-0/+1
|
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-0/+647
PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.