aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2009-08-20Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto1-2/+17
2009-08-20One more place fixed for setting the inventory folder owner. Thanks jhurliman.Diva Canto1-1/+1
2009-08-19Async purge so that the client thread doesn't wait.Diva Canto1-2/+22
2009-08-19A better purge of trash folder.Diva Canto1-1/+1
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-1/+2
2009-08-18Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020)Diva Canto1-14/+12
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames1-1/+0
2009-08-16Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson1-0/+23
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-2/+2
2009-08-13Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto1-120/+9
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto1-23/+4
2009-08-12* Added two new packet handler implementations for inventory ops. This is sta...Diva Canto1-1/+30
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-3/+7
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+8
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-8/+2
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+8
2009-04-03* Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby1-0/+10
2009-03-05* Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2008-12-10* refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey1-2/+284