Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enforce invariant culture on landmarks | UbitUmarov | 2019-12-10 | 1 | -1/+1 |
| | |||||
* | add a extra lenght check | UbitUmarov | 2019-09-17 | 1 | -0/+3 |
| | |||||
* | fix saving appearence to notecard, so they can work on older regions | UbitUmarov | 2019-09-15 | 1 | -39/+96 |
| | |||||
* | fix bad indexes math | UbitUmarov | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | fix a bad typo | UbitUmarov | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | extent supported number of avatar textures/bakes/wearables, tell viewers ↵ | UbitUmarov | 2019-09-11 | 1 | -70/+160 |
| | | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version; | ||||
* | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 2019-07-30 | 1 | -26/+32 |
| | | | | OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -24/+24 |
| | |||||
* | Fix a merge conflict | Melanie Thielker | 2015-11-16 | 1 | -7/+0 |
| | |||||
* | Merge branch 'master' into avinationmerge0.9.0 | Melanie Thielker | 2015-11-16 | 1 | -0/+7 |
|\ | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs | ||||
| * | fix the protection for more Wearables than region suports | UbitUmarov | 2015-11-15 | 1 | -6/+9 |
| | | |||||
| * | Make regions tolerant to newer regions with more werables. | Melanie Thielker | 2015-09-14 | 1 | -2/+5 |
| | | | | | | | | Also, bump the interface version to 8 | ||||
* | | handle diferente number of wearables on getting assets form another appearance | UbitUmarov | 2015-11-15 | 1 | -2/+10 |
| | | |||||
* | | fix avatarAppearance wearables copy | UbitUmarov | 2015-11-02 | 1 | -3/+8 |
| | | |||||
* | | More EntityTransferContext plumbing | Melanie Thielker | 2015-11-01 | 1 | -3/+3 |
| | | |||||
* | | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 1 | -17/+33 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 1 | -5/+44 |
|\ \ | |/ |/| | |||||
| * | Remove the Invisible stuff and add more baked caching. Refactor selection of ↵ | Melanie Thielker | 2014-11-11 | 1 | -28/+0 |
| | | | | | | | | textures to save to Bakes module. | ||||
| * | Second part of invisible base avatar option | Melanie Thielker | 2014-11-10 | 1 | -0/+28 |
| | | |||||
| * | missing file | UbitUmarov | 2014-10-26 | 1 | -2/+1 |
| | | |||||
| * | don't send pack baked texture assets into updates. | UbitUmarov | 2014-10-24 | 1 | -1/+2 |
| | | |||||
| * | *DANGER* dont send baked textures assets to Neighbours. Possible we could | UbitUmarov | 2014-08-14 | 1 | -3/+10 |
| | | | | | | | | send a lot less | ||||
| * | *DANGER* make baked textures cross and make use of it * UNTESTED * | UbitUmarov | 2014-08-14 | 1 | -1/+16 |
| | | | | | | | | issue: alll this seems to be sent back to childs, need to stop that | ||||
| * | add limites checks on wearables size, revert to max 15 for | UbitUmarov | 2014-08-07 | 1 | -2/+10 |
| | | | | | | | | compatibility/testing | ||||
| * | update the max number of texture faces and wearables to current values. | UbitUmarov | 2014-08-07 | 1 | -1/+5 |
| | | | | | | | | This should be safe now.. | ||||
| * | add indexes for new visual parameters shape_hover and | UbitUmarov | 2013-06-07 | 1 | -1/+6 |
| | | | | | | | | | | APPEARANCEMESSAGE_VERSION. For reference only, this aren't used in sim for now | ||||
| * | Merge branch 'master' into careminster | Melanie | 2013-03-22 | 1 | -30/+48 |
| |\ | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs | ||||
| * | | Multiattach, part 1 | Melanie | 2013-03-05 | 1 | -3/+2 |
| | | | |||||
| * | | * Document the additional Visual Params of newer browsers in ↵ | teravus | 2013-01-14 | 1 | -1/+52 |
| | | | | | | | | | | | | AvatarAppearance.VPElement so it can be easily looked up in code/module | ||||
| * | | * This finishes the implementation of AgentCachedTexture. Requires the ↵ | teravus | 2012-12-29 | 1 | -3/+11 |
| | | | | | | | | | | | | 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. | ||||
| * | | * Partial Commit for Avatar Appearance to include the functionality of ↵ | teravus | 2012-12-21 | 1 | -1/+7 |
| | | | | | | | | | | | | Cached Bakes. | ||||
| * | | add some default size setting and checks | UbitUmarov | 2012-12-07 | 1 | -2/+20 |
| | | | |||||
| * | | revert the use of avatar skeleton and use avatar size provided by viewers, | UbitUmarov | 2012-12-07 | 1 | -17/+30 |
| | | | | | | | | | | | | since at least for now seems good enought | ||||
| * | | calculate avatar size on tps | UbitUmarov | 2012-12-07 | 1 | -2/+3 |
| | | | |||||
| * | | *TEST* add some avatar skeleton information and use it to calculate avatar | UbitUmarov | 2012-12-07 | 1 | -0/+30 |
| | | | | | | | | | | | | height and bounding box. Change LSL acording. | ||||
| * | | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -0/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | ||||
| * | | | Help big boobies to dance (avatar visualParams). May not persist and need ↵ | UbitUmarov | 2012-04-26 | 1 | -10/+24 |
| | | | | | | | | | | | | | | | | more lobe ? | ||||
| * | | | Merge branch 'master' into careminster | Melanie | 2011-12-19 | 1 | -7/+14 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into bigmerge | Melanie | 2011-11-05 | 1 | -24/+12 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * \ \ \ \ | Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmerge | Melanie | 2011-10-11 | 1 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Agent/AssetTransaction/AgentAssetsTransactions.cs | ||||
| * \ \ \ \ \ | Bring us up to date. | Tom | 2011-09-14 | 1 | -17/+55 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -33/+43 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-01-27 | 1 | -5/+18 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Lock the attachments dict so it doesn't get out of sync when iterating | Melanie | 2010-12-06 | 1 | -35/+59 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-04 | 1 | -5/+23 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Various bug fixes for appearance handling | Mic Bowman | 2010-11-30 | 1 | -5/+18 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Don't append attachments multiple times | Oren Hurvitz | 2014-07-21 | 1 | -0/+6 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Committing the Avination Scene Presence and related texture code | Melanie | 2013-12-11 | 1 | -96/+217 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Parts of region crossing code - New bakes handling code - Bakes now sent from sim to sim without central storage - Appearance handling changes - Some changes to sitting - A number of unrelated fixes and improvements | ||||
* | | | | | | | | | | | This is an experimental patch that adds support for comparing texture | Mic Bowman | 2013-05-24 | 1 | -32/+66 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashes for the purpose of accurately responding to AgentTextureCached packets. There is a change to IClientAPI to report the wearbles hashes that come in through the SetAppearance packet. Added storage of the texture hashes in the appearance. While these are added to the Pack/Unpack (with support for missing values) routines (which means Simian will store them properly), they are not currently persisted in Robust. | ||||
* | | | | | | | | | | Prevent multiple instances of the same item ID being appended to an ↵ | Justin Clark-Casey (justincc) | 2013-03-19 | 1 | -30/+48 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AvatarAppearance It looks like this was happening when AttachmentsModule.RezAttachments was doing a secondary set of each attachment to update with the asset ID (initially they only have the inventory ID). However, with multi-attach this was appending a second copy of the same attachment rather than updating the data that was already there. This commit requires both simulator and service to be updated. |