Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | Fix potential FMODEX crash on exit | Andrey Kleshchev | |
2020-04-09 | SL-11445 On exit LLWindGen can be invalid | Andrey Kleshchev | |
2020-04-09 | SL-11445 Fix fmod studio position and orientation attributes | Andrey Kleshchev | |
2020-04-09 | DRTVWR-476: For Boost 1.72, must suffix lib names with -x{32,64} | Nat Goodspeed | |
2020-04-09 | DRTVWR-476: #include "boost/noncopyable.hpp" in another consumer. | Nat Goodspeed | |
2020-04-09 | DRTVWR-476: #include "boost/noncopyable.hpp" in httpcommon.h. | Nat Goodspeed | |
Apparently, in previous Boost versions, boost::noncopyable was sneaking into the namespace via other headers. Now the compiler complains about its absence without an explicit #include. | |||
2020-04-09 | SL-11445 Fix fmod studio opening audio files | Andrey Kleshchev | |
2020-04-08 | SL-12607 Resolve grey icon on mac | Andrey Kleshchev | |
2020-04-08 | SL-12938 Added logging to catch cause of the crash | Andrey Kleshchev | |
2020-04-08 | SL-12607 FMOD Logo, small improvement | Andrey Kleshchev | |
2020-04-07 | SL-10449: Put first shader error on new line for readability | Ptolemy | |
2020-04-07 | SL-10449: Add dumping of shader to log file | Ptolemy | |
2020-04-07 | SL-10449, add missing linkage variable, fix OSX & Intel deferred shaders comp | Dave Houlton | |
2020-04-07 | SL-10449 Cleanup dumping shader without LOG spam on every line when it fails ↵ | Ptolemy | |
to compile/link | |||
2020-04-07 | SL-10449 Fix off-by-one line numbers when dumping shader that failed to ↵ | Ptolemy | |
compile/link | |||
2020-04-07 | SL-10449 Fix ALM on OSX | Ptolemy | |
2020-04-07 | SL-2569 LLSD header of a mesh should be covered by mutex | Andrey Kleshchev | |
2020-04-07 | SL-12991 [Camera Presets] Sort all Camera preset lists in the same way | Mnikolenko Productengine | |
2020-04-07 | SL-12991 [Camera Presets] Sort all Camera preset lists in the same way | Mnikolenko Productengine | |
2020-04-06 | SL-10993 Fixed Korean font on OSX Catalina | Andrey Lihatskiy | |
2020-04-06 | SL-1577 Inventory desync on copying content of task | Andrey Kleshchev | |
2020-04-06 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-04-03 | SL-11368, fix missing water uniforms for low shader settings | Dave Houlton | |
2020-04-03 | SL-12775 Run at high performance AMD gpu | Andrey Kleshchev | |
2020-04-03 | SL-12852 Cleanup for readability | Ptolemy | |
2020-04-03 | DRTVWR-476: Use a longer default timeout for Sync class. | Nat Goodspeed | |
The timeout is meant to prevent a deadlocked test program from hanging a build. It's not intended to ensure some sort of SLA for the operations under test. Empirically, using a longer timeout helps some test programs. The only downside of increasing the timeout is that if some test does hang, it takes longer to notice. But changes on the order of a few seconds are negligible. | |||
2020-04-03 | DRTVWR-476: Make LoginListener::waitFor() take arbitrary predicate. | Nat Goodspeed | |
This allows one of the tests to specifically waitFor() the completion status update from LLLogin, rather than the next status update to come along: the coroutine potentially emits a whole sequence of status updates before completion. Then the waitFor() overload that merely waits for the next status update is implemented by passing that specific predicate to the other overload. | |||
2020-04-03 | DRTVWR-476: chained_callback.h depends on lltut.h. #include it. | Nat Goodspeed | |
2020-04-03 | DRTVWR-476: Facilitate debugging test programs with logging. | Nat Goodspeed | |
On Mac, even if you run a test program with --debug or set LOGTEST=DEBUG, it won't log to stderr if you're filtering build output or running the build in an emacs compile buffer. This is because, on Mac, a viewer launched by mouse rather than from the command line is passed a stderr stream that ultimately gets logged to the system Console. The shouldLogToStderr() function is intended to avoid spamming the Console with the (voluminous) viewer log output. It tests whether stderr isatty() and, if not, suppresses calling LLError::logToStderr(). This makes debugging test programs using log output trickier than necessary. Change shouldLogToStderr() to permit logging when either stderr isatty() or is a pipe. The original intention is preserved in that empirically, a viewer launched by mouse is passed a stderr stream identified as a character device rather than as a pipe. Also introduce SetEnv, a class that facilitates setting (e.g.) LOGTEST=DEBUG for specific test programs without setting it for all test programs in the build. Using the constructor for a static object means you can set environment variables before main() is entered, which is important because it's the main() function in test.cpp that acts on the LOGTEST and LOGFAIL environment variables. These changes make it unnecessary to retain the temporary change in test.cpp to force LOGTEST to DEBUG. | |||
2020-04-03 | DRTVWR-476: Cherry-pick debug aids from commit 77b0c53 (fiber-mutex) | Nat Goodspeed | |
2020-04-02 | SL-12962 FIXED Old messages still call a region, "a sim" | Mnikolenko Productengine | |
2020-04-02 | SL-12927 FIXED [Camera Presets] when sitting pressing ESC key causes rotation | Mnikolenko Productengine | |
2020-04-01 | Merged in eep-fix-falloff-edit (pull request #54) | Rye Mutt | |
Fix light falloff being corrupted when editing value via build floater spinner Approved-by: Dave Houlton | |||
2020-04-01 | Merged in eep-fix-light-color (pull request #53) | Rye Mutt | |
Fix editing light color corrupting intensity and color values Approved-by: Dave Houlton | |||
2020-03-30 | Update falloff fix with changes requested in review. | Rye Mutt | |
2020-03-30 | SL-12888 Fix space alpha megaprim not using z-test | Ptolemy | |
2020-03-30 | Fix light falloff being corrupted when editing value via build floater spinner | Rye Mutt | |
2020-03-30 | Fix editing light color corrupting intensity and color values | Rye Mutt | |
2020-03-27 | Merged in davep/DRTVWR-440 (pull request #52) | Dave Parks | |
SL-12902 Better fix for light color values in color swatch not matching light color values inworld. | |||
2020-03-27 | SL-12902 Better fix for light color values in color swatch not matching ↵ | Runitai Linden | |
light color values inworld. | |||
2020-03-27 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-03-27 | DRTVWR-440, quick fix, add return value - needed for Mac build | Dave Houlton | |
2020-03-27 | SL-12911 Add Debug setting EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-03-27 | Removed obsolete and misleading variable | Andrey Kleshchev | |
2020-03-26 | Merged in davep/DRTVWR-440 (pull request #48) | Dave Parks | |
SL-12902 Fix for doing the technically correct but compatibility wrong thing WRT light color values. | |||
2020-03-26 | DRTVWR-476: Apparently it can take more than 2s for threads to chat. | Nat Goodspeed | |
llmainthreadtask_test builds in a Sync timeout to keep build-time tests from hanging. That timeout was set to 2000ms, which seems as though it ought to be plenty enough time for a process with only 2 threads to exchange data between them. But on TeamCity EC2 Windows build hosts, sometimes we hit that timeout and fail. Extend it to try to improve the robustness of builds, even though the possibility of a production viewer blocking for that long for anything seems worrisome. (Fortunately the production viewer does not use Sync.) | |||
2020-03-26 | SL-12902 Fix for doing the technically correct but compatibility wrong thing ↵ | Runitai Linden | |
WRT light color values. | |||
2020-03-26 | DRTVWR-440, make enabling GLdebug flag slightly less infinite-loopy | Dave Houlton | |
2020-03-26 | DRTVWR-476: Fix glitches from lindenlab/viewer master branch merge. | Nat Goodspeed | |
2020-03-25 | DRTVWR-476: Eliminate LLWearableType LLSingleton circularity. | Nat Goodspeed | |
LLWearableType::initSingleton() calls LLWearableDictionary::initParamSingleton(). LLWearableDictionary's constructor constructs specific WearableEntry instances, each of which wants to translate its name string to a user-facing label using LLWearableType::mTrans. WearableEntry's constructor was calling LLWearableType::getInstance(). Under circumstances we don't fully understand (recursive mutex misbehavior?), that could hang. Instead, pass the canonical LLWearableType instance to LLWearableDictionary's constructor, and from there into WearableEntry's constructor. |