Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-06 | ATI compatibility pass | Dave Parks | |
2010-10-04 | Interface/state for rendering convex hull physics shapes. Still need to ↵ | Dave Parks | |
implement gMeshRepo.buildHull | |||
2010-10-04 | Switch mailing notification back to shining@ becaue mesh-beta@ doesn't seem ↵ | Dave Parks | |
to work at all. | |||
2010-10-03 | Correct mesh-beta@lists.secondlife not mesh-beta@lists.lindenlab | Dave Parks | |
2010-10-03 | Correct rendering of prims as user meshes/analytical shapes when not set to ↵ | Dave Parks | |
convex hull or no physics. | |||
2010-10-02 | Changing notification list to mesh-beta so testers can get notifications of ↵ | Dave Parks | |
new builds. | |||
2010-10-02 | Remove unused variables. | Dave Parks | |
2010-10-01 | remove lod requirements check from model importer. | Dave Parks | |
2010-10-01 | Rough draft of physics display better matching what's on the sim. | Dave Parks | |
2010-10-01 | always send crash reports | Dave Parks | |
2010-10-01 | Add llhysicsshapebuilderutil | Dave Parks | |
2010-10-01 | disable incremental linking by default as per vir's request. | Dave Parks | |
2010-09-30 | merge | Dave Parks | |
2010-09-30 | Put some errant tests under if (LL_TESTS) conditional. | Dave Parks | |
2010-09-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-30 | Added fix for viewing convex decomps in Render Physics Shapes mode when hull ↵ | Matthew Breindel (Falcon) | |
has exactly 256 verts. | |||
2010-09-30 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-30 | SH-84 CTS-217 FIX crash when trying to upload an animation | Nyx (Neal Orman) | |
we were calling markVisible when we shouldn't have, resulting in a segfault from dereferencing a null pointer. Removed the offending line and the animation upload works now. Reviewed by davep | |||
2010-09-30 | Merge | Matthew Breindel (Falcon) | |
2010-09-30 | merge | Nyx Linden | |
2010-09-30 | SH-64 FIX update GLOD on mac | Nyx Linden | |
built new glod against gcc 4.0 and SDK 10.4, so it should run on all OSX systems back to 10.4. Updating install.xml with the new package. | |||
2010-09-30 | Remove unused variable. | Dave Parks | |
2010-09-30 | Switch to 10.5 SDK | Dave Parks | |
2010-09-29 | merge | Dave Parks | |
2010-09-29 | Fix for serialization deprecation problems. | 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-29 | SH-107 WIP fix broken Delaunay option in convex decomp | Nyx (Neal Orman) | |
whoops. misspelled the address of the new package. | |||
2010-09-29 | SH-107 WIP fix broken Delaunay option in convex decomp panel | Nyx (Neal Orman) | |
updating the convex decomp library (built by falcon) to fix the broken Delaunay option. | |||
2010-09-28 | Fix for crash when attempting to create a 16X multisample buffer (just clamp ↵ | Dave Parks | |
to 8 samples for now) | |||
2010-09-28 | Enable FBO on OSX | Dave Parks | |
2010-09-28 | Fix for crash when updating flexis. | Dave Parks | |
2010-09-28 | Missed a file from last commit. | Dave Parks | |
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-27 | Switching build location to public as discussed. | Dave Parks | |
2010-09-27 | merge | Tofu Linden | |
2010-09-27 | Merge | Kelly Washington | |
2010-09-27 | merge storm-153 re-fix. | Tofu Linden | |
2010-09-27 | merge storm-228 | Tofu Linden | |
2010-09-27 | merge storm-190 | Tofu Linden | |
2010-09-27 | merge storm-173 | Tofu Linden | |
2010-09-27 | STORM-153 ADDITIONAL FIX Properly fixed unlocalized chiclet tooltip and ↵ | Andrew Productengine | |
syswell session names for adhoc. Bug was caused by using unlocalized name of session as argument in LLIMModel::newSession() after the session name was localized in constructor. - Used correct session name in LLIMModel::newSession(). Adding similar logic to addMessage() turned out to be unnecessary and also caused regression (VWR-23180), so previous fix of the same bug(8ab901af1241) was backed out in 28ed1b4cf4cd. Erroneous part was excluded from this fix. | |||
2010-09-27 | STORM-228 FIXED 'Loading / Done' text is cropped on the bottom of 'Find' floater | Paul Guslisty | |
-Increased space between bottom of the floater and bottom of the web browser (inside floater), so that 'Loading / Done' text between bottom of the web browser and bottom of the floater won't be cropped | |||
2010-09-27 | STORM-190 FIXED text truncations in floater EDIT CONTENT PERMISSIONS. | Sergei Litovchuk | |
- Increased overall floater width. - Increased permissions columns width. - Increased 'Check All' and 'Clear' buttons width. - Applied text wrapping to permissions labels. - Removed 'NextOwnerLabel' dimensions overrides for German. - Removed 'Check All' and 'Clear' buttons dimensions overrides for Polish. | |||
2010-09-25 | Fix for foldertype_bad_lookup nonsense (requires clearing of cache and ↵ | Dave Parks | |
bad_lookup folder and/or a fresh inventory copy from agni to take effect). | |||
2010-09-24 | merge | Dave Parks | |
2010-09-24 | Fix for bad zipping of meshes and add mesh icon back to repository. | Dave Parks | |
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
make ctrl-f work from the script search box itself. | |||
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
change to better / more consistent naming | |||
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
let some LLViews handle shortcut keys if they want. reviewed with ambroff |