aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-18* Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p...John Hurliman1-3/+3
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman1-4/+4
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman1-11/+1
2009-10-04disable physics actors for flexible primsdahlia1-3/+4
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-10-01Formatting cleanup.Jeff Ames1-9/+9
2009-09-29 This fix addresses the problem where phantom objects do notAlan M Webb1-1/+1
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-17 While running a test case I had written to pursue problems withAlan M Webb1-113/+152
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)1-0/+2
2009-08-29* Fix the reason why physical vehicles have a problem in virtual regions.Teravus Ovares (Dan Olivares)1-1/+2
2009-08-16Misc cleanup.Jeff Ames1-27/+25
2009-08-15Changed FromAssetID to FromItemIDDiva Canto1-3/+3
2009-08-13Formatting cleanup. Fix some compiler warnings.Jeff Ames1-26/+23
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-8/+8
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-8/+8
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-8/+8
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie1-0/+5
2009-07-15A stab at implementing llSetDamage. Not persistent.Melanie Thielker1-0/+9
2009-06-26Extracted the code that handles the sending of prim updates to the client, fr...MW1-4/+4
2009-06-10Formatting cleanup.Jeff Ames1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-29* refactor: little tweaks to trigger another buildJustin Clarke Casey1-4/+15
2009-05-29* Add save xml2 serialization testJustin Clarke Casey1-0/+2
2009-05-29reinstate a hopefully more robust experimental decoded sculpt map caching schemeDahlia Trimble1-2/+2
2009-05-29disable sculpt map caching until a better method of avoiding asset requests c...Dahlia Trimble1-1/+3
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