summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-12-18increment viewer version to 3.7.24Oz Linden
2014-12-18Added tag 3.7.23-release for changeset 3be800e1afadOz Linden
2014-12-18merge latest changes for windowsOz Linden
2014-12-18allow signed vs unsigned compare in gccOz Linden
2014-12-17Update autobuild to point to new version of jsoncpp and change lib names to ↵callum_linden
match those in package
2014-12-17Update autobuild to point to new (VS2013) Havok files and fix up name mismatchcallum_linden
2014-12-17include Prebuilt.cmake before using macroOz Linden
2014-12-17Remove reference to Windows version of GTK/ATK/Pango in autobuild - not usedcallum_linden
2014-12-17Move the cmake package tracking files under the packages directoryOz Linden
2014-12-17mergeBrad Payne (Vir Linden)