Merge pull request #6282 from RosettaCommons/roccomoretti/interactive_fix_nitro_issue
[Foldit] Fix reprotonation issue with nitro groups.
Nitro groups in library compound loading were having some issues with the reprotonation code, as there was some latent radical electron annotations being left on the atoms. Those aren't needed.
RELEASE NOTES: Fix bug where library compounds with nitro groups were being labeled as "not chemically feasible".
Merge pull request #6283 from RosettaCommons/roccomoretti/interactive_release_info
[Foldit] Add Release ID to in-game panel.
Since we identify the Releases by number in the release notes, it would be really convenient to have some way of checking what the release number of the client actually is (versus the build ID).
RELEASE NOTES: Add the release number (corresponding to the release notes page) to the options panel.
Merge pull request #6286 from RosettaCommons/roccomoretti/interactive_fix_extra_bt
[Foldit] More thourough rounded coordinate checks.
Do a better job of checking for rounded coordinates.
Default the soft crash to including a backtrace. This is probably the desired default behavior.
Enable the rounded coordinate checking for everyone. This should hopefully get us more info.
Add rounded coordinate checking to the initial structure load for puzzles. (On the off chance this is what's causing it.)
Add rounded coordinate checking to the loading of solutions.
RELEASE NOTES: Additional checking for an intermittent bug.
Merge pull request #6275 from RosettaCommons/roccomoretti/interactive_fix_ligand_warnings
[Foldit] Fix ligand-related issues found with warnings compile.
These were some issues flagged by warnings which affect the ligand builds.
Merge pull request #6272 from RosettaCommons/roccomoretti/interactive_scientist_share_load
[Foldit] Allow Scientists to load share-with-scientist solutions.
Allow loading scientist shares with the released client. (Should have the same no-credit effect like with the load-with-secret-keys build.)
No release notes -- internal change only.