aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-29null test for texture assets when using cached sculpt mapDahlia Trimble1-2/+3
2009-05-29Experimental decoded sculpt map cachingDahlia Trimble1-1/+1
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+14
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-14/+1
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+14
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-4/+12
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-1/+1
2009-04-25Thank you kindly, RemedyTomm, for a patch that fixes:Charles Krinke1-1/+4
2009-04-20* Allow passing of material type to physics engineTeravus Ovares1-1/+8
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-0/+5
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-03-27* refactor: call some EventManager triggers directly rather than through sceneJustin Clarke Casey1-5/+2
2009-03-11add a taint to SOP.UpdateShape() - addresses Mantis #3277Dahlia Trimble1-0/+1
2009-03-06Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+17
2009-03-05* remove now unused serialization codeJustin Clarke Casey1-124/+1
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa711-1/+3
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-9/+9
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey1-13/+21
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-3/+5
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2009-02-03* minor: remove some pointless assignments in SOG.Copy() that had already bee...Justin Clarke Casey1-1/+1
2009-01-18Subscribe to collision events if needed when turning an object to non-phantom...idb1-0/+10
2009-01-15Added a taint to the sculpt texture callback in an attempt to mitigate Mantis...Dahlia Trimble1-0/+2
2009-01-14Improve parsing of joint parameters for NINJA physics (Mantis #2966). nlin1-1/+1
2009-01-13* minor; Very minor non-functional tidy upsJustin Clarke Casey1-1/+0
2009-01-02Use only one (static) (de-)serializer for (de-)serializing SOPs.Homer Horwitz1-3/+5
2009-01-02* Adding some recognizable and search-able test to some WriteLine(e.ToString(...Teravus Ovares1-2/+2
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-12-26* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares1-52/+230
2008-12-23* minor: small documentation commentJustin Clarke Casey1-0/+7
2008-12-23* Remove IGesturesModules since it won't be very helpful without a client mes...Justin Clarke Casey1-2/+0
2008-12-23* refactor: Replace part of SceneObjectPart with the identical sound playing ...Justin Clarke Casey1-15/+5
2008-12-22Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...Dahlia Trimble1-1/+6
2008-12-20Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:Charles Krinke1-15/+81
2008-12-20Fix Mantis#2878 for now by not resetting physical values on rez (only on swit...Homer Horwitz1-1/+1
2008-12-19- Set acceleration and rotational velocity to 0, tooHomer Horwitz1-7/+10
2008-12-19Stop prims that get non-physical. Fixes Mantis#2859.Homer Horwitz1-0/+7
2008-12-19Remove forgotten debug message from my last commit.Homer Horwitz1-1/+0
2008-12-19Reset Expire date for tempOnRez objects on rez. Fixes Mantis#2848Homer Horwitz1-4/+13
2008-12-18Make llSetAlpha and llSetTexture properly queue full updates, so changesMelanie Thielker1-1/+1
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-6/+43
2008-12-15* minor: method documentation and miscellaneous tidyJustin Clarke Casey1-7/+8
2008-12-14* Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares1-0/+62
2008-12-09* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares1-0/+8
2008-12-07* Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares1-0/+6
2008-11-29Stop attachments from twisting away. Thismakes attachments phantom, whichMelanie Thielker1-4/+4
2008-11-27Fix build breakMelanie Thielker1-1/+1
2008-11-27And take away a now unnecessare swap elsewhere. We should not be swappingMelanie Thielker1-6/+1
2008-11-26Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker1-1/+9
2008-11-25* Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey1-3/+3