Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-20 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-02-04 | SL-12654 Remove support for building with fmod ex | Andrey Kleshchev | |
2020-02-04 | SL-11445 Couple small fixes | Andrey Kleshchev | |
2020-01-31 | Merged in SL-11445 Upgrade Fmodex to Fmod Studio | Andrey Kleshchev | |
2019-12-16 | Merge viewer-release 6.3.6 into viewwer-eep repo | Dave Houlton | |
2019-10-29 | merge 6.3.4-release | Dave Houlton | |
2019-10-29 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-10-16 | merge | Brad Payne (Vir Linden) | |
2019-10-16 | merge 6.3.2-release | Oz Linden | |
2019-10-09 | Merged in lindenlab/viewer-xcode11 | AndreyL ProductEngine | |
2019-09-25 | DRTVWR-476: Add Stack Overflow link for Brad's Xcode 11 signing fix. | Nat Goodspeed | |
2019-09-25 | Disabled broken automatic code signing for local development when using Xcode 11 | Brad Kittenbrink | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-09-06 | handle slvoice executable separately from the vivox libraries, and update ↵ | Oz Linden | |
mac slvoice package | |||
2019-07-16 | update Vivox for VOICE-56 | Oz Linden | |
2019-06-17 | OPEN-345 Fixed enigmatic messages during build | AndreyL ProductEngine | |
2019-03-02 | SL-10664 | Graham Linden | |
2019-02-28 | Merge | Rider Linden | |
2018-12-08 | SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. | Nat Goodspeed | |
2018-10-17 | Automated merge with ssh://bitbucket.org/nat_linden/viewer-poseidon | Nat Goodspeed | |
2018-09-24 | DRTVWR-474: Remove Python autobuild packages and references to them. | Nat Goodspeed | |
We expect the viewer-manager package to be self-contained: we expect it to bring with it any Python packages it requires. We no longer force developers to wrap third-party Python packages as autobuild packages. | |||
2018-09-07 | remove only-partially-successful attempt to put teamcity blocks around targets | Oz Linden | |
2018-09-07 | refine TeamCity blocks to avoid double nesting, and disable | Oz Linden | |
for Windows | |||
2018-09-05 | add more block structure to TeamCity log output for components | Oz Linden | |
2018-08-27 | SL-957: Explicitly pass VIEWER_SYMBOL_FILE from build.sh into CMake | Nat Goodspeed | |
instead of relying on both indra/newview/CMakeLists.txt and build.sh generating the same file pathname. Make build.sh set VIEWER_SYMBOL_FILE (instead of symbolfile) in pre_build, and pass it to autobuild configure via -D switch. Then the uploads stanza can just use VIEWER_SYMBOL_FILE instead of performing its platform-sensitive case statement right there. Introduce VIEWER_SYMBOL_FILE CMake cache variable, default empty string. Make indra/newview/CMakeLists.txt generate_breakpad_symbols logic conditional on VIEWER_SYMBOL_FILE being non-empty, as well as everything else. Eliminate local set(VIEWER_SYMBOL_FILE) directives. | |||
2018-08-24 | DRTVWR-447: Introduce explicit CMake BUGSPLAT_DB variable. | Nat Goodspeed | |
Define the CMake cache variable, with empty string as its default. Make build.sh pass the BUGSPLAT_DB environment variable as a CMake command-line variable assignment. Change CMake 'if (DEFINED ENV{BUGSPLAT_DB})' to plain 'if (BUGSPLAT_DB)'. Make CMake pass new --bugsplat switch to every one of SIX different invocations of viewer_manifest.py. Give llmanifest.main() function an argument to allow supplementing the base set of command-line switches with additional application-specific switches. In viewer_manifest.py, define new --bugsplat command-line switch and pass to llmanifest.main(). Instead of consulting os.environ['BUGSPLAT_DB'], consult self.args['bugsplat']. | |||
2019-03-06 | Get rid of vstool | andreykproductengine | |
2019-03-04 | Fix for local studio builds | andreykproductengine | |
2019-03-01 | Merge | AndreyL ProductEngine | |
2019-01-16 | Re-enable warnings-as-errors (-Werror) in Mac builds. | Nat Goodspeed | |
2018-05-30 | remove unused UNATTENDED cmake variable that generates warnings | Oz Linden | |
2018-05-25 | SL-821: export BUGSPLAT_DB when loaded so child processes can detect. | Nat Goodspeed | |
Produce CMake message when BugSplat is engaged so we can detect in build log. Don't try to copy BugSplat DLLs when NOT engaged. | |||
2018-05-25 | SL-821, SL-826: Use BUGSPLAT_DB from environment on Windows and Mac. | Nat Goodspeed | |
On TeamCity, set BUGSPLAT_DB from build-secrets. Use the presence of $BUGSPLAT_DB, rather than a new CMake BUGSPLAT option, to control whether CMake searches for BugSplat -- and passes LL_BUGSPLAT into C++. When BUGSPLAT_DB is present, make viewer_manifest.py set "BugSplat DB" in build_data.json, and "BugsplatServerURL" in Mac Info.plist. Make llappviewerwin32.cpp read "BugSplat DB" from build_data.json. Add placeholders for Mac hooks to suppress BugSplat prompt and send SecondLife.log. | |||
2018-05-17 | SL-821: Move Windows BugSplat engagement from llcommon to newview. | Nat Goodspeed | |
Use WSTRINGIZE(), LL_TO_WSTRING(), wstringize() to produce required wide strings. Use a lambda for callback that sends log file; use LLDir, if set, to find the log file. Introduce BUGSPLAT CMake variable to allow suppressing BugSplat. Make BUGSPLAT CMake variable set LL_BUGSPLAT for C++ compilations. Set viewer version macros on llappviewerwin32.cpp, llappviewerlinux.cpp and llappdelegate-objc.mm -- because BugSplat needs the viewer version data, and because the macOS BugSplat hook is engaged in an Objective-C++ function we override in the app delegate. | |||
2018-04-12 | Automated merge with tip of viewer-release after Viewer Media Update release | callum_linden | |
2018-03-06 | Reference updated libatmosphere package. | Graham Linden graham@lindenlab.com | |
2018-02-28 | Merge | Graham Linden graham@lindenlab.com | |
2018-02-22 | Add settings/validations for new advanced atmo settings. | Graham Linden graham@lindenlab.com | |
2018-02-18 | Atmospherics WIP | Graham Linden graham@lindenlab.com | |
libatmosphere integrated in indra/llrender/llatmosphere.cpp Still working on runtime shaders to use libatmosphere precomputed atmospherics textures | |||
2018-01-18 | correct 64bit vivox dll names | Oz Linden | |
2018-01-18 | more places where vivox names must be conditional on address size | Oz Linden | |
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2017-11-30 | Automated erge with tip of viewer64 | callum_linden | |
2017-10-24 | MAINT-7081: Mention libnghttp2*.dylib in yet another place. | Nat Goodspeed | |
2017-10-23 | Missed a place in the Copy3rdPartyLibs.cmake file (thank Windows Find) that ↵ | callum_linden | |
needs to differentiate between 32 and 64 bit Windows builds | |||
2017-10-19 | Differentiate between 32/64 bit windows builds for build systewm (BugsSplat ↵ | callum_linden | |
enforces specifc names that vary across bitness) | |||
2017-10-18 | First version that builds with a dummy BugSplay call in llapp.cpp | callum_linden | |
2017-09-29 | MAINT-7081: Mention nghttp2.dll where it must be mentioned. | Nat Goodspeed | |
2017-09-29 | MAINT-2081: Remove ancient snapshot of CMake GetPrerequisites. | Nat Goodspeed | |
Mani captured that snapshot back when CMake version 2.8 was newer than what was running on our build systems. Now we have to assume that the bundled GetPrerequisites.cmake is better than our old snapshot. Use the bunded one. | |||
2017-09-27 | MAINT-7081: Mention nghttp2 library wherever it must be mentioned. | Nat Goodspeed | |