Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | - Pelvis offsets are now preserved | prep | |
- Fix for CTS-261 | |||
2010-10-19 | merge | Dave Parks | |
2010-10-19 | Make preview render match what will be uploaded (exposes transform changes ↵ | Dave Parks | |
between LODs) | |||
2010-10-19 | Moved retry logic for certain mesh header fetches to help with SH-323 'Some ↵ | Jonathan Wolk | |
mesh objects fail to load data for valid meshes'. Renamed some variables to be more clear. | |||
2010-10-15 | Fix for various crashes on exit and leaks when using convex decomposition. | Dave Parks | |
Make rendering of convex hullified prims work in physics shape display. Reviewed by Falcon. | |||
2010-10-15 | SH-338 Fix for crash when setting medium LOD to none. | Dave Parks | |
2010-10-14 | merge | Dave Parks | |
2010-10-14 | SH-324 Clamp models to 64m on upload. | Dave Parks | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | SH-320 Make "scale" spinner actually work and show dimensions of current model. | Dave Parks | |
2010-10-12 | SH-264 Fix for lowest lod defaulting to a huge number of triangles when ↵ | Dave Parks | |
choosing "Triangle Limit" | |||
2010-10-08 | Fix for bad labels on physics shape in importer. | Dave Parks | |
Fix for crash due to race condition when uploading meshes. | |||
2010-10-07 | Prep loves to type static const int | Dave Parks | |
2010-10-06 | Added mandatory single hull simplification to mesh upload. | Dave Parks | |
2010-10-05 | merge | Dave Parks | |
2010-10-05 | Post review cleanup. | Dave Parks | |
2010-10-05 | Rewrite LLPhysicsDecomp to have a more generic callback system. | Dave Parks | |
Reviewed by prep. | |||
2010-10-04 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-10-04 | SH-79 FIX upload window shows status "loading" if file selection canceled | Nyx (Neal Orman) | |
Extended the current filename checking to handle the case where we have a user cancel a selection of an LOD file beyond the first. mLoading is made false in either case, but the dialog is closed if a file has not been chosen for the highest LOD. | |||
2010-10-02 | Remove unused variables. | Dave Parks | |
2010-10-01 | remove lod requirements check from model importer. | Dave Parks | |
2010-09-29 | SH-224 Add new streaming cost algorithm debug displays to viewer. | Dave Parks | |
Add the ability to clear LOD slots. Make triangle count UI more responsive to Generate LOD button. Add triangle count debug display for current selection. Reviewed by Nyx | |||
2010-09-28 | SH-238 Add check boxes to upload skin weights (or not) and/or joint ↵ | Dave Parks | |
positions (or not). Remove llfloaterimportcollada Reviewed by Prep. | |||
2010-09-27 | merge | Dave Parks | |
2010-09-24 | Fixed a mesh upload issue where if the asset did not contain a rig the ↵ | prep linden | |
avatar would disappear for the current session. | |||
2010-09-24 | Added support for joint offsets | prep linden | |
2010-09-23 | SH-176 Fix for physics triangle limit limiting high LOD triangle limit. | Dave Parks | |
2010-09-22 | SH-110 Fix for viewer crash when checking HULL in decomposition window... ↵ | Dave Parks | |
converted various maps to use smart pointers for keys instead of naked pointers, properly clear maps on various operations. | |||
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | SH-113 Fix for crash on consolidate after generating LOD. | Dave Parks | |
2010-09-15 | Fixed threading-related crash that would occur when decomposition completed. | Matthew Breindel (Falcon) | |
2010-09-09 | Massage importer UI | Dave Parks | |
2010-09-02 | Fix for crash when loading models (Don't hit UI from the main thread). ↵ | Dave Parks | |
Added asserts to LLFastTimer to verify main thread use only. | |||
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 | buildfix: fixing linux build to handle new SSE2 architecture | Nyx (Neal Orman) | |
code reviewed by davep and falcon | |||
2010-08-26 | Add missing files from viewer-experimental | Dave Parks | |