summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llbvhloader.cpp
AgeCommit message (Expand)Author
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-02-17misc: BOOL to boolLars Næsbye Christensen
2024-02-12miscellaneous: BOOL (int) to real boolLars Næsbye Christensen
2023-06-01SL-18330: Merge branch 'main' of secondlife/viewer into xcode-14.3Nat Goodspeed
2023-04-03SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3.Nat Goodspeed
2023-01-16SL-18893 OSX buildfixAndrey Lihatskiy
2023-01-10SL-18893 Fixes for pull requests #38, #41, and #42 (#46)Fawrsk
2023-01-05SL-18893 Cleanup for loops in llcharacter to use C++11 range based for loops ...Fawrsk
2022-01-28SL-16728 FIXED animations are not stopped after pressing the Alt + Shift + AMnikolenko Productengine
2022-01-12SL-316 - Fix fencepost errors in computing keyframe start times of .bvh loader.Howard Stearns
2016-05-21merged jelly-doll viewer-release into bentoBrad Payne (Vir Linden)
2016-03-10Fix for SL-318 issue with 3-channel animations.Aura Linden
2016-02-17SL-318 allow joint offset changes in BVH animations up to 5m.Aura Linden
2016-01-14SL-314 WIP - avoid crashing when lexical_cast<> fails.Brad Payne (Vir Linden)
2015-12-08Fix for aliasing of mPelvis name in BVH uploads SL-285Aura Linden
2015-11-13Post review changes.Aura Linden
2015-11-13Eliminated joint_offset file. Added aliases attrib to bones in avatar_skelet...Aura Linden
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-11-04SL-124 WIP - BENTO comments and related cleanupBrad Payne (Vir Linden)
2015-08-12SL-109 WIP - code cleanupBrad Payne (Vir Linden)
2015-05-12SL-111 WIP - diagnostics, possible fix for build errors on some platforms.Brad Payne (Vir Linden)
2015-05-11SL-111 WIP - bug fixes and diagnostic outputBrad Payne (Vir Linden)
2015-05-08Restored original animation thresholdsBrad Payne (Vir Linden)
2015-05-08WIP bvh diagnosticsBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-02-14[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdownBaker Linden
2013-08-09second phase summer cleaningRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-02-03EXP-1853 FIX Misspelled value in llbvhloader.cppcallum
2011-03-12Switched to using *_SQUARED constants instead of multiplied constants, and cl...Ricky Curtice
2011-03-10Squared all dist_vec() based comparisons and other dist_vec() operations wher...Ricky Curtice
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-10-14Merge a big bunch of fixes from maint-viewer. Hooray.Adam Moss
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
2009-02-18Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 (maint-render...Brad Kittenbrink
2009-01-08Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_20...Aaron Brashears
2008-09-23QAR-849 merge maint-viewer-10-merge 96838-97237 -> releaseSteven Bennetts
2008-06-26QAR-628 merge string-cleanup-5 -r 90476:90508 -> releaseSteven Bennetts
2008-06-02svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake...Bryan O'Sullivan
2007-10-04Result of svn merge -r71162:71205 svn+ssh://svn/svn/linden/branches/new-licen...Aaron Brashears
2007-10-04Result of svn merge -r70873:71086 svn+ssh://svn/svn/linden/branches/enable-ex...Aaron Brashears
2007-03-20svn merge -r59459:59476 svn+ssh://svn.lindenlab.com/svn/linden/branches/adroi...Karen Clark
2007-02-02Result of svn merge -r57264:57370 svn+ssh://svn/svn/linden/branches/adroit.r4...Aaron Brashears
2007-01-03corrected, removed, and updated comments throughout the code to be more usefu...Aaron Brashears
2007-01-02Print done when done.James Cook