summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-19Take advantage of automagical tcmalloc alignment.Dave Parks
2010-09-19Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever ↵Dave Parks
needed, much faster than Visual C++ malloc).
2010-09-19Raycasting for rigged attachments now works for your own attachments while ↵Dave Parks
in edit mode.
2010-09-10Added 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-09mergeDave Parks
2010-09-09Better debug visualization for raycasting (trying to track down raycasting ↵Dave Parks
bugs).
2010-09-09Massage importer UIDave Parks
2010-09-09Enable minimal rebuild and incremental linking for RelWithDebInfo builds.Dave Parks
2010-09-09GLOD update for windows, poke CMakeLists.txt to copy shared libs over if ↵Dave Parks
glod is touched.
2010-09-08SNOW-606 FIX disable packaging of libuuidNyx (Neal Orman)
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad
2010-09-07mergeDave Parks
2010-09-07Fix for physics properties not being received by the viewer.Dave Parks
2010-09-03buildfix: disabling fasttimers assert to unstick the buildNyx (Neal Orman)
2010-09-03CTS-237 WIP performance testing to validate ARC algorithmNyx (Neal Orman)
Another typo - was disabling the UI, whether the debug option was true or false simple copy/paste error.
2010-09-03CTS-237 WIP performance testing to validate new ARC algorithmNyx (Neal Orman)
Fixing a typo in my previous patch - want to use setRenderTypeMask instead of andRenderTypeMask. Deminimis change, no review
2010-09-03Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-03CTS-237 WIP test performance to validate new ARC algorithmNyx (Neal Orman)
minor cleanup and fixing the linux build.
2010-09-02Fix 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-02Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-01mergeDave Parks
2010-09-01Add viewer_grid to configure params as per cg's instructions.Dave Parks
2010-09-01CTS-231 WIP new ARC algorithmNyx (Neal Orman)
tweaked some numbers that were incorrect when I originally wrote the algorithm deminimis change, no review
2010-09-01Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-01CTS-231 WIP create new ARC algorithm to be more accurate and account for meshesNyx (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-31Add build.sh from oz/viewer-experimentalDave Parks
2010-08-31Good BuildParams for mesh beta.Dave Parks
2010-08-31Merge cleanup.Dave Parks
2010-08-31mergeDave Parks
2010-08-31CT-575 WIP FR linguistic; restore 1 missing stringEli Linden
2010-08-31CT-575 WIP FR linguisticEli Linden
2010-08-31set default build notices to show changes since last_sprint tagOz Linden
2010-08-31integrate up to latest viewer-developmentOz Linden
2010-08-31Automated merge with ssh://bitbucket.org/lindenlab/viewer-developmentOz Linden
2010-08-31Added tag last_sprint for changeset c6e6324f5be1Oz Linden
2010-08-31VWR-22162 FIXED 'I can't add negative signs to TWIST in Edit Mode'Tofu Linden
Probably a regression from the prevalidator rework - was enforcing non-negative int when precision=0 (i.e. non-float), should have been enforcing only full int range.
2010-08-30pull internationalization fixes from faulty splitOz Linden
2010-08-31Fix double definition of create_jump_keys="true" introduced in the fix for ↵Aimee Linden
VWR-20724 to pass coding policy check.
2010-08-31MergeAimee Linden
2010-08-30Automated merge with ↵Oz Linden
http://bitbucket.org/aleric/viewer-development-aleric-export
2010-08-29add parameters for an oz_viewer-review2 buildOz Linden
2010-08-29pull changes for EXT-8668 and EXT-7901Oz Linden
2010-08-29merge up to latest viewer-developmentOz Linden
2010-08-29Merge changes from product-engine branchOz Linden
2010-08-27Removing two extraneous entries from viewer-hg-convert.shamap.Monroe Linden
2010-08-27Reconstructed viewer-hg-convert.shamap for the viewer-public mergeAimee Linden
2010-08-27mergeTofu Linden
2010-08-27Pull cg's BuildParams fixesMerov Linden
2010-08-27Sync with viewer-developmentMerov Linden
2010-08-27Clean up Comments in BuildParams; Replace explicit upload locations with ↵Christian Goetze (CG)
"public_build" policy.
2010-08-27SNOW-766: Add a 'printbuilddirs' command to develop.pyAleric Inglewood