Skip to content
Snippets Groups Projects
  1. Jun 20, 2021
  2. Apr 07, 2021
  3. Apr 05, 2021
  4. Mar 08, 2021
  5. Sep 16, 2020
    • Callum Prentice's avatar
      First part of change to remove LLVFS from the Viewer. Consists of code changes... · 3fc07dea
      Callum Prentice authored
      First part of change to remove LLVFS from the Viewer. Consists of code changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change.
      3fc07dea
  6. Mar 25, 2020
  7. Nov 10, 2015
  8. Jul 30, 2013
  9. May 05, 2013
  10. Apr 11, 2013
  11. Mar 29, 2013
  12. Feb 21, 2013
    • Nat Goodspeed's avatar
      MAINT-2389: Change viewer to Boost package without ucontext.h. · 54e2d2b0
      Nat Goodspeed authored
      In autobuild.xml, specify today's build of the Boost package that includes the
      Boost.Context library, and whose boost::dcoroutines library uses Boost.Context
      exclusively instead of its previous context-switching underpinnings (source of
      the ucontext.h dependency).
      Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it
      with the viewer and with the lllogin.cpp test executable.
      Track new Boost package convention that our (early, unofficial) Boost.Coroutine
      library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc.
      Remove #include <boost/coroutine/coroutine.hpp> from
      llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine
      header must be #included before anything else that might use ucontext.h is
      gone now that we no longer depend on ucontext.h. In fact remove
      -D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to
      work around a known problem with the ucontext.h facilities.
      54e2d2b0
  13. Aug 07, 2012
  14. Jul 09, 2012
  15. Jan 20, 2012
    • Richard Linden's avatar
      removed LLXUIXML library · 057da807
      Richard Linden authored
      moved LLInitParam, and LLRegistry to llcommon
      moved LLUIColor, LLTrans, and LLXUIParser to llui
      reviewed by Nat
      057da807
  16. Nov 28, 2011
  17. Aug 04, 2011
  18. Jul 29, 2011
  19. Jun 07, 2011
  20. May 26, 2011
  21. May 20, 2011
  22. May 05, 2011
  23. Oct 13, 2010
  24. Sep 21, 2010
  25. Aug 13, 2010
  26. Dec 08, 2009
    • Lynx Linden's avatar
      DEV-43439: Created new LLVersionInfo API. · 98111a40
      Lynx Linden authored
      Renamed llviewerversion to llversioninfo, to avoid confusion with
      llversionviewer in llcommon (llversion is already used by llwindow).
      
      Created new LLVersionInfo class with the following methods:
      
              static S32 getMajor();
              static S32 getMinor();
              static S32 getPatch();
              static S32 getBuild();
              static const std::string &getVersion();
              static const std::string &getShortVersion();
              static const std::string &getChannel();
      
      All viewer code has been updated to use this API. Viewer code no
      longer directly includes llversionviewer.h from llcommon.
      98111a40
  27. Nov 25, 2009
  28. Nov 13, 2009
  29. Oct 20, 2009
  30. Sep 10, 2009
  31. Aug 29, 2009
    • Steven Bennetts's avatar
      Partial merge of: viewer-2.0.0-3@131138 texture-pipeline-3@131862 -> viewer-2.0.0-3 · a1ed9ccf
      Steven Bennetts authored
      Includes:
      * DEV-31909 VWR-13251: Revise lscript_library.cpp to allow localization of LSL editor hovertips
      * DEV-21938 llSHA1String does not appear where expected in the dropdown "Insert" menu in the LSL editor
      * Some cleanup to llerror so that it doesn't depend on llfixedbuffer
      * A few misc. server specific changes not related to the texture-pipeline changes (llapp, lloptioninterface)
      a1ed9ccf
  32. Jun 21, 2009
  33. May 08, 2009
  34. Jan 07, 2009
  35. Jul 18, 2008
  36. Mar 10, 2008
    • Steven Bennetts's avatar
      merge Branch_1-19-1-Viewer -r 80930 : 81609 -> release · 377ae59c
      Steven Bennetts authored
      DEV-11202: Unhandled Excpetion in pipeline.cpp.
      Merged over updated windlight ui help text from windlight14.
      Reverting a const change in a virtual that was not propagated to all overrides.
      DEV-10957 stop and pause Media and music buttons do not work
      DEV-10762 Displayed page in the client browser disappears when crossing property boundaries.
      DEV-11220 replace misspellings in alerts.xml parameters of 'messsage'
      DEV-11221 fix a misspelling of 'participants' in floater_chat_history.xml tooltip
      DEV-11193 clean up some viewer strings related to Windlight help text
      svn merge -r81144:81147 svn+ssh://svn/svn/linden/branches/1-19-1-viewer-threads
      DEV-11110  	 Media browser history dropdown does not save items across sessions
      Ran the xuiparse -process tool on all en-us xml files.  This does NOT change any data, merely reorders attributes and cleans up tab/spacing.
      DEV-11349 XML CLEANUP: fix duplicate sibling names in en-us xui files
      DEV-11348 Change to llmimetypes.cpp broke Media Type dropdown
      dev-10623 "parcels that played movies no longer work in combo-merge-ui"
      DEV-11379 - crash in LLTabContainer::draw()
      DEV-11377 Elminiate dangerous LLLinkedList and LLDoubleLinkedList from newview
      DEV-11158 sculpties on the top10 crash list
      DEV-11404 "Send Current URL to Parcel" does not set the MIME type
      merge 80958:80959 maint-ui-9-qa, DEV-11105 -- Searching for people with 3 characters like "j l" hurts the database.
      DEV-10489: no draw distance cheating
      DEV-879: water noise frequency
      DEV-10764: macbook air support
      DEV-10878: Linux Intel945 support
      DEV-7551: featuretable adjustments for framerate.
      DEV-11426 Enormous mini-map.
      DEV-11505 - Crash in gunzip_file.
      Removed final LinkedList, SkipMap, and AssocList templates from the Viewer!
      DEV-11115  truncated word in the Advanced Water Editor's modal help dialog
      377ae59c
  37. Nov 30, 2007
  38. Oct 04, 2007
  39. Aug 09, 2007
Loading