Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-08 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Kitty Barnett | |
2023-01-24 | DRTVWR-489-emoji: Trying to get to the bottom of a TeamCity build failure ↵ | Callum Linden | |
with access to TeramCity - with all the ICU4C DLLs removed, the viewer builds fine which does suggest a size/disk space issue. Trying with the (porposed) minimum set to see if this helps. Likely it won't because the main one (icudt48.dll) is much, much bigger than the others combined - but we shall see | |||
2023-01-24 | DRTVWR-489-emoji: Trying to get to the bottom of a TeamCity build failure ↵ | Callum Linden | |
with access to TeramCity - one theory is that the extra size of these DLLs consumes too much disk space and results in the NSIS internal compiler error we observe - removing these tempoorarily to see what difference that makes | |||
2023-01-23 | DRTVWR-489-emoji: Update the machinery that copies over the ICU4C DLLs into ↵ | Callum Linden | |
the right place in Windows builds | |||
2022-11-09 | Merge branch contribution/emoji into DRTVWR-489-emoji | Kitty Barnett | |
2022-10-24 | Merge master into DRTVWR-568 (and fix conflicts) | Callum Linden | |
2022-10-23 | Bring back Nat's tribute to Macho Man Randy Savage by reverting: | Nicky | |
"SL-18389 - tracking down an odd code-signing issue on mac - speculative fix - this is the only different between this and other viewers that do run correctly" This reverts commit 074ff9fd4bbe0a6c6d589b3bdf5fe1a48df0b1ed. | |||
2022-10-20 | Merge branch 'master' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
2022-10-18 | SL-18389 - tracking down an odd code-signing issue on mac - speculative fix ↵ | Callum Prentice | |
- this is the only different between this and other viewers that do run correctly | |||
2022-10-12 | Upload installer, build Release, use large runner | Signal Linden | |
2022-10-11 | Replace llbase with llsd module | Signal Linden | |
2022-10-01 | SL-16542 Pull in chunks of graham's openjpeg code, update openjpeg and ↵ | Andrey Kleshchev | |
enable partial bitstreams Openjpeg was modified: "p_max_len -= l_nb_bytes_read;" was causing an overflow. I'm not sure if I did something incorectly in opj_skip/opj_seek viewer side, but seems like openjpeg should have been checking remaining space in p_max_len either way. P.S. Many thanks to Chafey and Neopallium for implementing openjpeg's partial bitstream support | |||
2022-09-16 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky Dasmijn | |
DRTVWR-568_cmake | |||
2022-08-29 | Review + resolve minor issues | Kitty Barnett | |
2022-08-28 | Merge branch 'contribution/emoji' | Kitty Barnett | |
2022-08-23 | DRTVWR-558: macOS Monterey objdump apparently needs --option | Nat Goodspeed | |
instead of -option as before. | |||
2022-07-12 | SL-17754 FIXED "first_login_image.jpg" file is not loaded | Mnikolenko Productengine | |
2022-06-05 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky | |
DRTVWR-543-maint_cmake | |||
2022-05-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llprimitive/llmodel.cpp # indra/llprimitive/llmodel.h # indra/newview/llappviewer.cpp # indra/newview/llappviewer.h | |||
2022-05-26 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-05-10 | SL-17376 Do not fail build if vcruntime140_1 is missing | Andrey Kleshchev | |
If there is no vcruntime140_1 in the build system, it is likely that file is not required for the viewer to run. | |||
2022-05-09 | SL-17376 Fix viewer failing due to missing vcruntime140_1 | Andrey Kleshchev | |
2022-05-08 | - Slightly better documentation string for --configuration, as this really ↵ | Nicky | |
is used for the configs build subdirectory. - Always pass the correct configuration for --buildtype - Use 'buildtype' when determining defbug/release/... build. --configuration should not be used for this, as it is the subdirectories name (CMAKE_CFG_INTDIR) | |||
2022-05-01 | Fix for viewer_manifest.py using a hardcoded path to grab runtime files. | Nicky | |
2022-04-18 | Merge remote-tracking branch 'origin/DRTVWR-543-maint' into ↵ | Nicky | |
DRTVWR-543-maint_cmake | |||
2022-04-18 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llfloatersearch.cpp # indra/newview/llgroupactions.cpp # indra/newview/llvovolume.cpp | |||
2022-04-09 | Cleanup windows step that copies input artifacts. Make sure the right | Nicky | |
paths are used, throw out files not even existing anymore. | |||
2022-04-07 | When opening contributions.txt viewer_manifest.py was making assumptios of ↵ | Nicky | |
the build tree layout and how it should be relative to the source tree. This is not necessarily correct. By using 'source' and constructiong the path relative to this directory we always get a correct answer. | |||
2022-04-05 | Merged in SL-16918 (pull request #898) | Sabrina Shanman | |
SL-16918: Improve click and drag on minimap Approved-by: Andrey Lihatskiy | |||
2022-03-28 | SL-17079: Merge 'sl-17079' into DRTVWR-546 for Mac updater fix. | Nat Goodspeed | |
2022-03-22 | More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover ↵ | Brad Kittenbrink | |
in an error handling block | |||
2022-03-22 | Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵ | Brad Kittenbrink | |
python2 syntax | |||
2022-03-14 | Revert "Debug Fmod with logging" | Andrey Kleshchev | |
This reverts commits b21c17eee973dc06c1392dd45dbc19c1ce394852 and 2f78338aeb3d0297813bc9c9c7a9d75a2055000d. 'Debug Fmod' was not an intended commit, was meant for local testing. But might be a good idea to make this a part of DebWithRelInfo or provide a cmake switch. | |||
2022-03-09 | More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover ↵ | Brad Kittenbrink | |
in an error handling block | |||
2022-03-09 | Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵ | Brad Kittenbrink | |
python2 syntax | |||
2022-03-09 | Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵ | Brad Kittenbrink | |
python2 syntax | |||
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2022-02-28 | Merge branch 'master' of bitbucket.org:lindenlab/viewer into SL-9749 | Howard Stearns | |
2022-02-28 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp | |||
2022-02-23 | Debug Fmod with logging #2 | Andrey Kleshchev | |
2022-02-22 | SL-9748 - Place cube.dae in ppRODataDir on all platforms. | Howard Stearns | |
2022-02-22 | SL-9748 - Option to compute uploaded mesh physics shape from a cube. | Howard Stearns | |
2022-02-08 | Merge branch 'DRTVWR-555' into DRTVWR-553+555 | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/llappviewer.cpp # indra/newview/viewer_manifest.py | |||
2022-02-03 | DRTVWR-555 Sign SLVersionChecker with the hardened runtime | Andrey Lihatskiy | |
2022-02-01 | SL-13792: Cannot mix print statement and print function. | Nat Goodspeed | |
'from __future__ import print_function' not only makes the print() function available, it also makes the Python 2 print statement invalid syntax. Until we merge with the Python 3 branch (soon!), don't import print_function: instead revert to 'print >> sys.stderr' statements. | |||
2022-02-01 | SL-13792: _greenlet.so is no longer exposed in Mac viewer app bundle. | Nat Goodspeed | |
Instead we have a new bundled executable SLVersionChecker, so that must be signed instead of _greenlet.so. | |||
2021-12-20 | Merge branch 'master' into DRTVWR-544-maint | Mnikolenko Productengine | |
2021-12-16 | Merge branch 'SL-15742' into DRTVWR-527-maint | Andrey Lihatskiy | |
2021-12-15 | DRTVWR-546 merge up to 6.5.2 | Dave Houlton | |
2021-12-11 | Merge branch 'master' into SL-15742 | Bennett Goble | |