Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-31 | Merge viewer-release | Graham Linden | |
2014-07-07 | Merge viewer up to 3.7.12, including fixing missed LL_WARNS etc from last ↵ | Graham Linden | |
release (is that trout you smell on the air? is it?) | |||
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-05-29 | Mergeup to 3.7.9 viewer-release | Graham Linden | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-22 | Appease GCC 4.6.1 syntax problems with uintptr_t in alignment asserts | Graham Linden | |
2014-04-22 | merge changes for STORM-1915 | Oz Linden | |
2014-04-22 | Modify importer to (optionally) improve debug output, perform name-based LOD ↵ | Graham Linden | |
association, and handle models with many materials. | |||
2014-03-04 | merge changes for 3.7.2-release | Oz Linden | |
2014-03-04 | merge changes for bug-1044 | Oz Linden | |
2014-03-02 | Fixed compile-time errors. My bad. | Ricky Curtice | |
Serves me right for not waiting through the compile! | |||
2014-03-02 | STORM-1920: Richard fixed and optimized a ton more math. | Ricky Curtice | |
From Richard: There are a bunch of things I changed...mainly I eliminated all the grid_offset nonsense and instead simply calculate the tick index for the current drag position and use that to generate a snapped position as needed. I still use approx_equal because I want grid numbers to light up even when they aren't the axis you are currently snapping to. | |||
2014-02-27 | Automated merge with https://bitbucket.org/lindenlab/viewer-lion | Dave Parks | |
2014-02-24 | MAINT-2059 FIX Corner scaling doesn't highlight distance text | Richard Linden | |
much cleanup of vector math also made Stretch Both Sides checkbox clickable via label | |||
2014-02-18 | STORM-1920: Math cleanup from Richard Linden. | Ricky Curtice | |
2014-02-13 | cleaned up llmanipscale logic for readability...no change in functionality | Richard Linden | |
2014-02-13 | MAINT-2876 Fix for freeze when editing certain rigged meshes at high altitude. | Dave Parks | |
2014-02-12 | merge with release | Richard Linden | |
2014-02-04 | fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp | Xiaohong Bao | |
2013-11-13 | more fix for SH-4607: Create new object cache tuning parameters | Xiaohong Bao | |
fix remote objects not showing up. | |||
2013-11-13 | OPEN-195 Cleaned non-UTF8 safe characters | Drake Arconis | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-21 | more buildfix | Richard Linden | |
2013-10-14 | changed ll_aligned_(malloc|free) to take alignment size as a template argument | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-26 | fix for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPools | Xiaohong Bao | |
2013-09-23 | MAINT-3179 fix bad indexing of position info generating false alarms on ↵ | Graham Linden | |
range checks, issue with free of data now allocated contig with positions instead, and added copious amounts of llwarns to error return sites so 'invalid element' will be a reason to read the log and not a tease. | |||
2013-09-18 | The unbearable lightness of being norspec | Graham Linden | |
2013-09-11 | merge changes for storm-1915 | Oz Linden | |
2013-08-30 | MAINT-2811 Fix for infinite loop on octree code during teleport. | Dave Parks | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-19 | Fix merge issues from genBBoxes optimizations fighting with genBBoxes ↵ | Graham Linden | |
optimizations and missing statics | |||
2013-08-19 | Merge in viewer-release | Graham Linden | |
2013-08-14 | BUILDFIX: removed problematic constants for linux build | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-09-04 | OPEN-149: fix documentation of LLColor4 constructor for F32 vector | katharine@exodusviewer.com | |
2013-09-26 | NORSPEC-281 bring back a classic normal generation fix from runitai's ↵ | Graham Linden | |
personal collection | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | SH-4374 FIX Interesting: Statistics Object cache hit rate is always 100% | Richard Linden | |
moved object cache sampling code so that it actually gets executed default values for stats are NaN instead of 0 in many cases | |||
2013-07-30 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-30 | Merge downstream code | simon | |
2013-07-30 | MAINT-2913: crash in LLCamera::AABBInFrustum. Tried to make array indexes | simon | |
bullet-proof. Reviewed by Kelly | |||
2013-07-29 | fix for SH-4293: texture console takes a while to settle down on Interesting ↵ | Xiaohong Bao | |
viewer. | |||
2013-07-28 | NORSPEC-323 fix norm/tangent gen for prim caps | Graham Linden | |