Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-10 | Merge branch 'main' of github.com:secondlife/viewer-private into ↵ | Roxie Linden | |
roxie/webrtc-voice | |||
2024-03-08 | Use webrtc autobuild package | Roxie Linden | |
2024-03-08 | HDRI Local Preview (#953) | RunitaiLinden | |
* #926 WIP - HDRI import prototype v0 * #926 WIP -- add OpenEXR to autobuild.xml * #926 WIP -- Add OpenEXR cmake * #926 WIP -- Attempt at using OpenEXR autobuild package and don't hard code .exr file to load * #926 Unmangle autobuild.xml and get dll's in the right place (thanks, Caladbolg!) * implement mac shared libs plumbing for OpenEXR for secondlife/viewer#926 * Fix Xcode/clang compile error regarding new[]/delete[] mismatch * #926 HDRI Preview finishing touches. - Full ACES when HDRI is enabled - Fix for probes getting stuck paused - Add exposure and rotation controls --------- Co-authored-by: Brad Linden <brad@lindenlab.com> | |||
2024-03-08 | Merge 'release/luau-scripting' into lua-leap for Emoji release. | Nat Goodspeed | |
2024-03-08 | Merge branch 'main' into release/luau-scripting for Emoji release. | Nat Goodspeed | |
2024-03-08 | Emit a CMake message when running autobuild install. | Nat Goodspeed | |
This helps to explain the lengthy delay when running autobuild configure in a new developer work area. | |||
2024-03-07 | update webrtc | Roxie Linden | |
2024-02-22 | Slightly modernize run_build_test.py. | Nat Goodspeed | |
2024-02-08 | New WebRTC with echo cancellation fix. | Roxie Linden | |
Also, start/stop recording depending on whether WebRTC has negotiated. | |||
2024-02-08 | reorder params as the runners have different versions of cmake | Roxie Linden | |
2024-02-08 | disable unused but set warnings on newer compilers on mac. | Roxie Linden | |
2024-02-08 | some build tweaks | Roxie Linden | |
2024-02-08 | more picky cmake | Roxie Linden | |
2024-02-08 | Cmake on TC is sure picky | Roxie Linden | |
2024-02-08 | Try reordering URL_HASH | Roxie Linden | |
2024-02-08 | TC build cmake complained about URL_HASH | Roxie Linden | |
2024-02-08 | unknown warnings for TC build machines | Roxie Linden | |
2024-02-08 | coding policy fixes | Roxie Linden | |
2024-02-08 | Use webrtc built binaries from temporary s3 location | Roxie Linden | |
2024-02-08 | Updates to build on mac. | Roxie Linden | |
2024-02-08 | Pull webrtc down from a webserver before building. | Roxie Linden | |
2024-02-08 | Checkpoint WebRTC Voice | Roxie Linden | |
2024-02-09 | SL-19585 Try replacing fmod with openal | Andrey Kleshchev | |
Since now VLC is responsible for played parcel media (should be since SL-19042) should be possible to switch remaining audio to OpenAL with no loss of functionality | |||
2024-02-09 | Enable OpenAL Soft on MacOS | Andrey Kleshchev | |
2024-01-29 | DRTVWR-589: add mac luau libs | Maxim Nikolenko | |
2024-01-26 | DRTVWR-589: update to start using Luau libs | Mnikolenko Productengine | |
2024-01-11 | Rename OS X to macOS, mostly in comments | Lars Næsbye Christensen | |
We only support 10.13+ now, and it's been called macOS since 10.12. References in code to older versions are unchanged. | |||
2024-01-04 | DRTVWR-589: Merge branch 'main' into DRTVWR-589 | Nat Goodspeed | |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/fonts/DejaVu-license.txt # indra/newview/fonts/DejaVuSans-Bold.ttf # indra/newview/fonts/DejaVuSans-BoldOblique.ttf # indra/newview/fonts/DejaVuSans-Oblique.ttf # indra/newview/fonts/DejaVuSans.ttf # indra/newview/fonts/DejaVuSansMono.ttf | |||
2023-12-05 | Merge branch 'main' into DRTVWR-489 | Alexander Gavriliuk | |
2023-11-29 | Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/CMakeLists.txt # indra/newview/llspatialpartition.cpp # indra/newview/llviewergenericmessage.cpp # indra/newview/llvoavatar.cpp | |||
2023-11-02 | DRTVWR-589: Update Lualibs.cmake to use lua54.lib from 3p-lua. | Nat Goodspeed | |
Also remove #pragma comment(lib, "liblua54.a") from relevant source files. | |||
2023-11-02 | DRTVWR-589: Switch to the lua package built by new 3p-lua repo. | Nat Goodspeed | |
Also ditch crufty CMake logic related to lleventhost, which we haven't used for years. | |||
2023-10-30 | Revert "DRTVWR-587 Bring back the previously reverted change" | Andrey Lihatskiy | |
This reverts commit 9d49edbc48d81f820870d43edb2c975beffa5485. | |||
2023-10-30 | DRTVWR-587 Bring back the previously reverted change | Andrey Lihatskiy | |
2023-10-29 | DRTVWR-589: Merge branch 'main' of viewer-private into DRTVWR-589 | Nat Goodspeed | |
2023-10-25 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-10-26 | D587 Post merge fmod issues fix | Andrey Kleshchev | |
2023-10-25 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/tests/llleap_test.cpp # indra/newview/viewer_manifest.py | |||
2023-10-12 | Merge pull request #427 from secondlife/signal/py312 | nat-goodspeed | |
Add python 3.12 to FindPython search path | |||
2023-10-08 | Add python 3.12 to FindPython search path | Bennett Goble | |
Look for python 3.12 in the registry along with all the other versions. | |||
2023-10-04 | Revert "DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3)." | Andrey Lihatskiy | |
2023-09-08 | DRTVWR-587: Adopt Ansariel's Python.cmake Windows simplification. | Nat Goodspeed | |
2023-09-07 | SL-18837: Merge branch 'main' into actions | Nat Goodspeed | |
2023-09-05 | DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3). | Nat Goodspeed | |
Elsewhere in CMake land, we reference PYTHONINTERP_FOUND and PYTHON_EXECUTABLE, both of which are explicitly set by Python.cmake. We don't seem to need the find_package(Python3 COMPONENTS Interpreter) call. Given that we take some pains to be careful about which Windows Python interpreter we find, this eliminates a wildcard. | |||
2023-09-05 | Initial prototype of embedded LUA | Mnikolenko Productengine | |
2023-08-31 | Fix CMake CMP0148 deprecation warning introduced with CMake 3.27.4 | Ansariel | |
2023-08-24 | Merge remote-tracking branch 'origin/main' into DRTVWR-489 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llmath/llvolume.cpp # indra/llrender/llgl.cpp # indra/llxml/llcontrol.cpp # indra/newview/llpanelnearbymedia.cpp # indra/newview/llsceneview.cpp # indra/newview/llselectmgr.cpp # indra/newview/llstartup.cpp # indra/newview/lltextureview.cpp # indra/newview/llvovolume.cpp # indra/newview/skins/default/xui/en/menu_viewer.xml | |||
2023-07-18 | Merge remote-tracking branch 'origin/xcode-14.3' into DRTVWR-559 (#292) | Brad Linden | |
2023-07-18 | Fixes for compatibility with new xcode 15 beta for any viewer branch after ↵ | Brad Linden | |
DRTVWR-577 (#232) |