Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | fixed line endings again | Brad Payne (Vir Linden) | |
2011-01-05 | merge | Brad Payne (Vir Linden) | |
2011-01-05 | merge | Dave Parks | |
2011-01-05 | SH-571 Fix for mesh shadows blinking on LoD switch. | Dave Parks | |
2011-01-04 | trival: fix compiling errors for Linux. | Xiaohong Bao | |
2011-01-04 | VWR-21927 Fix for water reflections causing LoD updates. | Dave Parks | |
SH-735 Potential fix for ATI X1950 wasting time in occlusion culling. | |||
2011-01-04 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |
2011-01-04 | a debug tool to detect LLPointer issues for SH-694: check if there are any ↵ | Xiaohong Bao | |
other LLPointer issues in the mesh model uploading flow and fix them if exist. This debug tool is off by default. To turn it on, set LL_REF_COUNT_DEBUG to be 1 in the header file "llcommon/llrefcount.h". | |||
2011-01-04 | clear some LLPointer issues for SH-694: check if there are any other ↵ | Xiaohong Bao | |
LLPointer issues in the mesh model uploading flow and fix them if exist. | |||
2011-01-04 | fixing mac build error | leyla_linden | |
2010-12-31 | Faster occlusion queries (take advantage of GL_ARB_occlusion_query2 where ↵ | Dave Parks | |
available and don't read back result if it will block). | |||
2010-12-31 | SH-727 Working cancel button and cancel buttons for physics decomp stages. | Dave Parks | |
2010-12-31 | Merge | leyla_linden | |
2010-12-31 | Physics stage of wizard | leyla_linden | |
2010-12-30 | automated merge | Roxie Linden | |
2010-12-30 | Code review fix from davep - use booling or operator and not binary one | Roxie Linden | |
Remove unnecessary state check. Initial dialog work for showing physics cost in upload dialog | |||
2010-12-30 | SH-508 Fix for frame stalls when adjusting skin weights. | Dave Parks | |
2010-12-30 | SH-714 Fix for skinned meshes being incorrectly scaled. | Dave Parks | |
2010-12-30 | line endings broken again | Brad Payne (Vir Linden) | |
2010-12-29 | SH-647 Switch asserts to warnings in octree for development builds (were ↵ | Dave Parks | |
already warnings in release builds). | |||
2010-12-29 | SH-632 Fix for auto generating mesh LODs sometimes reducing High LOD ↵ | Dave Parks | |
triangle count. | |||
2010-12-29 | automated merge | Roxie Linden | |
2010-12-29 | merge | Brad Payne (Vir Linden) | |
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-29 | Automated merge from mesh-development | Loren Shih | |
2010-12-29 | SH-652 Viewer crash when right-clicking an avatar while in edit mode | Loren Shih | |
Null pointer issue. | |||
2010-12-29 | allow run-time query of which timer function is being used | Brad Payne (Vir Linden) | |
2010-12-28 | STORM-242 : pull into viewer-development | Merov Linden | |
2010-12-28 | STORM-805 : pull into viewer-development | Merov Linden | |
2010-12-28 | STORM-682 : pull into viewer-development | Merov Linden | |
2010-12-28 | STORM-242 ADDITIONAL_FIX One more build fix... | Vadim ProductEngine | |
2010-12-28 | STORM-242 ADDITIONAL_FIX Fixed release build and error handling. | Vadim ProductEngine | |
2010-12-28 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-12-27 | STORM-523 : pull into viewer-development | Merov Linden | |
2010-12-27 | STORM-242 FIXED Fixed incorrect release notes URL in the "You just entered a ↵ | Vadim ProductEngine | |
region using a different server version" notification. | |||
2010-12-27 | VWR-20879: Allow find_vc_dir() to work with VCExpress | Robin Cornelius | |
2010-12-24 | Fix another alignment issue on windows | Roxie Linden | |
2010-12-24 | STORM-682 FIXED Fixed positioning notification toasts in mouse-look mode. | Vadim ProductEngine | |
Toasts were positioned as if side tray was expanded. The fix is to reshape the so-called toasts screen channel (an area where toasts are drawn) on entering/leaving mouse-look mode, so that the screen channel can notice that side tray get in/visible. | |||
2010-12-24 | STORM-682 WIP Removed unused code. | Vadim ProductEngine | |
2010-12-24 | merge fix for storm-411 | Oz Linden | |
2010-12-24 | merge fix for storm-784 | Oz Linden | |
2010-12-24 | merge improved fix for STORM_785 | Oz Linden | |
2010-12-23 | Fix windows build break | Roxie Linden | |
2010-12-23 | Automated merge with ssh://bitbucket.org/aleric/viewer-development-aleric-export | Oz 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 | STORM-810 : Auto update and related changes (integration request from team ↵ | Merov Linden | |
chopper) | |||
2010-12-22 | STORM-805 : add some printout to the log so we can trace the answer ↵ | Merov Linden | |
map-server-url at startup | |||
2010-12-22 | wizard xml tweaks | leyla_linden | |
2010-12-22 | Merge | leyla_linden | |