Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-05 | llupd direct encode object updates for agents; let terse updates be ↵ | UbitUmarov | 2 | -109/+212 | |
zeroencoded. This is not as spec but does work | |||||
2019-03-05 | remove lludp throttle texture rate cannibal option. That rate is used by ↵ | UbitUmarov | 2 | -23/+0 | |
http, and beeing http is still trafic | |||||
2019-03-03 | OOOPPPSSS | UbitUmarov | 1 | -2/+2 | |
2019-03-02 | direct encode lludp terse object update, let contain texture entry | UbitUmarov | 1 | -30/+63 | |
2019-03-01 | put back assetViewer cap code, to allow viewers testing. It is disabled at ↵ | UbitUmarov | 1 | -8/+6 | |
OpenSimDefaults, and should not be enabled until all major viewers do it right on opensim | |||||
2019-02-27 | Add Thread.ResetAbort() to various thread loops to clean up errors on | Robert Adams | 3 | -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-27 | direct encode terseupdates | UbitUmarov | 4 | -37/+207 | |
2019-02-26 | avoid packet split on terseupdates | UbitUmarov | 1 | -30/+76 | |
2019-02-26 | issues with udp buffers pool on heavy load | UbitUmarov | 4 | -42/+53 | |
2019-02-26 | buffers in pool have no data, better mk that clear | UbitUmarov | 1 | -0/+1 | |
2019-02-26 | fix UDPBuffersPoolCount value (readable with stats show clientstack | UbitUmarov | 1 | -2/+1 | |
2019-02-25 | zero decode using a buffer from the pool | UbitUmarov | 1 | -6/+14 | |
2019-02-25 | removed a redundant function; try to make a particular vi coder happy about ↵ | UbitUmarov | 2 | -23/+7 | |
removed comments | |||||
2019-02-25 | change UDPPacketBuffer pools (does waste a bit of memory) | UbitUmarov | 6 | -323/+156 | |
2019-02-20 | estate kick now just kill user connection if on same region. The teleport ↵ | UbitUmarov | 1 | -9/+4 | |
home we did, does not make much sense, and would need more work anyways | |||||
2019-02-01 | typos, thx | UbitUmarov | 1 | -1/+1 | |
2019-02-01 | place a global cooldown of 2 min on god map generation | UbitUmarov | 1 | -4/+23 | |
2019-02-01 | change last commit to do as console comand generate map | UbitUmarov | 1 | -2/+2 | |
2019-02-01 | Allow 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-29 | change encoding few event cap messages | UbitUmarov | 1 | -124/+89 | |
2019-01-28 | add a try catch on HandleMapItemRequest | UbitUmarov | 1 | -2/+9 | |
2019-01-28 | change encoding of event cap messages | UbitUmarov | 2 | -318/+216 | |
2019-01-28 | change encoding of a another event cap message | UbitUmarov | 1 | -165/+54 | |
2019-01-26 | change encoding of a few event caps messages | UbitUmarov | 2 | -148/+239 | |
2019-01-25 | ok i said all ( lie ) | UbitUmarov | 1 | -7/+19 | |
2019-01-25 | ok take the all change | UbitUmarov | 2 | -19/+15 | |
2019-01-25 | script mono is meaningless for us | UbitUmarov | 2 | -4/+4 | |
2019-01-25 | mess around with prioritizer | UbitUmarov | 1 | -72/+50 | |
2019-01-25 | change threads confusing names | UbitUmarov | 1 | -1/+1 | |
2019-01-21 | fix a bad c&p | UbitUmarov | 1 | -4/+4 | |
2019-01-21 | give up on Lazy<T> | UbitUmarov | 1 | -57/+67 | |
2019-01-20 | cosmetics on terrain patchs | UbitUmarov | 2 | -104/+50 | |
2019-01-10 | minor direct use of libomv changes | UbitUmarov | 1 | -13/+13 | |
2019-01-02 | more on the hack (runprebuild) | UbitUmarov | 2 | -11/+19 | |
2019-01-01 | replace my hack by others hack | UbitUmarov | 3 | -24/+19 | |
2018-12-31 | temporary HACK to not kill some viewers | UbitUmarov | 1 | -3/+7 | |
2018-12-31 | lost in updates | UbitUmarov | 1 | -1/+1 | |
2018-12-30 | add some persistence (mysql only) | UbitUmarov | 1 | -15/+2 | |
2018-12-30 | mantis 8436: fix lludp message | UbitUmarov | 1 | -0/+6 | |
2018-12-30 | changes on updates | UbitUmarov | 3 | -21/+9 | |
2018-12-29 | changes on updates | UbitUmarov | 1 | -36/+57 | |
2018-12-29 | changes on updates | UbitUmarov | 1 | -114/+75 | |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 4 | -18/+87 | |
2018-12-16 | avoid sending garbage... | UbitUmarov | 1 | -0/+7 | |
2018-12-16 | several changes to last patch | UbitUmarov | 1 | -73/+35 | |
2018-12-16 | Enables the buildin Caps ServerReleaseNotes | fly-man- | 1 | -0/+165 | |
~ Dedicated to Quill Littlefeather ~ Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-12-08 | mantis 8416: test | UbitUmarov | 1 | -1/+1 | |
2018-12-07 | remove a warning | UbitUmarov | 1 | -2/+2 | |
2018-12-07 | disable GetAsset (ViewerAsset) cap. Current viewers implementation is not ↵ | UbitUmarov | 1 | -1/+6 | |
compatible with opensim | |||||
2018-12-06 | GetAssets: only throttle mesh and texture | UbitUmarov | 1 | -2/+8 | |