Oren Hurvitz
|
0094971186
After finishing to edit an attachment, let other avatars see the changes. (The changes weren't visible before because updates to attachments aren't sent while the attachment is selected.)
|
il y a 11 ans |
Diva Canto
|
032c637c10
Filter certain viewer effects depending on distance between the avatar that is generating the effect and the cameras of the observers. In particular, this applies to LookAt (which is really verbose and occurs every time users move the mouse) and Beam (which doesn't occur that often, but that can be extremely noisy (10.sec) when it happens)
|
il y a 11 ans |
Justin Clark-Casey (justincc)
|
c13a99dc5c
Fix script error messages not showing up in viewer 3 and associated viewers.
|
il y a 12 ans |
Justin Clark-Casey (justincc)
|
d9aaf51561
When scripts generate expected exceptions (e.g. due to checked bad parameter) throw ScriptException instead of just a plain old exception.
|
il y a 12 ans |
Justin Clark-Casey (justincc)
|
e04047152f
minor: Fix bad log message for failure to create an inventory folder
|
il y a 12 ans |
Talun
|
679da63da6
Mantis 5977 Corrections to llRegionSayTo
|
il y a 12 ans |
Diva Canto
|
1a4fdd2666
Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the UserManagementModule where it belongs. No functional changes.
|
il y a 12 ans |
Justin Clark-Casey (justincc)
|
87a2d8d51b
Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs as this is updating SOG/SOP.GroupID, which is arguably generic.
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
1bf05fbb1f
refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim() rather than retrieving GetEntities() and inspecting the entire list
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
86cc00aaa8
minor: formatting changes in Scene.PacketHandlers.cs
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
bafea2282a
Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
7eca929686
Eliminate pointless checks of SOG.RootPart != null
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
9f72fbcb75
Add an async inventory details sender to respond to FetchInventory packets.
|
il y a 13 ans |
Justin Clark-Casey (justincc)
|
5f9edd195c
Fix broken inventory links on viewer 2.
|
il y a 13 ans |
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.
|
il y a 14 ans |
Melanie
|
29646bcf67
Fix an inventory fetch issue
|
il y a 14 ans |
John Hurliman
|
860b2a502f
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndArray collection
|
il y a 14 ans |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
il y a 14 ans |
John Hurliman
|
dd277a0d02
First pass at cleaning up thread safety in EntityManager and SceneGraph
|
il y a 14 ans |
Justin Clark-Casey (justincc)
|
1c0b4457cd
Improve liveness by operating on list copies of SOG.Children where appropriate
|
il y a 14 ans |
Justin Clark-Casey (justincc)
|
8031f8ec09
Improve consistency of locking for SOG.m_parts in order to avoid race conditions in linking and unlinking
|
il y a 14 ans |
Diva Canto
|
53594e599e
* Fixes Library bugs in grid mode. Partly a missing check and partly a missing configuration.
|
il y a 14 ans |
Melanie
|
baaf660511
Merge branch 'master' into presence-refactor
|
il y a 14 ans |
Justin Clark-Casey (justincc)
|
05a3e37b85
Apply http://opensimulator.org/mantis/view.php?id=3334
|
il y a 15 ans |
Diva Canto
|
c5ea783526
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
|
il y a 15 ans |
Diva Canto
|
0c2946031b
CommunicationsManager is practically empty. Only NetworkServersInfo is there.
|
il y a 15 ans |
Diva Canto
|
6998668bbc
* Last reference to CommsManager.UserProfileCacheService removed
|
il y a 15 ans |
Diva Canto
|
25fdbd6cbc
Less refs to UserProfileCacheService. Compiles but likely doesn't run.
|
il y a 15 ans |
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.
|
il y a 15 ans |