aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-91/+200
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-16/+52
* 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
* | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-8/+10
* | * Last reference to CommsManager.UserProfileCacheService removedDiva Canto2010-01-101-1/+1
* | Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-091-1/+19
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto2010-01-011-16/+18
|/
* Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-041-1/+1
* * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t...John Hurliman2009-10-271-3/+2
* * Switched all operations on the list of clients that could be either sync or...John Hurliman2009-10-261-1/+1
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-131-1/+1
* * Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman2009-10-131-0/+26
* A small change in FetchInventoryDescendantsCAPS.Diva Canto2009-10-061-1/+2
* Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto2009-10-061-3/+3
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Formatting cleanup.Jeff Ames2009-10-011-7/+7
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-0/+4
* Fix up WebFetchInventoryDescendents to really return all data needed,Melanie2009-08-291-1/+17
* Modify CAPS inventory code. Currently this is not executedMelanie2009-08-281-3/+7
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-1/+1
* Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto2009-08-201-2/+17
* One more place fixed for setting the inventory folder owner. Thanks jhurliman.Diva Canto2009-08-201-1/+1
* Async purge so that the client thread doesn't wait.Diva Canto2009-08-191-2/+22
* A better purge of trash folder.Diva Canto2009-08-191-1/+1
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-1/+2
* Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020)Diva Canto2009-08-181-14/+12
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-171-1/+0
|\