aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-520/+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-16/+36
2007-08-07* koncept bugfixlbsa711-0/+12
2007-08-07a couple of changes in the new Sceneobject classes, just committing so ↵MW1-7/+23
things are kept in sync.
2007-08-06* Now we have boxes. Yay!lbsa711-2/+2
* Removed unused SendPrimitiveToClient that didn't have rot.
2007-08-04clean up of startup config settings (command line args etc),MW1-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.
2007-08-03changed the properties so that most of them only take up one line per get/set.MW1-116/+33
2007-08-03* Changed some nameslbsa711-40/+40
2007-08-03Yet another commit related to the SceneObject rewrites.MW1-3/+1
2007-08-03and more work on those classes. Think they are just about ready to begin ↵MW1-2/+33
hooking them up.
2007-08-03Ditto...More work on the AllNewSceneObject* classes.MW1-1/+54
2007-08-03More work on the AllNewSceneObject* classes.MW1-0/+40
2007-08-02Some more work on SceneObject/ Primitive rewrites (slowly getting there)MW1-11/+92
2007-08-02Changed a couple of method in PermissionManager from private to protected to ↵MW1-1/+0
fix the error that ckrinke just reported
2007-08-01Little bit more work on AllNewSceneObjectPart2MW1-1/+36
2007-08-01few small changes.MW1-0/+17
Updated libsl to latest version.
2007-08-01Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW1-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.
2007-07-30mass update of files to have native line endingsSean Dague1-216/+216
2007-07-27A few changes so that the number of warnings is less but without deleting ↵MW1-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.
2007-07-27* Removing some housekeeping tagged elements.Adam Frisby1-2/+0
* 6 Compiler warnings left (total) - two legacy caps warnings, four unused ScenePresence events.
2007-07-19* Added housekeeping comments, see mailing list in just a moment...Adam Frisby1-1/+1
2007-07-18More testing some ideas, to find best method for SceneObject Primitive classes. MW1-54/+7
2007-07-18Just trying things out, nothing to see here, please go back to sleep.MW1-4/+4
2007-07-18few small changesMW1-0/+258