Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
  2. Sep 28, 2020
  3. Jul 29, 2020
  4. Jul 20, 2020
  5. Jul 18, 2020
  6. Jul 03, 2020
  7. May 14, 2020
    • Nat Goodspeed's avatar
      DRTVWR-476: Fix LLError::Log::classname(T*) template function. · 6e5242f0
      Nat Goodspeed authored
      First, the signature classname(const T*) was wrong: that function could only
      accept a pointer to const T. The expression classname(someptr) where someptr
      was a pointer to non-const SomeType displayed "SomeType*" because it could
      only match classname(const T&), where T was SomeType*.
      
      classname(T* const) is what we should have written, meaning "const pointer to
      T" rather than "pointer to const T."
      
      Second, the previous implementation failed to handle the case in which the
      pointer was nullptr.
      6e5242f0
  8. Apr 09, 2020
  9. Apr 03, 2020
  10. Mar 25, 2020
  11. Mar 21, 2020
  12. Aug 29, 2018
  13. Sep 28, 2016
  14. Sep 01, 2016
  15. Nov 10, 2015
  16. Jun 26, 2015
  17. Apr 09, 2015
    • Rider Linden's avatar
      Added LL_WARNS_IF to llerror.h · e28a5b6e
      Rider Linden authored
      If the coro is given something other than a map from the http then move the return into a body section.
      Changed windlight to use a coroutine and the new LLCore::Http libarary.
      Extra comments into Event Polling.
      e28a5b6e
  18. Nov 20, 2014
  19. Apr 28, 2014
  20. Oct 24, 2013
    • Richard Linden's avatar
      SH-4577 WIP Interesting: viewer crashed when clicking a offline Conversation... · dc60a756
      Richard Linden authored
      SH-4577 WIP Interesting: viewer crashed when clicking a offline Conversation containing a shared object
      potential fix by making instance tracker allow key collisions for LLToastNotifyPanel
      changed assertion macro to use original unpreprocessed source code
      renamed instance tracker behavior macros to use LL prefix
      added RestoreCameraPosOnLogin setting to optionally restore old camera positioning behavior
      dc60a756
  21. Aug 27, 2013
  22. Aug 26, 2013
  23. Aug 23, 2013
  24. Aug 21, 2013
  25. Aug 15, 2013
  26. Aug 14, 2013
  27. Aug 12, 2013
  28. Aug 09, 2013
  29. Jul 30, 2013
  30. Jul 24, 2013
  31. Jun 05, 2013
  32. Jun 04, 2013
Loading