Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-05 | Skys settings object active. | Rider Linden | |
2017-10-04 | Rename uniform "sunlight_color_copy" to sunlight_color in shader. | Rider Linden | |
2017-09-29 | Moon is showing, sun still not working. | Rider Linden | |
2017-09-27 | Fix a conversion. | Rider Linden | |
2017-09-27 | No longer 'goth windlight only', sky parameters passed from settings object. | Rider Linden | |
2017-09-26 | Clouds still funky but better. | Rider Linden | |
2017-09-22 | Merge | Rider Linden | |
2017-09-21 | Still not working. Black Sky. | Rider Linden | |
2017-09-21 | Clean up running commands under viewer_manifest (at least a little) | Oz Linden | |
* do not redirect stderr to stdout * catch errors generated in platform specific code and display them more nicely * run_command no longer captures output (only used in one place; replaced that with direct use of subprocess) | |||
2017-09-20 | Cleanup inside GLSLShader for uniform mapping. | Rider Linden | |
2017-09-20 | DRTVWR-418: Fix C++ errors detected by Xcode 9. | Nat Goodspeed | |
You can't legitimately perform an ordered comparison between a pointer and an int, even 0. Fix a number of 'if (ptr > 0)' to plain 'if (ptr)'. Fix LLEditWearableDictionary::WearableEntry constructor to avoid varargs mechanism. It used to accept three different counts, followed by three different lists of enums, fetched in each case as 'int' -- dubious in itself. The constructor body performed three different loops to populate those enums into three different member vectors. Instead, make the constructor accept three vectors and initialize the member vectors from the passed vectors. Now that C++ has inline vector initialization, change existing constructor calls to pass temporary vectors initialized with what used to be the varargs enum values. | |||
2017-09-19 | Baseline for settings changes | Rider Linden | |
2017-09-15 | additional logging to help with MAINT 7807 | Oz Linden | |
2017-09-15 | add address size to build_data.json so that SL_Launcher can log it | Oz Linden | |
2017-09-14 | merge changes for MAINT-7129 | Oz Linden | |
2017-09-14 | MAINT-7129 - [Project Alex Ivy][MAC] Materials and ALM shaders broken in Mac ↵ | ruslantproductengine | |
viewer FIXED | |||
2017-09-08 | mark some settings no longer used by update as obsolete | Oz Linden | |
2017-09-08 | MAINT-7772: make update mode three choices: automatic, ask, and mandatory only | Oz Linden | |
2017-08-24 | merge up latest integration repo | Oz Linden | |
2017-08-23 | merge changes for MAINT-7594 | Oz Linden | |
2017-08-22 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-08-22 | MAINT-7594: add platform name string to login request (and add request ↵ | Oz Linden | |
parameter logging at DEBUG) | |||
2017-08-17 | MAINT-7661: Make NSIS installer place .winstall marker file. | Nat Goodspeed | |
This reduces a timing hole in which one instance of SL_Launcher might place a .winstall marker file in the download directory and run the downloaded installer, but another SL_Launcher instance might discover that marker and try to delete the directory before the NSIS install completes. | |||
2017-08-16 | merge changes for DRTVWR-439 | Oz Linden | |
2017-08-15 | Merged in lindenlab/viewer64-maint-7643 (pull request #17) | Oz Linden | |
MAINT-7643 Approved-by: Oz Linden <oz@lindenlab.com> Approved-by: Nat Linden <nat@lindenlab.com> | |||
2017-08-15 | Merged in rider_linden/viewer64-gundam (pull request #18) | Oz Linden | |
Default | |||
2017-08-14 | fix indenting | Oz Linden | |
2017-08-14 | MAINT-7640: code review fixes | Oz Linden | |
2017-08-14 | MAINT-7640: Notify the user if login is blocked for a required viewer update | Oz Linden | |
2017-08-11 | MAINT-7641: Indent new RunLauncher notification per code review. | Nat Goodspeed | |
2017-08-11 | MAINT-7641: Warn user if s/he directly runs viewer without launcher. | Nat Goodspeed | |
2017-08-08 | Added comment block to code signing portion of viewer-manifest.py describing ↵ | callum_linden | |
potential gotchas in the future and how to obviate them | |||
2017-08-03 | MAINT-7653 Crash in LLVOAvatarSelf::updateAvatarRezMetrics(bool) | Mnikolenko ProductEngine | |
2017-07-28 | MAINT-7634: Move StatsAccumulator into llcommon, collect data sent and error ↵ | Rider Linden | |
codes from core. | |||
2017-07-28 | MAINT-7356 Improved multiline label support for the notification toast checkbox | AndreyL ProductEngine | |
2017-07-28 | Merged in maxim_productengine/viewer-lynx_maint (pull request #63) | Andrey Lihatskiy | |
MAINT-7650 FIXED Crash in LLPreviewLSL::saveIfNeeded(bool) Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2017-07-28 | MAINT-7650 FIXED Crash in LLPreviewLSL::saveIfNeeded(bool) | Mnikolenko Productengine | |
2017-07-28 | MAINT-7632 Crash in LLMeshRepoThread::fetchMeshLOD() - added allocation check | AndreyL ProductEngine | |
2017-07-27 | Fix return value so that LLSD assignment operator is unambiguous | Glenn Glazer | |
2017-07-27 | MAINT-7643: add viewer bitness to crash log output, forked from V64 | Glenn Glazer | |
2017-07-27 | revert bad file copy | Glenn Glazer | |
2017-07-27 | MAINT-7643: add viewer bitness to crash log output | Glenn Glazer | |
2017-07-25 | MAINT-7636 Crash in LLPanelClassifiedInfo::sendClickMessage(..) | Mnikolenko ProductEngine | |
2017-07-24 | MAINT-7629 FIXED Crash in LLSpeakerMgr::findSpeaker(LLUUID const &) | Mnikolenko ProductEngine | |
2017-07-20 | MAINT-7529: de-Nerf autolaunch after install | Glenn Glazer | |
2017-07-19 | merge new CEF, MAINT-7588, and better fix for MAINT-7592 | Oz Linden | |
2017-07-19 | merge from viewer64-vmp-integration | Glenn Glazer | |
2017-07-18 | do not persist SkipBenchmark so that changing gpu gets a new eval | Oz Linden | |
2017-07-13 | add SkipBenchmark setting | Oz Linden | |
2017-07-12 | Fixes for: 'MAINT-7588 Viewer takes 3 to 5 seconds to load TOS and styling ↵ | Callum Prentice | |
different on redirecting page' and 'MAINT-7599 Reformat ToS 'Accept' label as a single string'. The former's load time is improved by only asking for the HTTP header to check site is alive and then applying a specific CSS style to the page instead of relying on the CEF default (which appears to change often). The latter replaces the XUI checkbox label with a text box and adjusts it visually as necessary for enabled/disabled states |