aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/InnerScene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-28Formatting cleanup.Jeff Ames1-20/+18
2008-05-26* Refactor: Where possible, change visibility on InnerScene methods to protec...Justin Clarke Casey1-86/+84
2008-05-26* Refactor: remove code duplication between add ScenePresence methods in Inne...Justin Clarke Casey1-40/+4
2008-05-26* Refactor: Separate out RemoveScenePresence and add into InnerScene to match...Justin Clarke Casey1-1/+36
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-6/+6
2008-05-25* A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho...Teravus Ovares1-0/+31
2008-05-25Thank you kindly, Tiffany for a patch that helps:Charles Krinke1-0/+7
2008-05-25* Refactor: Collapses parts of different code paths in scene used when deleti...Justin Clarke Casey1-10/+0
2008-05-24* Refactor: Collapse some multiple remove object pathsJustin Clarke Casey1-8/+33
2008-05-24* Refactor: Remove some unused methods in Scene/InnerSceneJustin Clarke Casey1-21/+0
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey1-5/+6
2008-05-24* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...Justin Clarke Casey1-4/+13
2008-05-24* Refactor: Push some dictionary initialization down from Scene into InnerSceneJustin Clarke Casey1-4/+9
2008-05-24* Refactor: Make some inner scene dictionaries internal rather than publicJustin Clarke Casey1-2/+2
2008-05-21* This update causes the backup process to run in a separate thread.Teravus Ovares1-1/+1
2008-05-20From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague1-2/+2
2008-05-18* Group type stuff. Nothing spectacular. two packets, sorta almost semi half...Teravus Ovares1-0/+23
2008-05-16Formatting cleanup.Jeff Ames1-41/+41
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares1-2/+2
2008-05-14* Fixed attaching objects that are in-world.Teravus Ovares1-1/+1
2008-05-14* Fixed situations where objects would jump back or scale incorrectly with Sc...Teravus Ovares1-1/+1
2008-05-14* Removed 19 warningsTeravus Ovares1-1/+1
2008-05-13* Refactor: Remove locking from InnerScene.GetScenePresence()Justin Clarke Casey1-8/+3
2008-05-13* Refactor: Stop exposing the inner scene's ScenePresence dictionary directly...Justin Clarke Casey1-1/+1
2008-05-13*Complete redo of the permissions modulemingchen1-14/+15
2008-05-10* More OutPacket refactors.Teravus Ovares1-151/+1
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-26/+28
2008-05-08* Committing an extra bit of permissions for attaching to ensure that the per...Teravus Ovares1-31/+38
2008-05-07* Increasing ScenePresences locking to prevent race conditions such as those ...Justin Clarke Casey1-12/+27
2008-05-07* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...Adam Frisby1-2/+23
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-22/+20
2008-05-01* Rolled back a few changes.Adam Frisby1-91/+107
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-107/+91
2008-05-01* committing what I've got so far for DuplicateOnRay so I don't fight the con...Teravus Ovares1-2/+2
2008-05-01* You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares1-2/+2
2008-04-28* Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares1-0/+14
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-2/+1
2008-04-27* Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares1-13/+57
2008-04-27* More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares1-0/+27
2008-04-26* Ooops, attachments now teleport/cross region borders along with your avatar...Teravus Ovares1-5/+27
2008-04-25* Fixes prim crossing. See bug 1050.Teravus Ovares1-0/+3
2008-04-24* Adds much better support for attachments that you right click on in world.Teravus Ovares1-5/+50
2008-04-23* Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby1-0/+12
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+4
2008-04-19Thank you kindly krtaylor for a patch to solve:Charles Krinke1-0/+11
2008-04-16Thank you very much, Kmeisthax for:Charles Krinke1-0/+44
2008-04-14* Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey1-5/+28
2008-04-07* Nasty hack to reduce the incidence of spurious exceptions where a user dele...Justin Clarke Casey1-1/+9
2008-04-03* Resolve mantis 849Justin Clarke Casey1-2/+7
2008-03-31* Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey1-0/+2