aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more work on new Sceneobject. MW2007-08-071-16/+36
|
* * koncept bugfixlbsa712007-08-071-0/+12
|
* a couple of changes in the new Sceneobject classes, just committing so ↵MW2007-08-071-7/+23
| | | | things are kept in sync.
* * Now we have boxes. Yay!lbsa712007-08-061-2/+2
| | | | | | * Removed unused SendPrimitiveToClient that didn't have rot.
* clean up of startup config settings (command line args etc),MW2007-08-041-9/+5
| | | | | | | 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-116/+33
|
* * Changed some nameslbsa712007-08-031-40/+40
|
* Yet another commit related to the SceneObject rewrites.MW2007-08-031-3/+1
|
* and more work on those classes. Think they are just about ready to begin ↵MW2007-08-031-2/+33
| | | | hooking them up.
* Ditto...More work on the AllNewSceneObject* classes.MW2007-08-031-1/+54
|
* More work on the AllNewSceneObject* classes.MW2007-08-031-0/+40
|
* Some more work on SceneObject/ Primitive rewrites (slowly getting there)MW2007-08-021-11/+92
|
* Changed a couple of method in PermissionManager from private to protected to ↵MW2007-08-021-1/+0
| | | | fix the error that ckrinke just reported
* Little bit more work on AllNewSceneObjectPart2MW2007-08-011-1/+36
|
* few small changes.MW2007-08-011-0/+17
| | | | | Updated libsl to latest version.
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW2007-08-011-10/+99
| | | | | | | | /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-216/+216
|
* A few changes so that the number of warnings is less but without deleting ↵MW2007-07-271-0/+7
| | | | | | | | everything. Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays. Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used.
* * Removing some housekeeping tagged elements.Adam Frisby2007-07-271-2/+0
| | | | | * 6 Compiler warnings left (total) - two legacy caps warnings, four unused ScenePresence events.
* * Added housekeeping comments, see mailing list in just a moment...Adam Frisby2007-07-191-1/+1
|
* More testing some ideas, to find best method for SceneObject Primitive classes. MW2007-07-181-0/+211