| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2011-12-19 | 1 | -0/+39 |
|\ |
|
| * | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a... | Justin Clark-Casey (justincc) | 2011-12-19 | 1 | -0/+39 |
* | | Merge branch 'master' into careminster | Melanie | 2011-12-18 | 1 | -138/+71 |
|\ \
| |/ |
|
| * | refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim... | Justin Clark-Casey (justincc) | 2011-12-17 | 1 | -138/+71 |
* | | Merge branch 'master' into bigmerge | Melanie | 2011-11-28 | 1 | -63/+5 |
|\ \
| |/ |
|
| * | minor: formatting changes in Scene.PacketHandlers.cs | Justin Clark-Casey (justincc) | 2011-11-26 | 1 | -5/+5 |
| * | Rip out unused Scene.HandleFetchInventoryDescendentsCAPS(). | Justin Clark-Casey (justincc) | 2011-11-26 | 1 | -58/+0 |
* | | Merge commit 'de19dc3024e5359f594d0a32c593d905163c24ea' into bigmerge | Melanie | 2011-10-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle... | Justin Clark-Casey (justincc) | 2011-09-15 | 1 | -2/+2 |
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Eliminate pointless checks of SOG.RootPart != null | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -4/+0 |
* | | Fix failure to find avatars due to trainling spaces being sent by viewers. | Melanie | 2011-07-23 | 1 | -0/+3 |
|/ |
|
* | Add an async inventory details sender to respond to FetchInventory packets. | Justin Clark-Casey (justincc) | 2011-07-01 | 1 | -25/+0 |
* | Fix broken inventory links on viewer 2. | Justin Clark-Casey (justincc) | 2011-05-13 | 1 | -0/+4 |
* | Global creator information working on MySQL DB and on load/save OARs. Creator... | Diva Canto | 2010-11-21 | 1 | -16/+0 |
* | Fix an inventory fetch issue | Melanie | 2010-09-30 | 1 | -0/+3 |
* | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 2010-09-16 | 1 | -4/+1 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
* | First pass at cleaning up thread safety in EntityManager and SceneGraph | John Hurliman | 2010-09-10 | 1 | -9/+7 |
* | Improve liveness by operating on list copies of SOG.Children where appropriate | Justin Clark-Casey (justincc) | 2010-08-28 | 1 | -7/+8 |
* | Improve consistency of locking for SOG.m_parts in order to avoid race conditi... | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -15/+23 |
* | * Fixes Library bugs in grid mode. Partly a missing check and partly a missin... | Diva Canto | 2010-05-05 | 1 | -2/+2 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -0/+40 |
|\ |
|
| * | Apply http://opensimulator.org/mantis/view.php?id=3334 | Justin Clark-Casey (justincc) | 2010-01-29 | 1 | -0/+40 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+0 |
* | | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2010-01-10 | 1 | -8/+10 |
* | | * Last reference to CommsManager.UserProfileCacheService removed | Diva Canto | 2010-01-10 | 1 | -1/+1 |
* | | Less refs to UserProfileCacheService. Compiles but likely doesn't run. | Diva Canto | 2010-01-09 | 1 | -1/+19 |
* | | The Library Service is now working. UserProfileCacheService.LibraryRoot is ob... | Diva Canto | 2010-01-01 | 1 | -16/+18 |
|/ |
|
* | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2009-11-04 | 1 | -1/+1 |
* | * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t... | John Hurliman | 2009-10-27 | 1 | -3/+2 |
* | * Switched all operations on the list of clients that could be either sync or... | John Hurliman | 2009-10-26 | 1 | -1/+1 |
* | * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo... | John Hurliman | 2009-10-13 | 1 | -1/+1 |
* | * Unregister event handlers in LLUDPServer when a client logs out and disconn... | John Hurliman | 2009-10-13 | 1 | -0/+26 |
* | A small change in FetchInventoryDescendantsCAPS. | Diva Canto | 2009-10-06 | 1 | -1/+2 |
* | Uncommented log message on CAPs FetchInventoryDescendants | Diva Canto | 2009-10-06 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -7/+7 |
* | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 1 | -0/+4 |
* | Fix up WebFetchInventoryDescendents to really return all data needed, | Melanie | 2009-08-29 | 1 | -1/+17 |
* | Modify CAPS inventory code. Currently this is not executed | Melanie | 2009-08-28 | 1 | -3/+7 |
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 2009-08-22 | 1 | -1/+1 |
* | Made HandleFetchInventoryDescendents async, so that the client thread doesn't... | Diva Canto | 2009-08-20 | 1 | -2/+17 |
* | One more place fixed for setting the inventory folder owner. Thanks jhurliman. | Diva Canto | 2009-08-20 | 1 | -1/+1 |
* | Async purge so that the client thread doesn't wait. | Diva Canto | 2009-08-19 | 1 | -2/+22 |
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -1/+1 |
* | jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024 | Diva Canto | 2009-08-18 | 1 | -1/+2 |
* | Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020) | Diva Canto | 2009-08-18 | 1 | -14/+12 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-17 | 1 | -1/+0 |
|\ |
|
| * | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 2009-08-17 | 1 | -1/+0 |