aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some new code got in ahead of its timeUbitUmarov2018-02-031-2/+4
|
* pesty warningsUbitUmarov2018-02-031-14/+23
|
* remove cap FetchLib2 suport codeUbitUmarov2018-01-311-35/+0
|
* keepalive is defaultUbitUmarov2018-01-302-4/+0
|
* a few more changes on inventory library and inv fetchUbitUmarov2018-01-301-1/+5
|
* add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2018-01-272-5/+36
| | | | as it possible should, but this needs more work, and issue with HG older grids/regions
* got tired of creating stringbuildersUbitUmarov2018-01-251-27/+26
|
* a few changes to encoder and a few more usesUbitUmarov2018-01-251-55/+75
|
* add a low level LLSDxml encoder for cases where it makes no sense to use ↵UbitUmarov2018-01-251-34/+33
| | | | more heavy things like OSD, and use it on displaynames
* Merge branch 'master' into httptestsUbitUmarov2018-01-221-3/+12
|\
| * try fix mantis 8283UbitUmarov2018-01-221-3/+12
| |
* | change throtle datasnapshot getUbitUmarov2018-01-221-1/+1
| |
* | missing files..UbitUmarov2018-01-222-2/+0
| |
* | retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov2018-01-221-10/+12
| |
* | give BlockingCollection more chancesUbitUmarov2018-01-221-0/+1
| |
* | give BlockingCollection more chancesUbitUmarov2018-01-221-22/+23
| |
* | give BlockingCollection more chancesUbitUmarov2018-01-222-72/+83
| |
* | cosmetics (or not)UbitUmarov2018-01-211-9/+9
| |
* | some cleanupUbitUmarov2018-01-201-5/+7
| |
* | pesty warningsUbitUmarov2018-01-172-4/+3
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-12-121-2/+33
|\ \ | |/ | | | | | | # Conflicts: # prebuild.xml
| * add missing part of mutes list protocolUbitUmarov2017-11-161-2/+33
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-10-301-0/+3
|\ \ | |/
| * mantis 8258: also limit mesh basic shape torus hole sizeY on (some) ↵UbitUmarov2017-10-301-0/+3
| | | | | | | | existent objects.
* | Merge branch 'master' into httptestsUbitUmarov2017-09-161-1/+1
|\ \ | |/
| * bug fix: Of course i had to pick a wrong number for profileBeginUbitUmarov2017-09-161-1/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-09-161-3/+15
|\ \ | |/
| * bug fix. Increase the values of profileHollow and profileBegin used to match ↵UbitUmarov2017-09-161-3/+15
| | | | | | | | pbs number of faces and the Mesh number of faces. The small values i used before seem to be randomly lost.
* | fix some nunit testsUbitUmarov2017-08-281-2/+6
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-08-251-0/+13
|\ \ | |/
| * in some cases ll TPVs can only see avatar rotations around Z or camera ↵UbitUmarov2017-08-251-0/+13
| | | | | | | | misbehaves
* | Merge branch 'master' into httptestsUbitUmarov2017-08-162-1/+13
|\ \ | |/
| * Corrected index number in ErrorFormat based Exception messageKevin Cozens2017-07-301-1/+1
| |
| * add a few more...UbitUmarov2017-07-251-2/+11
| |
| * add missing session ID verificationUbitUmarov2017-07-251-0/+3
| |
* | fix merge issuesUbitUmarov2017-07-201-30/+5
| |
* | mergeUbitUmarov2017-07-203-96/+110
|\ \ | |/
| * SimpleAngularDistance update prioritization scheme ameks no sense without ↵UbitUmarov2017-07-101-4/+26
| | | | | | | | ordered dequeue of the updates
| * a few more changes on entities updatesUbitUmarov2017-07-101-14/+16
| |
| * bug fixUbitUmarov2017-06-291-0/+23
| |
| * BUG FIX: change lludp hovertext utf-8 cut point. Thx djphilUbitUmarov2017-06-281-3/+2
| |
| * revert EnvironmentTick back to orignal clock, since change may cause issues ↵UbitUmarov2017-06-192-80/+46
| | | | | | | | on some code paths. Clean a bit get mesh and get texture throttle
* | Merge branch 'master' into httptestsUbitUmarov2017-06-161-57/+8
|\ \ | |/
| * some cleanup.. remove some stats that only some do look at once on a lifetimeUbitUmarov2017-06-141-57/+8
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-06-144-47/+78
|\ \ | |/
| * coment out tests that now depend on active thread poolUbitUmarov2017-06-131-1/+2
| |
| * change llclient async udp packets processing. Removed the shared Jobengine ↵UbitUmarov2017-06-132-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 )
| * hope gc does remove a little dic and contentsUbitUmarov2017-06-131-5/+3
| |
| * dont let time go backUbitUmarov2017-06-131-7/+31
| |
| * udp is not tcp. If mono versions have bronke udp sento, better update, also ↵UbitUmarov2017-06-133-5/+27
| | | | | | | | having 300 threads because object select is not funny