aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-27 several changes relative to objects return and parcel prim counts: avoid nul...UbitUmarov1-1/+4
2017-01-19object CanMove is for in scene SOGs Icleints and SPs and permitions module is...UbitUmarov1-3/+3
2017-01-17Permissions module: GenerateClientFlags() no need to keep looking for the sam...UbitUmarov1-2/+2
2017-01-12Add permission CanChangeSelectedState replacing 2 calls to check Move and Mod...UbitUmarov1-4/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-16/+16
2016-11-10on Select use again the priority queues to send ObjectProperties, including p...UbitUmarov1-39/+3
2016-11-09fix some invalid string.format argumentsUbitUmarov1-1/+1
2016-09-16change spinobject math, and a few minor thingsUbitUmarov1-4/+2
2016-09-16move SpinObject funtions from Scenegraph to PacketHandlers, close to grab han...UbitUmarov1-0/+58
2016-09-16pass touch_end as other touchs, make blockgrab work on nonphysical alsoUbitUmarov1-10/+9
2016-08-25 send selected objects Proprieties udp part outside update queues and as a ph...UbitUmarov1-11/+3
2016-08-25 first step changing Object Select codeUbitUmarov1-18/+33
2016-08-25 fix missing PhysicsProprieties sending on Object select. This is a temporary...UbitUmarov1-24/+1
2016-08-21 remove sceneGraph MoveObject and make it part of ProcessObjectGrabUpdate ( s...UbitUmarov1-3/+16
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-4/+2
2015-10-27friends rights to edit objects display on viewers fixed. This needs to be op...UbitUmarov1-5/+9
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-4/+0
2015-01-21If the SnedInventoryAync() method receives an exception log this but make sur...Justin Clark-Casey (justincc)1-1/+10
2014-10-06 fix targetOmega resend on deselect on the right place, can't be at sopUbitUmarov1-0/+4
2014-09-17Changes to be committed: modified: OpenSim/Region/Framework/Scenes/Scene.Pack...Edward1-0/+15
2013-10-17After finishing to edit an attachment, let other avatars see the changes. (Th...Oren Hurvitz1-7/+2
2013-07-21Filter certain viewer effects depending on distance between the avatar that i...Diva Canto1-7/+25
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-20/+4
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)1-0/+12
2012-10-25When scripts generate expected exceptions (e.g. due to checked bad parameter)...Justin Clark-Casey (justincc)1-1/+4
2012-08-30Sequence inventory descendents requests to reduce inventory server load andMelanie1-5/+55
2012-08-25minor: Fix bad log message for failure to create an inventory folderJustin Clark-Casey (justincc)1-1/+1
2012-06-28Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie1-23/+3
2012-06-28Fix llRegionSayTo the right wayMelanie1-2/+9
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-3/+23
2012-04-20changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov1-15/+51
2012-03-17Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...Diva Canto1-53/+0
2012-02-26Implement proper selection behaviorMelanie1-2/+4
2012-02-26Implement KeyframedMotion selection behaviorMelanie1-2/+4
2011-12-19Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...Justin Clark-Casey (justincc)1-0/+39
2011-12-17refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim...Justin Clark-Casey (justincc)1-138/+71
2011-11-26minor: formatting changes in Scene.PacketHandlers.csJustin Clark-Casey (justincc)1-5/+5
2011-11-26Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)1-58/+0
2011-09-15refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)1-2/+2
2011-09-01Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)1-4/+0
2011-07-23Fix failure to find avatars due to trainling spaces being sent by viewers.Melanie1-0/+3
2011-07-01Add an async inventory details sender to respond to FetchInventory packets.Justin Clark-Casey (justincc)1-25/+0
2011-05-13Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)1-0/+4
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto1-16/+0
2010-09-30Fix an inventory fetch issueMelanie1-0/+3
2010-09-30Fix an inventory fetch issueMelanie1-0/+3
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-4/+1
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-9/+7