Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-18 | Bypass GCC template stumble by specializing getMaterialField for LLUUID | Kitty Barnett | |
2012-12-17 | Merge with viewer-materials tip | Kitty Barnett | |
2012-12-07 | Use a single multiplier value for all material fields | Kitty Barnett | |
2012-12-04 | Updating the comparison function to not use ascii-character comparison. ↵ | William Todd Stinson | |
This will give better sorting when the operator overriden comparators are used. | |||
2012-12-04 | Implementing string conversion and comparison operator overrides for the ↵ | William Todd Stinson | |
LLMaterialID class. | |||
2012-12-03 | Added LLMaterialMgr::get() to retrieve individual materials (with optional ↵ | Kitty Barnett | |
callback) | |||
2012-12-03 | Started LLMaterialMgr to handle viewer<->region materials communication | Kitty Barnett | |
* refactored LLFloaterDebugMaterials::requestPutMaterials() to use LLMaterialMgr instead * replaced "Object editing" results list with information about the active selection instead | |||
2012-12-02 | Refactor LLFloaterDebugMaterials::convertToPrintableMaterialID() as ↵ | Kitty Barnett | |
LLMaterialID::asString() so it can be used everywhere | |||
2012-12-02 | Fixed two minor issues (mDiffuseAlphaMode and mAlphaMaskCutoff were ↵ | Kitty Barnett | |
reversed; specular rotation had wrong format specifier) | |||
2012-12-02 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development | Kitty Barnett | |
2012-11-29 | Encapsulate material definitions in LLMaterial and refactor ↵ | Kitty Barnett | |
LLFloaterDebugMaterials to use the new class | |||
2012-11-27 | First pass at re-implementing the POST functionality to query values for ↵ | William Todd Stinson | |
selected visible objects. | |||
2012-10-11 | Adding an additional conversion constructor. | William Todd Stinson | |
2012-10-09 | Initial pass at getting a list of viewer objects with non-null material IDs. | William Todd Stinson | |
2012-10-03 | Removing overly verbose debug outputs. | William Todd Stinson | |
2012-09-14 | Added some initial basic decoding of the material value per face. | William Todd Stinson | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-13 | fix for SH-3235: Bump maps are not loaded until objects change LOD | Xiaohong Bao | |
2012-07-12 | PATH-807: Adding an additional check for if the object is marked as ↵ | Todd Stinson | |
volume-detect. Note that this will require Andrew's corresponding server-side change to take effect. However, the viewer change alone should have no neative effect prior to the server being updated. | |||
2012-07-05 | partial changes for building with the llphysicsextensions source package | Oz Linden | |
2012-04-25 | Removing windows line endings from .h and .cpp files. | Todd Stinson | |
2012-04-18 | Updating to the latest llphysicextensions pre-built package with the now ↵ | Todd Stinson | |
lowercased version of the header file names. | |||
2012-02-29 | PATH-199: Starting to introducing the pathfinding flags for the object. | Todd Stinson | |
2012-02-29 | PATH-199: More cleanup of object flags and syncing with definitions from the ↵ | Todd Stinson | |
server-side using left-shifted bits instead 0x explicits for better human readability. | |||
2012-02-29 | SH-2689 FIX - a bit more logging and related cleanup. Somewhat arbitrarily ↵ | Brad Payne (Vir Linden) | |
calling this done, although tweaks will be ongoing | |||
2012-02-28 | PATH-199: Cleaning up code related to object flags so that I can better use ↵ | Todd Stinson | |
the flags to managed pathfinding flags such as permanent and character. | |||
2012-01-27 | BUILDFIX header file capitalization | Nyx (Neal Orman) | |
Will clean this up to be more in line with our standards later | |||
2012-01-26 | assert fix for mempyNonAliased16 call | Brad Payne (Vir Linden) | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-11-28 | a try fix for sh-2651: [crashhunters] Crash after google translate failure | Xiaohong Bao | |
and sh-2658: crash in LLPluginMessage::parse | |||
2011-11-23 | SH-2449 Preserve texture scaling when animating textures when "size x" and ↵ | Dave Parks | |
"size y" parameters to llSetTextureAnim are zero. | |||
2011-09-27 | ER-70: from a sim bug, but object can also crash viewer. Fixed NULL. Reviewed | simon@Simon-PC.lindenlab.com | |
by Kelly | |||
2011-09-14 | merge | Brad Payne (Vir Linden) | |
2011-08-30 | Log error message if material list is not a subset of reference model | 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-22 | Merge from viewer-experience | Leslie Linden | |
2011-08-19 | merge | Brad Payne (Vir Linden) | |
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-08-12 | merge from viewer-experience | Leyla Farazha | |
2011-08-10 | merge viewer-development to mesh-development | Brad Payne (Vir Linden) | |
2011-08-03 | Fixes for sh-2039, sh-1336, and sh-2044. Vertices were having incorrect ↵ | prep | |
weights assigned. | |||
2011-07-29 | merge | prep linden | |
2011-07-29 | Removed joint Positional Compare because it was crashing on some rigs | prep linden | |
2011-07-29 | BUILDFIX: fixing build for linux, casting doubles as parameters to abs | nyx | |
2011-07-29 | merging in PE's fixes for new UI to mesh-development. | nyx | |
Included are upload floater tweaks, build panel tweaks, and removing the mesh enabled checkbox in region tools. | |||
2011-07-28 | Fix for sh-2044, sh-2039 and sh-2166 (Avatar weights were sometimes not ↵ | prep | |
correctly applied upon import. | |||
2011-07-22 | SH-1868 WIP Added user-supplied metric data for uploading a model. | seth_productengine | |
The mesh category string selected by user within the model data and sent to the server during calculating the upload fee and upload requests. The accounting info and the upload permissions warning in the bottom left corner of the floater are temporarily made mutually exclusive. |