Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Merged in default (pull request #87) | Andrey Lihatskiy | |
SL-11049: Try harder to honor command-line --grid switch. Approved-by: Andrey Lihatskiy Approved-by: Andrey Kleshchev | |||
2019-04-26 | Automated merge with file:///Users/nat/linden/viewer-gridselect | Nat Goodspeed | |
2019-04-25 | Reorder logic in LLAppViewer::initConfiguration(); remove dup code. | Nat Goodspeed | |
There were two nearly-identical copies of a stanza that calls sendURLToOtherInstance(). Remove one. It's possible that the reason no one noticed the duplication was because the two copies were 70 lines apart. Move setSkinFolder(), setUseSpellCheck() and setSecondaryDictionaries() stanzas to consolidate SLURL-handling code more closely. Also move logic for NextLoginLocation and CmdLineLoginLocation. Remove a couple unnecessary std::ostringstream instances. Streaming a single string literal to std::ostringstream and retrieving its str() is the same as simply converting the literal to std::string, only slower. OSMessageBox() accepts const std::string&. Given that you have a std::string in hand, passing its c_str() to OSMessageBox() is not only unnecessary but wasteful: it requires silently converting the const char* back to a different std::string instance. Calling a class method from another method of the same class does not require ClassName:: qualification. Calling a singleton subclass method from another non-static method of the same subclass does not require going through ClassName::instance() or sInstance or whatever. | |||
2019-04-26 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-04-10 | Don't crash Test Viewer due to missing version checker | andreykproductengine | |
2019-04-10 | Don't crash Test Viewer due to missing version checker | andreykproductengine | |
2019-04-04 | SL-10881 Add HiDPI status to Help - About Second Life report | maxim_productengine | |
2019-04-02 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-08-02 | merge | Brad Payne (Vir Linden) | |
2018-08-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-07-04 | MAINT-8800 Vivox pointlesly stalls for 10 seconds waiting on shutdown | andreykproductengine | |
2018-06-28 | Replace cache hit info in tex fetch debug display. | Graham Linden | |
Silence launcher warning for devs. Work-around path gen deciding to gen NaNs for some flexi prims. | |||
2018-06-21 | merge fix - omit SL_Launcher check if beingDebugged() | Brad Payne (Vir Linden) | |
2018-06-18 | MAINT-8759 FIXED [Win] Choosing new cache location will cause disconnect if ↵ | maxim_productengine | |
you do not choose desired path in File picker quickly | |||
2018-06-08 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2018-06-07 | MAINT-8724 fix crash in libc++abi demangling on OSX 10.14 Mojave | Graham Linden | |
2018-06-07 | Better fix for OSX 10.14 libc++abi demangling crash on mem shenanigans. | Graham Linden | |
Silence nagging about running launcher for non-release for download builds. Tweak newview CMake to use executable instead of SL_Launcher and re-enable debugging within Xcode. | |||
2018-05-30 | MAINT-8686 Viewer should report active coroutines at the end of the session | andreykproductengine | |
2018-05-09 | Merged in lindenlab/viewer-451 | AndreyL ProductEngine | |
2018-04-13 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-04-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-03-23 | MAINT-8417 Don't run display or startup if window is not initialized | andreykproductengine | |
2018-03-21 | MAINT-8417 Fixed startup crash in doFrame() after failing to access vfs cache | andreykproductengine | |
2018-02-28 | MAINT-8305: Point SLURLs to viewer, not launcher; suppress warning. | Nat Goodspeed | |
Specifically, when the viewer is run with a URL target argument, suppress the "do not directly execute viewer, use the launcher instead" warning. | |||
2018-02-27 | MAINT-8305: Clean up trailing whitespace in llappviewer.cpp. | Nat Goodspeed | |
2018-02-14 | Automated merge with tip of viewer-release | callum_linden | |
2018-02-13 | MAINT-8203 Use the ReadOfflineMsgs cap to fetch IMs after login | andreykproductengine | |
2018-02-22 | MAINT-8183 Fixed some exit issues and crashes | andreykproductengine | |
2018-02-15 | Mark RenderNsightDebugSupport as requiring restart (because it does). | Graham Linden graham@lindenlab.com | |
Remove nerfing of message to run SL_Launcher. | |||
2018-02-15 | Add debug setting and code to allow nVidia nSight graphics debugging to ↵ | Graham Linden graham@lindenlab.com | |
capture SL frames. These changes are only enabled if RenderNsightDebugSupport is true and eliminate use of some OpenGL legacy functionality which is incompatible with nSight capture (mostly glReadPixels and other fixed-function pipe rendering calls). | |||
2018-02-12 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-01-30 | MAINT-8180 Add the way to get default string despite of current localiztion | maxim_productengine | |
2018-01-30 | MAINT-8091 Removed deprecated and unused private memory pooling | Andrey Kleshchev | |
2018-01-24 | MAINT-8180 Help > Report Bug does not include viewer bitness | maxim_productengine | |
2018-01-17 | Fixes for 'MAINT-8196 Remove LLPluginCookieStore from the viewer' and ↵ | callum_linden | |
'MAINT-8194 Remove per-frame calls to updateJavascriptObject()' | |||
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2018-01-17 | MAINT-8154 Brought back the LLContinueError handling | AndreyL ProductEngine | |
2018-01-17 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-01-11 | Fix for MAINT-8177 Expose the full version of the matching Chromium/Chrome ↵ | callum_linden | |
build for CEF in the About box | |||
2017-12-20 | MAINT-8087: Use env vars from VMP for AppData\Roaming and Local. | Nat Goodspeed | |
On Windows, when logged in with a non-ASCII username, every one of the three documented APIs -- SHGetSpecialFolderPath(), SHGetFolderPath() and SHGetKnownFolderPath() -- fails to retrieve any pathname at all. We cannot account for the fact that the oldest of these continues to work with the release viewer and within a Python script (though not, curiously, from a Python interactive session). With a non-ASCII username, they consistently fail when called from an Alex Ivy viewer build: "The filename, directory name, or volume label syntax is incorrect." Empirically, with a non-ASCII username, the preset APPDATA and LOCALAPPDATA environment variables are also useless, e.g. c:\Users\??????\AppData\Roaming where those are, yup, actual question marks. Empirically, the VMP is able to successfully call SHGetFolderPath() to retrieve both AppData\Roaming and AppData\Local. Therefore, we make the VMP set the APPDATA and LOCALAPPDATA environment variables to the UTF-8 encoded correct pathnames. Instead of calling SHGetSomethingFolderPath() at all, make LLDir_Win32 retrieve those environment variables. Make LLFile::mkdir() treat "directory already exists" as a success case. Every single call fell into one of two categories: either it didn't check success at all, or it tested specially to exempt errno == EEXIST. Migrate that test into mkdir(); eliminate it from call sites. Make LLDir::append() and add() convenience functions accept variadic arguments. Replace add(add()...) constructs, as well as clumsy concatenations of directory names and getDirDelimiter(), with simple variadic add() calls. | |||
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-29 | merge changes for 5.0.9-release | Oz Linden | |
2017-11-16 | MAINT-8154 Disabled exception handling in LLAppViewer::frame() to get proper ↵ | AndreyL ProductEngine | |
call stacks | |||
2017-10-11 | DRTVWR-418: Fix glitch from merging from today's viewer-release | Nat Goodspeed | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | merge changes for 5.0.8-release | Oz Linden | |
2017-08-24 | merge changes for MAINT-7594 | Oz Linden | |
2017-08-23 | merge changes for MAINT-7594 | Oz Linden | |
2017-08-23 | merge changes for 5.0.7-release | Oz Linden | |
2017-08-22 | MAINT-7594: add platform name string to login request (and add request ↵ | Oz Linden | |
parameter logging at DEBUG) |