aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
* breaking map (warp3d)UbitUmarov2018-05-061-0/+31
|
* a few minor changesUbitUmarov2018-04-191-16/+40
|
* sound radius: missing fileUbitUmarov2018-04-101-1/+1
|
* remove GCnotify(). It is wrong in many ways and has no use. GC now does ↵UbitUmarov2018-04-061-62/+0
| | | | provide more correct ways of getting warning of when its about to happen, but writing to a log file on that is NOT something to do.
* remove a duplicated fieldUbitUmarov2018-02-011-1/+0
|
* keepalive is defaultUbitUmarov2018-01-301-1/+0
|
* a few more changes on inventory library and inv fetchUbitUmarov2018-01-301-0/+37
|
* a few more changes on inventory library and inv fetchUbitUmarov2018-01-271-0/+1
|
* add a few more encoding to LLSDxmlEncode.. (W or S ?)UbitUmarov2018-01-271-0/+224
|
* add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2018-01-271-4/+4
| | | | as it possible should, but this needs more work, and issue with HG older grids/regions
* Robust: allow Library assets to override old ones, so they can be updated ↵UbitUmarov2018-01-261-1/+3
| | | | easily from the xml files keeping same id (left FSAssets out)
* got tired of creating stringbuildersUbitUmarov2018-01-251-1/+17
|
* a few changes to encoder and a few more usesUbitUmarov2018-01-251-8/+36
|
* add a low level LLSDxml encoder for cases where it makes no sense to use ↵UbitUmarov2018-01-251-0/+457
| | | | more heavy things like OSD, and use it on displaynames
* avoid some large unnecessary stringsUbitUmarov2018-01-241-1/+1
|
* let MinHeap self trim on empty; cleanupUbitUmarov2018-01-241-70/+80
|
* simplify http bycontext keyUbitUmarov2018-01-242-30/+15
|
* retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov2018-01-221-148/+0
|
* give BlockingCollection more chancesUbitUmarov2018-01-221-10/+15
|
* give BlockingCollection another chanceUbitUmarov2018-01-211-17/+14
|
* give concurrentqueue another chanceUbitUmarov2018-01-211-21/+9
|
* change version numbers back to 0.9.1.0UbitUmarov2018-01-201-3/+3
|
* iStackTrace(targetThread, true) is no longer safe on windoes alsoUbitUmarov2018-01-181-0/+7
|
* remove more xml things no longer needed on .net >4.5.2UbitUmarov2018-01-172-2/+2
|
* pesty warningsUbitUmarov2018-01-172-5/+1
|
* remove those xml things no longer needed on .net >4.5.2UbitUmarov2018-01-178-15/+1
|
* Merge branch 'master' into httptestsUbitUmarov2018-01-168-17/+11
|\
| * give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-098-9/+3
| |
| * fall back to a obsolete property since several monos in use (include our ↵UbitUmarov2018-01-088-9/+9
| | | | | | | | own) do not suporte the proper .net4.0 one
* | shut up some pesty warningsUbitUmarov2018-01-152-2/+3
| |
* | change version to 0.9.1.1 so we can see it inworldUbitUmarov2018-01-131-2/+2
| |
* | Merge branch 'master' into httptestsUbitUmarov2018-01-059-9/+30
|\ \ | |/
| * a few more xml thingsUbitUmarov2018-01-058-9/+28
| |
| * disable some XmlResolverUbitUmarov2018-01-042-0/+2
| |
* | fix mergeUbitUmarov2017-12-301-8/+35
|\ \ | |/
| * mantis 8271: work around missing encoding of estate bans on the pseudo url ↵UbitUmarov2017-12-301-8/+35
| | | | | | | | encode used on POST, without changing the xml also used elsewhere. Possible this can be used in other case
* | Merge branch 'master' into httptestsUbitUmarov2017-12-123-1/+181
|\ \ | |/ | | | | | | # Conflicts: # prebuild.xml
| * move some sharable items out of Xmute to Framework; add another test ↵UbitUmarov2017-11-172-0/+180
| | | | | | | | mutelistmodule, ignore it
| * add missing part of mutes list protocolUbitUmarov2017-11-161-1/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-10-301-0/+2
|\ \ | |/
| * mantis 8258: change Mesh basic shape pathScaleY in case of TorusUbitUmarov2017-10-301-0/+2
| |
* | 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-162-6/+6
|\ \ | |/
| * double request.ReadWriteTimeoutUbitUmarov2017-09-161-2/+2
| |
| * bug fix. Increase the values of profileHollow and profileBegin used to match ↵UbitUmarov2017-09-161-4/+4
| | | | | | | | pbs number of faces and the Mesh number of faces. The small values i used before seem to be randomly lost.
* | Merge branch 'master' into httptestsUbitUmarov2017-08-291-10/+14
|\ \ | |/
| * fix cache.cs (used on parcels info)UbitUmarov2017-08-291-10/+14
| |
* | Merge branch 'master' into httptestsUbitUmarov2017-08-181-1/+1
|\ \ | |/
| * Make VERSION_FLAVOUR public too, per request. I question the practice of ↵Diva Canto2017-08-171-1/+1
| | | | | | | | insulating modules against OS versions this way, but hey! -- different folks, different styles. Given that all other components of the version info are public, there's no reason for keeping this one different.