summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-19MAINT-4790 WIP Show focused background image for login text fields.Mnikolenko ProductEngine
2015-01-17DD-300 : WIP : Add drop zone to marketplace (XUI work)Merov Linden
2015-01-16Linux llimagej2ckdu_test.cpp no longer needs obsolete stubs.Nat Goodspeed
Use the same signatures as for the other platforms.
2015-01-16Update to llphysicsextensions builds fixed for 'release' on Linux.Nat Goodspeed
2015-01-16Continue gradually replacing Boost.Lambda with Boost.Phoenix.Nat Goodspeed
For some reason, after the upgrade to Boost 1.57, gcc 4.6.3 has trouble with the boost::lambda::_1 usage in stringize.h. This is consistent with other cases we've encountered in which Boost.Lambda appears to be unmaintained and losing its compatibility with other libraries. Fortunately Phoenix provides a functional equivalent, albeit spelled differently.
2015-01-15DD-303 : Auto activate version folder when only one present on creation or ↵Merov Linden
association
2015-01-16Add flags to inject extra debugging information (via Sovreign Engineer)callum_linden
2015-01-15Pull in updated Google Breakpad package with /Zcwchar_t- cpp flags set to ↵callum_linden
match viewer
2015-01-15SL-92 WIP - more on hover managementBrad Payne (Vir Linden)
2015-01-14merge changes for fixes from nat and auraOz Linden
2015-01-14SL-92 WIP - more on region notification and managing hoverBrad Payne (Vir Linden)
2015-01-14Update to llphysicsextensions with fix for platform .MAP pathnames.Nat Goodspeed
2015-01-14Update to llphysicsextensions with platform-specific MAP pathnames.Nat Goodspeed
2015-01-14Integrate Callum's Mac slplugins packageNat Goodspeed
2015-01-14remove support for Debug buildsOz Linden
2015-01-14MAINT-4790 WIP code clean-upMnikolenko ProductEngine
2015-01-14MAINT-4790 WIP XML changesMnikolenko ProductEngine
2015-01-13mergeBrad Payne (Vir Linden)
2015-01-13SL-92 WIP - added signal for simulator features received. Use to keep hover ↵Brad Payne (Vir Linden)
floater UI synced with region support for hover.
2015-01-13Updated breakpad repos again. Thanks Windows.Aura Linden
2015-01-13changes to fix compiler warnings merged in from viewer-releaseOz Linden
2015-01-13Updated google breakpad package.Aura Linden
2015-01-13Merge viewer-release and become 3.7.25maksymsproductengine
2015-01-13merge changes for 3.7.24-releaseOz Linden
2015-01-13MAINT-4790 WIP XML changesMnikolenko ProductEngine
2015-01-12On Mac, if we can't symlink .dylibs, print error message and continue.Nat Goodspeed
To this point, we've been failing the build with a Python OSError traceback, which is less than ideal.
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-10DD-305 : Do not call update_marketplace_category on the marketplace listings ↵Merov Linden
folder itself
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)