Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-07 | refine TeamCity blocks to avoid double nesting, and disable | Oz Linden | |
for Windows | |||
2018-09-06 | FIX INTL-302 translation of Viewer Set52 (DRTVWR-461: viewer-estate-access) | eli | |
2018-09-06 | add markers for non-package uses of viewer_manifest.py | Oz Linden | |
2018-09-06 | make start and end messages for packages more prominentt | Oz Linden | |
2018-09-06 | SL-966 - size and pos limit calcs moved to sep method. Global scale option ↵ | Brad Payne (Vir Linden) | |
for testing of size limits. | |||
2018-09-06 | make the .app name channel sensitive to match cmake | Oz Linden | |
2018-09-06 | improve error message for unfound files | Oz Linden | |
2018-09-06 | MAINT-9077 FIXED Jellydolled avatar attachments can emit light. | maxim_productengine | |
2018-09-06 | modify the path command progress message to show fully resolved src and dst ↵ | Oz Linden | |
paths | |||
2018-09-06 | MAINT-8777 added ability to copy access lists to clipboard | AndreyL ProductEngine | |
2018-09-05 | add more block structure to TeamCity log output for components | Oz Linden | |
2018-09-05 | remove duplicated EDU definitions | Oz Linden | |
2018-09-04 | MAINT-9082 crash on HandleFocusLost | andreykproductengine | |
2018-09-04 | use copy_if_different to copy CrashReporter.nib so that it creates the ↵ | Oz Linden | |
directory if needed | |||
2018-09-04 | use copy_if_different to copy CrashReporter.nib so that it creates the ↵ | Oz Linden | |
directory if needed | |||
2018-09-05 | SL-957: Previous commit skipped a couple assignments used later. | Nat Goodspeed | |
2018-09-05 | SL-957: Don't move viewer executable until final viewer_manifest run. | Nat Goodspeed | |
viewer_manifest is run twice by CMakeLists.txt: once with --actions=copy and once with the default actions copy and package. The fact that we (try to) move the Mac viewer executable both times has confused things on a number of occasions. Currently it's bollixing our attempt to run dsymutil on the executable so we can package up the Mac symbols for both codeticket and BugSplat. Introduce DarwinManifest.is_rearranging() that tests whether either "package" or "unpacked" is in self.args["actions"], echoing an earlier test. Make several things conditional on that, notably moving the executable. | |||
2018-09-04 | SL-957: Try passing dsymutil the full pathname of VIEWER_APP_EXE. | Nat Goodspeed | |
2018-09-04 | SL-957: Try being more explicit about VIEWER_APP_DSYM full pathname. | Nat Goodspeed | |
2018-09-04 | SL-957: Try removing redundant add_custom_command() dependency. | Nat Goodspeed | |
2018-09-04 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-09-03 | MAINT-9076 Improved support for Retina Displays | ruslantproductengine | |
2018-08-31 | SL-957: Convert absolute VIEWER_SYMBOL_FILE to native_path. | Nat Goodspeed | |
Thanks Ansariel. | |||
2018-08-31 | SL-957: Try removing quotes from ${VIEWER_BINARY_NAME} in CMake deps. | Nat Goodspeed | |
2018-08-31 | SL-957: Pass an absolute pathname to CMake for VIEWER_SYMBOL_FILE. | Nat Goodspeed | |
2018-08-31 | SL-957: Name VIEWER_BINARY_NAME directly, not an assigned variable. | Nat Goodspeed | |
If this theory is correct, setting VIEWER_APP_EXECUTABLE to VIEWER_BINARY_NAME and then referencing VIEWER_APP_EXECUTABLE instead of VIEWER_BINARY_NAME confuses CMake as to the filename involved. <eyeroll/> | |||
2018-08-31 | SL-957: Use tar -C instead of changing tar's WORKING_DIRECTORY. | Nat Goodspeed | |
Seems VIEWER_SYMBOL_FILE arrives from build.sh as a relative pathname, so passing that pathname to tar when we run tar with WORKING_DIRECTORY confuses it. But if we use tar's -C switch, we can achieve the effect we want (no leading directory prefixes in the tarball) without WORKING_DIRECTORY. Thing is, we have to run the desired directory through cygpath first, which is why we went with WORKING_DIRECTORY in the first place. | |||
2018-08-31 | Merged in MAINT-6291 | andreykproductengine | |
2018-08-30 | Restore the ability for sockets to specify the interface to listen on | Oz Linden | |
2018-08-30 | SL-957: Delay trying to pack up Windows PDB file until linker done. | Nat Goodspeed | |
2018-08-30 | disable RefCounted tests in llcorehttp because they hang the win64 build in ↵ | Oz Linden | |
TeamCity | |||
2018-08-30 | SL-957: Try to add enough CMake dependencies to generate Mac symbols. | Nat Goodspeed | |
2018-08-30 | SL-957: Use cygpath to set up output pathname for cygwin tar. | Nat Goodspeed | |
2018-08-30 | SL-957: Generate the expected symbols tarball even with BugSplat. | Nat Goodspeed | |
This is a separate step from generating and posting BugSplat symbols, since BugSplat needs the executable along with the symbols, and we don't need to consume that space in a symbols tarball. Move Mac BugSplat symbol generation logic to CMake land, the same general area where Breakpad symbols are generated. Add stanzas to pack up the usual tarball for Windows and Mac. Remove the build.sh test that suppressed uploading the symbols tarball for BugSplat builds. | |||
2018-08-30 | MAINT-6291 A bit more logging | andreykproductengine | |
2018-08-30 | MAINT-9049 [EAM] Allow adding multiple avatars to the list, ignoring ↵ | maxim_productengine | |
inappropriate one for that list if it was selected | |||
2018-08-29 | SL-967 simplify viewer log file field syntax | Oz Linden | |
MAINT-8991: only escape log message characters once, add unit test remove extra log line created by LL_ERRS document that tags may not contain spaces | |||
2018-08-29 | MAINT-6291 Fixed Scripted teleports have a higher rate of failure than ↵ | andreykproductengine | |
user-initiated teleports. Sim apparently sends finish and start messages simultaneously in case of scripted or experience teleports | |||
2018-08-29 | MAINT-9044 Update Aditi helper_uri to ↵ | AndreyL ProductEngine | |
https://secondlife.aditi.lindenlab.com/helpers/ | |||
2018-08-28 | SL-824: Update to bugsplat build 519145 | Nat Goodspeed | |
2018-08-28 | Backed out changeset: 871c2923afce | AndreyL ProductEngine | |
2018-08-28 | Backed out changeset: 5b0f20062633 | AndreyL ProductEngine | |
2018-08-28 | SL-824: Update to bugsplat build 519106 | Nat Goodspeed | |
2018-08-27 | SL-824: Update to bugsplat build 519074 | Nat Goodspeed | |
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-27 | line endings fix | maxim_productengine | |
2018-08-27 | SL-944 - mac build error fix: wants override to be used throughout a class ↵ | Brad Payne (Vir Linden) | |
if it is used at all | |||
2018-08-25 | MAINT-9046 honor alpha mode none even when texture has alpha channel when ↵ | Graham Linden | |
checking state in avatar attachment shadow passes | |||
2018-08-24 | SL-944 - logcontrol options to control which log recorders get used. This ↵ | Brad Payne (Vir Linden) | |
can be useful for performance reasons when especially verbose debug logging is needed. | |||
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']. |