index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
UDP
/
LLClientView.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor: Comment out debug logging (at warn level) about number of objects forc...
Justin Clark-Casey (justincc)
2013-06-07
1
-1
/
+1
*
Update the money framework to allow sending the new style linden "serverside ...
Melanie
2013-05-25
1
-16
/
+14
*
This is an experimental patch that adds support for comparing texture
Mic Bowman
2013-05-24
1
-5
/
+22
*
remove pointless region handle paramter from IClientAPI.SendKillObject()
Justin Clark-Casey (justincc)
2013-05-09
1
-3
/
+2
*
Adds an event and a method so that handling of the CachedTexture
Mic Bowman
2013-05-08
1
-15
/
+43
*
Change EconomyDataRequest signature to use an IClientAPI rather than UUID. Th...
Melanie
2013-04-25
1
-1
/
+1
*
Allow callers to set the invoice parameter for GenericMessage
Melanie
2013-04-22
1
-2
/
+12
*
amend previous commit, a line was left out
dahlia
2013-04-17
1
-0
/
+1
*
Thanks lkalif for a fix to SendRegionHandshake() which fixes a potential cras...
dahlia
2013-04-17
1
-2
/
+6
*
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
1
-3
/
+5
*
minor: Remove mono compiler warning in LLClientView
Justin Clark-Casey (justincc)
2013-03-13
1
-1
/
+1
*
* Just another one of those new packet blocks causing a null ref. Defaultin...
teravus
2013-03-07
1
-1
/
+1
*
* Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9
teravus
2013-03-04
1
-2
/
+4
*
Add a method to IStatsCollector for returning stats as an OSDMap.
Robert Adams
2013-02-20
1
-0
/
+5
*
Fix shape parameters sent for meshes tosupport the full number of faces
Melanie
2013-02-16
1
-0
/
+8
*
Plumb the path from the client to the extra physics params and back
Melanie
2013-02-07
1
-4
/
+55
*
* Adds a satisfying angular roll when an avatar is flying and turning. (Gene...
teravus
2013-01-30
1
-1
/
+1
*
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Melanie
2013-01-16
1
-12
/
+3
|
\
|
*
move resit fix to ScenePresence.cs and allow for requesting sit on objects ot...
dahlia
2013-01-14
1
-12
/
+3
*
|
Complete removal of the now unused state queue
Melanie
2013-01-16
1
-1
/
+1
|
/
*
add some sanity checking to HandleAgentRequestSit handler
dahlia
2013-01-10
1
-2
/
+12
*
minor: add some more detail to the logging if an LLClientView fails to proces...
Justin Clark-Casey (justincc)
2012-12-13
1
-2
/
+4
*
Handle Map block requests on a separate thread rather than the main packet ha...
Justin Clark-Casey (justincc)
2012-11-15
1
-1
/
+1
*
Do HandleMapLayerRequest on its own thread rather than on the main inbound ud...
Justin Clark-Casey (justincc)
2012-11-15
1
-1
/
+1
*
Following on from 4f982596, launch map name requests on an async thread from ...
Justin Clark-Casey (justincc)
2012-11-15
1
-1
/
+1
*
Handle UUIDGroupName and ObjectGroup viewer UDP requests asynchronously rathe...
Justin Clark-Casey (justincc)
2012-10-31
1
-2
/
+2
*
Fix script error messages not showing up in viewer 3 and associated viewers.
Justin Clark-Casey (justincc)
2012-10-25
1
-3
/
+4
*
minor: Remove event method doc from LLClientView that I forgot in the last co...
Justin Clark-Casey (justincc)
2012-10-18
1
-15
/
+0
*
Reuse the same AgentUpdateArgs object for each AgentUpdate UDP packet (of whi...
Justin Clark-Casey (justincc)
2012-10-17
1
-41
/
+68
*
Explicitly return only the incoming AgentUpdate packet as this is the only on...
Justin Clark-Casey (justincc)
2012-10-17
1
-4
/
+7
*
minor: Fix and elaborate on log information printed when an unrecognized esta...
Justin Clark-Casey (justincc)
2012-10-13
1
-2
/
+14
*
minor: Use && instead of & when deciding whether to print Improve/ObjectUpdat...
Justin Clark-Casey (justincc)
2012-10-12
1
-1
/
+1
*
Enable reuse of data blocks for ImprovedTerseObjectUpdate using existing Pack...
Justin Clark-Casey (justincc)
2012-10-12
1
-1
/
+3
*
Fix packetpool for ImprovedTerseObjectUpdate packets.
Justin Clark-Casey (justincc)
2012-10-11
1
-3
/
+11
*
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...
Justin Clark-Casey (justincc)
2012-10-09
1
-0
/
+1
*
On receiving TaskInventoryAccepted with a destination folder in the binary bu...
Justin Clark-Casey (justincc)
2012-10-06
1
-1
/
+2
*
Replace SendBannedUserList with Avination's version. Untested in core. Not ev...
Melanie
2012-08-31
1
-25
/
+32
*
Add --force flag to "kick user" console command to allow bypassing of recent ...
Justin Clark-Casey (justincc)
2012-08-20
1
-5
/
+9
*
Fix llDialog responses so that they can be heard throughout the region. This ...
Melanie
2012-08-19
1
-1
/
+1
*
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
2012-07-25
1
-1
/
+1
*
Make LLClientView instant message handling asynchronous rather than synchrono...
Justin Clark-Casey (justincc)
2012-07-19
1
-1
/
+1
*
Prevent race conditions between two threads that call LLClientView.Close() si...
Justin Clark-Casey (justincc)
2012-07-19
1
-15
/
+43
*
Stop redundantly passing in the endpoint to the LLClientView constructor.
Justin Clark-Casey (justincc)
2012-07-12
1
-4
/
+1
*
Remove IClientIPEndpoint client interface for now.
Justin Clark-Casey (justincc)
2012-07-12
1
-20
/
+1
*
Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...
Justin Clark-Casey (justincc)
2012-07-12
1
-5
/
+0
*
In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...
Justin Clark-Casey (justincc)
2012-06-25
1
-1
/
+32
*
Fix very recent regression in 917d753 where I put the ++updatesThisCall outsi...
Justin Clark-Casey (justincc)
2012-06-14
1
-2
/
+2
*
If we're going to discard a terse update block because it's now someone else'...
Justin Clark-Casey (justincc)
2012-06-14
1
-2
/
+4
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2012-06-14
1
-4
/
+29
|
\
|
*
Fix not sending TransferInfo when an asset is not found. This clogs
Melanie
2012-06-14
1
-4
/
+29
[next]