Merge pull request #4822 from RosettaCommons/joshmiller/bubble-hotfix
[Foldit] Hotfix to tutorial bubbles; Release notes: Fixed some issues with tutorial tips
Merge pull request #4965 from RosettaCommons/roccomoretti/interactive_tracer
[ Foldit ] Convert to using the Tracer system
Convert Foldit's use of std::cout to the Rosetta tracer system. We should now be pushing things through the Rosetta logging system, and getting the line annotations for most things. (There were a few things which stay std::cout because they're used before the tracer system is initialized or are otherwise "outside" the tracer system.)
Merge pull request #4977 from RosettaCommons/roccomoretti/interactive_win_bterror
[ Foldit ] Attempt to add additional debugging info to the windows crash reporter.
We get a bunch of "no symbol (no line)" error reports from certain players on Windows. I'm not sure why this is. This PR attempts to add error reporting to the tracer output to see if we can get more info about what might be going on.
Merge pull request #4996 from RosettaCommons/roccomoretti/interactive_fix_svn
[ Foldit ] Fix path to the SVN server.
We were erroring out on the benchmark test server because the Foldit dependencies SVN has been moved. Update the location in the script. Also, make the test script a bit more robust to SVN errors.