Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-08 | SH-541 - Physics mesh display shows inconsistent data. | Roxie Linden | |
The object UI was allowing the user to set 'prim' physics for meshes for which no user physics had been uploaded, or decomposed. It defaulted to convex hull in that case. The fix is to fix the UI to disallow 'prim' for meshes without physics meshes, limiting those to only convex hull and none. We will also redo the task validation to detect invalid states related to this as part of the 'redo the validation' work | |||
2010-11-22 | CTS-320 SH-465 FIX use system zlib for standalone builds | Nyx (Neal Orman) | |
pulling boroondas' changes to change our includes to use the system versions of zlib if doing a standalone build. Code changes are minimal, and appear to work correctly. Approved. - Nyx | |||
2010-11-22 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-22 | SH-466 FIX fix of VWR-20670/SNOW-506 lost in merge | Nyx (Neal Orman) | |
Verified that the fix is no longer in mesh-development. Verified fix is still in viewer-development. Fix is simply changing visibility of LLInstanceTracker base in LLEventTimer from protected to public. The lack of this fix indicates a bad merge. Re-applying fix. | |||
2010-11-22 | SH-467 FIX fix of VWR-20809/SNOW-504 lost in merge | Nyx (Neal Orman) | |
re-applying the fix originally committed as c5ddd1e361ae. This allows standalone builds to not depend on stage_third_party_libs but was lost in a merge as referenced in jira. Re-reviewed the code in the patch and it is a valid fix. | |||
2010-11-22 | SH-468 FIX fix of VWR-20810/SNOW-503 lost in merge | Nyx (Neal Orman) | |
re-applying changeset b987077e9bbb as it was lost in the merge. reviewed the original patch, appears valid. | |||
2010-11-22 | Fix typo for llconvexdecompositionstub darwin package. | Roxie Linden | |
CR: davep | |||
2010-11-22 | merge of earlier code that got stomped from a previous merge | prep linden | |
2010-11-21 | Remove dependency on ll_align_malloc/free from avatar. | Dave Parks | |
2010-11-21 | Remove ll_aligned_malloc from llspatialpartition | Dave Parks | |
2010-11-21 | Prune ll_aligned_malloc/free calls out of lldrawable and llface | Dave Parks | |
2010-11-21 | Get rid of more ll_aligned_malloc calls. | Dave Parks | |
2010-11-21 | Get rid of pointless redirection and malloc/free. | Dave Parks | |
2010-11-21 | Fake anti-aliasing for deferred rendering as an alternative to real ↵ | Dave Parks | |
anti-aliasing. | |||
2010-11-21 | Fix for crash when uploading textures via importer. Uploads still fail, ↵ | Dave Parks | |
though, fix just makes them stop trying after 5 retries when getting 499 or 500 status codes. | |||
2010-11-19 | remove unused variable make gcc happy | Dave Parks | |
2010-11-19 | Don't reset preview target unless high LOD is being swapped out. | Dave Parks | |
2010-11-19 | SH-525 fix for crash when specifying LOD slots out of order. | Dave Parks | |
2010-11-19 | merge | Dave Parks | |
2010-11-19 | SH-448 Initial draft of implementing UI spec for "advanced" importer. | Dave Parks | |
2010-11-19 | Don't use llwarns/llinfos from a background thread. | Dave Parks | |
2010-11-19 | merge | Dave Parks | |
2010-11-19 | Hack old .dll into collada package to make vista/xp happy. Might need to ↵ | Dave Parks | |
revert if builds start failing. | |||
2010-11-19 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-19 | SH-356 FIX render cost doesn't factor in revolutions | Nyx (Neal Orman) | |
Added a revolutions factor to render cost calculations. Adding revolutions will multiply your render cost based on how much geometry is added, from 1x up to 4x Code reviewed by Davep. Wiki documentation updated. | |||
2010-11-19 | merge | prep linden | |
2010-11-19 | Fix for crash on accessing a translation element that is NULL | prep linden | |
2010-11-18 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-18 | SH-350 SH-351 SH-355 FIX ARC fixes | Nyx (Neal Orman) | |
Had a few debugging lines in my last checkin. Cleaning up unreviewed changes. | |||
2010-11-18 | Added build params for mesh-development | Brad Payne (Vir Linden) | |
2010-11-18 | SH-350 SH-351 SH-355 FIX Several fixes for ARC | Nyx (Neal Orman) | |
Fixed the texture resolution calculation against the rounding errors we had before. Fixed the bug where linking prims changed the combined cost Fixed the bug where twisting was not computed properly Code reviewed by davep. | |||
2010-11-17 | merge | Brad Payne (Vir Linden) | |
2010-11-17 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-11-17 | SH-480 FIX meshes are not added to objects folder on upload | Nyx (Neal Orman) | |
curl host scrubbing was causing object creation for mesh prims to fail. Commenting out the offending lines so we can have a functional release. Will file a separate bug for Vir to investigate when/if we can re-enable host scrubbing on these URLs for a future release. Approach approved by davep. | |||
2010-11-17 | merge | Brad Payne (Vir Linden) | |
2010-11-17 | SH-476 FIX. Map tiles were failing when numeric addrs were substituted in ↵ | Brad Payne (Vir Linden) | |
amazon S3 image queries | |||
2010-11-17 | SH-432 mesh viewer will not run on OSX 10.5.8 | Nyx Linden | |
Rebuilt the collada library on a 10.5 machine. this should fix the issue, as the problem was we were building against a version of libxml2 that was specific to 10.6. Will update to use a non-system version of the lib later. | |||
2010-11-17 | Implemented support for parsing bone offsets from a Collada file when no ↵ | prep linden | |
skeletal node is present. | |||
2010-11-16 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx Linden | |
2010-11-16 | SH-432 WIP mac build of mesh-development is broken | Nyx Linden | |
Was able to rebuild collada and pcre with architecture i386, which is our officially supported architecture. This should unstick the build in theory. | |||
2010-11-16 | merge | Brad Payne (Vir Linden) | |
2010-11-15 | merge | prep | |
2010-11-15 | Implemented support for getting at the child translational element if the ↵ | prep | |
SID fails to resolved. | |||
2010-11-15 | Backed out changeset: 1c9c6cdcccde | prep | |
2010-11-15 | Implemented support for getting at the child translational element if the ↵ | prep | |
SID fails to resolved. | |||
2010-11-15 | SH-396 WIP mac build not working on mesh-development | Nyx Linden | |
last build of collada didn't have ppc architecture, which is required for running on 10.4 / 10.5 (was able to build it without ppc when building only for 10.6). | |||
2010-11-12 | BUILDFIX allow curl host name scrub to work on non-windows platforms | Nyx (Neal Orman) | |
Needed an include for gethostbyname to be called properly. | |||
2010-11-12 | merge | Brad Payne (Vir Linden) | |
2010-11-12 | SH-275 FIX: non-production grids now default to different source of map tiles | Brad Payne (Vir Linden) | |
2010-11-12 | SH-331 WIP updating colladadom to work for mac on mesh-development | Nyx Linden | |
Tried building a colladadom package for mac that will run on both 10.5 and 10.6 fingers crossed. |