Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-16 | MAINT-7208 Some messages had links that were not highlighted | andreykproductengine | |
2017-03-15 | Next part of the 'SL-641 Update CEF -> cef-bin -> Dullahan -> ↵ | callum@lindenlab.com | |
p64_3p-Dullahan -> media_plugin_cef.cpp to current latest version' puzzle - fix @rpath/@executable paths for macOS | |||
2017-03-15 | Merged in MAINT-7168 | max nikolenko | |
2017-03-15 | MAINT-7199 Field "From" on the tab "Send via E-mail" should be initialized ↵ | Mnikolenko Productengine | |
to the agent full name | |||
2017-03-15 | MAINT-7168 Avatar rendering settings adjustments | Mnikolenko Productengine | |
2017-03-15 | MAINT-7206 Fixed crash on doubleclick deselecting last mute type from the ↵ | AndreyL ProductEngine | |
context menu | |||
2017-03-14 | SL-641 - Update CEF -> cef-bin -> Dullahan -> p64_3p-Dullahan -> ↵ | Callum Prentice | |
media_plugin_cef.cpp to latest versionPull in p64_3p-dullahan that has the cef 2897/chrome 57 | |||
2017-03-14 | Tweak CEF plugin version to include Chrome equivalent | Callum Prentice | |
2017-03-14 | MAINT-1800 Menu item appears at the top of the screen during teleporting | andreykproductengine | |
2017-03-13 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-03-13 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-03-13 | Automated merge with tip of viewer-release | Callum Prentice | |
2017-03-13 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2017-03-13 | increment viewer version to 5.0.4 | Oz Linden | |
2017-03-13 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64-maint-7177 | Nat Goodspeed | |
2017-03-13 | MAINT-1324 Warning should appear that objects in different regions can't be ↵ | andreykproductengine | |
linked | |||
2017-03-13 | DRTVWR-418: Tweak shutdown sequence to avoid resurrecting singletons. | Nat Goodspeed | |
The LLSingletonBase::deleteAll() call late in LLAppViewer::cleanup() deletes the LLSingleton(s) used by the logging machinery, among other things. Attempting further logging after that call (such as our cheery "Goodbye!") has the unfortunate effect of attempting to resurrect the deleted LLSingleton(s). Move "Goodbye!" to just *before* the call. Also, given that call, the manual references to a couple specific LLSingletons in ~LLAppViewer() are (a) unnecessary and (b) cause attempted resurrection. Eliminate both. | |||
2017-03-12 | MAINT-6998 [Project Alex Ivy] 64bit viewer installs to Program Files (x86) ↵ | Callum Prentice | |
by default. (Update2: evidently the registry set call is needed on un.init() too | |||
2017-03-11 | MAINT-6998 [Project Alex Ivy] 64bit viewer installs to Program Files (x86) ↵ | Callum Prentice | |
by default. (Update: call to select registry needs to be inside a function) | |||
2017-03-11 | Update: (thanks Drake) MAINT-6998 [Project Alex Ivy] 64bit viewer installs ↵ | callum@lindenlab.com | |
to Program Files (x86) by default. Added option to engage 32 or 64 bit registry | |||
2017-03-11 | MAINT-6789 bulk update can be resource hungry and needs to be monitored | andreykproductengine | |
2017-03-10 | MAINT-6998 [Project Alex Ivy] 64bit viewer installs to Program Files (x86) ↵ | Callum Prentice | |
by default. | |||
2017-03-10 | Fix for MAINT-7047 No information about 32bit or 64bit version of 'Project ↵ | Callum Prentice | |
Alex Ivy' viewer in non-English locales | |||
2017-03-08 | Second Life SL-643 viewer_manifest.py still tried to copy the CEF file ↵ | callum@lindenlab.com | |
wow_helper.exe but it's no longer present | |||
2017-03-08 | merge changes for MAINT-7156 | Oz Linden | |
2017-03-06 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2017-03-06 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-03-06 | increment viewer version to 5.0.3 | Oz Linden | |
2017-03-06 | MAINT-3683 "login failed" notice has an extra character in pop-up notification | andreykproductengine | |
2017-03-03 | Merged lindenlab/viewer-neko into default | Andrey Lihatskiy | |
2017-03-02 | MAINT-7076 Add the ability to see/modify mute types within the block list | AndreyL ProductEngine | |
2017-03-03 | MAINT-7168 SL Viewer should remember avatar rendering selection | Mnikolenko Productengine | |
2017-03-02 | MAINT-7167 Change snapshot's social features to use "share" instead of "upload" | Mnikolenko Productengine | |
2017-03-01 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2017-03-01 | MAINT-7161 Crash in LLViewerInventoryItem | andreykproductengine | |
2017-03-01 | MAINT-3604 Extend llTextBox message lines according to it's length | Mnikolenko Productengine | |
2017-02-28 | MAINT-908 Build Tool has wrong screen priority and can stay behind other ↵ | andreykproductengine | |
floaters when called | |||
2017-02-27 | MAINT-3235 Stand button not centered when left toolbar is empty | pavelkproductengine | |
2017-02-27 | MAINT-1206 "Save as" only works once when making skins in the new appearance ↵ | Mnikolenko Productengine | |
editor | |||
2017-02-24 | First round of changes to make the macOS 64 build work | callum@lindenlab.com | |
2017-02-24 | MAINT-7156: do not use the server-supplied agent email when sending a ↵ | Oz Linden | |
postcard because it is obfuscated and not needed | |||
2017-02-23 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64-c-11 | Nat Goodspeed | |
2017-02-23 | DRTVWR-418: Fix a round of compile errors surfaced by -std=c++11. | Nat Goodspeed | |
These are mostly things that were in fact erroneous, but accepted by older compilers. This changeset has not yet been built with Visual Studio 2013 or Linux gcc, even with -std=c++11. This changeset has not been built *without* -std=c++11. It should be used in conjunction with a corresponding change to LL_BUILD_DARWIN_BASE_SWITCHES in viewer-build-variables/variables. This is a work in progress. We do not assert that this changeset completes the work needed to turn on -std=c++11, even on the Mac. | |||
2017-02-23 | MAINT-2132 Fixed Avatar hasn't animation while moving if wear and detach ↵ | andreykproductengine | |
object in edit mode | |||
2017-02-23 | MAINT-7138 Fix Agent Limit field and spinner cap in Region/Estate floater | Mnikolenko Productengine | |
2017-02-22 | Use new version info from CEF plugin to display in About box | Callum Prentice | |
2017-02-22 | MAINT-7118 fixed erroneous name check | andreykproductengine | |
2017-02-22 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2017-02-21 | First round of changes to replace LLCEFLib with Dullahan. Mostly Windows ↵ | Callum Prentice | |
changes in this batch since I'm working on Windows box but some speculative macOS ones too although they are quite untested | |||
2017-02-17 | Automated merge with head of lindenlab/callum_viewer64 | callum@lindenlab.com | |