aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneGraph.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-04Add "Drop" functionality to pie menuMelanie Thielker1-1/+20
2008-10-03Fix: Mantis#2326: Fix: privilege escalation through attach from groundMelanie Thielker1-2/+12
2008-10-03Prevent attachments to be persisted in the destination region when theMelanie Thielker1-0/+4
2008-10-03Mantis #1360Melanie Thielker1-1/+13
2008-10-01Added functions to find prims by nameJohan Berntsson1-0/+26
2008-09-30Add two more default script engine paramsMelanie Thielker1-1/+1
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-1/+1
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey1-0/+16
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-08fix: warnings from libomvDr Scofield1-0/+4
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-59/+58
2008-09-06* refactor: Make SOG itself responsible for checking whether it's already bee...Justin Clarke Casey1-12/+3
2008-09-06* minor: change hard tabs back to spaces in previous commitJustin Clarke Casey1-1/+1
2008-09-06* Fix mantis 2130 - nre occuring sometimes when the regular prim update sweep...Justin Clarke Casey1-1/+2
2008-08-24Selling an object in-place (as original) now works. Builders canMelanie Thielker1-0/+5
2008-08-19Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker1-3/+4
2008-08-18Formatting cleanup.Jeff Ames1-21/+21
2008-08-15Mantis #1951Melanie Thielker1-0/+2
2008-08-12* Stop warnings about non existent scene presences/entities being removed on ...Justin Clarke Casey1-11/+11
2008-08-11Patch #9163 - Refactor initial packet sending out of InnerScene intoMelanie Thielker1-37/+0
2008-08-01* minor: log message twiddlingJustin Clarke Casey1-5/+1
2008-07-27Addresses Mantis #1688Melanie Thielker1-1/+1
2008-07-26* Changed a number of field names to ccc (public members shouldn't be called m_)lbsa711-5/+5
2008-07-25* Stop the HasGroupChanged flag being reverted for newly restored prims which...Justin Clarke Casey1-2/+2
2008-07-25From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+1
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-5/+5
2008-07-21Mantis#1798. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-12/+4
2008-07-19Fix prim link numbers (Mantis #1781)Melanie Thielker1-3/+78
2008-07-13* Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey1-1/+12
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey1-5/+9
2008-07-12minor: method documentationJustin Clarke Casey1-0/+21
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-1/+1
2008-06-27move along, nothing to see here. just a couple of lazy variables.Dr Scofield1-3/+4
2008-06-27* Remove responsibilty for signalling scene object change from SceneObjectPar...Justin Clarke Casey1-0/+1
2008-06-27* Remove SOG.SendGroupFullUpdate() group changed responsibilityJustin Clarke Casey1-1/+4
2008-06-27* refactor: Move responsibility for deciding whether a group should be repers...Justin Clarke Casey1-1/+16
2008-06-27* refactor: fission InnerScene.AddSceneObject()Justin Clarke Casey1-1/+17
2008-06-27* Add extra backup parameter to InnerScene.AddRestoredSceneObject()Justin Clarke Casey1-2/+6
2008-06-25the prefix "fix" turned out to be bollocks. sorry about that. hope this one Dr Scofield1-1/+0
2008-06-25Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-25taking another look at mantis #1502: adding necessary locks, checking for emp...Dr Scofield1-3/+11
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey1-1/+1
2008-06-21* Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey1-3/+5
2008-06-17* Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey1-2/+6
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-4/+4
2008-06-12* refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey1-2/+10
2008-06-10* This completes ObjectDuplicateOnRay.Teravus Ovares1-2/+20
2008-06-09Update svn properties. Formatting cleanup.Jeff Ames1-1/+2
2008-06-08Added a "if(entity != null)" before the call to Charles Krinke1-1/+3