Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-16 | MAINT-5232: Fix a couple new LLGlobalEconomy::Singleton references. | Nat Goodspeed | |
2016-09-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-08-30 | MAINT-5232: LLGlobalEconomy is now an LLSingleton. | Nat Goodspeed | |
It used to contain an LLSingleton called Singleton, requiring LLGlobalEconomy::Singleton::instance() to access it rather than the conventional LLGlobalEconomy::instance(). This has been fixed, so normalize references accordingly. | |||
2016-08-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-08-16 | Merge VOB with 4.0.8-release | pavelkproductengine | |
2016-06-02 | MAINT-5194 Visual Outfit browser | pavelkproductengine | |
Made refactoring of LLFloaterOutfitSnapshot and LLFloaterSnapshot | |||
2016-05-24 | Merge VOB with release 4.0.6 | pavelkproductengine | |
2016-05-19 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-05-05 | MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flow | pavelkproductengine | |
Removed odd controls like custom resolution spinners etc | |||
2016-04-29 | MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flow | pavelkproductengine | |
Initial version, further refactoring pending | |||
2016-04-13 | MAINT-3286 FIXED Fix error message on snapshot save when user has no L$ | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-11-02 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-05-28 | MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton. | Nat Goodspeed | |
LLSingleton currently presents two different usage styles: deriving MyClass from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy is the ONLY class using the typedef style -- and the apologetic comment talks about a potential maintenance that hasn't actually happened. Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else. | |||
2015-04-03 | MAINT-5041 FIXED Current Window snapshot option is restored. Hide ↵ | Mnikolenko ProductEngine | |
height/width spinners when selecting this option. | |||
2014-07-26 | STORM-2040: Removed: Unnecessary code for hiding/showing "Constrain ↵ | NiranV | |
proportions" checkbox. It's either shown/hidden internally in each panel or is simply disabled/enabled depending on the resolution choice, it doesn't make any sense having this extra bit of code additionally hiding it. | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-11-21 | EXP-1630 FIXED Only show snapshot size spinners and "Constrain proportions" ↵ | Vadim ProductEngine | |
checkbox when Custom resolution is selected. | |||
2011-11-16 | EXP-1560 FIXED Removed misleading "Constrain proportions" checkbox from the ↵ | Vadim ProductEngine | |
"Save to My Inventory" panel. | |||
2011-11-07 | STORM-1690 FIXED Constrain Proportions option was broken. | Vadim ProductEngine | |
By the way: - Fixed a crash in the postcard floater (accessing destroyed buttons). - Minor code cleanups. | |||
2011-11-03 | STORM-1580 WIP Updated texture upload progress according to the spec. | Vadim ProductEngine | |
By the way, fixed displaying upload cost. | |||
2011-11-03 | STORM-1580 WIP Implemented new "Working" and "Success/Failure" screens. | Vadim ProductEngine | |
2011-11-02 | STORM-1580 WIP Initial commit for PO review. | Vadim ProductEngine | |