Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | SH-113 Fix for crash on consolidate after generating LOD. | Dave Parks | |
2010-09-20 | merge | Dave Parks | |
2010-09-20 | Stop using ll_aligned_malloc/free in llvolume. | Dave Parks | |
Fix for garbage data in vertex weight array crashing software skinning. Proper integration of picking for rigged attachhments. Optimization in LLDrawable::updateDistance (don't call updateRelativeXform, just use spatial group position). | |||
2010-09-20 | SH-66 FIX update glod on linux | Nyx (Neal Orman) | |
previously built package depended on an updated glibc, which our build hosts don't have (they're old debian systems). This is due to Ubuntu turning on stack protection by default for its builds (I build on Ubuntu). This updated package was built with no stack protection and thus should unstick the build. -Nyx | |||
2010-09-19 | Take advantage of automagical tcmalloc alignment. | Dave Parks | |
2010-09-19 | Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever ↵ | Dave Parks | |
needed, much faster than Visual C++ malloc). | |||
2010-09-19 | Raycasting for rigged attachments now works for your own attachments while ↵ | Dave Parks | |
in edit mode. | |||
2010-09-17 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-16 | merge | Nyx Linden | |
2010-09-16 | SH-64 FIX update glod on mac | Nyx Linden | |
updating install.xml to use the new glod autobuilt library. | |||
2010-09-16 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-16 | SNOW-606 REVERT libuuid removal | Nyx (Neal Orman) | |
backing out patch from SNOW-606 as it breaks the build on our linux build machines. Can be re-applied when our build machines get an updated version of libuuid. | |||
2010-09-16 | SH-66 FIX update GLOD on linux | Nyx (Neal Orman) | |
changing install.xml to have the latest glod package already built. | |||
2010-09-15 | Fixed threading-related crash that would occur when decomposition completed. | Matthew Breindel (Falcon) | |
2010-09-14 | CTS-231 WIP update mac and linux autobuild libraries for glod and convex decomp | Nyx (Neal Orman) | |
Updating cmake to ensure that linux uses the non-stub version of convex decomp. Code reviewed by Falcon | |||
2010-09-13 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-13 | Installed new llcovexdecomp package for linux. | Matthew Breindel (Falcon) | |
2010-09-13 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-13 | CTS-241 FIX update glod and convex decomp for linux and mac | Nyx (Neal Orman) | |
pushing fix for glod to work on linux. | |||
2010-09-10 | Added test code for volume raycast octree and fixed a crash in render cost ↵ | Dave Parks | |
calculation when selecting trees/grass. Reviewed by jwolk. | |||
2010-09-09 | merge | Dave Parks | |
2010-09-09 | Better debug visualization for raycasting (trying to track down raycasting ↵ | Dave Parks | |
bugs). | |||
2010-09-09 | Massage importer UI | Dave Parks | |
2010-09-09 | Enable minimal rebuild and incremental linking for RelWithDebInfo builds. | Dave Parks | |
2010-09-09 | GLOD update for windows, poke CMakeLists.txt to copy shared libs over if ↵ | Dave Parks | |
glod is touched. | |||
2010-09-08 | SNOW-606 FIX disable packaging of libuuid | Nyx (Neal Orman) | |
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad | |||
2010-09-07 | merge | Dave Parks | |
2010-09-07 | Fix for physics properties not being received by the viewer. | Dave Parks | |
2010-09-03 | buildfix: disabling fasttimers assert to unstick the build | Nyx (Neal Orman) | |
2010-09-03 | CTS-237 WIP performance testing to validate ARC algorithm | Nyx (Neal Orman) | |
Another typo - was disabling the UI, whether the debug option was true or false simple copy/paste error. | |||
2010-09-03 | CTS-237 WIP performance testing to validate new ARC algorithm | Nyx (Neal Orman) | |
Fixing a typo in my previous patch - want to use setRenderTypeMask instead of andRenderTypeMask. Deminimis change, no review | |||
2010-09-03 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-03 | CTS-237 WIP test performance to validate new ARC algorithm | Nyx (Neal Orman) | |
minor cleanup and fixing the linux build. | |||
2010-09-02 | Fix for crash when loading models (Don't hit UI from the main thread). ↵ | Dave Parks | |
Added asserts to LLFastTimer to verify main thread use only. | |||
2010-09-02 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-01 | merge | Dave Parks | |
2010-09-01 | Add viewer_grid to configure params as per cg's instructions. | Dave Parks | |
2010-09-01 | CTS-231 WIP new ARC algorithm | Nyx (Neal Orman) | |
tweaked some numbers that were incorrect when I originally wrote the algorithm deminimis change, no review | |||
2010-09-01 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-01 | CTS-231 WIP create new ARC algorithm to be more accurate and account for meshes | Nyx (Neal Orman) | |
First pass - uses the new algorithm to hopefully be more accurate of render load on low-end machines. Also accounts for mesh complexity, including if a mesh is weighted or non-weighted. Code reviewed by davep | |||
2010-08-31 | Add build.sh from oz/viewer-experimental | Dave Parks | |
2010-08-31 | Good BuildParams for mesh beta. | Dave Parks | |
2010-08-31 | Merge cleanup. | Dave Parks | |
2010-08-31 | merge | Dave Parks | |
2010-08-31 | CT-575 WIP FR linguistic; restore 1 missing string | Eli Linden | |
2010-08-31 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-31 | set default build notices to show changes since last_sprint tag | Oz Linden | |
2010-08-31 | integrate up to latest viewer-development | Oz Linden | |
2010-08-31 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-development | Oz Linden | |