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
/
ClientStack
/
Linden
/
UDP
/
LLClientView.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
furhter shorten CheckAgentUpdateSignificance(). No real perf impact.
Justin Clark-Casey (justincc)
2013-07-21
1
-7
/
+5
*
Remove some pointless code in CheckAgentUpdateSignificance()
Justin Clark-Casey (justincc)
2013-07-21
1
-30
/
+20
*
Make the check as to whether any particular inbound AgentUpdate packet is sig...
Justin Clark-Casey (justincc)
2013-07-21
1
-56
/
+114
*
Add measure of number of inbound AgentUpdates that were seen as significant t...
Justin Clark-Casey (justincc)
2013-07-21
1
-0
/
+3
*
Do some simple queue empty checks in the main outgoing udp loop instead of al...
Justin Clark-Casey (justincc)
2013-07-21
1
-0
/
+28
*
try Hacking in an AutoResetEvent to control the outgoing UDP loop instead of ...
Justin Clark-Casey (justincc)
2013-07-18
1
-0
/
+20
*
Switched UUIDNameRequest and RegionHandleRequest to Sync, because now they ar...
Diva Canto
2013-07-11
1
-2
/
+2
*
Switched TransferRequest (UDP packet handler) to sync. The permissions checks...
Diva Canto
2013-07-11
1
-99
/
+115
*
Switched RegionHandshakeReply to Sync, because it's not doing anything blocking.
Diva Canto
2013-07-10
1
-1
/
+1
*
EXPERIMENTAL: make RequestImage (UDP packet handler) sync instead of async. T...
Diva Canto
2013-07-10
1
-1
/
+1
*
Added show client-stats [first last] command to expose what viewers are reque...
Diva Canto
2013-07-10
1
-1
/
+17
*
Handle UUIDNameRequest UDP packet processing async instead of within the main...
Justin Clark-Casey (justincc)
2013-07-09
1
-1
/
+1
*
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
[prev]
[next]