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
/
LindenUDP
/
LLClientView.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'testmerge' into queuetest
Mic Bowman
2011-04-13
1
-2
/
+8
|
\
|
*
remove packet monitoring debugging code
Mic Bowman
2011-04-13
1
-116
/
+2
|
*
Fixed the update of items in the priority queue to enable both
Mic Bowman
2011-04-13
1
-6
/
+15
|
*
fixed a couple bugs with the property queues
Mic Bowman
2011-04-13
1
-1
/
+37
|
*
First pass at moving object property requests into a queue similar
Mic Bowman
2011-04-13
1
-137
/
+214
|
*
New tokenbucket algorithm. This one provides fair sharing of the queues
Mic Bowman
2011-04-13
1
-2
/
+4
|
*
Add a regression test for rezzing a single object into a scene from user inve...
Justin Clark-Casey (justincc)
2011-04-13
1
-1
/
+8
*
|
remove packet monitoring debugging code
Mic Bowman
2011-04-12
1
-116
/
+2
*
|
Fixed the update of items in the priority queue to enable both
Mic Bowman
2011-04-12
1
-6
/
+15
*
|
fixed a couple bugs with the property queues
Mic Bowman
2011-04-12
1
-1
/
+37
*
|
First pass at moving object property requests into a queue similar
Mic Bowman
2011-04-12
1
-137
/
+214
*
|
New tokenbucket algorithm. This one provides fair sharing of the queues
Mic Bowman
2011-04-12
1
-2
/
+4
|
/
*
Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into queu...
Mic Bowman
2011-04-11
1
-1
/
+75
|
\
|
*
Implements adaptive queue management and fair queueing for
Mic Bowman
2011-04-04
1
-118
/
+235
*
|
Removed some priority queue debugging code
Mic Bowman
2011-04-11
1
-80
/
+0
*
|
Split the priority queue class into a seperate file. LLClientView
Mic Bowman
2011-04-10
1
-205
/
+0
*
|
Implements adaptive queue management and fair queueing for
Mic Bowman
2011-04-10
1
-118
/
+235
*
|
Handle the client's parcel info requests asynchronously rather than synchrono...
Justin Clark-Casey (justincc)
2011-04-05
1
-1
/
+1
*
|
Make the "All Estates" option work from the client (this makes chosen changes...
Justin Clark-Casey (justincc)
2011-04-05
1
-4
/
+20
|
/
*
(re)implement selected prim count.
Justin Clark-Casey (justincc)
2011-03-30
1
-23
/
+23
*
disable prim count debug logging temporarily
Justin Clark-Casey (justincc)
2011-03-29
1
-1
/
+1
*
add save of LLClientView I forgot from last commit
Justin Clark-Casey (justincc)
2011-03-26
1
-4
/
+2
*
Add test for PCM taint. This currently fails due to unexpected behaviour of ...
Justin Clark-Casey (justincc)
2011-03-26
1
-0
/
+2
*
Start using IPrimCounts populated by PrimCountModule instead of LandData coun...
Justin Clark-Casey (justincc)
2011-03-25
1
-13
/
+22
*
Thank you, Goetz, for a patch to fix prim count display in cut regions.
Melanie
2011-01-28
1
-1
/
+2
*
implement "show throttles" command for showing current agent throttles and th...
Justin Clark-Casey (justincc)
2011-01-21
1
-0
/
+1
*
force objectId to UUID.Zero for non-overridden animations in AvatarAnimation ...
dahlia
2011-01-17
1
-1
/
+4
*
objectId in AvatarAnimation packet should be UUID.Zero for non-overridden ani...
dahlia
2011-01-17
1
-2
/
+0
*
Implement SendPlacesReply
Melanie
2010-12-30
1
-0
/
+54
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2010-12-23
1
-6
/
+12
|
\
|
*
* Re-Adding Scene TimeDilation to Object Update Packets.
Teravus Ovares (Dan Olivares)
2010-12-23
1
-6
/
+12
*
|
Removed unused code -- this was the previous version of UDP texture sending, ...
Diva Canto
2010-12-23
1
-24
/
+16
|
/
*
* Adds AbortXfer to the ClientAPI mix
Teravus Ovares (Dan Olivares)
2010-12-21
1
-0
/
+7
*
minor: 'debug packet' console command level <= 50 then don't log ImprovedTers...
Justin Clark-Casey (justincc)
2010-12-17
1
-5
/
+8
*
Put in locks on m_killRecord to replace changed locks on m_entityUpdates.Sync...
Justin Clark-Casey (justincc)
2010-12-15
1
-193
/
+200
*
Another stab at #LoginLag. Looking forward to hear the feedback! This makes u...
Diva Canto
2010-12-14
1
-2
/
+23
*
Relax a highly constraining lock on m_entityUpdates that may be preventing re...
Diva Canto
2010-12-14
1
-126
/
+127
*
Revamp the viewer -> banlist packet processing so fix a number of bugs.
Melanie
2010-12-13
1
-3
/
+7
*
Revert "Another stab at mantis #5256"
Diva Canto
2010-12-10
1
-20
/
+19
*
Another stab at mantis #5256
Diva Canto
2010-12-10
1
-19
/
+20
*
Revert "A stab at mantis #5256. Separate ScenePresence updates from SceneObje...
Diva Canto
2010-12-10
1
-150
/
+128
*
A stab at mantis #5256. Separate ScenePresence updates from SceneObject updat...
Diva Canto
2010-12-10
1
-128
/
+150
*
Stop LLUDPServer sending updates after object deletes by always queueing deletes
Justin Clark-Casey (justincc)
2010-12-02
1
-14
/
+18
*
Fix gesture and viewer preview sounds not playing
Melanie
2010-11-17
1
-2
/
+3
*
provide avatar name in log if an exception ends up at the top of an async pac...
Justin Clark-Casey (justincc)
2010-11-12
1
-2
/
+3
*
Fix logins and avatar appearance. Contains a Migration. May contain nuts.
Melanie
2010-10-30
1
-0
/
+1
*
READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.
Melanie
2010-10-30
1
-6
/
+15
*
Merge branch 'dev-appearance'
Melanie
2010-10-29
1
-4
/
+4
|
\
|
*
Major refactoring of appearance handling.
Master ScienceSim
2010-10-20
1
-4
/
+4
*
|
Deleted a verbose and unneeded log message.
Diva Canto
2010-10-21
1
-1
/
+1
|
/
[next]