Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-17 | merge changes for storm-1388 | Oz Linden | |
2011-06-17 | STORM-1320 OPEN-21 STORM-312 Update libndofdev on linux. Fixes spacenavigator. | Logan Dethrow | |
2011-06-13 | fix for SH-1412: Mesh upload dialog freezes viewer when uploading certain ↵ | Xiaohong Bao | |
meshes. | |||
2011-06-07 | Automated merge with https://bitbucket.org/davep/mesh-asset-deprecation | Xiaohong Bao | |
2011-06-07 | fix for SH-1765: palm tree model fails to load in viewer | Xiaohong Bao | |
2011-06-07 | merge | Dave Parks | |
2011-06-06 | fix for SH-588: Uploading a mesh crashes viewer | Xiaohong Bao | |
2011-06-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-05-26 | Updated links to new version of LLQtWebKit package for Mac with valid ↵ | callum | |
exports file. Addition of Windows version for completenes. No changes. | |||
2011-05-25 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-05-25 | Point to updated version of LLQtWebKit that supports local changes., | callum | |
2011-05-20 | Automated merge up from viewer-development into mesh-development | Loren Shih | |
2011-05-19 | fix for SH-1185: uploading large mesh file sometimes fails and locks up viewer. | Xiaohong Bao | |
2011-05-17 | Replace older (but working) reference to version of LLQtWebKit for Linux | callum | |
2011-05-17 | fix merge error in open source configurations to disable proprietary components | Oz Linden | |
2011-05-17 | BUILDFIX: copy/paste error in mesh autobuild.xml causes configure to fail. | Nyx (Neal Orman) | |
copy/paste error in autobuild.xml caused INSTALL_PROPRIETARY to be set to TRUE for OS builds. This causes configure to fail as llconvexdecomposition is not available to OS devs. Changing INSTALL_PROPRIETARY to false for OS devs so that llconvexdecompositionstub is used instead. problem only affects windows builds. | |||
2011-05-17 | Typo in Mac/Darwin LLQtWebkit archive name | callum | |
2011-05-17 | Point to updated (working) builds of LLQtWebKit. | callum | |
Windows one was missing debug libs/dlls Mac one was missing updated exports. Linux one included for completeness. | |||
2011-05-16 | merge | Dave Parks | |
2011-05-13 | Merge with tip | callum | |
2011-05-13 | EXP-676 FIX As a web developer, I want to access information about the ↵ | callum | |
current state of the SL client, such as avatar location | |||
2011-05-12 | merge | Dave Parks | |
2011-05-12 | Merge. | brad kittenbrink | |
2011-05-11 | merge changes for VWR-25727 | Oz Linden | |
2011-05-10 | New build of ogg-vorbis package to fix VWR-25727. | brad kittenbrink | |
2011-05-09 | Merge. | brad kittenbrink | |
2011-05-05 | Remove Pth library from viewer build. | Nat Goodspeed | |
This library was only needed on the Mac, and only with the OS X 10.4 SDK. As of October 2010, we no longer build the viewer with that SDK. The 10.5 SDK we're currently using directly supports the functionality for which we originally brought in Pth. | |||
2011-05-04 | STORM-1210 Make llconvexdecomposition private | Dave Parks | |
2011-05-04 | STORM-1210 Public URLs for pcre | Dave Parks | |
2011-05-04 | STORM-1210 Update PCRE libs for mac and linux. | Dave Parks | |
2011-05-03 | Fix for CHOP-619. Found a general solution to our vs2010 precompiled ↵ | brad kittenbrink | |
headers problems and eliminated all our special cases for handling them. | |||
2011-05-02 | merge | Dave Parks | |
2011-05-02 | STORM-1215: restore INSTALL_PROPRIETARY in Release builds, remove incorrect ↵ | Oz Linden | |
use of LL_RELEASE_FOR_DOWNLOAD from ReleaseOS | |||
2011-04-28 | updated llconvexdecomposition for version linked with vs2010 havok | Brad Payne (Vir Linden) | |
2011-04-27 | OPEN-50 : backing out that change that is incompatible with Incredibuild. | Merov Linden | |
2011-04-22 | merge | Dave Parks | |
2011-04-22 | Update convex decomp stub to include latest api changes. | Dave Parks | |
2011-04-22 | Update llconvexdecompositionstub for new package layout. | Dave Parks | |
2011-04-21 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2011-04-21 | reversing the elimination of the stub build of convexdecomp, as we still need | Nyx (Neal Orman) | |
the binary version, even with the full LL source being available. This is because the binary package of the full version is not redistributable due to having the havok binaries in it. | |||
2011-04-21 | merge | Dave Parks | |
2011-04-21 | Touch up autobuild xml from merge. | Dave Parks | |
2011-04-21 | merge | Dave Parks | |
2011-04-21 | explicitly enable INSTALL_PROPRIETARY in the Linden configurations | Oz Linden | |
2011-04-21 | restore use of proprietary libs (merge error) in Release builds | Oz Linden | |
2011-04-20 | merge changes for storm-1183 | Oz Linden | |
2011-04-20 | update the collada lib of Mac to the rev 227230 to fix the missed minizip ↵ | Xiaohong Bao | |
problem. | |||
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-04-19 | Update freetype package: previous one had no actual library. | Nat Goodspeed | |
Evidently the only reason builds have been succeeding is because the link is picking up the system freetype library. This could be tricky if it goes out of sync with the freetype package's header files. | |||
2011-04-15 | merge | Brad Payne (Vir Linden) | |