Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | merge | Dave Parks | |
2010-10-19 | CTS-283 Fix for objects being locked when imported. | 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-18 | merge | Dave Parks | |
2010-10-18 | Turn assertion around cache loading into an early out. | Dave Parks | |
2010-10-18 | Improved locking around command queues. | Dave Parks | |
2010-10-18 | SH-329 SH-332 WIP BUILDFIX update linux colladadom | Nyx (Neal Orman) | |
Verified my fix actually removes dependency on GLIBC 2.4 this time. Sorry for thrashing on install.xml :) | |||
2010-10-18 | SH-329 SH-332 WIP update colladadom to work on linux | Nyx (Neal Orman) | |
Trying again, this time with proper build flags so we don't run into versioning issues, since the lib is built on ubuntu but has to link on an older build machine | |||
2010-10-18 | SH-332 SH-329 update colladadom for open source release | Nyx (Neal Orman) | |
Trying to repackage colladadom for linux as static linking, test impact on unresolved dependencies. | |||
2010-10-16 | Better physics shape display. | Dave Parks | |
2010-10-15 | merge | Dave Parks | |
2010-10-15 | Update llconvexdecomp | Dave Parks | |
2010-10-15 | SH-329 WIP get branch ready for open source release | Nyx (Neal Orman) | |
updated build config to strip havok debug symbols also added mac convex decomp stub lib. | |||
2010-10-15 | SH-331 SH-332 FIX SH-329 WIP fix: colladadom for mac/linux wip: decompstub | Nyx (Neal Orman) | |
updating install.xml with the new packages for colladadom for mac & linux updating install.xml with decomposition stub for linux (mac and win will come later) | |||
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 | CTS-265 Fix for spinners having a scale limit of 10m | Dave Parks | |
2010-10-15 | Proper loading of hull indices, bad use of initThread | Dave Parks | |
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-14 | SH-329 WIP merging in oz's fix for license issues in the mesh branch | Nyx (Neal Orman) | |
2010-10-14 | Fix for debug build (copy correct collada dll). | Dave Parks | |
2010-10-14 | Make radius on viewer match radius on simulator for streaming cost estimation. | Dave Parks | |
2010-10-14 | Updated colladadom. | Dave Parks | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-10-12 | SH-157 Make RenderShaderLightingMaxLevel automatically reload shaders. | Dave Parks | |
2010-10-12 | SH-320 Make "scale" spinner actually work and show dimensions of current model. | Dave Parks | |
2010-10-12 | Disable uniform map checking for now (breaks on several valid edge cases). | Dave Parks | |
2010-10-12 | Make viewer mesh cost scaler match current sim mesh cost scaler. | 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-12 | SH-302 Fix for crash when uploading models with hundreds of meshes. | Dave Parks | |
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 | merge | Dave Parks | |
2010-10-07 | Prep loves to type static const int | Dave Parks | |
2010-10-07 | SH-64 WIP update GLOD on mac | Nyx Linden | |
Trying again, this time adding SDK versions to GLOD's linker commands as well as its compile command. Ugh. | |||
2010-10-07 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx Linden | |
2010-10-07 | SH-64 WIP update GLOD on mac | Nyx Linden | |
Trying this again, attempting one more update to fix the issues of not being able to run with GLOD on 10.5. | |||
2010-10-07 | merge | Dave Parks | |
2010-10-07 | Fix for crash when convex decomposition fails. | Dave Parks | |
2010-10-07 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx Linden | |
2010-10-07 | BUILDFIX: viewer-mesh mac build | Nyx Linden | |
xcode didn't like the way we were defining inner classes and assuming that if the outer class was a friend that the inner class would be too. Couldn't forward-declare the inner class so had to re-arrange the order of class declaration. Between re-ordering the class declarations, and explicitly making the inner class a friend, this un-sticks the mac build, and makes it happy. Code reviewed by davep. | |||
2010-10-07 | Fix for crash when attempting to render single hull rep when no such rep is ↵ | Dave Parks | |
available. | |||
2010-10-07 | Increase default scale limit to 64m | Dave Parks | |
2010-10-07 | merge | Nyx Linden | |
2010-10-07 | SH-65 WIP update convex decomp on mac | Nyx Linden | |
Pushing in the cmake change that will make the mac build use the non-stub version of the convex decomp lib. | |||
2010-10-07 | Update convex decomp and physics shape display to include convex hulls for ↵ | Dave Parks | |
prims where appropriate. | |||
2010-10-07 | Add pure physics cost to UI | Dave Parks | |
2010-10-06 | merge | Dave Parks | |
2010-10-06 | Fix for double uploads of non models | jwolk | |