Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-26 | v-r to drano merge conflicts wip | Brad Payne (Vir Linden) | |
2012-06-18 | MAINT-1144: Update with relevant apr_suite fix. | Nat Goodspeed | |
2012-06-18 | MAINT-1144: Update to apr_suite containing relevant fix. | Nat Goodspeed | |
2012-06-08 | Merge pull from vir/drano | Merov Linden | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-23 | DRTVWR-151: Today's APR build should run on Windows XP again. | Nat Goodspeed | |
The previous tip Windows APR package: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-apr/rev/256201/arch/CYGWIN/installer/apr_suite-1.4.5-windows-20120509.tar.bz2 contained a libapr-1.dll that would not load on Windows XP. The code contained static calls to Windows API functions not yet present in Windows XP. The new Windows APR package has made those calls conditional, using LoadLibrary() and GetProcAddress() calls. The hope is that this new viewer build will behave identically on Windows Vista or later -- but unlike its predecessor, will also launch on Windows XP. | |||
2012-05-15 | SH-3138 : Update both Mac and Windows KDU 7.0 libs to the same build number ↵ | Merov Linden | |
for clarity | |||
2012-05-14 | SH-3138 : Points to the new KDU 7.0 lib for Mac | Merov Linden | |
2012-05-09 | CHOP-900: Use new apr_procattr_constrain_handle_set() extension. | Nat Goodspeed | |
Now LLProcess explicitly requests APR to limit the handles passed to any child process, instead of wantonly passing whatever happens to be lying around the parent process at the time. This requires the latest APR build. Also revert LLUpdateDownloader::Implementation::mDownloadStream to llofstream (as in rev 1878a57aebd7) instead of apr_file_t*. Using APR for that file was a Band-Aid -- a single whacked mole -- for the problem more systemically addressed by apr_procattr_constrain_handle_set(). | |||
2012-04-23 | IQA-463: Use newest APR package without apr_procattr_inherit_set(). | Nat Goodspeed | |
2012-04-18 | IQA-463: Make LLProcess call apr_procattr_inherit_set() extension. | Nat Goodspeed | |
On Windows, Bad Things happen when apr_proc_create() is allowed to pass TRUE to CreateProcess(bInheritHandles). For instance, the open handle for a new installer executable file being downloaded by the background updater gets inadvertently passed to a couple slplugin.exe instances. When the viewer finishes downloading, closes the file and tries to remove it, Windows balks because the file is still open by another process. Require an apr_suite package that includes the new Linden apr_procattr_inherit_set() extension, and call it to turn off CreateProcess(bInheritHandles). | |||
2012-03-14 | Try new 20120314 APR build to verify Windows pipe write bug fix. | Nat Goodspeed | |
2012-02-28 | Updated llqtwebkit install URLs for Mac and Win. | Seth ProductEngine | |
2012-02-28 | EXP-1633 FIXED Updated llqtwebkit package for Linux and WebKitLibPlugin ↵ | Seth ProductEngine | |
build configuration. | |||
2012-02-27 | SH-2998 : Move Mac and Windows to use KDU 7.0.0 | Merov Linden | |
2012-02-11 | Update viewer to official builds of http://hg.secondlife.com/3p-apr. | Nat Goodspeed | |
2012-02-10 | Try using Log's new APR packages for Windows, Mac, Linux. | Nat Goodspeed | |
This APR merges work from Huseby, Log, Leslie, Nat. | |||
2012-02-09 | Use newer (Linden extension) TC APR builds for Windows, Mac. | Nat Goodspeed | |
2012-02-09 | Use new 3p-apr package builds for Windows, Mac. | Nat Goodspeed | |
On Linux, new (Feb 2012) APR package produces link errors. Until those are resolved, leave Linux viewer build with older (Feb 2011) APR package. | |||
2011-12-02 | EXP-1649 FIX +1 (client) Turn off web loading spinner until a more visually ↵ | callum | |
pleasing one can be defined | |||
2011-12-01 | EXP-1649 FIX (client) Turn off web loading spinner until a more visually ↵ | callum | |
pleasing one can be defined | |||
2011-11-18 | Update LLQtWebKit to fix EXP-1191 Update loading overlay graphic to resemble ↵ | callum | |
a typical Web loading... spinner | |||
2011-11-10 | Point to improved loading overlay and turn it on always | callum | |
2011-10-31 | Point to new version of LLQtWebKit for Mac/Windows | callum | |
(Rolls in some debugging graphics and Roxie's Mac / SSL changes) | |||
2011-10-28 | Merge with head | callum | |
2011-10-26 | Point to new version of LLQtWebKit that has support for page zooming for ↵ | callum | |
Mac/Wndows versions | |||
2011-10-03 | Update LLQtWebKit libraries to version with *ONLY* SSL fix for Mac. | callum | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson | |
2011-08-31 | Point to new Mac version of LLQtWebKit to fix symbol export issue on that ↵ | callum | |
platform | |||
2011-08-29 | Silly URL typo | callum | |
2011-08-29 | EXP-1122 FIX (Viewer) LLQtWebKit should support a JavaScript/content ↵ | callum | |
debugger to help content creators Viewer side changes to enable Web debugger. | |||
2011-08-19 | open-107: upgrade to complete stub for convex decomposition | Oz Linden | |
2011-07-07 | fix for SH-1808: uploading warthog model triggers ↵ | Xiaohong Bao | |
LLPhysicsDecomp::doDecompositionSingleHull warnings SH-1333: [PUBLIC] Simple mesh causing the viewer to crash | |||
2011-07-09 | merge | Brad Payne (Vir Linden) | |
2011-07-07 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-07-07 | fix for SH-1808: uploading warthog model triggers ↵ | Xiaohong Bao | |
LLPhysicsDecomp::doDecompositionSingleHull warnings SH-1333: [PUBLIC] Simple mesh causing the viewer to crash | |||
2011-07-05 | Fix for SH-1604: missing convex stub license | prep linden | |
2011-07-01 | merge viewer-development -> mesh-development | Brad Payne (Vir Linden) | |
2011-06-29 | merge changes for storm-1368 | Oz Linden | |
2011-06-27 | STORM-1447 Use <filters>setenv</> stanza rather than grep -v setenv. | Aaron Stone | |
2011-06-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-06-23 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-06-22 | merge | Brad Payne (Vir Linden) | |
2011-06-21 | SH-1476 FIX viewer crashes uploading on linux | Nyx (Neal Orman) | |
colladadom was configured to depend on a system library that may not be up to date on all user's machines. Changed configuration to link statically against a known version. Verified locally crash does not reproduce. | |||
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-09 | 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-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 | |