index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
Scene.PacketHandlers.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-28
Fix llRegionSayTo the right way
Melanie
1
-2
/
+9
2012-04-20
changed seletion code. SOP now knows about parts selection. UI actions are se...
UbitUmarov
1
-15
/
+51
2012-03-17
Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...
Diva Canto
1
-53
/
+0
2012-02-26
Implement proper selection behavior
Melanie
1
-2
/
+4
2012-02-26
Implement KeyframedMotion selection behavior
Melanie
1
-2
/
+4
2011-12-19
Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...
Justin Clark-Casey (justincc)
1
-0
/
+39
2011-12-17
refactor: simplify methods in Scene.PacketHandlers.cs by using GetGroupByPrim...
Justin Clark-Casey (justincc)
1
-138
/
+71
2011-11-26
minor: formatting changes in Scene.PacketHandlers.cs
Justin Clark-Casey (justincc)
1
-5
/
+5
2011-11-26
Rip out unused Scene.HandleFetchInventoryDescendentsCAPS().
Justin Clark-Casey (justincc)
1
-58
/
+0
2011-09-15
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-09-01
Eliminate pointless checks of SOG.RootPart != null
Justin Clark-Casey (justincc)
1
-4
/
+0
2011-07-23
Fix failure to find avatars due to trainling spaces being sent by viewers.
Melanie
1
-0
/
+3
2011-07-01
Add an async inventory details sender to respond to FetchInventory packets.
Justin Clark-Casey (justincc)
1
-25
/
+0
2011-05-13
Fix broken inventory links on viewer 2.
Justin Clark-Casey (justincc)
1
-0
/
+4
2010-11-21
Global creator information working on MySQL DB and on load/save OARs. Creator...
Diva Canto
1
-16
/
+0
2010-09-30
Fix an inventory fetch issue
Melanie
1
-0
/
+3
2010-09-30
Fix an inventory fetch issue
Melanie
1
-0
/
+3
2010-09-16
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
1
-4
/
+1
2010-09-12
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2010-09-10
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
1
-9
/
+7
2010-08-28
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
1
-7
/
+8
2010-08-26
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
1
-15
/
+23
2010-06-08
backport xmlrpcgroups cache from master
Justin Clark-Casey (justincc)
1
-1
/
+2
2010-06-07
reapply fix for double sending of attachment update on standalone region cros...
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-06-07
commit code which stops full updates being fired multiple times when attachme...
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-06-04
Revert "commit code which stops full updates being fired multiple times when ...
Justin Clark-Casey (justincc)
1
-1
/
+0
2010-05-27
commit code which stops full updates being fired multiple times when attachme...
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-05-05
* Fixes Library bugs in grid mode. Partly a missing check and partly a missin...
Diva Canto
1
-2
/
+2
2010-01-29
Apply http://opensimulator.org/mantis/view.php?id=3334
Justin Clark-Casey (justincc)
1
-0
/
+40
2010-01-11
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
Diva Canto
1
-1
/
+0
2010-01-10
CommunicationsManager is practically empty. Only NetworkServersInfo is there.
Diva Canto
1
-8
/
+10
2010-01-10
* Last reference to CommsManager.UserProfileCacheService removed
Diva Canto
1
-1
/
+1
2010-01-09
Less refs to UserProfileCacheService. Compiles but likely doesn't run.
Diva Canto
1
-1
/
+19
2010-01-01
The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...
Diva Canto
1
-16
/
+18
2009-11-04
Backport the fixes to WebFetchInventoryDescendents to the UDP
Melanie
1
-1
/
+1
2009-10-27
* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t...
John Hurliman
1
-3
/
+2
2009-10-26
* Switched all operations on the list of clients that could be either sync or...
John Hurliman
1
-1
/
+1
2009-10-13
* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...
John Hurliman
1
-1
/
+1
2009-10-13
* Unregister event handlers in LLUDPServer when a client logs out and disconn...
John Hurliman
1
-0
/
+26
2009-10-06
A small change in FetchInventoryDescendantsCAPS.
Diva Canto
1
-1
/
+2
2009-10-06
Uncommented log message on CAPs FetchInventoryDescendants
Diva Canto
1
-3
/
+3
2009-10-07
Uncommented log message on CAPs FetchInventoryDescendants
Diva Canto
1
-3
/
+3
2009-10-01
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-10-01
Formatting cleanup.
Jeff Ames
1
-7
/
+7
2009-09-03
Fixes seven leaky .BeginInvoke() calls
John Hurliman
1
-0
/
+4
2009-08-29
Fix up WebFetchInventoryDescendents to really return all data needed,
Melanie
1
-1
/
+17
2009-08-28
Modify CAPS inventory code. Currently this is not executed
Melanie
1
-3
/
+7
2009-08-22
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...
Diva Canto
1
-1
/
+1
2009-08-20
Made HandleFetchInventoryDescendents async, so that the client thread doesn't...
Diva Canto
1
-2
/
+17
2009-08-20
One more place fixed for setting the inventory folder owner. Thanks jhurliman.
Diva Canto
1
-1
/
+1
[next]