Age | Commit message (Collapse) | Author |
|
Added code to save order information to outfits on loading / reverting them.
Order information is updated not only in COF, but also in base outfit folder.
This is only safe to do when we are explicitly loading a saved outfit,
as the COF may have deviated from the saved outfit.
This will also help fix order discrepencies in saved outfits that have been
manually modified through inventory operations.
Fix will only be effective after server 1.40 has rolled out. Tested results
on Aditi to verify effectiveness.
Code Reviewed by Seraph
|
|
|
|
|
|
|
|
|
|
|
|
Removed hard coded scaling of movements when in build mode, made it a debug setting defaulted to 1 to disable it.
|
|
|
|
EXT-8029 Edit Wearable > Skirt, Jacket, Socks - Can't open texture or color picker, texture appears as gray X
EXT-7770 Revert on shirt edit doesn't revert the fabric or color/tint icons back to their originals
fixes color swatch/texture ctrl disabled issue and "undo changes" not reverting textures on avatar
does not fix grey tattoo preview issue
reviewed by Nyx
|
|
|
|
right-click context menus
EXT-8093 FIXED No "open" or "properties" items for gestures
Re-added open/properties to gestures
Fixed right-click inventory selection so that it does something logical & consistent for multiple items. Had to add a "getLastVisible" to LLView to support this.
|
|
Button now gets disabled in the early-exit case in LLPanelOutfitEdit::onInventorySelectionChange().
onInventorySelectionChange() also uses the new predicate get_can_item_be_worn(), which both checks whether the item is already being worn and whether it's of a type that could be worn.
Reviewed by Nyx at http://codereview.lindenlab.com/2451030 .
|
|
|
|
prevent race from user closing dialog and receiving price message.
|
|
place - just leaking")
Added slplugin-objc.mm.
Made SLPlugin do the cocoa setup during initialization, and create/delete an
autorelease pool each time through its main loop. This should make plugin code
that's using autorelease correctly not leak.
Fixed a bug in the version of setupCocoa() used in the viewer (it was never
setting its "inited" variable).
|
|
Now disabling remove if an outfit is linked in the COF.
|
|
|
|
after LLInspectToast is, well, toast.
|
|
|
|
|
|
|
|
|
|
reviewed by nyx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|