aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Primitive.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-18few small changesMW1-1/+17
2007-07-17* Changed SimpleApp to use EventManager and Scene timerlbsa711-203/+244
* Refactored a lot of m_* and public -> wrappers
2007-07-16changed to native line ending encodingSean Dague1-648/+648
2007-07-15* More scripting enhancemnents and properties.Adam Frisby1-0/+8
2007-07-15Removed reference to Scene EventManager from primitive. In its place, ↵MW1-15/+29
primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to. Removed some unused code from SimpleApp.
2007-07-14*Removed ParcelManager from SceneObject and Primitive and replaced with ↵mingchen1-10/+10
events in EventManager *Prim count and sim-wide prim count correctly reflect object bonus multiplier
2007-07-14*Added support for prim counting on parcelsmingchen1-2/+24
**No restrictions yet in place, or total prim count
2007-07-13Prim Copying (both CTRL+D and shift-drag) should now work.MW1-3/+15
2007-07-13Part two of Darok's Bullet physics plugin: added the actual plugin, although ↵MW1-1/+1
haven't added the project to prebuild.xml yet. Also might have messed up some of the SVN properties on some of the folders, so if the cleaning lady has to come in again, I just hope she doesn't moan.
2007-07-13Changed simpleApp to use basic physics.MW1-4/+12
Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000.
2007-07-13* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape ↵lbsa711-29/+7
instead - w00t!
2007-07-12Cleaning up some of the CAPS functions, Asset uploads now use the new ↵MW1-1/+1
LLSDStreamhandler system.
2007-07-11Hopefully texturing prims should now work correctly.MW1-1/+13
2007-07-10Gird mode in sugilite should now work in so far as you should be able to ↵MW1-19/+19
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.
2007-07-09Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.MW1-30/+30
Disabled CAPS asset uploading as it seems it now crashes the server.
2007-07-09* Begun work on Primitive Duplication. Not hooked up yet, but theoretically ↵Adam Frisby1-0/+35
could be done so. In practice, more work needs to be done.
2007-07-05Fixed rotation editing of individual prims in a group. I think positioning ↵MW1-10/+68
and rotations should now be correct (for both groups and on editing individuals of a group). Resizing still needs work.
2007-07-04A bit more work on Building tools/support.MW1-8/+116
updated Axiom.MathLib.dll.
2007-07-03Today's work on Building support/tools. Think I am slowly getting there. MW1-14/+116
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-4/+3
* added some licensing info
2007-07-01Just committing this because I want my commit to be on the front page of ↵MW1-3/+3
www.opensimulator.org rather than lbsa71's being there.
2007-07-01More work on SceneObject/Primitive and building (Linking is a work in ↵MW1-6/+47
progress as is all). Committing now as I've finished for the night and will be continued tomorrow.
2007-07-01Can change the name and description of a prim.MW1-0/+13
2007-07-01Started change to having SceneObject and then that having child Primitives ↵MW1-438/+94
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.
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-0/+0
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-3/+3
to add/remove something