Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-06 | Automated merge up from viewer-development | Loren Shih | |
2011-01-06 | Automated merge from mesh-development | Loren Shih | |
2011-01-06 | SH-690 FIXED Name field in Upload Model dialog allows unicode charaters to ↵ | Loren Shih | |
be entered which shows a blank name in inventory once uploaded Disabled unicode character input. | |||
2011-01-05 | merge changes for storm-806 | Oz Linden | |
2011-01-05 | merge changes for storm-825 | Oz Linden | |
2011-01-05 | SH-716 FIXED Water reflections should not default to ON for High graphics ↵ | Loren Shih | |
setting Revert to previous behavior. Reflections stay at "minimal". | |||
2011-01-05 | Automated merge from viewer-development | Loren Shih | |
2011-01-05 | SH-716 FIXED Water reflections should not default to ON for High graphics ↵ | Loren Shih | |
setting Revert to previous behavior. Reflections stay at "minimal". | |||
2011-01-05 | merge | prep | |
2011-01-05 | Fix for SH-579 | prep | |
2011-01-05 | Automated merge up from viewer-development | Loren Shih | |
2011-01-05 | Automated merge from mesh-development | Loren Shih | |
2011-01-05 | SH-741 FIXED Mesh assets cannot be dragged into notecards | Loren Shih | |
Added DAD_MESH to list of text editor -allowed drag and drop types. Minor tab reformatting. | |||
2011-01-05 | merge | prep | |
2011-01-05 | patch for gl_any_samples_passed missing define on mac | prep | |
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 | SH-739 Meshes can no longer be moved into subfolders of the "Meshes" folder | Loren Shih | |
Did this ever work? The code for handling drag&drop is broken completely for meshes; you can't drag them anywhere in inventory. Also did some formatting/cleanup of related code. | |||
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 | Automated merge from mesh-development | Loren Shih | |
2011-01-04 | merge changes for storm-398 | Oz Linden | |
2011-01-04 | merge changes for storm-467 | Oz Linden | |
2011-01-04 | merge changes for storm-485 | Oz Linden | |
2011-01-04 | merge changes for storm-737 | Oz Linden | |
2011-01-04 | merge changes for storm-466 | Oz Linden | |
2011-01-04 | merge changes for storm-513 | Oz Linden | |
2011-01-04 | merge changes for storm-493 | Oz Linden | |
2011-01-04 | merge changes for storm-669 | Oz Linden | |
2011-01-04 | merge changes for storm-823 | Oz Linden | |
2011-01-04 | fixing mac build error | leyla_linden | |
2011-01-04 | Automated merge from mesh-development | Loren Shih | |
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 | STORM-825 : update Merge from viewer-development | Wolfpup Lowenhar | |
2010-12-30 | Automated merge up from viewer-development | Loren Shih | |
2010-12-30 | line endings broken again | Brad Payne (Vir Linden) | |
2010-12-30 | STORM-823 FIXED Fixed Tab Key not working properly in floaters. | Andrew Productengine | |
Bug was caused by not fiding focus root in LLUICtrl::findRootMostFocusRoot() when tab was pressed in floaters. When it was not found, LLPanel::handleKeyHere() didn't move focus to the next control. Floaters had erroneous behaviour because of focus_root xml param: though value of focus root was set with setFocusRoot() in floater's constructor , later it was overwritten in LLFloater::initFloaterXML() with value from xml again. This problem was introduced in af49c237b0f9 - there focus root was moved to xml. - To fix the problem, setFocusRoot() call was added after initFromParams() in LLFloater::initFloaterXML() to set proper value of focus root after overwriting it from xml. The drawback of the fix is that focus_root param is ignored by floaters and its value is determined depending on chrome, as it did before but the only other way to fix this problem would be to set the param in xml manually for each existing floater, and do it for each new floater added to viewer. | |||
2010-12-30 | Automated merge from viewer-development | Loren Shih | |