Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-17 | Merge | Rider Linden | |
2016-03-03 | MAINT-2199 reverted previous change, refixed missing cloud and ban line | andreykproductengine | |
2016-02-27 | MAINT-2199 restored original UI mechanics, removed icons from UI list | andreykproductengine | |
2016-02-18 | MAINT-2199 In some rare cases priorities can change, it shouldn't affect ↵ | andreykproductengine | |
texture list. | |||
2016-02-16 | MAINT-2199 separating UI elements from in-world textures. | andreykproductengine | |
2015-08-24 | MAINT-4952: Removed a bit of debug code that got included accidentally and ↵ | Rider Linden | |
change host == LLHost() to host.isInvalid() | |||
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-02 | detect xml errors in parsing xml files and remove those files | Oz Linden | |
2014-11-21 | MAINT-4092 FIXED Prim faces with opaque diffuse maps, with material set to ↵ | ruslantproductengine | |
ALPHA MODE BLEND, do not render Pathset #3. Fix problem with not existing UUID's and if have a "conflict" when material can't have DIFFUSE_ALPHA_MODE_BLEND and DIFFUSE_ALPHA_MODE_NONE simultaneously. | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2013-11-19 | SH-4634 FIX Interesting: Viewer crashes when receiving teleport offer | Richard Linden | |
renamed fast timers to have unique names, changes instance tracker to never allow duplicates | |||
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-05 | fixed focus issue on inventory | Richard Linden | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | 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-18 | The unbearable lightness of being norspec | Graham Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-09 | Merge viewer-release 3.6.5 Cocoa | Graham Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-28 | NORSPEC-355 NORSPEC-356 replaced llerrs with asserts to avoid crashes from ↵ | Graham Linden | |
false alarms in release | |||
2013-08-19 | merge | Richard Linden | |
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 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-08-16 | fix for SH-4297: interesting: viewer-interesting starts loading cached scene ↵ | Xiaohong Bao | |
late | |||
2013-08-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
converted many values over to units system in effort to track down source of 0 ping | |||
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-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-07-15 | SH-4299Interesting: High fps shown temporarily off scale in statistics console | Richard Linden | |
various fixes to lltrace start() on started recording no longer resets fixed various instances of unit forgetfullness in lltrace recording split now has gapless timing scene monitor now guarantees min sample time renamed a bunch of stats added names to debug thread view on windows | |||
2013-06-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed LLTrace unit typedefs | |||
2013-06-21 | Automated merge with file:///F:%5Cviewer-bear | Dave Parks | |
2013-06-20 | merge with release | Richard Linden | |
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-04-25 | Merge 3.5.1 into Materials | Graham Madarasz | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-04-11 | delay removing pre-fetched textures in case the login process is very long. | Xiaohong Bao | |
2013-04-11 | First pass on alpha blended materials | Geenz | |
2013-04-11 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed MeanValueType<T> |