aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-05llupd direct encode object updates for agents; let terse updates be ↵UbitUmarov2-109/+212
zeroencoded. This is not as spec but does work
2019-03-05remove lludp throttle texture rate cannibal option. That rate is used by ↵UbitUmarov2-23/+0
http, and beeing http is still trafic
2019-03-03OOOPPPSSSUbitUmarov1-2/+2
2019-03-02direct encode lludp terse object update, let contain texture entryUbitUmarov1-30/+63
2019-03-01put back assetViewer cap code, to allow viewers testing. It is disabled at ↵UbitUmarov1-8/+6
OpenSimDefaults, and should not be enabled until all major viewers do it right on opensim
2019-02-27Add Thread.ResetAbort() to various thread loops to clean up errors onRobert Adams3-17/+37
shutdown. Fixes Mantis #8494. Threads are aborted when shutting down and ThreadAbortException is odd in that it is rethrown at the end of the catch unless the abort is reset. No functional changes but fewer error messages on shutdown.
2019-02-27direct encode terseupdatesUbitUmarov4-37/+207
2019-02-26avoid packet split on terseupdatesUbitUmarov1-30/+76
2019-02-26 issues with udp buffers pool on heavy loadUbitUmarov4-42/+53
2019-02-26buffers in pool have no data, better mk that clearUbitUmarov1-0/+1
2019-02-26fix UDPBuffersPoolCount value (readable with stats show clientstackUbitUmarov1-2/+1
2019-02-25zero decode using a buffer from the poolUbitUmarov1-6/+14
2019-02-25removed a redundant function; try to make a particular vi coder happy about ↵UbitUmarov2-23/+7
removed comments
2019-02-25change UDPPacketBuffer pools (does waste a bit of memory)UbitUmarov6-323/+156
2019-02-20estate kick now just kill user connection if on same region. The teleport ↵UbitUmarov1-9/+4
home we did, does not make much sense, and would need more work anyways
2019-02-01typos, thxUbitUmarov1-1/+1
2019-02-01place a global cooldown of 2 min on god map generationUbitUmarov1-4/+23
2019-02-01change last commit to do as console comand generate mapUbitUmarov1-2/+2
2019-02-01Allow Grid owners to regenerate a maptile for a region manually through the ↵fly-man-1-0/+9
use of the God Tools Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-01-29change encoding few event cap messagesUbitUmarov1-124/+89
2019-01-28add a try catch on HandleMapItemRequestUbitUmarov1-2/+9
2019-01-28change encoding of event cap messagesUbitUmarov2-318/+216
2019-01-28change encoding of a another event cap messageUbitUmarov1-165/+54
2019-01-26change encoding of a few event caps messagesUbitUmarov2-148/+239
2019-01-25ok i said all ( lie )UbitUmarov1-7/+19
2019-01-25ok take the all changeUbitUmarov2-19/+15
2019-01-25script mono is meaningless for usUbitUmarov2-4/+4
2019-01-25mess around with prioritizerUbitUmarov1-72/+50
2019-01-25change threads confusing namesUbitUmarov1-1/+1
2019-01-21fix a bad c&pUbitUmarov1-4/+4
2019-01-21give up on Lazy<T>UbitUmarov1-57/+67
2019-01-20cosmetics on terrain patchsUbitUmarov2-104/+50
2019-01-10minor direct use of libomv changesUbitUmarov1-13/+13
2019-01-02more on the hack (runprebuild)UbitUmarov2-11/+19
2019-01-01replace my hack by others hackUbitUmarov3-24/+19
2018-12-31temporary HACK to not kill some viewersUbitUmarov1-3/+7
2018-12-31lost in updatesUbitUmarov1-1/+1
2018-12-30add some persistence (mysql only)UbitUmarov1-15/+2
2018-12-30mantis 8436: fix lludp messageUbitUmarov1-0/+6
2018-12-30changes on updatesUbitUmarov3-21/+9
2018-12-29changes on updatesUbitUmarov1-36/+57
2018-12-29changes on updatesUbitUmarov1-114/+75
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov4-18/+87
2018-12-16avoid sending garbage...UbitUmarov1-0/+7
2018-12-16several changes to last patchUbitUmarov1-73/+35
2018-12-16Enables the buildin Caps ServerReleaseNotesfly-man-1-0/+165
~ Dedicated to Quill Littlefeather ~ Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-12-08mantis 8416: testUbitUmarov1-1/+1
2018-12-07remove a warningUbitUmarov1-2/+2
2018-12-07disable GetAsset (ViewerAsset) cap. Current viewers implementation is not ↵UbitUmarov1-1/+6
compatible with opensim
2018-12-06GetAssets: only throttle mesh and textureUbitUmarov1-2/+8