Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | DRTVWR-418: Have to #include "llkdumem.h" even when not LL_DARWIN. | Nat Goodspeed | |
2016-11-22 | DRTVWR-418: libc++ has stat data in <sys/types.h>. | Nat Goodspeed | |
2016-11-22 | DRTVWR-418: Use correct spelling for glh_linear package. | Nat Goodspeed | |
2016-11-22 | DRTVWR-418: Update comments to reflect status of P0091R3. | Nat Goodspeed | |
Some day llmake() will be unnecessary because compiler deduction of class template arguments from constructor arguments has been approved by ISO. | |||
2016-11-22 | DRTVWR-418: Use uintptr_t when casting pointers to ints. | Nat Goodspeed | |
LLPrivateMemoryPool and LLPrivateMemoryPoolManager have assumed that it's always valid to cast a pointer to U32. With 64-bit pointers, no longer true. | |||
2016-11-19 | DRTVWR-418: Change to libc++ on Mac, remove reminder warning. | Nat Goodspeed | |
2016-11-18 | SL-534 - make handling of other-gender sliders more consistent. Fixes mGroin ↵ | Brad Payne (Vir Linden) | |
bug. | |||
2016-11-17 | DRTVWR-418: Provide Darwin_i686_Manifest alias to Darwin_i386_Manifest. | Nat Goodspeed | |
It's never been clear to me why Macs tend to refer to 32-bit Intel processors as i386 when other platforms tend to refer to them as i686. New CMake logic to derive ARCH from ADDRESS_SIZE produces i686. Give viewer_manifest.py a Darwin_i686_Manifest class alias so it continues to work when arch is passed as i686 as well as i386. | |||
2016-11-17 | DRTVWR-418: Fold redundant testrunner.py modules together again. | Nat Goodspeed | |
llcorehttp/tests had a clone of llmessage/tests/testrunner.py that was almost identical save for recognizing an extra optional parameter. Migrate those few lines into llmessage/tests/testrunner.py; eliminate the copy in llcorehttp; help test_llcorehttp_peer.py find the testrunner.py in llmessage/tests. | |||
2016-11-17 | DRTVWR-418: Fix Windows line endings in include_kdu_xxxx.h | Nat Goodspeed | |
2016-11-17 | DRTVWR-418: Add warning about changing to libc++ on Mac. | Nat Goodspeed | |
2016-11-16 | DRTVWR-418: Try to make the OSX architecture match computed ARCH | Nat Goodspeed | |
which in turn depends on ADDRESS_SIZE. | |||
2016-11-16 | DRTVWR-418: Disable unconditional signing for Mac builds. | Nat Goodspeed | |
There Must Be A Better Way. | |||
2016-11-16 | DRTVWR-418: Replace preprocessor tests for Windows-specific _M_AMD64 | Nat Goodspeed | |
with tests on ADDRESS_SIZE, which is now set on the compiler command line. | |||
2016-11-16 | DRTVWR-418: Pass ADDRESS_SIZE down into C++ compilation | Nat Goodspeed | |
by adding -DADDRESS_SIZE= to the compile switches. Remove hack to work around limitations of gcc 4.1 build hosts. Streamline a bit of logic to specify correct -m32 or -m64 switch. Use ADDRESS_SIZE instead of ARCH to control -march=pentiumpro. | |||
2016-11-16 | DRTVWR-418: Compute ADDRESS_SIZE from arch if not specified. | Nat Goodspeed | |
Migrate the logic formerly used only for LINUX to detect whether ADDRESS_SIZE is set to 32 or 64, and if not, detect a default for the platform. But instead of using uname -m, use python's platform.machine(). On Windows, stop forcing ARCH to i686 and ADDRESS_SIZE to 32. On Mac, reset default to x86_64 instead of i386; stop forcing ADDRESS_SIZE to 32. | |||
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-11-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-11-16 | merge | Brad Payne (Vir Linden) | |
2016-11-15 | increment viewer version to 4.1.3 | Oz Linden | |
2016-11-15 | DRTVWR-418: Mistakenly inverted the sense of the LL_64BIT_BUILD test. | Nat Goodspeed | |
2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed | |
autobuild 1.1 now supports expanding $variables within a config file -- support that was explicitly added to address this very problem. So now the windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE, $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle most of the deltas between the windows platform and windows64. This permits removing the windows64 platform definition from autobuild.xml. The one remaining delta between the windows64 and windows platform definitions was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead. | |||
2016-11-11 | MAINT-6915 - fixed a bug in Reset Skeletons And Animations. For self avatar, ↵ | Brad Payne (Vir Linden) | |
this will now be equivalent to reset skeleton + stop animating me. | |||
2016-11-11 | MAINT-6913 - (Via Sovereign Engineer and Shyotl Kuhr) Pack the skinned ↵ | Brad Payne (Vir Linden) | |
matrix and translation into a single mat3x4 for optimal data transfer to reduce uniform slot usage. | |||
2016-11-09 | MAINT-6915 - option for Reset Skeleton And Animations. | Brad Payne (Vir Linden) | |
2016-11-08 | Backed out changeset: fb2eb1a59be6 | AndreyL ProductEngine | |
Reverting MAINT-6125 | |||
2016-11-08 | Backed out changeset: 2a56972b1571 | AndreyL ProductEngine | |
Reverting MAINT-6259 | |||
2016-11-08 | Backed out changeset: 27782e83386b | AndreyL ProductEngine | |
Reverting MAINT-6793 | |||
2016-11-08 | MAINT-6914 Increase maximum UI size value to 4.0 | AndreyL ProductEngine | |
2016-11-04 | SL-524 - resetSkeleton() now includes collision volume joint positions. Also ↵ | Brad Payne (Vir Linden) | |
removed no-longer-needed LLJoint::mId field | |||
2016-11-03 | DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. | Nat Goodspeed | |
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-10-28 | SL-451 - avoid more high-cost string operations in a per-frame function | Brad Payne (Vir Linden) | |
2016-10-27 | MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵ | pavelkproductengine | |
small to read | |||
2016-10-27 | SL-503 - fix for mac build whinging | Brad Payne (Vir Linden) | |
2016-10-27 | SL-503 - more info in archetype dump files | Brad Payne (Vir Linden) | |
2016-10-26 | Backed out changeset: 5816c800a9c1 | AndreyL ProductEngine | |
Prervious MAINT-2141 fix causes MAINT-6791 so reverted it | |||
2016-10-24 | SL-109 - fix for build error | Brad Payne (Vir Linden) | |
2016-10-24 | SL-503 - dumpArchetypeXML sort joints by name within each type | Brad Payne (Vir Linden) | |
2016-10-24 | SL-504 - try to prevent an intermittent crash in ↵ | Brad Payne (Vir Linden) | |
addAttachmentOverridesForObject() | |||
2016-10-24 | SL-109 - made overly verbose showAttachmentOverrides harder to get when not ↵ | Brad Payne (Vir Linden) | |
desired. | |||
2016-10-21 | MAINT-6841 - more removal of the include enhanced skeleton toggle | Brad Payne (Vir Linden) | |
2016-10-21 | MAINT-6853 - fix for viewer crash when checking preview skin weights | Brad Payne (Vir Linden) | |
2016-10-19 | SL-395 - believed fix for intermittent problem uploading meshes with scale locks | Brad Payne (Vir Linden) | |
2016-10-18 | merge | Brad Payne (Vir Linden) | |
2016-10-18 | MAINT-6841 - removed the joint remapping code, since it was designed to ↵ | Brad Payne (Vir Linden) | |
support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code. | |||
2016-10-18 | MAINT-6793 Rigged mesh sometimes full of holes | andreykproductengine | |
2016-10-18 | MAINT-6487 Decreasing delay | andreykproductengine | |
2016-10-17 | Merged lindenlab/viewer-bear into default | Rider Linden | |
2016-10-17 | Merge | Rider Linden | |