summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-08Remove obsolete build script with ancient, erroneous hardcoded paths.Nat Goodspeed
2015-01-08merge breakpad lib updateOz Linden
2015-01-08merge fix to generate_breakpad_symbolsOz Linden
2015-01-08SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵Brad Payne (Vir Linden)
specified
2015-01-07Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-07First cut at consuming new slplugins autobuild package.Nat Goodspeed
The contents are extracted, but not yet built into the viewer installer.
2015-01-07STORM-2082 Display active preset as first choice in dropdown boxJonathan Yap
2015-01-07STORM-2082 MergeJonathan Yap
2015-01-07STORM-2082 Add back labels for quality and speed sliderJonathan Yap
Change two sliders back to comboboxes. Rename label "Other" to "General" Move Max ARC to top of that list Move Shaders block to above Mesh block
2015-01-07mergeBrad Payne (Vir Linden)
2015-01-07Replace reduce(operator.or_, ...) with any(...).Nat Goodspeed
The any() builtin was introduced in Python 2.5. Not only is its intent clearer, but it handles the case of zero items -- which the reduce(or_) construct does not. Sporadically we've seen exceptions from generate_breakpad_symbols.py when reduce(or_, ...) is given zero items. This masks the actual error (failure to dump symbols? failure to read them?), masquerading as a bug in the Python script.
2015-01-06update google-breakpad library package to include non-release client libOz Linden
2015-01-06update google breakpad and dbus-glib for linux fixesOz Linden
2015-01-05Moved mHoverOffset to LLCharacter so it's accessible inside animations. ↵Brad Payne (Vir Linden)
Apply offset when constrained to ground.
2015-01-05SL-92 WIP - changed setting name to AvatarHoverOffsetZBrad Payne (Vir Linden)
2015-01-05SL-92 WIP - More consistent enforcement of min/max hover values. Setting is ↵Brad Payne (Vir Linden)
stored as a per-account F32 value.
2015-01-05update dbus package to a public buildOz Linden
2014-12-29Merge with headcallum_linden
2014-12-29Fix typo introduced into viewer_manifest file (sprefix -> prefix)callum_linden
2014-12-29Update (perplexingly) broken MD5 mismatch in libpng (Windows) pacakgecallum_linden
2014-12-29Pull in (OS X) libpng fix (MAINT-3562 fix via Ruslan - use clang++ vs clang)callum_linden
2014-12-29Pull in libpng fix (MAINT-3562 fix via Ruslan - use clang++ vs clang)callum_linden
2014-12-23Restore Unicode path to viewer_manifest script - apparently we use the ↵callum_linden
Unicode version of NSIS, not the one from the NULLSOFT site
2014-12-23Updated path to NSIS installer for most recent (non-beta) version of NSIS v2.46callum_linden
2014-12-23temporarily disable graph generation on linuxOz Linden
2014-12-23merge some linux fixes and OPEN-287Oz Linden
2014-12-23fix dos line endingsOz Linden
2014-12-23OPEN-287: convert glh-linear to a common packageOz Linden
2014-12-22Update name of Havok-source in autobuildcallum_linden
2014-12-22Investigative check-in to see if system clock() function can be used to time ↵callum_linden
ms_sleep() calls and adjust expectations accordingly
2014-12-22update openal packageOz Linden
2014-12-22update libs to match vivox distributionOz Linden
2014-12-22work arounds to compile on linuxOz Linden
2014-12-22merge cygwin fixOz Linden
2014-12-22Temporarily work around cygwin /cygdrive/c pathname in AUTOBUILD.Nat Goodspeed
2014-12-22mergeBrad Payne (Vir Linden)
2014-12-22correct havok-source package name in autobuild configurationOz Linden
2014-12-22SL-92 WIP - moving AvatarPosFinalOffset to per-account settingsBrad Payne (Vir Linden)
2014-12-22Moved AvatarPosFinalOffset to per-account settings fileBrad Payne (Vir Linden)
2014-12-22mergeBrad Payne (Vir Linden)
2014-12-22merge latest trunk changesOz Linden
2014-12-19Merge backout of forcing DEBUG_PREBUILT setting.Nat Goodspeed
2014-12-19Backed out changeset 4356b6a222c7: forcing DEBUG_PREBUILT output.Nat Goodspeed
It appears that our trouble was due to a cygwin-style path in the AUTOBUILD environment variable, and that changeset 0e0bd8b546ad fixed it.
2014-12-19Defend against cygwin-style AUTOBUILD path in environment.Nat Goodspeed
2014-12-19Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2014-12-19Sort include(...) lines to make it easier for a person to verify.Nat Goodspeed
2014-12-19Force DEBUG_PREBUILT on in Prebuilt.cmake to debug failures on TC.Nat Goodspeed
2014-12-19Merge viewer-release and become 3.7.24simon
2014-12-19merge changes for 3.7.23Oz Linden
2014-12-18Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed