summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbvhpreview.cpp
AgeCommit message (Collapse)Author
2018-02-13mergeBrad Payne (Vir Linden)
2017-12-04SL-704 - made avatar hierarchy more consistent by adding lluiavatar for ↵Brad Payne (Vir Linden)
viewer-local avs used in upload previews
2017-06-06MAINT-7466 - added more verbose logging of animation issues found by the ↵Brad Payne (Vir Linden)
viewer, including invalid joints. Flag the asset id now.
2016-12-05Merged in lindenlab/viewer-releaseAndreyL ProductEngine
DRTVWR-412 Bento (avatar skeleton extensions)
2016-08-30Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-05-21merged jelly-doll viewer-release into bentoBrad Payne (Vir Linden)
2016-04-04merge with 4.0.3-releaseOz Linden
2016-04-01mergeBrad Payne (Vir Linden)
2015-11-13Eliminated joint_offset file. Added aliases attrib to bones in ↵Aura Linden
avatar_skeleton.xml.
2015-11-11animations and meshes will recognize all joint names in joint_aliases.xmlAura Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-15LSL Script upload from inventory.Rider Linden
2015-07-02Adjusting uploadinfo object for expansion.Rider Linden
Commit is prelim to allow merge from selfless.
2015-06-30Initial checkin for uploading via coroutine.Rider Linden
2015-05-28MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton.Nat Goodspeed
LLSingleton currently presents two different usage styles: deriving MyClass from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy is the ONLY class using the typedef style -- and the apologetic comment talks about a potential maintenance that hasn't actually happened. Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
2015-05-11SL-111 WIP - bug fixes and diagnostic outputBrad Payne (Vir Linden)
2015-05-08WIP bvh diagnosticsBrad Payne (Vir Linden)
2014-05-07merge changes for 3.7.7-releaseOz Linden
2013-11-19merge up to 3.6.10-release; some of the storm-68 changes lostOz Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-28SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵prep
alignment issue in llAppearance.
2012-09-07SH-3264 Porting over the XML loading of the avatar structure to llappearanceNyx (Neal Orman)
Moved over the necessary classes to llappearance to support the loading of the avatar's structure & params from file.
2012-06-08STORM-68 As a Builder, I want that ability to set default permissions on ↵Jonathan Yap
creation of objects, clothing, scripts, notecards, etc. First pass at implementation, debuggins lines still need to be removed and there is one known bug to be resolved.
2012-08-21Crashfix in animation preview floater.Nicky
2012-05-07MAINT-753 : [crashhunters] crash at LLVOVolume::updateFaceFlags(). Null ↵simon@Simon-PC.lindenlab.com
pointer checks are good. Reviewed by Kelly
2012-04-26Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-01-29STORM-1803 Adding raw anim file upload supportJonathan Yap