summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-29increment viewer version to 3.3.4Oz Linden
2012-05-29Added tag DRTVWR-144, 3.3.3-beta1 for changeset 1b7f311b5a5dOz Linden
2012-05-29merge changes for DRTVWR-153Oz Linden
2012-05-29tag merge of DRTVWR-153Oz Linden
2012-05-29Merge ssh://hg@bitbucket.org/lindenlab/viewer-release -> viewer-eventapi-fixesDon Kjer
2012-05-29merge changes for DRTVWR-155Oz Linden
2012-05-29tag merge of DRTVWR-155Oz Linden
2012-05-29merge back change to force ticket number from viewer-releaseOz Linden
2012-05-29merge changes for DRTVWR-148Oz Linden
2012-05-29tag merge of DRTVWR-148Oz Linden
2012-05-28inconsequential change to force new ticket numberOz Linden
2012-05-26merge latest viewer-releaseOz Linden
2012-05-26merge changes for DRTVWR-156Oz Linden
2012-05-26tag merge of DRTVWR-156Oz Linden
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-25merge back beta tagsOz Linden
2012-05-24merge changes for DRTVWR-154Oz Linden
2012-05-24merge changes for DRTVWR-151Oz Linden
2012-05-24FIX VWR-23844 VWR-26542 VWR-28950eli
2012-05-24sync with viewer-releaseeli
2012-05-24retag to force rebuildOz Linden
2012-05-24Connected eventhost nearyby host listener. Connected getGroups eventhost hook.Don Kjer
2012-05-24Added tag viewer-release-candidate, 3.3.2-release for changeset 675668bd24d3Oz Linden
2012-05-23DRTVWR-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-22merge changes for DRTVWR-152Oz Linden
2012-05-22merge changes for DRTVWR-149Oz Linden
2012-05-22merge changes for DRTVWR-147Oz Linden
2012-05-22Added tag 3.3.2-beta2 for changeset 675668bd24d3Oz Linden
2012-05-22merge changes for DRTVWR-150Oz Linden
2012-05-22Added tag 3.3.2-beta1 for changeset d29a260119f8Oz Linden
2012-05-21MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Fix for potential truncation
2012-05-20STORM-1812 Store playing state from an additional place.Jonathan Yap
2012-05-18MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floatersRichard Linden
don't auto position other floater when it is hosted
2012-05-18STORM-1862 The left-hand border of the input field for IMs is missingHitomi Tiponi
With help from Jonathan Yap
2012-05-18STORM-1812 / subtask STORM-1861 Media auto-play is off - but music stream ↵Jonathan Yap
starts to play anyway when teleport fails
2012-05-18MAINT-938 ADDITIONAL FIX (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Requested permissions are added dynamically to the dialog's footer - And the footer is not shown when it is empty
2012-05-18STORM-1860 Remove obsolete code and file(s) for mesh model upload wizardJonathan Yap
2012-05-18STORM-1858 [TRUNCATED] FR - String truncation and floater not wide enough in ↵Jonathan Yap
the upload model window
2012-05-17MAINT-1092 Fix for broken avatar bakes on some AMD graphics cards.Dave Parks
2012-05-17MAINT-938 FIXED (Make debit-permissions dialog give a stronger warning)Paul ProductEngine
- Added new tag called "footer" to the notification. This tag allows to display messages under the buttons in toasts. - Created new class LLToastScriptQuestion for the "ScriptQuestionCaution" notification. This notification supports tag <footer>.
2012-05-16MAINT-862 and ER-1781 : Sounds not playing the first time. Reviewed by Kelly.simon@Simon-PC.lindenlab.com
2012-05-16FIX VWR-23844 VWR-26542 VWR-28950eli
2012-05-14partial fix for SH-3132 - reduce max concurrent http requests to same level ↵Brad Payne (Vir Linden)
as in release
2012-05-14STORM-1812 Tweak how music is restarted for teleport within a parcelJonathan Yap
2012-05-11STORM-1852 Altitude display stutters or is clamped when flying higher than 4096mJonathan Yap
2012-05-09CHOP-900: Fix test.cpp merge errors merging up to viewer-releaseNat Goodspeed
2012-05-09Automated merge with http://hg.secondlife.com/viewer-releaseNat Goodspeed
2012-05-09SH-3075 : Fix reversible compression for very small textures. Also supress ↵Merov Linden
the forcing to reversible for small textures.
2012-05-09CHOP-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-05-08SH-3047 : Fix lossless compression for small textures.Merov Linden