Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fields.
|
|
|
|
|
|
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/658/
--HG--
branch : product-engine
|
|
|
|
- Removed code responsible for disabling actions panel when sitting.
- Removed LLFloaterMove::setEnabled() and replaced calls to it with calls showModeButtons() because it was the only code which remained there after first step of this fix.
Reviewed by Leyla Farazha at https://codereview.productengine.com/secondlife/r/655/
--HG--
branch : product-engine
|
|
gear menu)
- Added menu item 'Wear - Add to Current Outfit' (menu_outfit_gear.xml).
- Added menu item handler onAdd().
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/657/
--HG--
branch : product-engine
|
|
|
|
- Removed the following menu items: Move Up a Layer, Move Down a Layer.
- Added 'Replace' menu item.
- Implemented method replaceWearable() - handler for the 'Replace' menu item.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/642/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
the same as in flat list view.
Also tuned Wearing tab a bit to match My Outfits (size/color/position).
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/652/
--HG--
branch : product-engine
|
|
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/656/
--HG--
branch : product-engine
|
|
during iteration and prevent random crashes.
|
|
|
|
|
|
worn and not-worn items were selected
Added "no options" menu item instead of showing blank context menu.
|
|
|
|
|
|
EXT-7567 FIX My feet are missing when walking on the ground
reviewed by Nyx
|
|
|
|
|
|
|
|
This #ifdef is now keyed to MultipleAttachments debug setting
|
|
|
|
Added a third visual param group VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT
to specify visual params that are user-tweakable, but should not be sent
over the network.
We should have this group *only* for new user-tweakable visual parameters
that should not be sent over the network. These should only be used for
*new* parameters that only contribute to the generation of baked textures.
Code reviewed by Richard
|
|
wrong image names
|
|
|
|
|
|
Fixed incorrect logic for auto_open and added some comments to explain expected behavior.
|
|
|
|
Added additional logic to tell if you're in edit outfit mode, removed some bad code that was causing removed wearables to never send out an appearance update.
|
|
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
and it is worn
reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/637/
--HG--
branch : product-engine
|
|
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/651/
--HG--
branch : product-engine
|
|
|
|
outfit when individual items are selected in list.
- Added wearSelectedItems() method to LLOutfitsList which wears all items selected in outfit lists (if possible- adds, else replaces).
It is called when clicking wear if there is selection of individual items(LLOutfitsList::hasItemSelected() returns true). Otherwise
whole outfit is worn.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/638
--HG--
branch : product-engine
|
|
Added additional check to avoid deselcting of items when filter is applied and made a couple of renames according to Mike's comments in review at https://codereview.productengine.com/secondlife/r/648/
--HG--
branch : product-engine
|
|
|
|
item or base outfit is selected.
--HG--
branch : product-engine
|
|
- Added member mShopBtn (which corresponds to the 'Shop' button) to the LLSidepanelInventory class.
- Added code to the LLSidepanelInventory::updateVerbs() which makes this button visible and enabled by default and hides it when any other button should appear on it's place ('Wear', 'Play' or 'Teleport').
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/630/
--HG--
branch : product-engine
|