summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2018-06-30MAINT-8822: Give LLManifest.prefix() (suppressed) debugging output.Nat Goodspeed
2018-06-29MAINT-8260 make TextureLoadFullRes not persistent to avoid issues with ↵Graham Linden
accidentally setting it on systems which cannot handle the mem load it implies
2018-06-29MAINT-8671 - animated object rotation fix based on bind shape matrix of root ↵Brad Payne (Vir Linden)
prim, where applicable.
2018-06-29MAINT-8822: Revamp the LLManifest.prefix() calling convention.Nat Goodspeed
The way prefix("path_fragment") or prefix(src="path_fragment") has always worked is that unless you explicitly specify dst="", it adds "path_fragment" to the source AND dest prefix stacks! The most recent refactoring of viewer_manifest.py failed to copy CEF because it involved prefix(src="../some lengthy path fragment") -- forgetting to specify dst="" -- which added "../some lengthy path fragment" to the dest prefix stack -- which put it outside the viewer install staging area altogether. Having been bitten too many times by forgetting to add prefix(dst=""), we remove the necessity. The prefix() src=, build= and dst= prefix stacks are now completely independent. Add src_dst= keyword argument for when you DO want to add the same path fragment to both the source and dest prefix stacks. ("Explicit is better than implicit.") Change all existing calls accordingly. Now that the build prefix stack no longer tracks the src prefix stack, we were failing to pick up some things from the build area because NOBODY ever used build=, relying entirely on src= to point both to stuff in the source tree and stuff in the build tree. Try to use build= appropriately. If that proves too confusing, we might eliminate the separate build and artwork (!) prefix stacks entirely, requiring callers to reset the src stack explicitly when switching back and forth.
2018-06-28DRTVWR-447: Suppress BugSplat UI; auto-fill certain BugSplat data.Nat Goodspeed
Direct BugSplat to send crash reports without prompting, on both Windows and Mac. Add a mechanism by which code called after LL_ERRS() can retrieve the fatal log message string. (How did the crash logger extract that for Linden crash logging?) Add that fatal message to crash reports on Windows. But as BugsplatMac is engaged only on the run _after_ the crash, we no longer have that message in memory. Also add user name and region location to Windows crash reports. On Mac, (a) we don't have the information from the previous run and (b) BugsplatMac doesn't provide an API to attach that information to the crash report. Add Mac logging to indicate the success or failure of sending the crash report. Add Windows logging to indicate we're about to send.
2018-06-28MAINT-8797: Resurrect BugSplat crash reporting on Windows.Nat Goodspeed
The Breakpad symbol-file upload in the viewer's build.sh was failing on BugSplat builds since we weren't generating Breakpad symbol files. That upload was conditional on RELEASE_CRASH_REPORTING, so my first approach was to set RELEASE_CRASH_REPORTING=OFF for BugSplat builds. Unfortunately that symbol also propagates down into C++ compiles, and in llappviewerwin32.cpp, both Breakpad and BugSplat crash reporting is conditional on it. So that change inadvertently turned off the C++ logic to engage BugSplat. Stop forcing RELEASE_CRASH_REPORTING=OFF for BugSplat builds. Instead, make the Breakpad symbol-file upload check the BUGSPLAT_DB variable as well. Add #pragma messages to llappviewerwin32.cpp so we can detect whether it's being built for Breakpad or BugSplat or neither.
2018-06-27fix debug loggingOz Linden
2018-06-27fix provisioning debug logOz Linden
2018-06-27MergeGraham Linden
2018-06-27add more startup debug loggingOz Linden
2018-06-27Disambiguate logical op precedence for Clang.Graham Linden
2018-06-26Fix misspelled convenience func name.Graham Linden
2018-06-26MAINT-8395 Better logingandreykproductengine
2018-06-26MAINT-8790 - ignore control avatars when fetching or sending complexity stats.Brad Payne (Vir Linden)
2018-06-26SL-927 Add new groups caps to viewer (offline messages only)andreykproductengine
2018-07-12MAINT-8862 mailto URIs should be loaded in the external browsermaxim_productengine
2018-07-11Merged in andreykproductengine/maint-neko3 (pull request #653)Andrey Kleshchev
MAINT-8849 Fixed Viewer displays 'Conneting to region...' screen forever Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com>
2018-07-11MAINT-8856 FIXED URL in Group Name is represented as a hyperlink in group noticemaxim_productengine
2018-07-11MAINT-8849 Fixed Viewer displays 'Conneting to region...' screen foreverandreykproductengine
2018-07-10MAINT-8855 FIXED Location SLURL gets truncated when using Help -> Report Bug ↵maxim_productengine
to file JIRA
2018-07-10Merged in maxim_productengine/viewer-neko_maint2 (pull request #651)Maxim Nikolenko
MAINT-8848 FIXED Object name in the llGiveInventory chat message is represented as a hyperlink Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com>
2018-07-09MAINT-8848 FIXED Object name in the llGiveInventory chat message is ↵maxim_productengine
represented as a hyperlink
2018-06-26Skip updating the sky texture and fog iff we're using atmospherics shaders ↵Graham Linden
anyway.
2018-06-25MAINT-8457 FIXED "Mute" switching cancels the volume settings of Nearby Mediamaxim_productengine
2018-06-25MAINT-8765 - fixes for animated object attachment bounding boxesBrad Payne (Vir Linden)
2018-06-22DRTVWR-443 - whitespace-only change to force a build version updateBrad Payne (Vir Linden)
2018-06-22MAINT-8686 Don't log empty listandreykproductengine
2018-06-22SL-857 revertedmaxim_productengine
2018-06-22SL-857 revertedmaxim_productengine
2018-06-21merge changes for 5.1.6-releaseOz Linden
2018-06-21DRTVWR-447: Merge up to latest viewer-releaseNat Goodspeed
2018-06-21merge fix - omit SL_Launcher check if beingDebugged()Brad Payne (Vir Linden)
2018-06-21mergeBrad Payne (Vir Linden)
2018-06-21mergeBrad Payne (Vir Linden)
2018-06-21increment viewer version to 5.1.7Nat Goodspeed
2018-06-20viewer version -> 6.0.0Brad Payne (Vir Linden)
2018-06-19SL-821: Send the SecondLife.log from the previous (crashed) run.Nat Goodspeed
Also clean up log messages.
2018-06-19SL-821: Another Objective-C++ magic incantation from BugSplat support.Nat Goodspeed
2018-06-19MAINT-4743 Save sounds that arrived too early and use on object updateandreykproductengine
2018-06-21Merged in lindenlab/viewer-bearAndreyL ProductEngine
2018-06-21MAINT-8754 FIXED Premium Voice Morphs subscription renewal sends to wrong ↵maxim_productengine
location
2018-06-20MAINT-8764 FIXED Crash in LLViewerWindow::saveImageNumbered()maxim_productengine
2018-06-19MAINT-8766 - fix for appearance to XML crash, plus enablement logicBrad Payne (Vir Linden)
2018-06-19SL-821: Try again to override BugSplat Obj-C methods.Nat Goodspeed
2018-06-18SL-821: Add logging in the macOS BugSplat attachment override.Nat Goodspeed
2018-06-18SL-821: Fix BugSplat attachment method override per BugSplat support.Nat Goodspeed
The example code on the BugSplat documentation page https://www.bugsplat.com/docs/platforms/os-x#configuration omits certain essential Objective-C++ boilerplate incantations. Adding them at least compiles successfully.
2018-06-15SL-821: Fix up Objective-C++ syntax errors.Nat Goodspeed
2018-06-15SL-821: Try to add SecondLife.log file to Mac BugSplat crash report.Nat Goodspeed
Introduce new header file llappviewermacosx-for-objc.h to publish for llappdelegate-objc.mm and other Objective-C++ consumers the free functions in llappviewermacosx.cpp they consume. These were never before declared in any header file. Apparently, to date, we've been trusting to luck that Objective-C++ will infer the correct signature from calls -- and that the calls are correct with respect to the function definitions. :-P This gives us a place to introduce a new getLogFilePathname() function to query LLDir. (We don't simply #include "lldir.h" because of the pervasive use of BOOL in viewer headers; BOOL means something very different in Objective-C++.)
2018-06-15SL-915 - handle uninitialized pelvis pos, better pixel area calcBrad Payne (Vir Linden)
2018-06-15MAINT-8554 - encroachment check fixBrad Payne (Vir Linden)