Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 лет назад |
Justin Clark-Casey (justincc)
|
7eca929686
Eliminate pointless checks of SOG.RootPart != null
|
13 лет назад |
Justin Clark-Casey (justincc)
|
9f72fbcb75
Add an async inventory details sender to respond to FetchInventory packets.
|
13 лет назад |
Justin Clark-Casey (justincc)
|
5f9edd195c
Fix broken inventory links on viewer 2.
|
13 лет назад |
Diva Canto
|
6a9ae9e7cb
Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority.
|
14 лет назад |
Melanie
|
29646bcf67
Fix an inventory fetch issue
|
14 лет назад |
John Hurliman
|
860b2a502f
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndArray collection
|
14 лет назад |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
14 лет назад |
John Hurliman
|
dd277a0d02
First pass at cleaning up thread safety in EntityManager and SceneGraph
|
14 лет назад |
Justin Clark-Casey (justincc)
|
1c0b4457cd
Improve liveness by operating on list copies of SOG.Children where appropriate
|
14 лет назад |
Justin Clark-Casey (justincc)
|
8031f8ec09
Improve consistency of locking for SOG.m_parts in order to avoid race conditions in linking and unlinking
|
14 лет назад |
Diva Canto
|
53594e599e
* Fixes Library bugs in grid mode. Partly a missing check and partly a missing configuration.
|
14 лет назад |
Melanie
|
baaf660511
Merge branch 'master' into presence-refactor
|
14 лет назад |
Justin Clark-Casey (justincc)
|
05a3e37b85
Apply http://opensimulator.org/mantis/view.php?id=3334
|
14 лет назад |
Diva Canto
|
c5ea783526
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
|
15 лет назад |
Diva Canto
|
0c2946031b
CommunicationsManager is practically empty. Only NetworkServersInfo is there.
|
15 лет назад |
Diva Canto
|
6998668bbc
* Last reference to CommsManager.UserProfileCacheService removed
|
15 лет назад |
Diva Canto
|
25fdbd6cbc
Less refs to UserProfileCacheService. Compiles but likely doesn't run.
|
15 лет назад |
Diva Canto
|
8a9677a531
The Library Service is now working. UserProfileCacheService.LibraryRoot is obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
|
15 лет назад |
Melanie
|
c72f78215b
Backport the fixes to WebFetchInventoryDescendents to the UDP
|
15 лет назад |
John Hurliman
|
c75d415648
* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) to use a non-blocking parallel method when operating in async mode
|
15 лет назад |
John Hurliman
|
4847e62e9f
* Switched all operations on the list of clients that could be either sync or async to use Scene.ForEachClient() instead of referencing ClientManager directly
|
15 лет назад |
John Hurliman
|
23a334b9f5
* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve performance by removing locks, and replace LLUDPClientCollection
|
15 лет назад |
John Hurliman
|
c893761319
* Unregister event handlers in LLUDPServer when a client logs out and disconnects
|
15 лет назад |
Diva Canto
|
d344ca932d
A small change in FetchInventoryDescendantsCAPS.
|
15 лет назад |
Diva Canto
|
8c255b374a
Uncommented log message on CAPs FetchInventoryDescendants
|
15 лет назад |
Jeff Ames
|
606e831ff5
Formatting cleanup.
|
15 лет назад |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 лет назад |
John Hurliman
|
33133e23b1
Fixes seven leaky .BeginInvoke() calls
|
15 лет назад |
Melanie
|
976cf4284b
Fix up WebFetchInventoryDescendents to really return all data needed,
|
15 лет назад |