Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-02 | CHOP-599: if build.sh creates summary.json, package it with viewer. | Nat Goodspeed | |
Recent versions of the viewer's build-dependent build.sh create and upload a summary.json file in the top level of the source repository checkout. Bundle that into the viewer installer. This is the one file that contains the viewer's version. | |||
2011-04-19 | New openssl package solves permissions problems with Linux build. | Nat Goodspeed | |
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package. | |||
2011-03-28 | get naming of openallib right when packaging. | Andrew de Laix | |
2011-03-25 | revert packaging of openal libs. | alain@945battery-guestA-183.lindenlab.com | |
2011-03-25 | Backed out changeset 6e69fbe64617 | alain@945battery-guestA-183.lindenlab.com | |
2011-03-24 | use vivox's openal for SLVoice because it isn't compatible with latest ↵ | alain@945battery-guestA-183.lindenlab.com | |
OpenAl version (should fix linux voice issues). | |||
2011-03-18 | Autobuild: pull in from jenn_linden/viewer-vs2010 | Merov Linden | |
2011-03-18 | Removal of dbghelp cruft. | brad kittenbrink | |
Reviewed by alain and nat. | |||
2011-03-18 | merge out 2.6.0 changes from viewer-development | Oz Linden | |
2011-03-17 | package .so links needed by linux webkit plugin. | Andrew de Laix | |
2011-03-16 | package all breakpad symlinks for linux. | Andrew de Laix | |
2011-03-15 | update uuid archive for linux. | Andrew de Laix | |
2011-03-15 | eol fixes | Richard Linden | |
2011-03-15 | update openal archive for linux. | Andrew de Laix | |
2011-03-14 | Merge with tip of viewer development | callum | |
2011-03-14 | update openssl archive for linux. | Andrew de Laix | |
2011-03-14 | update openjpeg archive for linux. | Andrew de Laix | |
2011-03-11 | package the exact shared library (manifest doesn't follow symlinks) | Andrew de Laix | |
2011-03-11 | update fontconfig archive for linux. | Andrew de Laix | |
2011-03-10 | remove ELFIO cruft; no longer needed now that we use google breakpad. | Andrew de Laix | |
2011-03-10 | Corrected a call to the mac-specific command "Rez" that had the wrong case. ↵ | Ricky Curtice | |
This is only an issue on Macs that have a case-sensitive root filesystem. | |||
2011-03-10 | Automated merge with https://bitbucket.org/jenn_linden/viewer-vs2010 | Andrew de Laix | |
2011-03-10 | update apr and sdl archives for linux; added new archive db (needed for ↵ | Andrew de Laix | |
linux only). | |||
2011-03-09 | Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) | callum | |
2011-03-09 | update ndofdev archive usage on darwin. | Andrew A. de Laix | |
2011-03-04 | ares, boost, expat, freetype archives updated to latest builds. | Andrew A. de Laix | |
2011-03-03 | merge from lindenlab/viewer-development | Alain Linden | |
2011-03-02 | SOCIAL-595 FIX Global volume control and the volume control on MOAP no ↵ | Richard Linden | |
longer have any affect | |||
2011-02-18 | Fix for packaging failure. Installer was missing the SecondLife.exe binary | brad kittenbrink | |
due to improperly disabled msvcrt manifest checking. reviewed by jenn. | |||
2011-02-10 | various fixes to get the debug build working; don't look for or copy ↵ | Alain Linden | |
msvc*80.dll's. | |||
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-02-08 | fix a couple more packaging problems... | Alain Linden | |
2011-02-07 | update pacageing of msvc?100.dll's; use latest qt package with all needed libs. | Alain Linden | |
2011-01-20 | Updated viewer_manifest.py to refer to the correct source paths for the ↵ | jenn | |
linux build. | |||
2011-01-19 | fix copying of vivox files for darwin manifest. | Andrew A. de Laix | |
2011-01-18 | windows build fixes. | Alain Linden | |
2011-01-14 | windows autobuildibatized (bye bye install.py...) | Alain Linden | |
2011-01-13 | mac buiding with autobuild and autobuild style packages (just say no to ↵ | Andrew A. de Laix | |
install.py) | |||
2010-12-21 | STORM-151 : pull in viewer-development | Merov Linden | |
2010-11-29 | CHOP-223 fix for more mac build breakage from the previous changes. | brad kittenbrink | |
2010-11-29 | CHOP-223 fix for mac build breakage introduced in the last change. | brad kittenbrink | |
2010-11-29 | Better fix for CHOP-223. | brad kittenbrink | |
Comments on the mercurial bug tracker indicate that this bug is likely to recur, so we work around it in viewer_manifest.py now. http://mercurial.selenic.com/bts/issue1802 | |||
2010-11-22 | STORM-151 : Attempt to fix Windows static linking, simplified manifest | Merov Linden | |
2010-11-19 | Fix for viewer_manifest.py failure on windows. | brad kittenbrink | |
2010-11-19 | Fix for windows installer missing update_install.bat. Paired with mani. | brad kittenbrink | |
2010-11-17 | CHOP-203 Fixed linux release bug - exclude update_install from symbol strippage | Mark Palange (Mani) | |
2010-11-16 | CHOP-179 Linux install uses linux-updater. Rev. by Alain | Mark Palange (Mani) | |
2010-11-11 | Add very basic windows install script. | Andrew A. de Laix | |
2010-11-11 | run install script on successful download | Andrew A. de Laix | |
2010-11-09 | beginnings of the update installer (with simple install script for darwin). | Andrew A. de Laix | |