aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* friends rights to edit objects display on viewers fixed. This needs to be op...UbitUmarov2015-10-271-5/+9
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-4/+0
* | bad merge?UbitUmarov2015-09-011-38/+122
|\ \ | |/ |/|
| * fix targetOmega resend on deselect on the right place, can't be at sopUbitUmarov2014-10-061-0/+4
| * Merge branch 'master' into careminsterMelanie2013-11-031-7/+2
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-07-241-6/+24
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-10-261-3/+19
| |\ \ \
| * \ \ \ Merge branch 'avination' into careminsterMelanie2012-08-311-5/+55
| |\ \ \ \
| | * | | | Sequence inventory descendents requests to reduce inventory server load andMelanie2012-08-301-5/+55
| * | | | | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-251-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix llRegionSayTo the right wayMelanie2012-06-281-2/+9
| * | | | | changed seletion code. SOP now knows about parts selection. UI actions are se...UbitUmarov2012-04-201-15/+51
| * | | | | Merge branch 'master' into careminsterMelanie2012-03-181-56/+0
| |\ \ \ \ \
| * | | | | | Implement proper selection behaviorMelanie2012-02-261-2/+4
| * | | | | | Merge branch 'master' into careminsterMelanie2011-12-191-0/+39
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2011-12-181-138/+71
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-281-63/+5
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'de19dc3024e5359f594d0a32c593d905163c24ea' into bigmergeMelanie2011-10-111-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-041-4/+0
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix failure to find avatars due to trainling spaces being sent by viewers.Melanie2011-07-231-0/+3
* | | | | | | | | | | | If the SnedInventoryAync() method receives an exception log this but make sur...Justin Clark-Casey (justincc)2015-01-211-1/+10
* | | | | | | | | | | | Changes to be committed: modified: OpenSim/Region/Framework/Scenes/Scene.Pack...Edward2014-09-171-0/+15
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | After finishing to edit an attachment, let other avatars see the changes. (Th...Oren Hurvitz2013-10-171-7/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Filter certain viewer effects depending on distance between the avatar that i...Diva Canto2013-07-211-7/+25
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)2012-10-251-0/+12
* | | | | | | | | When scripts generate expected exceptions (e.g. due to checked bad parameter)...Justin Clark-Casey (justincc)2012-10-251-1/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | minor: Fix bad log message for failure to create an inventory folderJustin Clark-Casey (justincc)2012-08-251-1/+1
* | | | | | | | Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-3/+23
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...Diva Canto2012-03-171-53/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...Justin Clark-Casey (justincc)2011-12-191-0/+39
| |_|_|_|/ |/| | | |
* | | | | refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim...Justin Clark-Casey (justincc)2011-12-171-138/+71
| |_|_|/ |/| | |
* | | | minor: formatting changes in Scene.PacketHandlers.csJustin Clark-Casey (justincc)2011-11-261-5/+5
* | | | Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().Justin Clark-Casey (justincc)2011-11-261-58/+0
| |_|/ |/| |
* | | refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)2011-09-151-2/+2
| |/ |/|
* | Eliminate pointless checks of SOG.RootPart != nullJustin Clark-Casey (justincc)2011-09-011-4/+0
|/
* Add an async inventory details sender to respond to FetchInventory packets.Justin Clark-Casey (justincc)2011-07-011-25/+0
* Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)2011-05-131-0/+4
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-16/+0
* Fix an inventory fetch issueMelanie2010-09-301-0/+3
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-4/+1
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-9/+7
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-7/+8
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-15/+23
* * Fixes Library bugs in grid mode. Partly a missing check and partly a missin...Diva Canto2010-05-051-2/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+40
|\
| * Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)2010-01-291-0/+40
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+0