Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-28 | Remove some dead code. | Dave Parks | |
Add LH transform to LLVector3 Add DebugShowUploadCost Make LOD generation on model preview less finnicky. Remove error level based LOD generation. Better framing of model before upload. Better error handling for model uploader. Remove [COST] argument from model upload menu item. Remove L$ check from model upload menu item being enabled. | |||
2010-02-24 | Removed scale from model importer. | Dave Parks | |
Removed support for scale entry in mesh assets. Fixed MeshMaxConcurrentRequests being ignored. Added mesh download queue debug text. | |||
2010-02-23 | Fix for normals getting squished on consolidation. | Dave Parks | |
Replaced some magic numbers with constants. Switched up throttling of mesh upload HTTP posts to prevent overloading one capability at a time. Added some feedback on upload progress via debug text. Made debug text move with side panel (keep debug text from rendering on top of side panel). | |||
2010-02-19 | Consolidate now preserves materials. | Dave Parks | |
2010-02-17 | 16-bit limit awareness when consolidating models. | Dave Parks | |
2010-02-17 | merge | Dave Parks | |
2010-02-11 | Multi-threaded asset uploading with proper ordering first draft. | Dave Parks | |
2010-02-11 | merge. | Tofu Linden | |
2010-02-10 | CID-423 | Tofu Linden | |
Checker: UNINIT Function: LLVolume::cleanupTriangleData(int, const std::vector<LLVolume::Point, std::allocator<LLVolume::Point>> &, int, int *, int &, LLVector3 **, int &, int **) File: /indra/llmath/llvolume.cpp The code looks right, I'm just adding an llassert(). | |||
2010-02-09 | merge | Dave Parks | |
2010-02-09 | consolidate button work in progress | Dave Parks | |
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-08 | Enable FBO multisampling for OSX. | Dave Parks | |
Fix bad triangle in prim caps. | |||
2010-02-06 | Draw prims using triangle strips instead of triangle lists. | Dave Parks | |
2010-02-04 | merge from viewer2. | Tofu Linden | |
2010-02-03 | handle reflected geometry in scene import | Karl Stiefvater (qarl) | |
implement determinant for 4x4 matrices fix materials for collada <polygon> | |||
2010-02-03 | CID-288 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCamera::LLCamera(float, float, int, float, float) File: /indra/llmath/llcamera.cpp | |||
2010-02-03 | CID-289 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLCamera::LLCamera() File: /indra/llmath/llcamera.cpp | |||
2010-02-01 | Merge from viewer2. | Tofu Linden | |
2010-02-01 | Use floorf() instead of floor() when we know the param is an F32. Which ↵ | Tofu Linden | |
here, it always is. | |||
2010-01-29 | enable mirror and invert flags for meshes. | Karl Stiefvater (qarl) | |
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-28 | Try for a slightly cunning fix to CID-352 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLInterp<float>::LLInterp() File: /indra/llmath/llinterp.h | |||
2010-01-27 | CID-127 | Tofu Linden | |
Checker: NO_EFFECT Function: LLOctreeNode<LLDrawable>::updateMinMax() File: /indra/llmath/lloctree.h | |||
2010-01-20 | First stab at making model importer act more like scene importer. Upload ↵ | Dave Parks | |
button still doesn't work. | |||
2010-01-04 | Merge from trunk. Conflicts manually resolved in: | Tofu Linden | |
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h | |||
2009-12-23 | LODs for scene upload | Karl Stiefvater (qarl) | |
2009-12-18 | Remove inline llwarns to cut out some linker bloat. | James Cook | |
2009-12-15 | HTTP Mesh transfer relatively blocking-free. | Dave Parks | |
2009-12-11 | HTTP Mesh fetch FTW.. still busted | Dave Parks | |
2009-12-07 | Merge of viewer 2 changes | Palmer | |
2009-12-01 | CTS-4 Only part of an uploaded mesh renders. | Karl Stiefvater (qarl) | |
2009-11-30 | Fix for silly crash due to LLPrimitive having 0 texture entries. | Dave Parks | |
2009-11-30 | Remove zero area triangles from meshes post-import. | Dave Parks | |
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
2009-11-25 | Fix for spam on invalid mesh asset. | Dave Parks | |
Fix for index buffer overflow spam and crash in llvertexbuffer. | |||
2009-11-24 | Fix for copying of tetrahedrons in place of mesh LODs. | Dave Parks | |
Fix for bad tetrahedron bounding box. Bad fix for simultaneous loading of multiple LODs. | |||
2009-11-18 | Tetrahedron displays in place of unloaded mesh. Still has some LOD issues. | Dave Parks | |
2009-11-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-13 | CTS-7 Add hard edge threshold capability to normal generation. | Dave Parks | |
2009-11-11 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
and more mesh inventory type info | |||
2009-11-09 | merge | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-09 | Fixed windows build for M_PI constant. | Mike Antipov | |
Macro definitions for common math constants (e.g. M_PI) are declared under the _USE_MATH_DEFINES in math.h Added "#define _USE_MATH_DEFINES" before including math.h (for Windows build only) --HG-- branch : product-engine | |||
2009-11-07 | Fix for missing LOD spam. | Dave Parks | |
2009-11-06 | merge from texture-pipeline | Steve Bennetts | |
2009-11-06 | merge QAR-1829: texture pipeline branch in viewer-2.0.0.3 | Xiaohong Bao | |
2009-11-05 | Fix for prims all being 0 lod. | Dave Parks | |
Fix for dangling prim references. | |||
2009-11-05 | Merge with SVN render-pipeline-8 branch | Bryan O'Sullivan | |
2009-11-04 | Fix for crash when loading some meshes. | David Parks | |
Added button to auto-fill LODs. | |||
2009-11-02 | Merge of viewer-2-0 changes | Palmer | |