aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AllNewSceneObjectGroup2.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-586/+0
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