Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-14 | Fix for CTS-804. Added support for parsing translations from ↵ | prep | |
Blenders(v2.5.9) transform SID's. | |||
2011-09-12 | BUILDFIX GCC fixing unused variable | Nyx (Neal Orman) | |
2011-09-08 | merge | prep | |
2011-09-08 | Fix for SH-2210 | prep | |
2011-09-08 | Automated merge with https://bitbucket.org/paul_productengine/sh-2309 | Seth ProductEngine | |
2011-09-08 | SH-2309 FIXED 'Triangles limit' combo value updating problem. | Seth ProductEngine | |
Fixed updating 'Error threshold' spinner control visibility. | |||
2011-09-07 | SH-2371 FIXED "Not allowed to upload message" flashes when uploader dialog ↵ | Paul ProductEngine | |
comes up - This is a regression bug caused by changeset:20407 | |||
2011-09-07 | Merge mesh-development with sh-2309 | Paul ProductEngine | |
2011-09-07 | Merge from seth_mesh_dev to paul_mesh_dev | Paul ProductEngine | |
2011-09-06 | SH-2309 New icons added to mesh upload floater. | Seth ProductEngine | |
2011-09-06 | merge | Brad Payne (Vir Linden) | |
2011-09-06 | SH-2309 FIXED Priority modifications to mesh uploader UI | Paul ProductEngine | |
- Replaced magic number with constant - Commented my magic numbers | |||
2011-09-05 | SH-2347 FIXED selecting the value in Stitching Type drop down. | Seth ProductEngine | |
2011-09-05 | merge | Seth ProductEngine | |
2011-09-02 | merge changes for storm-1027 | Oz Linden | |
2011-09-02 | SH-2171 Commented-out code cleanup. | Seth ProductEngine | |
2011-09-02 | SH-2309 WIP Label colors changed in mesh upload floater. | Seth ProductEngine | |
2011-09-02 | SH-2309 Model preview floater LoD tab updated. | Seth ProductEngine | |
- Combo boxes for LoD source added for each level - New option "Use LoD above" added for copying the model from higher LoDs. - Various LoD settings and related controls removed. | |||
2011-09-02 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
- Changed representation of Retain% control values - Added "Choose one..." item to the LOD combo_box | |||
2011-09-01 | merge | Brad Payne (Vir Linden) | |
2011-09-01 | Fix for model metrics | Brad Payne (Vir Linden) | |
2011-09-01 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
- Bind "Cosine%" param with "Smooth" combo box. - Corrected some wording. - Little UI polish. Line with results in Physics tab. - Changed ordering of LOD combo box items. | |||
2011-08-31 | Automated merge with http://hg.secondlife.com/mesh-development | Xiaohong Bao | |
2011-08-31 | fix for SH-2367: Model upload errors are not displayed | Xiaohong Bao | |
2011-08-31 | SH-2314 FIX - change RenderVolumeLODFactor back to 1.125 for low graphics | Brad Payne (Vir Linden) | |
2011-08-31 | merge | Brad Payne (Vir Linden) | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Xiaohong Bao | |
2011-08-31 | turn on private memory pool by default. | Xiaohong Bao | |
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-31 | storm-1578: change default Away timeout to "never" | Oz Linden | |
2011-08-31 | SH-2309 WIP Priority modifications to mesh uploader UI | Paul ProductEngine | |
Made next changes according to the last version of UI spec: - Modified Upload Options tab - Modified Physics tab - Modified the floater overall | |||
2011-08-31 | merge changes for storm-1567 | Oz Linden | |
2011-08-31 | merge changes for storm-638 | Oz Linden | |
2011-08-31 | merge changes for storm-1566 | Oz Linden | |
2011-08-31 | merge changes for storm-1572 | Oz Linden | |
2011-08-31 | merge changes for storm-1574 | Oz Linden | |
2011-08-30 | Fix for Sh-2350 | prep linden | |
2011-08-30 | merge | prep linden | |
2011-08-30 | Log error message if material list is not a subset of reference model | prep linden | |
2011-08-30 | merge | Brad Payne (Vir Linden) | |
2011-08-30 | merge | prep linden | |
2011-08-30 | Handling of material mismatches - lod materials are required to be a subset ↵ | prep linden | |
of the high lod, introduced addEmptyFace() for when parity does not exist between model material counts | |||
2011-08-30 | merge | Brad Payne (Vir Linden) | |
2011-08-29 | fix for SH-2311: crash at LLVOVolume::lineSegmentIntersect line 3435 | Xiaohong Bao | |
and SH-2358: Crash in LLError::crashAndLoop: Invalid face index | |||
2011-08-29 | STORM-1522 Region/Estate -> Terrain Text explaining Low and High values is ↵ | Jonathan Yap | |
truncated | |||
2011-08-29 | merg | Brad Payne (Vir Linden) | |
2011-08-29 | merge changes for .v-pb | Oz Linden | |
2011-08-27 | STORM-638 FOLLOWUP Fixed a silly pointer usage mistake. | Vadim ProductEngine | |
2011-08-26 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2011-08-26 | SH-862 FIX re-scaling render weight algorithm | Nyx (Neal Orman) | |
We were double-counting the factor of scale both through the streaming cost algorithm, as well as another multiplier in the render cost algorithm. This caused objects at small scales to have little cost difference regardless of amount of geometry, due to minimum costs. Eliminated extra scale factor, and instead scaled number of triangles up by a constant factor to keep the balance between geometry and texture costs sane. |