Skip to content
Snippets Groups Projects
  1. Jun 04, 2010
  2. May 29, 2010
    • Sergei Litovchuk's avatar
      FIXED Linux build. · 279f5805
      Sergei Litovchuk authored
      Added forward specialization of LLStringUtil::format before use in LLStringUtil::formatDatetime.
      
      --HG--
      branch : product-engine
      279f5805
  3. May 28, 2010
  4. May 20, 2010
  5. May 04, 2010
  6. Apr 30, 2010
  7. Apr 27, 2010
  8. Apr 22, 2010
    • Dmitry Zaporozhan's avatar
      Implemented EXT-6724(normal task) - Implement flat list view of filtered... · b15e2bea
      Dmitry Zaporozhan authored
      Implemented EXT-6724(normal task) - Implement flat list view of filtered inventory for "add wearables" panel of outfit editor
      1. Modified LLInventoryItemsList - implemented delayed item construction. Items are added during draw, not more than 50 items will be added in single draw. This lets us reduce system overload during multiple panel construction.
      2. Implemented LLFilteredWearableListManager to populate inventory flat list with data. This class filters entire inventory according to specified filter and populates specified inventory list with data.
      3. Created LLCommonUtil::computeDifference() to avoid code copy-pasting(will use it in all appropriate places in next review request)
      
      Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/301/
      
      --HG--
      branch : product-engine
      b15e2bea
  9. Apr 20, 2010
  10. Apr 19, 2010
    • Tofu Linden's avatar
      Change Linux fasttimer implementation back to RDTSC - using a reliable syscall... · 7462911b
      Tofu Linden authored
      Change Linux fasttimer implementation back to RDTSC - using a reliable syscall was REALLY chewing CPU time.  Sigh.  I didn't realize how incredibly often this gets called.  So, back to the assembly.
      But be more careful with CPU clock count on linux, so the fasttimer values are much more accurate than they were the last time we were with RDTSC, in absolute terms - back in the right order of magnitude anyway.
      
      Also change many instances of Mhz to MHz.
      Also some minor comment fixes.
      7462911b
  11. Apr 15, 2010
  12. Apr 14, 2010
  13. Apr 07, 2010
  14. Apr 01, 2010
  15. Mar 31, 2010
  16. Mar 29, 2010
  17. Mar 26, 2010
    • Vadim Savchuk's avatar
      Fixed bug EXT-6399 (System locale is the same for all languages). · b7d0bb9e
      Vadim Savchuk authored
      Problem:
      * English locale was set for all languages.
      * Specifying a correct locale didn't affect anything, including date/time formatting.
      
      My investigation has shown that LLStringUtil was instantiated twice: in the
      main binary and in libllcommon.so.
      Because LLStringUtil::setLocale() was called from newview and getLocale()
      was called from llcommon, they effectively used *different* instances of
      LLStringUtil::sLocale. Hence getLocale() always returned empty string.
      
      This seems to be caused by get/setLocale() methods not being dllexported.
      
      The fix instantiates get/setLocale() and sLocale in llcommon and exposes
      them to use from newview (i.e. prevents multiple instantiation).
      
      Besides, I specified correct locale names for all languages and platforms.
      
      Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/104/
      
      --HG--
      branch : product-engine
      b7d0bb9e
  18. Mar 25, 2010
  19. Mar 23, 2010
    • Tofu Linden's avatar
      CID-449 · 3d373997
      Tofu Linden authored
      Checker: FORWARD_NULL
      Function: LLWorkerClass::checkWork(bool)
      File: /indra/llcommon/llworkerthread.cpp
      3d373997
  20. Mar 18, 2010
  21. Mar 05, 2010
  22. Mar 04, 2010
  23. Mar 02, 2010
  24. Feb 24, 2010
    • Igor Borovkov's avatar
      fixed EXT-5526 Objects are shown as persons in the chat history from previous sessions · 6575b685
      Igor Borovkov authored
      - new chat source type CHAT_SOURCE_UNKNOWN for avatar names not in cache and object names consisting of two words (avatar names like)
      - new icon (unknown_icon.png) for message headers () of nearby chat messagses coming from CHAT_SOURCE_UNKNOWN
      - context menu no longer displayed for object names from chat history (no UUIDs)
      - double click on message headers in nearby chat no longer opens Inspector (no UUIDs)
      - object names (loaded from chat history) in nearby chat are no longer SLURLed (no UUIDs for them)
      
      --HG--
      branch : product-engine
      6575b685
  25. Feb 19, 2010
  26. Feb 13, 2010
    • Tofu Linden's avatar
      CID-3 · 9fee359d
      Tofu Linden authored
      Checker: CHECKED_RETURN
      Function: LLImageDecodeThread::update(unsigned int)
      File: /indra/llimage/llimageworker.cpp
      9fee359d
Loading