Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-12 | Update 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-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2015-01-08 | Rationalize 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-08 | SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵ | Brad Payne (Vir Linden) | |
specified | |||
2015-01-07 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-07 | First cut at consuming new slplugins autobuild package. | Nat Goodspeed | |
The contents are extracted, but not yet built into the viewer installer. | |||
2015-01-07 | merge | Brad Payne (Vir Linden) | |
2015-01-07 | Replace 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-05 | Moved mHoverOffset to LLCharacter so it's accessible inside animations. ↵ | Brad Payne (Vir Linden) | |
Apply offset when constrained to ground. | |||
2015-01-05 | SL-92 WIP - changed setting name to AvatarHoverOffsetZ | Brad Payne (Vir Linden) | |
2015-01-05 | SL-92 WIP - More consistent enforcement of min/max hover values. Setting is ↵ | Brad Payne (Vir Linden) | |
stored as a per-account F32 value. | |||
2014-12-29 | Fix typo introduced into viewer_manifest file (sprefix -> prefix) | callum_linden | |
2014-12-23 | Restore 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-23 | Updated path to NSIS installer for most recent (non-beta) version of NSIS v2.46 | callum_linden | |
2014-12-22 | update libs to match vivox distribution | Oz Linden | |
2014-12-22 | merge | Brad Payne (Vir Linden) | |
2014-12-22 | SL-92 WIP - moving AvatarPosFinalOffset to per-account settings | Brad Payne (Vir Linden) | |
2014-12-22 | Moved AvatarPosFinalOffset to per-account settings file | Brad Payne (Vir Linden) | |
2014-12-22 | merge | Brad Payne (Vir Linden) | |
2014-12-19 | Sort include(...) lines to make it easier for a person to verify. | Nat Goodspeed | |
2014-12-19 | Merge viewer-release and become 3.7.24 | simon | |
2014-12-18 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2014-12-18 | increment viewer version to 3.7.24 | Oz Linden | |
2014-12-17 | merge | Brad Payne (Vir Linden) | |
2014-12-17 | Delete misleading comment about testing llcapabilitylistener. | Nat Goodspeed | |
There was a comment in CMakeLists.txt left over from 2009 (!) about commenting out the unit test for llcapabilitylistener. Fortunately we've since reinstated the test as an integration test, but the comment was never removed -- until now. | |||
2014-12-17 | merge latest updates from nat and callum | Oz Linden | |
2014-12-16 | linux build fix | Brad Payne (Vir Linden) | |
2014-12-16 | SL-92 WIP - track appearance message timing | Brad Payne (Vir Linden) | |
2014-12-15 | fix for some std::pair/STL syntax | callum_linden | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-12 | Implicit conversion from ostream to string needs help in VS2013 | callum_linden | |
2014-12-12 | Eliminate use of boost::lambda with boost::function (Trac #10864). | Nat Goodspeed | |
https://svn.boost.org/trac/boost/ticket/10864 I've used boost::lambda with boost::function in a number of creative ways over the years. But the clang 6 shipped with Xcode 6 seems to have somehow broken lambda + function in Boost 1.57. boost::phoenix is a partial workaround. Sadly, lambda's comma-operator overload doesn't seem to be supported, necessitating a couple ugly workarounds. With real lambdas now supported by current compilers, I'm sure the Boost community has little incentive to repair the lambda + function problem. Presumably we'll be able to use such features ourselves Real Soon Now... | |||
2014-12-11 | SL-92 WIP | Brad Payne (Vir Linden) | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-08 | Merge downstream code and become version 3.7.23 | simon | |
2014-12-08 | SL-92 WIP - hover height communicated via appearance messages. | Brad Payne (Vir Linden) | |
2014-12-08 | merge | Brad Payne (Vir Linden) | |
2014-12-05 | increment viewer version to 3.7.23 | Oz Linden | |
2014-12-02 | Merge downstream code and become 3.7.22 | simon | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge fix | Brad Payne (Vir Linden) | |
2014-12-01 | remove unused gpu table code, improve logging for gpu benchmarks | Oz Linden | |
2014-12-01 | Added missing xui file | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge | Brad Payne (Vir Linden) | |
2014-12-01 | merge changes for 3.7.21 release | Oz Linden | |
2014-12-01 | increment viewer version to 3.7.22 | Oz Linden | |
2014-11-26 | merge | Brad Payne (Vir Linden) | |
2014-11-26 | LLFloaterPermsResponder switched to new Responder API | Brad Payne (Vir Linden) | |