Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-08 | change caps get mesh and texture throttle | UbitUmarov | 1 | -2/+0 | |
2018-10-08 | avoid a null ref | UbitUmarov | 1 | -1/+3 | |
2018-10-07 | try to make inventory fetch tests happy | UbitUmarov | 1 | -6/+9 | |
2018-10-06 | more use of simpler xml encoder on inventory fetch, plus other cosmetics | UbitUmarov | 1 | -404/+141 | |
2018-07-14 | some cleanup | UbitUmarov | 1 | -30/+26 | |
2018-07-14 | drop compatibility with old robust that did not suport ↵ | UbitUmarov | 1 | -9/+0 | |
inventoryService.GetMultipleItems | |||||
2018-07-14 | add using into a few more places | UbitUmarov | 2 | -26/+28 | |
2018-03-10 | mantis 7885: robust asset services have no cache and only accept a asset ID ↵ | UbitUmarov | 1 | -68/+31 | |
that is a uuid, so regions hack to cache several image formats is not possible. Robut GetTexture is very heavy unless image format is the default (j2k mime type x-j2k), since with no cache image convertions is performed on every request. Adicionally it does expose all textures if the tcp port is public. Avoid using it. | |||||
2018-01-31 | remove cap FetchLib2 suport code | UbitUmarov | 1 | -104/+0 | |
2018-01-30 | add missing folders version | UbitUmarov | 2 | -0/+2 | |
2018-01-30 | a few more changes on inventory library and inv fetch | UbitUmarov | 2 | -79/+8 | |
2018-01-27 | a few more changes on inventory library and inv fetch | UbitUmarov | 1 | -48/+56 | |
2018-01-27 | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵ | UbitUmarov | 1 | -0/+141 | |
as it possible should, but this needs more work, and issue with HG older grids/regions | |||||
2018-01-24 | cleanup a bit more | UbitUmarov | 1 | -57/+47 | |
2018-01-24 | avoid some large unnecessary strings | UbitUmarov | 2 | -30/+38 | |
2018-01-20 | some cleanup | UbitUmarov | 2 | -8/+0 | |
2018-01-20 | improve LLSDHelpers DeserialiseOSDMap | UbitUmarov | 2 | -17/+14 | |
2018-01-17 | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 1 | -2/+0 | |
2018-01-09 | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 1 | -1/+0 | |
2018-01-08 | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 1 | -1/+1 | |
own) do not suporte the proper .net4.0 one | |||||
2018-01-05 | a few more xml things | UbitUmarov | 1 | -0/+3 | |
2017-08-28 | fix some nunit tests | UbitUmarov | 1 | -2/+3 | |
2017-07-13 | typo fix | UbitUmarov | 1 | -1/+1 | |
2017-07-13 | replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no ↵ | UbitUmarov | 1 | -1/+1 | |
User modifiable Culture.FormatProvider, and also for internal coerence. We do use the libomv on other code paths, so that must be fixed | |||||
2017-06-14 | fix llsd DeserialiseOSDMap cast from boolean to int, this seems to fix ↵ | UbitUmarov | 1 | -0/+5 | |
alchemy beta 5.0 scripts upload, but this viewer seems to be of no use for opensim, sice it does crash.. insists lbsa is at second life etc | |||||
2017-05-31 | oops.. | UbitUmarov | 1 | -1/+1 | |
2017-05-31 | remove the option to store baked textures on assets service, thats suicide ↵ | UbitUmarov | 2 | -20/+3 | |
use xbakes | |||||
2017-05-06 | dispose some MemoryStreams | UbitUmarov | 2 | -11/+0 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 17 | -94/+94 | |
2016-12-27 | some cleanup | UbitUmarov | 1 | -39/+2 | |
2016-12-26 | robust textures add missing returns or redir case | UbitUmarov | 1 | -0/+2 | |
2016-12-06 | save a few lists scaning | UbitUmarov | 1 | -58/+80 | |
2016-12-06 | jenkins likes null httplisteners | UbitUmarov | 1 | -1/+1 | |
2016-12-06 | remove redundante check for ssl listener | UbitUmarov | 2 | -23/+7 | |
2016-11-18 | a few more changes on potencial mem issues | UbitUmarov | 1 | -0/+5 | |
2016-08-24 | potencial null ref | UbitUmarov | 1 | -0/+3 | |
2016-08-22 | workaround potencial memory leak | UbitUmarov | 2 | -33/+40 | |
2016-08-17 | add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵ | UbitUmarov | 2 | -34/+26 | |
use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still | |||||
2016-07-19 | let FS get a answer to folder uuid.zero, (still seems a no op); send | UbitUmarov | 1 | -35/+14 | |
Library folders list" | |||||
2016-07-19 | fix a typo | UbitUmarov | 1 | -1/+1 | |
2016-07-19 | some cleanup on FetchInvDescHandler | UbitUmarov | 1 | -148/+22 | |
2016-07-17 | don't loose inventory items when there are bad folders | UbitUmarov | 1 | -55/+43 | |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2 | -26/+8 | |
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | |||||
2016-06-21 | Fix a dumb mistake | Melanie Thielker | 1 | -1/+1 | |
2016-06-21 | Make some more modules inheritable | Melanie Thielker | 1 | -3/+3 | |
2016-04-29 | Allow default permissions from the viewer to be applied to uploaded objects. | Melanie Thielker | 1 | -0/+4 | |
Make inventory items reflect coorect permissions immediately unstead of after relog | |||||
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 1 | -1/+1 | |
replace anymore. | |||||
2015-11-21 | remove some compile warnings increasing total number by 2 | UbitUmarov | 1 | -5/+1 | |
2015-11-16 | work around some 'tests' error: contents of link folders are no longer sent | UbitUmarov | 1 | -1/+2 | |
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs |