- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Sep 20, 2010
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
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).
-
Nyx (Neal Orman) authored
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
-
David Parks authored
-
David Parks authored
Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever needed, much faster than Visual C++ malloc).
-
David Parks authored
-
- Sep 17, 2010
-
- Sep 16, 2010
-
-
Nyx Linden authored
-
Nyx Linden authored
updating install.xml to use the new glod autobuilt library.
-
Nyx (Neal Orman) authored
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.
-
Nyx (Neal Orman) authored
changing install.xml to have the latest glod package already built.
-
- Sep 15, 2010
-
-
Matthew Breindel (Falcon) authored
-
- Sep 14, 2010
-
-
Nyx (Neal Orman) authored
Updating cmake to ensure that linux uses the non-stub version of convex decomp. Code reviewed by Falcon
-
- Sep 13, 2010
-
-
Matthew Breindel (Falcon) authored
-
Nyx (Neal Orman) authored
pushing fix for glod to work on linux.
- Sep 10, 2010
-
-
David Parks authored
Added test code for volume raycast octree and fixed a crash in render cost calculation when selecting trees/grass. Reviewed by jwolk.
-
- Sep 09, 2010
-
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
David Parks authored
-
- Sep 08, 2010
-
-
Nyx (Neal Orman) authored
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad
-
- Sep 07, 2010
-
-
David Parks authored
-
David Parks authored
-
- Sep 03, 2010
-
-
Nyx (Neal Orman) authored
-
Nyx (Neal Orman) authored
Another typo - was disabling the UI, whether the debug option was true or false simple copy/paste error.
-
Nyx (Neal Orman) authored
Fixing a typo in my previous patch - want to use setRenderTypeMask instead of andRenderTypeMask. Deminimis change, no review
-
Nyx (Neal Orman) authored
minor cleanup and fixing the linux build.
-
- Sep 02, 2010
-
-
David Parks authored
Fix for crash when loading models (Don't hit UI from the main thread). Added asserts to LLFastTimer to verify main thread use only.
-
- Sep 01, 2010
-
-
David Parks authored
-
David Parks authored
-
Nyx (Neal Orman) authored
tweaked some numbers that were incorrect when I originally wrote the algorithm deminimis change, no review
-