aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added Scene.ConvertLocalIDToFullID() method. MW2007-08-131-1/+5
|
* Partial Linking of prim groups should work (its partial as currently only ↵MW2007-08-131-0/+24
| | | | | | | 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.
* Made a few changes so that once we enable the sqlite data store (simple line ↵MW2007-08-101-0/+8
| | | | 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-0/+2
|
* 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/+527
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.