aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AllNewSceneObjectGroup2.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-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.
* Some more work on new Sceneobject. MW2007-08-071-4/+53
|
* * koncept bugfixlbsa712007-08-071-0/+12
|
* a couple of changes in the new Sceneobject classes, just committing so ↵MW2007-08-071-2/+2
| | | | things are kept in sync.
* * renamed some scene to worldlbsa712007-08-061-2/+2
| | | | | * passing on NotImplemented from Update()
* clean up of startup config settings (command line args etc),MW2007-08-041-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.
* changed the properties so that most of them only take up one line per get/set.MW2007-08-031-11/+5
|
* * Changed some nameslbsa712007-08-031-2/+2
|
* Yet another commit related to the SceneObject rewrites.MW2007-08-031-2/+11
|
* Yet another commit related to the SceneObject rewrites.MW2007-08-031-4/+13
|
* and more work on those classes. Think they are just about ready to begin ↵MW2007-08-031-2/+74
| | | | hooking them up.
* Ditto...More work on the AllNewSceneObject* classes.MW2007-08-031-5/+21
|
* More work on the AllNewSceneObject* classes.MW2007-08-031-1/+84
|
* Some more work on SceneObject/ Primitive rewrites (slowly getting there)MW2007-08-021-0/+35
|
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW2007-08-011-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.
* mass update of files to have native line endingsSean Dague2007-07-301-299/+299
|
* Added some Alert methods to Scene , and a console command handler. So from ↵MW2007-07-191-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).
* More testing some ideas, to find best method for SceneObject Primitive classes. MW2007-07-181-0/+299