summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelpreview.cpp
AgeCommit message (Collapse)Author
2010-12-30Code review fix from davep - use booling or operator and not binary oneRoxie Linden
Remove unnecessary state check. Initial dialog work for showing physics cost in upload dialog
2010-12-30SH-714 Fix for skinned meshes being incorrectly scaled.Dave Parks
2010-12-29SH-632 Fix for auto generating mesh LODs sometimes reducing High LOD ↵Dave Parks
triangle count.
2010-12-22mergeDave Parks
2010-12-22SH-658 Preserve LOD mode when switching between preview LoDs.Dave Parks
2010-12-22Automated merge with http://hg.secondlife.com/mesh-developmentXiaohong Bao
2010-12-22fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error)Xiaohong Bao
2010-12-22Update llconvexdecomposition and fix gcc compiler errorDave Parks
2010-12-22mergeDave Parks
2010-12-22SH-636 Update physics tab to new spec, move "completed" physics decomp ↵Dave Parks
callbacks to main thread, add object model to decomposition tool, make imported model scales non-uniform.
2010-12-21fixed wizard model not previewing issues and added pan/zoomleyla_linden
2010-12-20model upload wizard - added optimization and state changesleyla_linden
2010-12-20SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved ↵Brad Payne (Vir Linden)
onIdle functions to llcallbacklist.
2010-12-20thread safety checkingBrad Payne (Vir Linden)
2010-12-15SH-594 - added an extra redundant check for nameless nodesBrad Payne (Vir Linden)
2010-12-15SH-594 FIX: added check for nameless nodesBrad Payne (Vir Linden)
2010-12-14mergeBrad Payne (Vir Linden)
2010-12-14SH-439 FIX: track name requested in UI separately, so we can fall back to ↵Brad Payne (Vir Linden)
name from dae if needed
2010-12-14BUILDFIX uninitialized variableNyx (Neal Orman)
a potentially uninitialized variable is causing the linux build to fail. Initializing the value to 0, as its our best guess for what it should be, as davep is currently out sick.
2010-12-13fixed bad line endingsBrad Payne (Vir Linden)
2010-12-13mergeBrad Payne (Vir Linden)
2010-12-13SH-653 FIX: upload button now starts out disabledBrad Payne (Vir Linden)
2010-12-10mergeDave Parks
2010-12-10Remove redundant call to glodGroupParameteriDave Parks
2010-12-10More correct GLOD usage -- one group, many objects.Dave Parks
2010-12-10fixed model uploader aspect not updating, text not following resize, and ↵leyla_linden
file name not filling in
2010-12-10merge cleanup.Dave Parks
2010-12-10mergeDave Parks
2010-12-10Reskin model importer according to latest spec, add extra LoD decimation ↵Dave Parks
parameters.
2010-12-09Initial code for the upload model wizard - loading model is working, not ↵leyla_linden
much else
2010-12-08Fix for SH-424prep
2010-12-08Automated merge from mesh-developmentLoren Shih
2010-11-30Make importer use 3-light setup all the timeDave Parks
2010-11-23Fix for SH-479prep linden
2010-11-22merge of earlier code that got stomped from a previous mergeprep linden
2010-11-19remove unused variable make gcc happyDave Parks
2010-11-19Don't reset preview target unless high LOD is being swapped out.Dave Parks
2010-11-19SH-525 fix for crash when specifying LOD slots out of order.Dave Parks
2010-11-19mergeDave Parks
2010-11-19SH-448 Initial draft of implementing UI spec for "advanced" importer.Dave Parks
2010-11-19Fix for crash on accessing a translation element that is NULLprep linden
2010-11-17Implemented support for parsing bone offsets from a Collada file when no ↵prep linden
skeletal node is present.
2010-11-15Implemented support for getting at the child translational element if the ↵prep
SID fails to resolved.
2010-11-15Backed out changeset: 1c9c6cdcccdeprep
2010-11-15Implemented support for getting at the child translational element if the ↵prep
SID fails to resolved.
2010-10-28- Pelvis offsets are now preservedprep
- Fix for CTS-261
2010-10-19mergeDave Parks
2010-10-19Make preview render match what will be uploaded (exposes transform changes ↵Dave Parks
between LODs)
2010-10-19Moved 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-15Fix 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.