aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* we don't need to keep refs to baked textures assetsUbitUmarov2017-05-311-1/+1
|
* we don't need to keep refs to baked textures assetsUbitUmarov2017-05-311-6/+9
|
* remove the option to store baked textures on assets service, thats suicide ↵UbitUmarov2017-05-311-19/+19
| | | | use xbakes
* Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-011-2/+2
|
* Make negative asset caching actually workMelanie Thielker2017-01-301-1/+2
| | | | | | Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway.
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-071-3/+3
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-29/+29
|
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2016-12-291-2/+2
| | | | is long gone.
* (mantis 7983) update local cache when storing a baked tex on assets serverUbitUmarov2016-08-021-9/+11
|
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-2/+1
| | | | | | | | 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.
* change handling of optional skirt baked textureUbitUmarov2015-12-031-12/+40
|
* cleanup indentationUbitUmarov2015-11-181-70/+30
|
* fix another variable number of wearable types issueUbitUmarov2015-11-181-2/+5
|
* work around some 'tests' errors: test for null cacheItemsUbitUmarov2015-11-171-0/+3
|
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-3/+12
|
* seems to compile ( tests comented out)UbitUmarov2015-09-022-26/+2
|
* bad merge?UbitUmarov2015-09-012-99/+301
|\
| * Remove the Invisible stuff and add more baked caching. Refactor selection of ↵Melanie Thielker2014-11-111-13/+3
| | | | | | | | textures to save to Bakes module.
| * Only send the actual bakes to the bakes moduleMelanie Thielker2014-11-101-6/+8
| |
| * change last commit, need to send to Xbakes or changes will not be detectedUbitUmarov2014-10-291-1/+2
| |
| * bug fix and don't send to xbakes if requesting rebakesUbitUmarov2014-10-291-12/+13
| |
| * Fix baked textures for regions without external Xbakes adding rebakeUbitUmarov2014-10-291-32/+35
| | | | | | | | | | | | requests. Those may also be trigger if for same reason one is missing even with Xbakes. Later we can let this regions send the assets on teleports, changing how those are serialized
| * do consider skirt baked texture on validationUbitUmarov2014-10-261-3/+9
| |
| * dont send baked textures assets, but send cache informationUbitUmarov2014-10-261-5/+13
| |
| * exclude npcs from baked cacheUbitUmarov2014-09-191-0/+10
| |
| * try external bakedModule when local cache is invalid and not just at loginUbitUmarov2014-08-141-9/+13
| |
| * reduced debug msgsUbitUmarov2014-08-141-3/+7
| |
| * only try external baked texture module on loginUbitUmarov2014-08-141-26/+36
| |
| * *DANGER* make baked textures cross and make use of it * UNTESTED *UbitUmarov2014-08-141-95/+92
| | | | | | | | issue: alll this seems to be sent back to childs, need to stop that
| * put back baked textures debug msgs at start of validatebaked...UbitUmarov2014-08-131-0/+12
| |
| * remove confusing defonly controlUbitUmarov2014-08-111-14/+4
| |
| * ... one day..UbitUmarov2014-08-111-1/+2
| |
| * will get there..UbitUmarov2014-08-111-4/+3
| |
| * validatebaked still not okUbitUmarov2014-08-111-5/+4
| |
| * of course.. bug..UbitUmarov2014-08-081-1/+2
| |
| * lock set appearence during ValidateBakedTextureCache there seems to be aUbitUmarov2014-08-081-93/+97
| | | | | | | | overlap in same cases
| * bugUbitUmarov2014-08-071-1/+2
| |
| * remove annoying debug msg . still a lot of spam, but to remove laterUbitUmarov2014-08-071-1/+1
| |
| * make grid baked textures override the ones on appearance. Due to bugUbitUmarov2014-08-071-35/+60
| | | | | | | | | | | | somewhere they are always bad at ValidateBakedTextures entry. ( even if they where good and on assets cache we whould need to generate the cacheID hash )
| * bug on upload new bakes decisionUbitUmarov2014-08-071-2/+3
| |
| * minor clean, dont check for cache if we aren't using it..UbitUmarov2014-08-071-23/+5
| |
| * bugUbitUmarov2014-08-071-1/+1
| |
| * only send to bakedmodule the baked textures :)UbitUmarov2014-08-071-10/+13
| |
| * buggUbitUmarov2014-08-071-28/+26
| |
| * DANGER... changed bakedtextures caching. Assuming grid baking is cacheUbitUmarov2014-08-071-81/+198
| | | | | | | | only, reduced number of accesses to it. TESTING
| * Merge branch 'master' into careminsterMelanie2013-05-081-0/+59
| |\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/IClientAPI.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
| * | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
| | | | | | | | | | | | with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
| * | Merge branch 'master' into careminsterMelanie2013-03-221-2/+10
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-221-1/+1
| |\ \ \
| * \ \ \ Merge branch 'avination' into careminsterMelanie2013-02-071-12/+23
| |\ \ \ \