aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-31we don't need to keep refs to baked textures assetsUbitUmarov1-1/+1
2017-05-31we don't need to keep refs to baked textures assetsUbitUmarov1-6/+9
2017-05-31remove the option to store baked textures on assets service, thats suicide us...UbitUmarov1-19/+19
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker1-2/+2
2017-01-30Make negative asset caching actually workMelanie Thielker1-1/+2
2017-01-07Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker1-3/+3
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-29/+29
2016-12-29Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...Melanie Thielker1-2/+2
2016-08-02(mantis 7983) update local cache when storing a baked tex on assets serverUbitUmarov1-9/+11
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-2/+1
2015-12-03change handling of optional skirt baked textureUbitUmarov1-12/+40
2015-11-18 cleanup indentationUbitUmarov1-70/+30
2015-11-18 fix another variable number of wearable types issueUbitUmarov1-2/+5
2015-11-17 work around some 'tests' errors: test for null cacheItemsUbitUmarov1-0/+3
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-3/+12
2015-09-02seems to compile ( tests comented out)UbitUmarov2-26/+2
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-8/+8
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-3/+3
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-11-11Remove the Invisible stuff and add more baked caching. Refactor selection of ...Melanie Thielker1-13/+3
2014-11-10Only send the actual bakes to the bakes moduleMelanie Thielker1-6/+8
2014-10-29change last commit, need to send to Xbakes or changes will not be detectedUbitUmarov1-1/+2
2014-10-29bug fix and don't send to xbakes if requesting rebakesUbitUmarov1-12/+13
2014-10-29Fix baked textures for regions without external Xbakes adding rebakeUbitUmarov1-32/+35
2014-10-26 do consider skirt baked texture on validationUbitUmarov1-3/+9
2014-10-26 dont send baked textures assets, but send cache informationUbitUmarov1-5/+13
2014-09-19exclude npcs from baked cacheUbitUmarov1-0/+10
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-08-14 try external bakedModule when local cache is invalid and not just at loginUbitUmarov1-9/+13
2014-08-14 reduced debug msgsUbitUmarov1-3/+7
2014-08-14 only try external baked texture module on loginUbitUmarov1-26/+36
2014-08-14*DANGER* make baked textures cross and make use of it * UNTESTED *UbitUmarov1-95/+92
2014-08-13 put back baked textures debug msgs at start of validatebaked...UbitUmarov1-0/+12
2014-08-11 remove confusing defonly controlUbitUmarov1-14/+4
2014-08-11... one day..UbitUmarov1-1/+2
2014-08-11will get there..UbitUmarov1-4/+3
2014-08-11validatebaked still not okUbitUmarov1-5/+4
2014-08-08of course.. bug..UbitUmarov1-1/+2
2014-08-08 lock set appearence during ValidateBakedTextureCache there seems to be aUbitUmarov1-93/+97
2014-08-07bugUbitUmarov1-1/+2
2014-08-07remove annoying debug msg . still a lot of spam, but to remove laterUbitUmarov1-1/+1
2014-08-07 make grid baked textures override the ones on appearance. Due to bugUbitUmarov1-35/+60
2014-08-07bug on upload new bakes decisionUbitUmarov1-2/+3
2014-08-07minor clean, dont check for cache if we aren't using it..UbitUmarov1-23/+5
2014-08-07bugUbitUmarov1-1/+1
2014-08-07only send to bakedmodule the baked textures :)UbitUmarov1-10/+13
2014-08-07 buggUbitUmarov1-28/+26
2014-08-07DANGER... changed bakedtextures caching. Assuming grid baking is cacheUbitUmarov1-81/+198
2014-04-03minor: Fix warning in AvatarFactoryModuleJustin Clark-Casey (justincc)1-1/+1
2014-02-24Improve regression test TestSetAppearance()Justin Clark-Casey (justincc)1-42/+69