aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-03some new code got in ahead of its timeUbitUmarov1-2/+4
2018-02-03pesty warningsUbitUmarov1-14/+23
2018-01-31remove cap FetchLib2 suport codeUbitUmarov1-35/+0
2018-01-30keepalive is defaultUbitUmarov2-4/+0
2018-01-30a few more changes on inventory library and inv fetchUbitUmarov1-1/+5
2018-01-27add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2-5/+36
as it possible should, but this needs more work, and issue with HG older grids/regions
2018-01-25got tired of creating stringbuildersUbitUmarov1-27/+26
2018-01-25a few changes to encoder and a few more usesUbitUmarov1-55/+75
2018-01-25add a low level LLSDxml encoder for cases where it makes no sense to use ↵UbitUmarov1-34/+33
more heavy things like OSD, and use it on displaynames
2018-01-22try fix mantis 8283UbitUmarov1-3/+12
2018-01-22change throtle datasnapshot getUbitUmarov1-1/+1
2018-01-22missing files..UbitUmarov2-2/+0
2018-01-22retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov1-10/+12
2018-01-22give BlockingCollection more chancesUbitUmarov1-0/+1
2018-01-22give BlockingCollection more chancesUbitUmarov1-22/+23
2018-01-22give BlockingCollection more chancesUbitUmarov2-72/+83
2018-01-21cosmetics (or not)UbitUmarov1-9/+9
2018-01-20some cleanupUbitUmarov1-5/+7
2018-01-17pesty warningsUbitUmarov2-4/+3
2017-11-16add missing part of mutes list protocolUbitUmarov1-2/+33
2017-10-30mantis 8258: also limit mesh basic shape torus hole sizeY on (some) ↵UbitUmarov1-0/+3
existent objects.
2017-09-16bug fix: Of course i had to pick a wrong number for profileBeginUbitUmarov1-1/+1
2017-09-16bug fix. Increase the values of profileHollow and profileBegin used to match ↵UbitUmarov1-3/+15
pbs number of faces and the Mesh number of faces. The small values i used before seem to be randomly lost.
2017-08-28fix some nunit testsUbitUmarov1-2/+6
2017-08-25 in some cases ll TPVs can only see avatar rotations around Z or camera ↵UbitUmarov1-0/+13
misbehaves
2017-07-30Corrected index number in ErrorFormat based Exception messageKevin Cozens1-1/+1
2017-07-25add a few more...UbitUmarov1-2/+11
2017-07-25add missing session ID verificationUbitUmarov1-0/+3
2017-07-20fix merge issuesUbitUmarov1-30/+5
2017-07-10SimpleAngularDistance update prioritization scheme ameks no sense without ↵UbitUmarov1-4/+26
ordered dequeue of the updates
2017-07-10a few more changes on entities updatesUbitUmarov1-14/+16
2017-06-29bug fixUbitUmarov1-0/+23
2017-06-28BUG FIX: change lludp hovertext utf-8 cut point. Thx djphilUbitUmarov1-3/+2
2017-06-19 revert EnvironmentTick back to orignal clock, since change may cause issues ↵UbitUmarov2-80/+46
on some code paths. Clean a bit get mesh and get texture throttle
2017-06-14 some cleanup.. remove some stats that only some do look at once on a lifetimeUbitUmarov1-57/+8
2017-06-13coment out tests that now depend on active thread poolUbitUmarov1-1/+2
2017-06-13change llclient async udp packets processing. Removed the shared Jobengine ↵UbitUmarov2-11/+15
that made only one thread do some packets for all users, and removed the FireAndForget, so each user could issue a unlimited number of threads. Added a new JobEngine per client, so each gets at most one thread,and that thread can be released if iddle (for 5 seconds )
2017-06-13 hope gc does remove a little dic and contentsUbitUmarov1-5/+3
2017-06-13 dont let time go backUbitUmarov1-7/+31
2017-06-13udp is not tcp. If mono versions have bronke udp sento, better update, also ↵UbitUmarov3-5/+27
having 300 threads because object select is not funny
2017-06-13 remove excessive notion of paralelismUbitUmarov2-23/+5
2017-06-09add a adicional in transit flag to signal HG tps, and use it to ignore ↵UbitUmarov2-6/+23
usernames requests sent to start region during tp; don't send unknows display names ( getdisplaynames cap )
2017-06-06some changes on polleventUbitUmarov1-47/+40
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov2-4/+4
2017-05-31remove the option to store baked textures on assets service, thats suicide ↵UbitUmarov1-153/+2
use xbakes
2017-05-29 mono is a total crapUbitUmarov1-5/+0
2017-05-29 cleanup util.cs get dnsUbitUmarov1-1/+1
2017-05-29 add temporary debug msgsUbitUmarov1-0/+5
2017-05-26make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog ↵UbitUmarov3-6/+5
timeout)
2017-05-25minor changesUbitUmarov2-4/+10