aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/PrimitiveOld.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * removed PrimitiveOld and CreatePrimFromObjectAddlbsa712007-07-131-583/+0
|
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-1/+1
| | | | | | | login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
* * Introduced ClientManager for great justice.lbsa712007-07-091-1/+1
|
* A bit more work on Building tools/support.MW2007-07-041-1/+1
| | | | | updated Axiom.MathLib.dll.
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-6/+7
| | | | | * added some licensing info
* Started change to having SceneObject and then that having child Primitives ↵MW2007-07-011-0/+582
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.