aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-15* Again, FileSystemObject reports filename.lbsa711-0/+6
* SimpleApp now featuring spinning box with spinning parts. * Damn. That's cool.
2007-08-15* Exploring Group/Part from an app perspective.lbsa711-1/+24
2007-08-13Added Scene.ConvertLocalIDToFullID() method. MW1-0/+10
2007-08-13Some more work on SceneObjectGroupMW1-5/+10
2007-08-13Added the SetPartText access method to SceneObjectGroup to set the text of ↵MW1-17/+35
member SceneObjectParts.
2007-08-13Partial Linking of prim groups should work (its partial as currently only ↵MW1-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.
2007-08-10Few small fixesMW1-1/+1
2007-08-10Made a few changes so that once we enable the sqlite data store (simple line ↵MW1-3/+53
change in OpenSimMain), then basic ( with a few limits at moment) prim database backup will work.
2007-08-09SceneObjects should now (hopefully) call datastore.StoreObject().MW1-2/+10
2007-08-09Deleted old LSLEngine files (those under Scene.Scripting)MW1-0/+1
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-41/+102
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.
2007-08-07Some more work on new Sceneobject. MW1-4/+53
2007-08-07* koncept bugfixlbsa711-0/+12
2007-08-07a couple of changes in the new Sceneobject classes, just committing so ↵MW1-2/+2
things are kept in sync.
2007-08-06* renamed some scene to worldlbsa711-2/+2
* passing on NotImplemented from Update()
2007-08-04clean up of startup config settings (command line args etc),MW1-2/+10
Now using the Nini configuration library (suggest we look into using this for the rest of our config handling, as it provides a standard interface for command line args, INI files, Xml files, .NET config files, and windows registry). One IMPORTANT change is that to TO START GRIDMODE , you need to now use -gridmode=true . Also need someone to test it under mono. (there is a dll that has been compiled under mono available, just hoping that we don't have to deal with separate dlls for windows and linux.
2007-08-03changed the properties so that most of them only take up one line per get/set.MW1-11/+5
2007-08-03* Changed some nameslbsa711-2/+2
2007-08-03Yet another commit related to the SceneObject rewrites.MW1-2/+11
2007-08-03Yet another commit related to the SceneObject rewrites.MW1-4/+13
2007-08-03and more work on those classes. Think they are just about ready to begin ↵MW1-2/+74
hooking them up.
2007-08-03Ditto...More work on the AllNewSceneObject* classes.MW1-5/+21
2007-08-03More work on the AllNewSceneObject* classes.MW1-1/+84
2007-08-02Some more work on SceneObject/ Primitive rewrites (slowly getting there)MW1-0/+35
2007-08-01Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW1-8/+8
/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.
2007-07-30mass update of files to have native line endingsSean Dague1-299/+299
2007-07-19Added some Alert methods to Scene , and a console command handler. So from ↵MW1-3/+3
the console to send alerts use : alert general <message> , for a instance wide message , or use alert firstname secondname <message> to send a alert to one user. (TODO: add region wide messages).
2007-07-18More testing some ideas, to find best method for SceneObject Primitive classes. MW1-0/+299