Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-24 | Fix another alignment issue on windows | Roxie Linden | |
2010-12-23 | Fix windows build break | Roxie Linden | |
2010-12-23 | automated merge | Roxie Linden | |
2010-12-23 | SH-655 - Project mesh viewer crashes on exit. | Roxie Linden | |
A copy constructor was implemented which did a memcpy, which included the vtable pointer which was to another object of another class (same child though). This resulted in the wrong destructor being called. The reason for the memcpy was for alignment purposes. The solution was to move to LLVector4a, which is intrinsicly aligned. Also, did some performance optimizations based on the LLVector4a optimizations. The solution was to re-implement the | |||
2010-12-22 | wizard xml tweaks | leyla_linden | |
2010-12-22 | Merge | leyla_linden | |
2010-12-22 | added open advanced floater link | leyla_linden | |
2010-12-22 | merge | Dave Parks | |
2010-12-22 | SH-658 Preserve LOD mode when switching between preview LoDs. | Dave Parks | |
2010-12-22 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |
2010-12-22 | fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error) | Xiaohong Bao | |
2010-12-22 | Merge | Dave Parks | |
2010-12-22 | Update llconvexdecomposition and fix gcc compiler error | Dave Parks | |
2010-12-22 | Update llconvexdecompostion | Dave Parks | |
2010-12-22 | merge | Dave Parks | |
2010-12-22 | SH-636 Update physics tab to new spec, move "completed" physics decomp ↵ | Dave Parks | |
callbacks to main thread, add object model to decomposition tool, make imported model scales non-uniform. | |||
2010-12-21 | Merge | leyla_linden | |
2010-12-21 | fixed wizard model not previewing issues and added pan/zoom | leyla_linden | |
2010-12-21 | SH-689 Fix build issue due to assert i llviewerassetstats | Loren Shih | |
Changed assert to 50 since that's the new asset count. Added OTHER metrics for mesh and dummy asset types. | |||
2010-12-21 | Automated merge up from viewer-development | Loren Shih | |
2010-12-21 | Automated merge from mesh-development | Loren Shih | |
2010-12-20 | model upload wizard - added optimization and state changes | leyla_linden | |
2010-12-20 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-12-20 | SH-68 WIP adding debug switch for performance testing | Nyx (Neal Orman) | |
Adding functionality to a previously added debug switch. This will allow me to have UI, etc turned off and thus not impact framerates when testing for rendering features. | |||
2010-12-20 | merge | Brad Payne (Vir Linden) | |
2010-12-20 | SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved ↵ | Brad Payne (Vir Linden) | |
onIdle functions to llcallbacklist. | |||
2010-12-20 | Fix for windows build. Reviewed by Nyx. | Dave Parks | |
2010-12-20 | thread safety checking | Brad Payne (Vir Linden) | |
2010-12-20 | Merge - final pull of viewer-development. | Monty Brandenberg | |
2010-12-20 | Automated merge up from viewer-development | Loren Shih | |
2010-12-20 | merge fix for storm-412 | Oz Linden | |
2010-12-20 | merge fix for storm-801 | Oz Linden | |
2010-12-20 | merge fix for storm-796 | Oz Linden | |
2010-12-18 | STORM-511 FIXED Display tooltip for sender name on group notices. | Vadim ProductEngine | |
Changes: * Set tooltip for sender name. * Overridden handleTooltip() for the tooltip to be of normal (yellow) color. | |||
2010-12-18 | Merge STORM-796 | Vadim ProductEngine | |
2010-12-18 | STORM-796 ADDITIONAL_FIX Fixed Mac build. | Vadim ProductEngine | |
2010-12-18 | STORM-412 FIXED Resident profile controls aren't reshaped on changing panel ↵ | Paul Guslisty | |
width - Added parameters for text boxes to follow right side of panel | |||
2010-12-18 | STORM-801 FIXED Wrong checkbox label in panel preferences, advanced tab | Paul Guslisty | |
- Corrected checkbox label | |||
2010-12-17 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-12-17 | merging in fix for CTS-323 / SH-464 | Nyx (Neal Orman) | |
2010-12-17 | SH-558 Fix for crash in physics shape display. | Dave Parks | |
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg | |
2010-12-17 | SH-506 Remove (now obsolete) streaming cost info display. | Dave Parks | |
2010-12-17 | SH-682 WIP: allow DEBUG_FAST_TIMER_THREADS to work when enabled | Brad Payne (Vir Linden) | |
2010-12-17 | Updated contributions.txt for STORM-799 and STORM-800 | Kitty Barnett | |
2010-12-16 | ESC-237 No static init of LLAtomics and move TFRequest out of unnamed namespace. | Monty Brandenberg | |
Linux startup crash appears to be due to static/global C++ init of LLAtomic types. The initializer with explicit value makes some runtime calls and it looks like these assume, at least on Linux, that apr_initialize() has been called. So move the static POST count to a member and provide accessors and increment/decrement. Command queue was built on a pointer to a class in anonymous namespace and that's not quite valid. Made it a nested class (really a nested forward declaration) while keeping the derived classes in anonymous. | |||
2010-12-16 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-12-16 | Merge | Kent Quirk | |
2010-12-16 | Merge new tag | Kent Quirk | |
2010-12-16 | Merge | Dessie Linden | |