aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-7/+8
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-15/+23
2010-06-08backport xmlrpcgroups cache from masterJustin Clark-Casey (justincc)1-1/+2
2010-06-07reapply fix for double sending of attachment update on standalone region cros...Justin Clark-Casey (justincc)1-1/+1
2010-06-07commit code which stops full updates being fired multiple times when attachme...Justin Clark-Casey (justincc)1-0/+1
2010-06-04Revert "commit code which stops full updates being fired multiple times when ...Justin Clark-Casey (justincc)1-1/+0
2010-05-27commit code which stops full updates being fired multiple times when attachme...Justin Clark-Casey (justincc)1-0/+1
2010-05-05* Fixes Library bugs in grid mode. Partly a missing check and partly a missin...Diva Canto1-2/+2
2010-01-29Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)1-0/+40
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+0
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-8/+10
2010-01-10* Last reference to CommsManager.UserProfileCacheService removedDiva Canto1-1/+1
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-1/+19
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto1-16/+18
2009-11-04Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie1-1/+1
2009-10-27* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t...John Hurliman1-3/+2
2009-10-26* Switched all operations on the list of clients that could be either sync or...John Hurliman1-1/+1
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-1/+1
2009-10-13* Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman1-0/+26
2009-10-06A small change in FetchInventoryDescendantsCAPS.Diva Canto1-1/+2
2009-10-06Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto1-3/+3
2009-10-07Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto1-3/+3
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-7/+7
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman1-0/+4
2009-08-29Fix up WebFetchInventoryDescendents to really return all data needed,Melanie1-1/+17
2009-08-28Modify CAPS inventory code. Currently this is not executedMelanie1-3/+7
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-1/+1