Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-14 | v-r -> s-e merge WIP | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-03-12 | merge | Brad Payne (Vir Linden) | |
2014-03-12 | merge with release | Richard Linden | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-07 | add some debug code for possible gray baked avatar textures | Xiaohong Bao | |
2013-10-28 | a try to fix the blurry texture problem. | Xiaohong Bao | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-15 | merge | Brad Payne (Vir Linden) | |
2013-10-11 | SH-4458 SH-3652 FIX Pants flare does not load properly upon an avatar returning | Nyx Linden | |
Viewer added a new callback when the avatar returned without resetting the timer for last reference to the saved raw image. This created a time window in which new callbacks could get cleared out due to the raw image getting destroyed. Since the callback was removed, pants flare was not properly applied. Appears to be working now. | |||
2013-10-08 | fix a texture issue that unpaused callbacks never get fired. | Xiaohong Bao | |
2013-09-24 | merge | Brad Payne (Vir Linden) | |
2013-09-23 | fix the bug that texture aux channel data can not be reloaded. | Xiaohong Bao | |
2013-09-23 | SH-3455 WIP - post-SSA cleanup | Brad Payne (Vir Linden) | |
2013-09-18 | sunshine cleanup annotations | Brad Payne (Vir Linden) | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-22 | merge | Brad Payne (Vir Linden) | |
2013-08-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | 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-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-10-21 | Fix for crash on exit with debug GL enabled. | Dave Parks | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
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-06-20 | merge with release | Richard Linden | |
2013-06-20 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Dave Parks | |
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-13 | SH-4250 WIP - logging tweaks and cleanup | Brad Payne (Vir Linden) | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-05-10 | Fixup merge diffs | Graham Madarasz | |
2013-05-09 | Merge downstream code / viewer-beta | simon | |
2013-05-09 | Merge viewer-beta | simon | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-26 | Restore hysteresis in llviewertexture.cpp and side-step unused var (now used ↵ | Graham Madarasz | |
again) | |||
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-22 | for SH-4133: create a debug tool to show textures in active fetching | Xiaohong Bao | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-15 | SH-4061 WIP - moved all retry logic into lltexturefetch, some cleanup. Debug ↵ | Brad Payne (Vir Linden) | |
setting now defines a fake failure rate. | |||
2013-04-15 | SH-4061 WIP - simulated failures/image fetch retries | Brad Payne (Vir Linden) | |
2013-04-11 | Forgot to commit @#! merge | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | First pass on alpha blended materials | Geenz | |
2013-04-10 | SH-4061 WIP - less log spamming for (expected and normal) map tile failures. | Brad Payne (Vir Linden) | |
2013-04-10 | SH-4061 WIP - capture http status codes from requests, restrict SB fetch ↵ | Brad Payne (Vir Linden) | |
retries to 5xx errors |