Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-02-01 | remove a duplicated field | UbitUmarov | 1 | -1/+0 | |
2018-01-30 | keepalive is default | UbitUmarov | 1 | -1/+0 | |
2018-01-30 | a few more changes on inventory library and inv fetch | UbitUmarov | 1 | -0/+37 | |
2018-01-27 | a few more changes on inventory library and inv fetch | UbitUmarov | 1 | -0/+1 | |
2018-01-27 | add a few more encoding to LLSDxmlEncode.. (W or S ?) | UbitUmarov | 1 | -0/+224 | |
2018-01-27 | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵ | UbitUmarov | 1 | -4/+4 | |
as it possible should, but this needs more work, and issue with HG older grids/regions | |||||
2018-01-26 | Robust: allow Library assets to override old ones, so they can be updated ↵ | UbitUmarov | 1 | -1/+3 | |
easily from the xml files keeping same id (left FSAssets out) | |||||
2018-01-25 | got tired of creating stringbuilders | UbitUmarov | 1 | -1/+17 | |
2018-01-25 | a few changes to encoder and a few more uses | UbitUmarov | 1 | -8/+36 | |
2018-01-25 | add a low level LLSDxml encoder for cases where it makes no sense to use ↵ | UbitUmarov | 1 | -0/+457 | |
more heavy things like OSD, and use it on displaynames | |||||
2018-01-24 | avoid some large unnecessary strings | UbitUmarov | 1 | -1/+1 | |
2018-01-24 | let MinHeap self trim on empty; cleanup | UbitUmarov | 1 | -70/+80 | |
2018-01-24 | simplify http bycontext key | UbitUmarov | 2 | -30/+15 | |
2018-01-22 | retire our BlockingQueue replaced by BlockingCollection and cross fingers | UbitUmarov | 1 | -148/+0 | |
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -10/+15 | |
2018-01-21 | give BlockingCollection another chance | UbitUmarov | 1 | -17/+14 | |
2018-01-21 | give concurrentqueue another chance | UbitUmarov | 1 | -21/+9 | |
2018-01-20 | change version numbers back to 0.9.1.0 | UbitUmarov | 1 | -3/+3 | |
2018-01-18 | iStackTrace(targetThread, true) is no longer safe on windoes also | UbitUmarov | 1 | -0/+7 | |
2018-01-17 | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 2 | -2/+2 | |
2018-01-17 | pesty warnings | UbitUmarov | 2 | -5/+1 | |
2018-01-17 | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 8 | -15/+1 | |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 2 | -2/+3 | |
2018-01-13 | change version to 0.9.1.1 so we can see it inworld | UbitUmarov | 1 | -2/+2 | |
2018-01-09 | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 8 | -9/+3 | |
2018-01-08 | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 8 | -9/+9 | |
own) do not suporte the proper .net4.0 one | |||||
2018-01-05 | a few more xml things | UbitUmarov | 8 | -9/+28 | |
2018-01-04 | disable some XmlResolver | UbitUmarov | 2 | -0/+2 | |
2017-12-30 | mantis 8271: work around missing encoding of estate bans on the pseudo url ↵ | UbitUmarov | 1 | -8/+35 | |
encode used on POST, without changing the xml also used elsewhere. Possible this can be used in other case | |||||
2017-11-17 | move some sharable items out of Xmute to Framework; add another test ↵ | UbitUmarov | 2 | -0/+180 | |
mutelistmodule, ignore it | |||||
2017-11-16 | add missing part of mutes list protocol | UbitUmarov | 1 | -1/+1 | |
2017-10-30 | mantis 8258: change Mesh basic shape pathScaleY in case of Torus | UbitUmarov | 1 | -0/+2 | |
2017-09-16 | bug fix: Of course i had to pick a wrong number for profileBegin | UbitUmarov | 1 | -1/+1 | |
2017-09-16 | double request.ReadWriteTimeout | UbitUmarov | 1 | -2/+2 | |
2017-09-16 | bug fix. Increase the values of profileHollow and profileBegin used to match ↵ | UbitUmarov | 1 | -4/+4 | |
pbs number of faces and the Mesh number of faces. The small values i used before seem to be randomly lost. | |||||
2017-08-29 | fix cache.cs (used on parcels info) | UbitUmarov | 1 | -10/+14 | |
2017-08-17 | Make VERSION_FLAVOUR public too, per request. I question the practice of ↵ | Diva Canto | 1 | -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. | |||||
2017-07-29 | mantis 8222 | UbitUmarov | 1 | -1/+1 | |
2017-07-28 | partial mantis 8219; on creating or updating items (animationsets, ↵ | UbitUmarov | 1 | -2/+20 | |
wearables) that reference assets, and user does not have permissions on those, abort and warn, instead of silent invalition of the references to those assets, creating a broken item | |||||
2017-07-26 | add new funtion bool MoveMoney(UUID fromUser, UUID toUser, int amount, ↵ | UbitUmarov | 1 | -0/+1 | |
MoneyTransactionType type, string text). this should be called async allowing time for money module to process it. If returns true, the transation did sucess, so if its use was to pay something, the payed item/service must be provided without fail, otherwise another method is needed so a refund is possible | |||||
2017-07-13 | add Util.GetTimeStamp() that returns the stamp in seconds; use it on ubOde; ↵ | UbitUmarov | 1 | -1/+8 | |
separed land collsions dispatch from the others... | |||||
2017-07-13 | replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no ↵ | UbitUmarov | 1 | -8/+8 | |
User modifiable Culture.FormatProvider, and also for internal coerence. We do use the libomv on other code paths, so that must be fixed | |||||
2017-07-12 | osSetParcelDetails: add more land update code | UbitUmarov | 1 | -0/+1 | |
2017-07-10 | SimpleAngularDistance update prioritization scheme ameks no sense without ↵ | UbitUmarov | 1 | -0/+21 | |
ordered dequeue of the updates | |||||
2017-06-28 | BUG FIX: change lludp hovertext utf-8 cut point. Thx djphil | UbitUmarov | 1 | -3/+3 | |
2017-06-19 | revert EnvironmentTick back to orignal clock, since change may cause issues ↵ | UbitUmarov | 1 | -4/+3 | |
on some code paths. Clean a bit get mesh and get texture throttle | |||||
2017-06-16 | framework main thread pool is always active and in use ( even id hard to ↵ | UbitUmarov | 2 | -24/+45 | |
catch) so show in on show stats. Disable ServerStatsCollector by default, since most don't use it, Adicionally it uses shared framework performance counters system that may be affected if a region crashs | |||||
2017-06-15 | change the clock source for EnvironmentTickCount so it does get a bit more ↵ | UbitUmarov | 1 | -8/+10 | |
resolution if avaiable (1ms) specially on windows. This until all calls to this are removed. Coment out some stats in workpool/threads creation path | |||||
2017-06-14 | some cleanup.. remove some stats that only some do look at once on a lifetime | UbitUmarov | 1 | -10/+0 | |
2017-06-14 | main generic use JobEngine also does not need a permanent thread.. actually ↵ | UbitUmarov | 1 | -1/+1 | |
doesn't even seem to be in use |