Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | DRTVWR-474: Update to viewer-manager build 519640 | Nat Goodspeed | |
2018-09-13 | DRTVWR-474: Clean up use of LLDir::getAppRODataDir(), esp. on Mac. | Nat Goodspeed | |
Clearly it's not obvious to maintainers that on the Mac, getAppRODataDir() returns the app's Resources directory: in a number of places the code starts with the executable directory and appends "../Resources" to find that. | |||
2018-09-12 | DRTVWR-474: $VIEWER_EXE, rather than plain VIEWER_EXE | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519577 | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: Make NSIS run new updater.exe after install. | Nat Goodspeed | |
But change shortcuts and registry entries and everything else back to the real viewer executable, so that every subsequent run directly launches the viewer. Eliminate SL_Launcher references from viewer_manifest.py. | |||
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519568 | Nat Goodspeed | |
2018-09-12 | DRTVWR-474: Update to viewer-manager build 519565 | Nat Goodspeed | |
2018-09-11 | DRTVWR-474, MAINT-9047: Set viewer name in Info.plist, not launcher. | Nat Goodspeed | |
2018-09-11 | DRTVWR-474: Remove nag about SL_Launcher. | Nat Goodspeed | |
2018-09-11 | DRTVWR-474, MAINT-9047: Display top-level app bundle in sparseimage. | Nat Goodspeed | |
codesign claims to succeed, but spctl says: /Volumes/Second Life Installer/Second Life Test.app: rejected (the code is valid but does not seem to be an app) Why not? Display what's in Second Life.app/Contents on the mounted sparseimage: show Info.plist, list Frameworks, MacOS, Resources. | |||
2018-09-11 | DRTVWR-474, MAINT-9047: Make failing spctl command more verbose. | Nat Goodspeed | |
2018-09-11 | DRTVWR-474, MAINT-9047: Must copy CMake-built viewer for EDU. | Nat Goodspeed | |
2018-09-10 | DRTVWR-474, MAINT-9047: Try *not* copying the viewer built by CMake. | Nat Goodspeed | |
The start of viewer_manifest.DarwinManifest.construct() is a path() call to copy the whole viewer tree from where CMake constructs it. The comment is: "(this is a no-op if run within the xcode script)." Unfortunately, for unclear reasons, this has recently started nesting Second Life.app within the Second Life.app directory, and even to multiple levels. When that happens, copying the outermost .app directory to the sparseimage in order to convert to dmg runs out of room because we're trying to pack multiple copies of the whole viewer tree into the fixed-size sparseimage. But if it works to simply skip that entire initial copy operation, so much the better. | |||
2018-09-10 | SL-966 - animated object size/pos constraints cont, including some settings ↵ | Brad Payne (Vir Linden) | |
for debugging. additional options to anim_tool.py for making test animations | |||
2018-09-10 | DRTVWR-474, MAINT-9047: Back out changeset 2ed01671b974. | Nat Goodspeed | |
We'll try to address the Mac app bundle name discrepancy a different way. | |||
2018-09-10 | by default print location in log files | Oz Linden | |
2018-09-09 | DRTVWR-474, MAINT-9047: Make viewer_manifest use same bundle name. | Nat Goodspeed | |
2018-09-08 | DRTVWR-474, MAINT-9047: Restore viewer to top-level Mac app. | Nat Goodspeed | |
The relationship to MAINT-9047 is that we hope this will improve the behavior of Mac code signing. | |||
2018-09-07 | SL-944 - enabled log types consistent notation in xml and cpp | Brad Payne (Vir Linden) | |
2018-09-07 | SL-944 - logcontrol.xml update | Brad Payne (Vir Linden) | |
2018-09-07 | remove only-partially-successful attempt to put teamcity blocks around targets | Oz Linden | |
2018-09-07 | make the path output strip the 'dest' prefix | Oz Linden | |
2018-09-07 | SL-966 - max size = 64 | Brad Payne (Vir Linden) | |
2018-09-07 | SL-966 - updated logic for size/pos constraints | Brad Payne (Vir Linden) | |
2018-09-07 | refine TeamCity blocks to avoid double nesting, and disable | Oz Linden | |
for Windows | |||
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 | modify the path command progress message to show fully resolved src and dst ↵ | Oz Linden | |
paths | |||
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-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 |