aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-1719/+0
2008-11-12Add the missing bits that got lost in the prim clamping commit. This shouldMelanie Thielker1-0/+17
2008-11-10* Extend basic scene test to retrieve the object from the scene and match uuidsJustin Clarke Casey1-1/+3
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-1/+1
2008-11-07* Apply http://opensimulator.org/mantis/view.php?id=2582Justin Clarke Casey1-2/+2
2008-11-07* Stop now unnecessary separate local id allocation for restored objectsJustin Clarke Casey1-7/+0
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-6/+6
2008-11-06* refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey1-6/+2
2008-11-06- create entries in avatarattachments table when first attaching an object; f...Mike Mazur1-1/+10
2008-11-01* refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey1-3/+3
2008-10-29Minor formatting cleanup.Jeff Ames1-1/+1
2008-10-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-1/+2
2008-10-14- move comment about assetID and 'attached' in inventory where it belongsMike Mazur1-2/+0
2008-10-13* Remove warnings, including one which pointed out a bugJustin Clarke Casey1-1/+1
2008-10-112nd stab at that prim loading nastyMelanie Thielker1-1/+1
2008-10-11Fix Nebadon's WP crash (invalid root part from database null-ref)Melanie Thielker1-0/+3
2008-10-10added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrabUpdate event, f...MW1-1/+1
2008-10-06Remove an unnecessary perms check. This caused prim movement to be disabledMelanie Thielker1-14/+1
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames1-8/+8
2008-10-04* minor: Remove warningJustin Clarke Casey1-1/+1
2008-10-04Cause a request to a different attachment point to taint the attachment soMelanie Thielker1-0/+6
2008-10-04Prevent a new asset being created on every detach of an attachmentMelanie Thielker1-0/+1
2008-10-04Mantis #2330Melanie Thielker1-5/+4
2008-10-04Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker1-5/+2
2008-10-04Cause "Show in search" to trigger a persistence saveMelanie Thielker1-0/+2
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