Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-18 | SL-18837: Conditionally upload llphysicsextensions-tpv package | Nat Goodspeed | |
but only when building viewer-private. Also re-fix SL-19942 workaround by deleting AUTOBUILD_CONFIGURATION before trying to build llphysicsextensions-tpv. | |||
2023-07-18 | SL-18837: Ditch inactive llrand.cpp LL_USE_SYSTEM_RAND code. | Nat Goodspeed | |
LL_USE_SYSTEM_RAND has been disabled since June 2008; that code only clutters the implementation we actually use. | |||
2023-07-18 | Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵ | Brad Linden | |
DRTVWR-577 (#232) | |||
2023-07-18 | SL-19891 Make sure focusable elements clear focus on destruction | Andrey Kleshchev | |
2023-07-17 | DRTVWR-559 fix for lines lost in the merge | Brad Linden | |
2023-07-17 | Delete unprintable chars that accidentally got into the merge in kdiff3 for ↵ | Brad Linden | |
DRTVWR-559 | |||
2023-07-17 | SL-18837: Lowercasing pathname for string compare is Windows-only. | Nat Goodspeed | |
2023-07-17 | Merge pull request #285 from secondlife/marchcat/SL-19669 | marchcat-pe | |
INTL-490 Japanese Translation Update | |||
2023-07-17 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-07-17 | Merge branch 'main' (DRTVWR-580) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/llui/llfolderviewitem.cpp # indra/newview/llinventorymodel.cpp # indra/newview/llinventorymodelbackgroundfetch.cpp | |||
2023-07-17 | SL-18837: Clean up some redundancy in llrand.cpp. | Nat Goodspeed | |
2023-07-17 | Merge branch 'DRTVWR-580-maint-T' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
2023-07-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/llcommon/llerrorthread.cpp | |||
2023-07-17 | Increment viewer version to 6.6.14 | Nat Goodspeed | |
following promotion of DRTVWR-580 | |||
2023-07-17 | SL-18837: Merge branch 'actions' into actions-build-sh | Nat Goodspeed | |
2023-07-17 | Merge pull request #242 from secondlife/brad/actions | nat-goodspeed | |
SL-18837 set build id based on github workflow run id | |||
2023-07-14 | Merge remote-tracking branch 'origin/actions' into brad/actions (#242) | Brad Linden | |
2023-07-14 | Fix "intermittent" llrand unit test failure on windows on DRTVWR-578. we ↵ | Brad Linden | |
must return less than 1.0 when rand() returns RAND_MAX also, disable 32 bit build now that we have deprecated it. https://community.secondlife.com/blogs/entry/13464-end-of-support-for-second-life-32-bit-windows-viewer-and-updated-minimum-system-requirements-for-macos-to-1013/ | |||
2023-07-14 | Fix crash SL-20013 crash when applying nocopy material via drag-and-drop | Brad Linden | |
2023-07-14 | SL-18837: Merge branch 'actions' into actions-build-sh | Nat Goodspeed | |
to pick up new llphysicsextension_source build (that recognizes msys bash). | |||
2023-07-14 | SL-18837: Update llphysicsextensions_source to release v1.0.c93156d. | Nat Goodspeed | |
2023-07-13 | Fixed failure to open Material Editor when creating or uploading a new material | Brad Linden | |
found this warning found while working on SL-19999 | |||
2023-07-13 | SL-19999 stop outputing debug info about created material asset id unnecessarily | Brad Linden | |
2023-07-13 | SL-19993 Warn of automatic changes to Day Cycle when it's opened | Maxim Nikolenko | |
2023-07-12 | Merge pull request #275 from secondlife/SL-19567 | Jonathan "Geenz" Goodman | |
SL-19567: Mitigate glow banding | |||
2023-07-12 | SL-19567: Add option RenderGlowNoise for low precision glow dithering, ↵ | Cosmic Linden | |
enabled by default | |||
2023-07-12 | SL-19567: (WIP) Add options to use higher precision for glow and ↵ | Cosmic Linden | |
post-process buffers. Disabled by default. | |||
2023-07-12 | Merge branch 'brad/SL-19968-vocache-objects-missing' into DRTVWR-559 (#274) | Brad Linden | |
2023-07-12 | added info log lines for assistance diagnosing SL-19968 | Brad Linden | |
2023-07-12 | SL-19990 Brightness slider should be named HDR Scale unless Reflection Probe ↵ | Mnikolenko Productengine | |
Ambiance (HDR) is 0 | |||
2023-07-12 | SL-19702 don't skip double clicks when clicking scripted objects | Mnikolenko Productengine | |
2023-07-11 | Merge pull request #270 from secondlife/SL-19992 | cosmic-linden | |
SL-19992: Fix LOD assert | |||
2023-07-11 | SL-19992: Fix assert in LLVolumeLODGroup::refLOD when ↵ | Cosmic Linden | |
LLMeshRepository::notifyMeshUnavailable is called on the highest LOD | |||
2023-07-11 | SL-19728 Objects that cannot be clicked or cammed unless in edit mode | Alexander Gavriliuk | |
2023-07-11 | SL-19141 Fixed applying a no-copy texture to two objects failing silently | Andrey Kleshchev | |
2023-07-10 | SL-18837: Windows failures in setWorkingDirectory(): C: vs. c: (sigh) | Nat Goodspeed | |
Normalize the case of the name of the temp directory for string comparison. | |||
2023-07-10 | SL-18837: Disable APR_LOG for now, but leave notes for the future. | Nat Goodspeed | |
2023-07-10 | SL-18837: Revert "Force llprocess_test and llleap_test to use just 'python'." | Nat Goodspeed | |
Turns out that the pathname of the Python executable wasn't the issue. This reverts commit 7dc6211ad5ea83685a35c6fff740278343aa8b9d. | |||
2023-07-10 | SL-18837: Merge branch 'actions' into actions-build-sh | Nat Goodspeed | |
to pick up new APR build that avoids toxic CreateProcessW() flag. It used to be essential on Windows 7; now it's the cause of our integration test failures. | |||
2023-07-10 | SL-18837: Update apr_suite to release v1.7.2-e935465. | Nat Goodspeed | |
2023-07-08 | SL-18837: Force llprocess_test and llleap_test to use just 'python'. | Nat Goodspeed | |
On GitHub Windows runners, trying to make build.yaml set PYTHON=python in the environment doesn't work: integration tests still fail with "Access is denied" because they're still trying to execute the interpreter's full pathname. Instead, make llprocess_test and llleap_test detect the case of GitHub Windows and override the environment variable PYTHON with a baked-in string constant "python". | |||
2023-07-08 | SL-18837: Try running just 'python' for Windows integration tests. | Nat Goodspeed | |
2023-07-08 | SL-18837: Set APR_LOG within build step, not at job level. | Nat Goodspeed | |
2023-07-08 | SL-18837: Use runner.temp rather than $RUNNER_TEMP. | Nat Goodspeed | |
2023-07-08 | SL-18837: Set APR_LOG once for the whole job | Nat Goodspeed | |
instead of a new value for each LLProcess::create() invocation. Since the internal apr_log() function only looks at APR_LOG once per process, the first test (which succeeded, hence no log file dump) left the log file open with that same original pathname. Resetting the APR_LOG environment variable for subsequent runs only made the new code in llprocess_test look for files that were never created. | |||
2023-07-08 | SL-18837: Don't use LLDir, use NamedTempFile::temp_path. | Nat Goodspeed | |
Remove llcommon circular dependency on llfilesystem, which doesn't work for this case anyway. | |||
2023-07-07 | SL-18837: Ditch unreferenced name of caught exception | Nat Goodspeed | |
2023-07-07 | SL-18837: Hook in LLDir to allow reading APR log file. | Nat Goodspeed | |
2023-07-07 | SL-18837: Fix spurious semi | Nat Goodspeed | |
2023-07-07 | SL-18837: Fix "lldir.h" #include | Nat Goodspeed | |