Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-01 | merge | Dave Parks | |
2010-09-01 | Add viewer_grid to configure params as per cg's instructions. | Dave Parks | |
2010-09-01 | CTS-231 WIP new ARC algorithm | Nyx (Neal Orman) | |
tweaked some numbers that were incorrect when I originally wrote the algorithm deminimis change, no review | |||
2010-09-01 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-01 | CTS-231 WIP create new ARC algorithm to be more accurate and account for meshes | Nyx (Neal Orman) | |
First pass - uses the new algorithm to hopefully be more accurate of render load on low-end machines. Also accounts for mesh complexity, including if a mesh is weighted or non-weighted. Code reviewed by davep | |||
2010-08-31 | Add build.sh from oz/viewer-experimental | Dave Parks | |
2010-08-31 | Good BuildParams for mesh beta. | Dave Parks | |
2010-08-31 | Merge cleanup. | Dave Parks | |
2010-08-31 | merge | Dave Parks | |
2010-08-31 | CT-575 WIP FR linguistic; restore 1 missing string | Eli Linden | |
2010-08-31 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-31 | set default build notices to show changes since last_sprint tag | Oz Linden | |
2010-08-31 | integrate up to latest viewer-development | Oz Linden | |
2010-08-31 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-development | Oz Linden | |
2010-08-31 | Added tag last_sprint for changeset c6e6324f5be1 | Oz Linden | |
2010-08-31 | VWR-22162 FIXED 'I can't add negative signs to TWIST in Edit Mode' | Tofu Linden | |
Probably a regression from the prevalidator rework - was enforcing non-negative int when precision=0 (i.e. non-float), should have been enforcing only full int range. | |||
2010-08-30 | pull internationalization fixes from faulty split | Oz Linden | |
2010-08-31 | Fix double definition of create_jump_keys="true" introduced in the fix for ↵ | Aimee Linden | |
VWR-20724 to pass coding policy check. | |||
2010-08-31 | Merge | Aimee Linden | |
2010-08-30 | Automated merge with ↵ | Oz Linden | |
http://bitbucket.org/aleric/viewer-development-aleric-export | |||
2010-08-29 | add parameters for an oz_viewer-review2 build | Oz Linden | |
2010-08-29 | pull changes for EXT-8668 and EXT-7901 | Oz Linden | |
2010-08-29 | merge up to latest viewer-development | Oz Linden | |
2010-08-29 | Merge changes from product-engine branch | Oz Linden | |
2010-08-27 | Removing two extraneous entries from viewer-hg-convert.shamap. | Monroe Linden | |
2010-08-27 | Reconstructed viewer-hg-convert.shamap for the viewer-public merge | Aimee Linden | |
2010-08-27 | merge | Tofu Linden | |
2010-08-27 | Pull cg's BuildParams fixes | Merov Linden | |
2010-08-27 | Sync with viewer-development | Merov Linden | |
2010-08-27 | Clean up Comments in BuildParams; Replace explicit upload locations with ↵ | Christian Goetze (CG) | |
"public_build" policy. | |||
2010-08-27 | SNOW-766: Add a 'printbuilddirs' command to develop.py | Aleric Inglewood | |
2010-08-27 | Sync with viewer-development | Merov Linden | |
2010-08-27 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-08-26 | Sync with viewer-development | Merov Linden | |
2010-08-26 | VWR-20946 : fix erroneous error message (broken window...) | Merov Linden | |
2010-08-26 | VWR-20946 : fix the viewer manifest script to take the new kdu lib name into ↵ | Merov Linden | |
account | |||
2010-08-26 | CTS-219 Fix for broken geometry when importing from polygons. | Dave Parks | |
2010-08-26 | Disable edit-and-continue (makes breakpoints not work on occasion). | Dave Parks | |
2010-08-26 | VWR-20946 : use fixed linux bundle for kdu | Merov Linden | |
2010-08-26 | Add missing xml files from viewer-experimental | Dave Parks | |
2010-08-26 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-08-26 | buildfix - replaced NULL with FALSE | Nyx (Neal Orman) | |
gcc doesn't like passing NULL where you mean FALSE. This unsticks the linux build. de-minimis change, no review. | |||
2010-08-26 | Fix for various physics shape rendering glitches. | Dave Parks | |
2010-08-26 | Fix for crash when rendering translation handles. | Dave Parks | |
2010-08-26 | buildfix removing unnecessary line in llvector4a.h | Nyx (Neal Orman) | |
upon further review, falcon determined this fix was unnecessary. | |||
2010-08-26 | buildfix: fixing linux build to handle new SSE2 architecture | Nyx (Neal Orman) | |
code reviewed by davep and falcon | |||
2010-08-26 | Remove redundant panel_classified.xml XUI file. | Aimee Linden | |
2010-08-26 | Add missing files from viewer-experimental | Dave Parks | |
2010-08-26 | re-merge change from Thickbrick (minor collisions with changes from ↵ | Oz Linden | |
viewer-public merge) | |||
2010-08-26 | EXT-8727 FIXED Potential fix for a crash in ↵ | Vadim Savchuk | |
LLAppearanceMgr::updateClothingOrderingInfo. I couldn't reproduce the problem (it has happened for only two users, both running MacOSX), but from what I see in the logs, it might have been caused by (or related to) NULL COF items. I haven't found out how they appear nor what exactly causes the crash, but just for any case I added a check to make sure we don't try to update wearables ordering info for such items. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/876/ --HG-- branch : product-engine |