- Feb 29, 2020
-
-
Rye Mutt authored
-
- Dec 12, 2019
-
-
Rye Mutt authored
-
- Sep 29, 2019
-
-
¡Cinder! ㊝ authored
-
- Sep 25, 2019
-
-
¡Cinder! ㊝ authored
-
- Sep 17, 2019
-
-
Rye Mutt authored
-
- Aug 10, 2019
-
-
Rye Mutt authored
-
- Jun 08, 2018
-
-
Anchor Linden authored
-
- Jan 17, 2018
-
-
Ansariel authored
-
- Dec 13, 2017
-
-
Mnikolenko Productengine authored
MAINT-8085 'Edit Outfit' in "Appearance" continuously display "Loading...", when in this section no objects.
-
- May 24, 2017
-
-
Cinder authored
- Fix member init order - Use override specifier everywhere - Add required typename and template keywords - Replace smart pointer ctors with make functions where available - Replace 0 and NULL in pointer context with nullptr
-
- Dec 07, 2016
-
-
Drake Arconis authored
-
- Sep 26, 2016
-
-
andreykproductengine authored
-
- Nov 20, 2016
-
-
Kitty Barnett authored
-> clean up some quick wins; no functionality changes --HG-- branch : RLVa
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Aug 28, 2015
-
-
andreykproductengine authored
-
- Mar 13, 2015
-
-
Brad Payne (Vir Linden) authored
-
- Mar 05, 2015
-
-
Brad Payne (Vir Linden) authored
SL-103 WIP - viewer enforces wearable limits based on total articles of clothing rather than per-type limit. Limit is artificially low for testing, will bump before release.
-
- Feb 27, 2015
-
-
Brad Payne (Vir Linden) authored
-
- Oct 23, 2014
-
-
Brad Payne (Vir Linden) authored
-
- Aug 12, 2014
-
-
Drake Arconis authored
-
- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
- Apr 30, 2013
-
-
Graham Madarasz authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Sep 08, 2012
-
-
Don Kjer authored
Removed most llappearance -> llui dependencies (LLTrans remains). Moved LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender.
-
- Aug 21, 2012
-
-
Brad Payne (Vir Linden) authored
-
- Jul 18, 2012
-
-
Nat Goodspeed authored
The changeset above touched every consumer of the two LLRegistrySingletons originally defined with std::type_info* as keys. Those two LLRegistrySingletons were changed to use const char* as keys, then all consumers were changed to pass std::type_info::name() instead of the plain std::type_info* pointer -- to deal with the observed fact that on Linux, a given type might produce different std::type_info* pointers in different load modules. Since then, Richard turned up the fascinating fact that at least some implementations of gcc's std::type_info::before() method already accommodate this peculiarity. It seems worth backing out the (dismayingly pervasive) change to see if properly using std::type_info::before() as the map comparator will work just as well, with conceptually simpler source code. This backout is transitional: we don't expect things to build/run properly until we've cherry-picked certain other pertinent changes.
-
- Jul 11, 2012
-
-
Nat Goodspeed authored
Back out code that selects LLTypeInfoLookup for the underlying map implementation when KEY = [const] std::type_info*, because LLTypeInfoLookup's API is changing to become incompatible with std::map. Instead, fail with STATIC_ASSERT when LLRegistry's KEY is [const] std::type_info*. Fix all existing uses to use std::type_info::name() string instead.
-
- May 22, 2011
-
-
Kitty Barnett authored
--HG-- branch : RLVa
-
- Jan 19, 2011
-
-
Vadim ProductEngine authored
STORM-348 FIXED "Edit" and "Lock" buttons appearing on body part items in outfit editor before they are hovered with mouse. Added buttons reshaping code that exists in postBuild() methods of the other LLPanelWearableListItem descendants.
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Sep 03, 2010
-
-
Kitty Barnett authored
- fixed : "Wear Add" for attachments isn't properly supported in LLAppearanceMgr::wearItemOnAvatar() - fixed : "wearable list" context menu options aren't visually disabled to reflect attachment/wearable restrictions/locks --HG-- branch : RLVa
-
- Aug 26, 2010
-
-
Loren Shih authored
-
Loren Shih authored
EXT-8751 FIXED "Create new" in Edit Outfit doesn't actually check if you can legally create a new item Create New now makes sure you haven't exceeded max wearables. Also took out debug camera hack.
-
- Aug 24, 2010
-
-
Tofu Linden authored
back-out the back-out for this branch. yay.
-
Tofu Linden authored
Backing out this merge that I pushed (prematurely) to the wrong place.
-
- Aug 23, 2010
-
-
Loren Shih authored
Added debug setting for disabling physics. Added disable-multiwear and disable-camera-reset to wearabletype.
-
- Aug 19, 2010
-
-
Andrew Dyukov authored
Set no items text to "Loading..." when creating the wearable items list and to "There are no items in this outfit" when category is complete. "Outhfit" is there, because wearable items list nay be empty only for them. This string was introduced, because the only situation when there are no items shown in outfit tab is for empty outfit- because even when applying filter either all items from outfit will be shown or outfit tab won't be shown at all. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/865/ --HG-- branch : product-engine
-
Andrew Dyukov authored
Set no items text to "Loading..." when creating the wearable items list and to "There are no items in this outfit" when category is complete. "Outhfit" is there, because wearable items list nay be empty only for them. This string was introduced, because the only situation when there are no items shown in outfit tab is for empty outfit- because even when applying filter either all items from outfit will be shown or outfit tab won't be shown at all. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/865/ --HG-- branch : product-engine
-
- Aug 16, 2010
-
-
Sergei Litovchuk authored
- Fixed LLOutfitsList COF changes handler to update worn status of items removed from COF. Now they are updated based on the differences in original items' ids in COF. - Fixed 'My Outfits' items worn status check to update depending on whether the item is linked in COF or not. This is a kind of workaround to fix updating attachments' worn status because LLAppearanceMgr::updateAppearanceFromCOF is triggered erlier than new attachment links are fetched. When dumpItemArray(obj_items,"asset_dump: obj_item") is called from LLAppearanceMgr::updateAppearanceFromCOF, all attachment links have empty asset ids. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/859/. --HG-- branch : product-engine
-