Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-07 | STORM-2082 Display active preset as first choice in dropdown box | Jonathan Yap | |
2015-01-07 | STORM-2082 Merge | Jonathan Yap | |
2015-01-07 | STORM-2082 Add back labels for quality and speed slider | Jonathan 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-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. | |||
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-23 | merge some linux fixes and OPEN-287 | Oz Linden | |
2014-12-23 | fix dos line endings | Oz Linden | |
2014-12-22 | Investigative check-in to see if system clock() function can be used to time ↵ | callum_linden | |
ms_sleep() calls and adjust expectations accordingly | |||
2014-12-22 | update libs to match vivox distribution | Oz Linden | |
2014-12-22 | work arounds to compile on linux | Oz Linden | |
2014-12-22 | merge latest trunk changes | Oz Linden | |
2014-12-19 | Merge backout of forcing DEBUG_PREBUILT setting. | Nat Goodspeed | |
2014-12-19 | Backed 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-19 | Defend against cygwin-style AUTOBUILD path in environment. | Nat Goodspeed | |
2014-12-19 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2014-12-19 | Sort include(...) lines to make it easier for a person to verify. | Nat Goodspeed | |
2014-12-19 | Force DEBUG_PREBUILT on in Prebuilt.cmake to debug failures on TC. | Nat Goodspeed | |
2014-12-19 | merge changes for 3.7.23 | Oz Linden | |
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-18 | merge latest changes for windows | Oz Linden | |
2014-12-18 | allow signed vs unsigned compare in gcc | Oz Linden | |
2014-12-17 | Update autobuild to point to new version of jsoncpp and change lib names to ↵ | callum_linden | |
match those in package | |||
2014-12-17 | Update autobuild to point to new (VS2013) Havok files and fix up name mismatch | callum_linden | |
2014-12-17 | include Prebuilt.cmake before using macro | Oz Linden | |
2014-12-17 | Move the cmake package tracking files under the packages directory | Oz 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 up to latest changes from callum and nat | Oz Linden | |
2014-12-17 | adjust cmake not to attempt loads of packages on the wrong platforms | Oz Linden | |
2014-12-17 | merge latest updates from nat and callum | Oz Linden | |
2014-12-17 | Produce error message, not traceback, when test program doesn't build. | Nat Goodspeed | |
A traceback from a Python script always makes people think there's a bug in your script. Even when a test program fails to build, CMake often (always?) tries to run it anyway, via our run_build_test.py script. For that case, produce a straightforward error message -- rather than an OSError traceback that doesn't even mention the program name! | |||
2014-12-16 | For one use case, boost::bind() better than boost::phoenix::bind(). | Nat Goodspeed | |
We use boost::phoenix::placeholders::arg1 to imply a whole lambda expression, replacing boost::lambda. But to bind a plain function in a more straightforward way, seems classic boost::bind() works while boost::phoenix::bind() does not. | |||
2014-12-16 | Remove Visual Studio workaround for lack of std::fpclassify(). | Nat Goodspeed | |
Visual Studio 2013 evidently does provide std::fpclassify(), so we no longer need the funky local alias. | |||
2014-12-16 | Fix another empty #elif to plain #else. | Nat Goodspeed | |
2014-12-16 | Isolate #pragma clang to __clang__ compilations. | Nat Goodspeed | |
It's very irritating that Visual Studio produces a warning for unrecognized #pragmas, which we then merrily turn into an error -- #pragma is inherently compiler-specific! | |||
2014-12-15 | fix for some std::pair/STL syntax | callum_linden | |
2014-12-15 | MAINT-4716: correct reading of and debug display for avatar render cost info | Oz Linden | |
2014-12-15 | Merge with head | callum_linden | |
2014-12-15 | Add feature (enabled) to turn off media plugins | callum_linden | |
2014-12-15 | include quicktime package only on windows | Oz Linden | |
2014-12-15 | include libuuid and fontconfig only on linux | Oz Linden | |
2014-12-15 | don't include glext on Mac where it is not used | Oz Linden | |
2014-12-15 | remove redundant include of Audio.cmake | Oz Linden | |
2014-12-15 | merge changes for 3.7.22-release | Oz Linden | |
2014-12-14 | STORM-2082 Remove ugly list of control names. Instead, obtain the list from ↵ | Jonathan Yap | |
the View data Remove a few remants used by the old hardware floater | |||
2014-12-13 | STORM-2082 When a control is greyed out make sure it's associated text is ↵ | Jonathan Yap | |
greyed out. Sky: has two dependencies; grey it out when either one is not available. Remove Basic Shaders from Basic tab | |||
2014-12-13 | STORM-2082 Write out settings to preset file if settings changed on the ↵ | Jonathan Yap | |
login page Code improvements from bitbucket comments | |||
2014-12-12 | Remove unneeded media plugin header file | callum_linden | |