Skip to content
Snippets Groups Projects
  1. Sep 06, 2010
    • Kitty Barnett's avatar
      [Appearance/Misc] · be4ef986
      Kitty Barnett authored
      - fixed : VS2005 compiler issue (calling std::vector::erase with a const_iterator)
      
      --HG--
      branch : Appearance-Misc
      be4ef986
  2. Aug 31, 2010
  3. Aug 26, 2010
  4. Aug 24, 2010
  5. Aug 13, 2010
  6. Aug 12, 2010
  7. Aug 03, 2010
    • Vadim Savchuk's avatar
      EXT-8534 FIXED Fixed the 'Wear' in My Outfits being disabled for outfits... · 4b00b988
      Vadim Savchuk authored
      EXT-8534 FIXED Fixed the 'Wear' in My Outfits being disabled for outfits consisting of body parts only.
      
      Changed the condition to enable the "Wear" button in My Outfits and the corresponding item in the outfit context menu.
      They now get enabled for any outfit that isn't the base outfit and contains non-worn wearables.
      
      By the way, did a minor cleanup: moved an LLAgentWearables.isCOFChangeInProgress() call to LLAppearanceMgr::getCanAddToCOF() to avoid code duplication.
      
      Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/832/
      
      --HG--
      branch : product-engine
      4b00b988
  8. Jul 26, 2010
  9. Jul 23, 2010
  10. Jul 21, 2010
  11. Jul 08, 2010
  12. Jun 30, 2010
    • Nyx (Neal Orman)'s avatar
      EXT-8115 FIX outfits saved under 2.0 load with "unsaved changes" · 1c26bb66
      Nyx (Neal Orman) authored
      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
      1c26bb66
  13. Jun 29, 2010
  14. Jun 28, 2010
  15. Jun 21, 2010
  16. Jun 17, 2010
    • Vadim Savchuk's avatar
      EXT-7722 Fixed "Add to COF" and "Remove from COF" outfit context menu items to... · 9f996443
      Vadim Savchuk authored
      EXT-7722 Fixed "Add to COF" and "Remove from COF" outfit context menu items to be enabled when appropriate and work properly.
      
      Work on "Take Off - Remove from Current Outfit" and "Wear - Add to Current Outfit" menu options:
      - The menu items of the outfit context menu and the My Outfits gear menu are now disabled
        when inappropriate instead of being hidden.
      - The menu items get enabled/disabled depending on whether you can wear (take off) anything from the selected outfit.
        (was: depending on whether you're wearing the outfit)
      - Changed the way the options work: they now only operate on clothes and attachments.
        "Add to COF" now only adds those body parts that are missing in COF;
        "Remove from COF" doesn't touch body parts at all.
      
        Without this change both "Add" and "Remove" options would be available simultaneously, because
        any valid outfit contains body parts. I think that would be confusing.
        And you don't expect you body parts to be replaced when doing "Add to COF'. (that's addition, not replacement)
      
      Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/585/
      
      --HG--
      branch : product-engine
      9f996443
  17. Jun 14, 2010
  18. Jun 23, 2010
  19. Jun 08, 2010
    • Alexei Arabadji's avatar
      EXT-7644 FIXED Implemented functionality for locking outfit modification... · 50eb27a0
      Alexei Arabadji authored
      EXT-7644 FIXED Implemented functionality for locking outfit modification controls and used it for 'save outfit' action.
      1 Added functionality for locking outfit in LLAppearanceMgr. Outfit should be locked when outfit related operation is started(now it is used for updateBaseOutfit) and unlocked when operation completed or timeout is exceeded.
      2 Added outfit saved and outfit lock changed signals to LLOutfitObserver.
      3 Updated LLPanelOutfitsInventory and LLPanelOutfitEdit with functionality of controlling 'save outfit' controls state('save outfit' controls should be enabled only if outfit isn't locked and outfit is dirty).
      4 Renamed action label of method LLPanelOutfitsInventory::isActionEnabled "make_outfit" to "save_outfit".
      
      --HG--
      branch : product-engine
      50eb27a0
  20. Jun 02, 2010
  21. May 28, 2010
  22. May 25, 2010
  23. Apr 28, 2010
  24. Apr 23, 2010
  25. Apr 21, 2010
    • Igor Borovkov's avatar
      completed EXT-6719 Utilize the "description" field of outfit wearable links to... · ccd0418d
      Igor Borovkov authored
      completed EXT-6719 Utilize the "description" field of outfit wearable links to store order information
      
      - COF items get checked for correct ordering when COF is loaded (LLAppearanceMgr::updateAppearanceFromCOF..., LLAppearanceMgr::updateClothingOrderingInfo() ), and also when COF is saved to a new outfit, base outfit.
      - wearables are arranged in LLAgentWearables in a proper order
      
      * updateClothingOrderingInfo() [struggling with naming] does integrity checking and updates "invalid" items (items with wrong, gapped descriptions)
      * moved LLAgentWearables::makeNewOutfitLinks(...) and LLShowCreatedOutfit  to a more natural place (llappearancemgr.cpp), because they use LLAppearanceMgr's methods a lot
      * changed link_inventory_item(...), added the "new_description" parameter
      
      Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/268/
      
      --HG--
      branch : product-engine
      ccd0418d
  26. Apr 13, 2010
  27. Apr 09, 2010
  28. Apr 06, 2010
  29. Apr 02, 2010
  30. Apr 01, 2010
Loading