Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-07 | SL-12486 Better data deletion | andreykproductengine | |
2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-10-15 | Merge from viewer-release | andreykproductengine | |
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-09-05 | SL-11315 Viewer asks to play media and retains selected choice | andreykproductengine | |
2019-09-04 | SL-11868 Fix cache init after purge | andreykproductengine | |
2019-08-13 | DRTVWR-493 Reworked a number of inits | andreykproductengine | |
2019-08-12 | DRTVWR-493 LLWearableType to LLParamSingleton | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-08-10 | SL-11716 Fixed crash on initializing LLUI | AndreyL ProductEngine | |
2019-07-25 | DRTVWR-493 LLRender2D to LLParamSingleton | andreykproductengine | |
2019-07-25 | DRTVWR-493 LLImage to LLParamSingleton | andreykproductengine | |
2019-07-11 | DRTVWR-493 Cleanup LLSkinningUtil | andreykproductengine | |
2019-07-04 | DRTVWR-493 Cleaned up unneded inits. | andreykproductengine | |
2019-07-03 | DRTVWR-493 LLAvatarNameCache to singletone | andreykproductengine | |
2019-07-01 | SL-1566 Fixed watchdog killer event line missing from crash log | andreykproductengine | |
2019-06-27 | Backed out changeset: 920a0dbf290a Machine id is needed after singletons die | andreykproductengine | |
2019-06-21 | DRTVWR-493 LLViewerParcelMedia to singleton | andreykproductengine | |
2019-06-21 | DRTVWR-493 LLViewerMedia to singleton | andreykproductengine | |
2019-06-20 | DRTVWR-493 LLLocalBitmapMgr to Singleton | andreykproductengine | |
2019-06-19 | DRTVWR-493 LLMachineId to singleton | andreykproductengine | |
2019-06-19 | DRTVWR-493 LLFollowCamMgr to singleton | andreykproductengine | |
2019-06-13 | SL-11402 Resaving home image if file does not exist | andreykproductengine | |
2019-06-12 | SL-11402 Last session image should be saved as png | andreykproductengine | |
2019-06-12 | SL-11402 Save last session image per grid | andreykproductengine | |
2019-06-03 | SL-10423 Dump path data when missing critical file | andreykproductengine | |
2019-05-21 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2019-05-17 | SL-11213 No longer embedding the channel in the viewer release note urls. ↵ | Steven Harrison (steven) | |
Update base URLs to match new viewer release note URL | |||
2019-04-26 | Merged SL-10400 and SL-10401 | AndreyL ProductEngine | |
2019-04-23 | via viewer-neko - don't crash test viewer due to missing version checker | Brad Payne (Vir Linden) | |
2019-04-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-03-04 | Don't create updater when running under debugger. | Brad Payne (Vir Linden) | |
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-01-14 | SL-10291 Replace apr_mutex with standard C++11 functionality | andreykproductengine | |
2018-12-03 | SL-10080 clamp instead of llmax | andreykproductengine | |
2018-11-27 | SL-10080 Limit LOD factor to 4 | andreykproductengine | |
2018-11-27 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-11-26 | SL-10101 Remade most frequent setting calls to cached variants | andreykproductengine | |
2018-11-26 | SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functions | ruslantproductengine | |
SL-10019 - [Mac] [Render] Right-click context menu immediately disappears when clicking any place in the ‘Inventory’ floater SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" window. SL-10027 - [Mac] [Render] Add toggle for Retina support to mitigate FPS loss Re-FIX for Retina support. | |||
2018-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-11-07 | SL-9952: updater.exe now renamed to SLVersionChecker.exe | Nat Goodspeed | |
thereby avoiding strange Windows requirement for elevated privilege. | |||
2018-10-27 | DRTVWR-447: Stop passing UpdaterServiceURL to leap updater. | Nat Goodspeed | |
In fact, mark UpdaterServiceURL as obsolete. (Consumers should consult build_data.json.) | |||
2018-10-17 | DRTVWR-447: Merge Oz's logging changes | Nat Goodspeed | |
2018-10-17 | Automated merge with ssh://bitbucket.org/nat_linden/viewer-poseidon | Nat Goodspeed | |
2018-10-11 | Modify logging so that the in-viewer console and stderr do not escape line ↵ | Oz Linden | |
breaks Improve the implementation so that escaping is computed only once | |||
2018-10-03 | DRTVWR-474: Do NOT autokill updater process on viewer termination. | Nat Goodspeed | |
The updater is required to survive beyond termination of the viewer that launched it so it can launch the next installer, or a replacement viewer. Having the old viewer forcibly terminate it on shutdown would be counter- productive. Introduce a third LLLeap::create() overload taking LLProcess::Params, which gives access to autokill, cwd and other options previously unsupported by LLLeap. Reimplement the existing create() overloads in terms of this new one, since LLLeapImpl::LLLeapImpl() is already based on LLProcess::Params anyway. Use LLProcess::Params in LLAppViewer::init() to specify the updater process, setting autokill=false. Refactoring LLLeapImpl() apparently involved engaging an LLInitParam::Block feature never before used: had to drag operator() into Multiple from its base class TypedParam (as has been done in other TypedParam subclasses). | |||
2018-10-02 | SL-966 - behavior improvements and visualization, bonus removal of unrelated ↵ | Brad Payne (Vir Linden) | |
duplicate code in llappviewer.cpp | |||
2018-09-27 | DRTVWR-474: Pass the leap updater the parameters it requires. | Nat Goodspeed | |