aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-12Kill some locks that have crept into SOGTom Grimshaw1-2/+12
2010-05-10Fix overlooked readLock which was left openTom Grimshaw1-1/+2
2010-05-03Adapt CM to the new CHANGED_OWNER handlingMelanie Thielker1-0/+8
2010-04-25Make scripted attachment states work. Finally. Also replace two monitor locksMelanie Thielker1-1/+6
2010-04-23Remove debug output, the culprit has been identifiedMelanie Thielker1-1/+0
2010-04-23Fix a nullref in attachment handling. Add some debug to find the attachmentMelanie Thielker1-0/+1
2010-04-05Fix up my own shoddy code! Fixes prim rez break. Whups!Thomas Grimshaw1-22/+26
2010-04-05This commit adds some randomness to object persistence. It's a Work In Progre...Thomas Grimshaw1-4/+42
2010-04-05Fix some overlooked merge conflicts that got committedMelanie1-10/+0
2010-03-30Rename Meta7Windlight to LightShareMelanie1-6/+5
2010-03-17Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...Dan Lake1-7/+5
2010-03-14RotLookAt repaired; debug msg cleanup.Kitto Flora1-2/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-3/+3
2010-03-09Fix bug where approximately half the time, attachments would rez only their r...Justin Clark-Casey (justincc)1-7/+28
2010-03-03compiler warnings revealed that public PlaySoundSlavePrims properties were ch...Justin Clark-Casey (justincc)1-2/+2
2010-03-03refactor: push sog.SendPartFullUpdate() down into sop where it better belongsJustin Clark-Casey (justincc)1-33/+4
2010-03-03Fix bug where approximately half the time, attachments would rez only their r...Justin Clark-Casey (justincc)1-7/+28
2010-02-22Formatting cleanup.Jeff Ames1-1/+1
2010-02-16minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst...Justin Clark-Casey (justincc)1-10/+25
2010-02-14Revolution is on the roll again! :)Revolution1-35/+104
2010-02-08refactor: Reuse SceneObjectGroup.IsAttachmentCheckFull() in Scene.AddSceneObj...Justin Clark-Casey (justincc)1-1/+10
2010-02-02minor: add reminder to lock SOG.Children before using it directly in order to...Justin Clark-Casey (justincc)1-2/+5
2010-01-11Whitespace cleanupMelanie1-124/+124
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution1-3/+127
2009-12-31Readds llCollisionFilter and adds llPassCollision.Revolution1-0/+11
2009-12-31Readds llCollisionFilter and adds llPassCollision.Revolution1-0/+11
2009-12-22Glue code for a couple of new LSL function implementationsMelanie1-0/+39
2009-12-06Fix to existing ReaderWriterLockSlim implementationsCasperW1-2/+8
2009-12-06Remove extra forced updates. They're not needed for each prim. Really.Melanie1-8/+8
2009-12-06Eliminate multiple updates on link/unlinkMelanie1-4/+4
2009-12-06Remove extra forced updates. They're not needed for each prim. Really.Melanie1-7/+7
2009-12-06Eliminate multiple updates on link/unlinkMelanie1-4/+4
2009-12-03* Fixes the 10x10x10 hard physics limitation. (wierdly, you have to set thi...Teravus Ovares (Dan Olivares)1-1/+3
2009-11-30Enforce physical prim max size on single prims.CasperW1-61/+58
2009-11-30Convert multiple lock()s which directly hinder script performance in linksets...CasperW1-123/+277
2009-11-27Reset update flag when a SOG is deleted. This fixes llDie();Melanie1-0/+1
2009-11-27Reset update flag when a SOG is deleted. This fixes llDie();Melanie1-0/+1
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-11/+0
2009-11-14Make GroupRootUpdate be a terse update. This method is not used by opensim (i...Diva Canto1-2/+2
2009-11-04Removing EntityBase.RotationJohn Hurliman1-0/+8
2009-11-02Another race condition fix in SceneObjectGroupJohn Hurliman1-7/+11
2009-10-28Small performance tweaks to code called by the heartbeat loopJohn Hurliman1-15/+2
2009-10-28Always send a time dilation of 1.0 while we debug rubberbanding issuesJohn Hurliman1-2/+2
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-14/+12
2009-10-26Add llRotLookat pt1.KittoFlora1-0/+39
2009-10-25Changing Scene.ForEachClient to use the synchronous for loop instead of Paral...John Hurliman1-1/+1
2009-10-23Implemented a "FrontBack" prioritizer, using distance plus the plane equation...John Hurliman1-3/+30
2009-10-23Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman1-2/+2
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman1-1/+1
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman1-1/+73