summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-12Merged autobuild.Aura Linden
2015-01-12Latest google-breakpad repo to fix Mac Yosemite issues.Aura Linden
2015-01-12merge changes for latest fixes from nat and callumOz Linden
2015-01-12Update llphysicsextensions_* to 297894, 297895 with Callum's path fixes.Nat Goodspeed
2015-01-12increment viewer version to 3.7.25Oz Linden
2015-01-12Added tag 3.7.24-release for changeset d3d0101e980eOz Linden
2015-01-12Experimentally try full-size LLLeap stream test on Windows.Nat Goodspeed
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when we try to pump large volumes of data through a Windows named pipe using APR nonblocking I/O. This used to fail pretty consistently because the APR nonblocking write call would sometimes spuriously return "would block" when in fact the data buffer was completely written; the caller would later retry, which of course would duplicate some of the data in the pipe. Preliminary experiments with VS 2013 suggest this may have been resolved. This changeset is to propagate the experiment to a wider range of Windows systems; we may need to revert it if in fact the bug persists.
2015-01-12Update viewer_package.py to grab slplugin.exe et al. from package.Nat Goodspeed
This only applies to the Windows package so far, because so far only the Windows package exists.
2015-01-12update to 1413 google breakpad buildOz Linden
2015-01-12MAINT-2560 revertedMnikolenko ProductEngine
2015-01-09FIX MAINT-2701 restore 10 translated strings that were lost during an ↵eli
earlier dev merge (see Jira screenshots for details)
2015-01-09revert Mac to older google-breakpad for nowOz Linden
2015-01-08Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-updateNat Goodspeed
2015-01-08point to new version of llphysicsextensions (source, not stub) with updated ↵callum_linden
path to second life map file
2015-01-08point to new version of llphysicsextensions with updated path to second life ↵callum_linden
map file
2015-01-08Rationalize use of AUTOBUILD environment variable across languages.Nat Goodspeed
Ensure that AUTOBUILD is always in native path syntax on every platform. Remove local build.sh logic to infer AUTOBUILD: either the generic build.sh has set it properly, or scream for help. Since cygwin bash scripts need a cygwin-syntax path to autobuild, convert to a local 'autobuild' variable using shell_path. Remove kludges in other languages involving cygdrive twiddling.
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-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