aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/AvatarFactory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \ \ \
| | * | | | * This Checks the asset of each wearable asynchronously and repairs if it's ↵teravus2013-01-291-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | required.
| * | | | | Merge branch 'avination' into careminsterMelanie2013-01-311-13/+10
| |\ \ \ \ \ | | |/ / / /
| | * | | | Change default avatar replacements to be ruth rather than urban maleMelanie2013-01-281-13/+10
| | | | | |
| * | | | | Merge branch 'avination' into careminsterMelanie2013-01-271-4/+259
| |\ \ \ \ \ | | |/ / / /
| | * | | | * This update is ugly as sin, but it 'fills in the blanks' of your ↵teravus2013-01-261-4/+259
| | | | | | | | | | | | | | | | | | | | | | | | appearance when your inventory items go missing. This repairs appearance from missing wearables immediately on the V1 appearance pipeline, the second login on Firestorm. It only replaces the essential body parts that are missing.. hair, skin, eyes, shape... so if you delete all your wearables, you will rez naked. Anyway, this is still experimental.. I need another day of playing with this to handle all of the situations. One thing that I still need to do is try and get the assets.. and if we can't get the assets for some reason, skip and replace that part of the outfit.
| * | | | | Merge branch 'avination'Melanie2013-01-191-2/+71
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/ThrottleOutPacketType.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Avatar/Groups/GroupsModule.cs
| | * | | | * Enables loading cached bakes on teleport by filling in the appropriate ↵teravus2013-01-161-2/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avatar fields from the bake data. No more auto rebaking on teleport assuming your wearables, bakes and cache are consistent. * Speeds up appearance sending.. since there's nothing to wait for.
| * | | | | Merge branch 'master' into careminsterMelanie2013-01-101-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/Timer.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
| * \ \ \ \ \ Merge branch 'avination' into careminsterMelanie2013-01-101-6/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/ScenePresence.cs
| | * | | | | * This finishes the implementation of AgentCachedTexture. Requires the ↵teravus2012-12-291-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | XBakes Module and service for full functionality. Previous no-cache functionality works without the service and module. In some ways, I would have been happier not putting an AssetBase in WearableCacheItem.. but turns out it was probably unavoidable. No additional locks, yay.
| * | | | | | Merge branch 'avination' into careminsterMelanie2013-01-062-11/+27
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | * Partial Commit for Avatar Appearance to include the functionality of ↵teravus2012-12-212-11/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Cached Bakes.
| * | | | | | Merge branch 'avination' into careminsterMelanie2012-12-181-16/+65
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | add a Check method to flotsamAssetCache, so to check if a asset is inUbitUmarov2012-12-131-13/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cache without actually loading it. Make use limited use of it in avatarfactory textures check. Also on llclientview HandleAgentTextureCached that now should work. Other asset cache modules for now will return false, so are broken. baked textures logic still unchanged. *UNTESTED*
| | * | | | | revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov2012-12-071-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | since at least for now seems good enought