Skip to content
Snippets Groups Projects
  1. Feb 29, 2008
  2. Feb 27, 2008
  3. Feb 12, 2008
  4. Jan 31, 2008
  5. Jan 17, 2008
  6. Jan 11, 2008
    • Josh Bell's avatar
      svn merge -r76807:77355... · e7a8acad
      Josh Bell authored
      svn merge -r76807:77355 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-6-Viewer --> release
      
      Pick up fixes made to 1.18.6 Viewer, including:
      
      * DEV-8584 Replace "Second Life" with Channel name in viewer crash log reports
      * DEV-8384 Connect button doesn't enable
      * DEV-8408 Unable to edit First/last name and password fields in viewer login
      * DEV-8423 VWR-3948: Underlayers no longer removable by pie menu in Windlight, release candidates
      * DEV-8557 Crash on login page when using Logitech LCD Keyboard
      * DEV-8507 Crash reporter has no default server to send to when crashing before agent connect
      * DEV-8531 viewer_manifest.py broken for 64-bit builds
      * DEV-8286 German Translation of the "Release Keys" tab is incorrect
      * DEV-7419 Unable to set 'Group Access' for land that is also 'Public Access' (Was VWR-3667)
      * DEV-6851 Integrate html error page with client
      e7a8acad
  7. Jan 03, 2008
    • Josh Bell's avatar
      svn merge -r76651:76807... · e1d40972
      Josh Bell authored
      svn merge -r76651:76807 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-6-Viewer --> release
      Pick up fixes for:
      * DEV-7598 VWR-3829: Cursor in Logon edit boxes difficult to see
      * DEV-8125 Language names need to have a consistent format in preferences drop-down
      * DEV-8099 SVC-1125: New Search: Beacons aren't shown when teleporting to regions with "Allow Direct Teleport" disabled
      * DEV-8107 Crash when connecting to older sims in llviewerparcelmgr age verification code
      * DEV-8130 Remove "Alternate Server" option from crash reporter since util.* no longer have public interfaces
      * DEV-7372 VWR-3748: Builds fail on 1.18.6 RC if not using MOZLIB due to missing #if LL_LIBXUL_ENABLED in 3 places in indra/newview/llpanellogin.cpp
      
      Plus corrected line endings for llcrashlogger.* (there's one actual change in those files, the rest is whitespace)
      e1d40972
  8. Dec 18, 2007
  9. Nov 19, 2007
  10. Nov 15, 2007
  11. Oct 04, 2007
  12. Sep 28, 2007
  13. Sep 14, 2007
  14. Aug 21, 2007
  15. Aug 09, 2007
  16. Aug 01, 2007
  17. Jul 25, 2007
  18. Jul 24, 2007
  19. Jul 18, 2007
  20. Jul 16, 2007
  21. Jul 11, 2007
  22. Jul 02, 2007
  23. Jun 21, 2007
  24. Jun 04, 2007
  25. May 30, 2007
  26. May 25, 2007
  27. Apr 18, 2007
  28. Mar 30, 2007
  29. Mar 14, 2007
  30. Mar 07, 2007
  31. Mar 02, 2007
  32. Feb 28, 2007
  33. Feb 27, 2007
    • Ryan Williams's avatar
      Mac .dmgs generated by the manifest have upper-case grid names again. · 109cd684
      Ryan Williams authored
      Refactored a lot of the command-line options so that it's more self-documenting.  Now we have a --help option.
      
      Created a separate action for creating unpackeds, which is not part of the default actions (yet).  This should speed up the packaging process.  In the process of doing this, I also made sure to enforce the constraint that no actions are performed on the files in the destination directory after the construct method ends.  To accomplish this I simply moved some strip method calls up into the construct method.
      
      Lastly, I added our copyright notice to installer_template.nsi, and fixed a reference to a non-existant variable.  Hopefully this last won't cause spurious conflicts with Callum's work.
      
      Reviewed by Richard.
      
      Also, the tabs were a little screwed up in the python files, so I untabified and all is good.
      109cd684
  34. Feb 21, 2007
    • Ryan Williams's avatar
      SL-33966: Viewer installed files are not described in a centralized source · b7b4135e
      Ryan Williams authored
      This introduces the viewer_manifest.py and associated libraries.  Check out https://osiris.lindenlab.com/mediawiki/index.php/Installer_Manifest for some more information.
      
      The gist of it is that all files to be included in the viewer installations are described in viewer_manifest.py.  viewer_manifest.py also acts as a packager, if you give it the right options.  All of the old methods of packaging (Makefile_Mac, scons, and the various .bat files) still work, but they are mostly just shells for calls to viewer_manifest.py.
      
      You're now required to have python 2.3 or later on your machine to be able to package up an installer, but thankfully most people already have this.
      b7b4135e
Loading