aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed rotation editing of individual prims in a group. I think positioning ↵MW2007-07-051-1/+1
| | | | and rotations should now be correct (for both groups and on editing individuals of a group). Resizing still needs work.
* A bit more work on Building tools/support.MW2007-07-041-2/+1
| | | | | updated Axiom.MathLib.dll.
* * More cleaning - Sugilite now only has build errors for "value is never ↵Adam Frisby2007-07-041-1/+1
| | | | used" properties (which I presume will be filled in over time)
* Today's work on Building support/tools. Think I am slowly getting there. MW2007-07-031-3/+21
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-4/+1
| | | | | * added some licensing info
* Just committing this because I want my commit to be on the front page of ↵MW2007-07-011-3/+12
| | | | www.opensimulator.org rather than lbsa71's being there.
* More work on SceneObject/Primitive and building (Linking is a work in ↵MW2007-07-011-5/+16
| | | | progress as is all). Committing now as I've finished for the night and will be continued tomorrow.
* Can change the name and description of a prim.MW2007-07-011-3/+17
|
* Started change to having SceneObject and then that having child Primitives ↵MW2007-07-011-17/+63
| | | | which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+128
*Some folder renaming to follow project Name *Updated prebuild.xml