Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-16 | Merge viewer-release 6.3.6 into viewwer-eep repo | Dave Houlton | |
2019-11-13 | Merge in from viewer-release 6.3.5 | Dave Houlton | |
2019-11-12 | Buildfix | AndreyL ProductEngine | |
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-10-16 | merge | Brad Payne (Vir Linden) | |
2019-10-15 | Merge from viewer-release | andreykproductengine | |
2019-09-10 | Merge viewer-release 6.3.2 | Graham Linden | |
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-08-14 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-08-13 | Merge viewer-release 6.2.5 | Graham Linden | |
2019-08-12 | DRTVWR-493: Streamline LLParamSingleton, LLLockedSingleton. | Nat Goodspeed | |
Simplify LLSingleton::SingletonLifetimeManager to SingletonInitializer: that struct has not been responsible for deletion ever since LLSingletonBase acquired dependency-ordered deleteAll(). Move SingletonData::mInitState changes from SingletonLifetimeManager to constructSingleton() method. Similarly, constructSingleton() now sets SingletonData::mInstance instead of making its caller store the pointer. Add variadic arguments to LLSingleton::constructSingleton() so we can reuse it for LLParamSingleton. Add finishInitializing() method to encapsulate logic reused for getInstance()'s INITIALIZING and DELETED cases. Make LLParamSingleton a subclass of LLSingleton, just as LLLockedSingleton is a subclass of LLParamSingleton. Make LLParamSingleton a friend of LLSingleton, so it can access private members of LLSingleton without also granting access to any DERIVED_CLASS subclass. This eliminates the need for protected getInitState(). LLParamSingleton::initParamSingleton() reuses LLSingleton::constructSingleton() and finishInitializing(). Its getInstance() method completely replaces LLSingleton::getInstance(): in most EInitStates, LLParamSingleton::getInstance() is an error. Use a std::mutex to serialize calls to LLParamSingleton::initParamSingleton() and getInstance(). While LLSingleton::getInstance() relies on the "initialized exactly once" guarantee for block-scope static declarations, LLParamSingleton cannot rely on the same mechanism. LLLockedSingleton is now a very succinct subclass of LLParamSingleton -- they have very similar functionality. Giving the LLSINGLETON() macro variadic arguments eliminates the need for a separate LLPARAMSINGLETON() macro, while continuing to support existing usage. | |||
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLRender2D init cleanup | andreykproductengine | |
2019-07-26 | SL-8380 Ability to disable 2D UI tooltips | andreykproductengine | |
2019-07-25 | DRTVWR-493 LLRender2D to LLParamSingleton | andreykproductengine | |
2019-07-05 | SL-11551 tilia-inc.com as an official Linden Lab URL should have SL icon | maxim_productengine | |
2019-06-27 | DRTVWR-493 LLSpellcheck doesn't need separate init | andreykproductengine | |
2019-06-14 | SL-11425 FIXED [EEP] Wave vectors cross all over the Water tab if key frame ↵ | maxim_productengine | |
is not selected. | |||
2019-06-03 | SL-10423 Dump path data when missing critical file | andreykproductengine | |
2019-05-23 | Merged in default (pull request #56) | Andrey Lihatskiy | |
SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouse Approved-by: Maxim Nikolenko Approved-by: Andrey Lihatskiy | |||
2019-05-21 | SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouse | ruslantproductengine | |
2019-05-21 | SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouse | ruslantproductengine | |
2019-05-22 | SL-10898 revert | maxim_productengine | |
2019-05-14 | Mac buildfix | AndreyL ProductEngine | |
2019-05-08 | Fix merge fail. | Graham Linden | |
2019-05-08 | Merge viewer-release | Graham Linden | |
2019-05-03 | Fix some line-endings to be newline only. | Graham Linden | |
2019-05-02 | SL-10833 Restore missing code after a merge | maxim_productengine | |
2019-04-17 | Merge 6.2.1 | Graham Linden | |
2019-04-17 | Merged in lindenlab/viewer-release (EAM) | AndreyL ProductEngine | |
2019-04-05 | SL-10890 Ban duration edit field shows value with a left shift if a large ↵ | andreykproductengine | |
value was set | |||
2019-04-03 | Fix random Xcode 10.2 failures from unused vars and references to local objects. | Graham Linden | |
Modified llwindowmacosx to pass some things by value instead. | |||
2019-04-02 | Merge 6.1.2 LoveMeRender new hotness | Graham Linden | |
2019-04-02 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-03-29 | SL-10833 FIXED [EEP] Text in the Sky Altitudes boxes is low contrast and ↵ | maxim_productengine | |
difficult to read. | |||
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-03-01 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-02-20 | SL-1811 Slight chat optimization | andreykproductengine | |
2019-02-15 | SL-10234 Fixed The viewer shows installation language as system default | andreykproductengine | |
2019-01-09 | SL-10325 FIXED Preferences tabs are displayed incorrectly if hovering it ↵ | maxim_productengine | |
while searching any keyword | |||
2019-02-28 | Merge | Rider Linden | |
2019-02-08 | SL-10509 EEP Settings Picker gets closed by drag&drop | andreykproductengine | |
2019-02-01 | SL-1531 Hover highlight should be consistent with mouse selection | andreykproductengine | |
2019-01-31 | SL-1531 Mac build fix | andreykproductengine | |
2019-01-31 | SL-1531 EEP Visual feedback on the timeline | andreykproductengine | |
2019-01-29 | SL-10430 FIXED Slider control rendering broken | maxim_productengine | |
2019-01-25 | SL-1945 Day Cycle Editor Copy Track | andreykproductengine | |
2019-01-09 | SL-10279 Readjusting altitude slider | andreykproductengine | |
2019-01-04 | SL-10041, SL-9758: Environment tab is disabled(shows can't do this) when EM ↵ | Rider Linden | |
does not allow parcel override. "Commit" button now reads "Apply to Parcel" or "Apply to Region" as needed. | |||
2019-01-03 | SL-10293 Firestorm PR: preferences and menu search | AndreyL ProductEngine | |