Merge pull request #5413 from RosettaCommons/joshmiller/lang-icon
[Foldit] Swap locale icons with translate icon
Release notes:
- Removed country flags from language selection
Merge pull request #5380 from RosettaCommons/joshmiller/dojo-hotfix
[Foldit] Hotfix to prevent crash when Dojo server unavailable
Release notes:
- Fixed a bug causing Foldit to crash when playing offline or the Dojo server is unavailable
Merge pull request #5334 from RosettaCommons/joshmiller/expose-filters
[Foldit] Add Lua function to expose filter data + LayerScoreFilter example
Release notes:
- Added a Lua function filter.GetData(string name) which takes an Objective name and returns a table of data about it; defaults to an empty table if no additional information is available. All supported Objectives contain a "version" key and a "documentation" key in the returned table which describes the rest of the table of data provided. Currently, these Objectives are supported: Core Exists, BUNS, Hydrogen Bond Network, and Secondary Structure.
Merge pull request #5378 from RosettaCommons/joshmiller/japanese
[Foldit] Add Japanese and ensure correct font usage
Release notes:
- Added a preliminary Japanese translation courtesy of player Nicm25
- Fixed a bug causing tooltips and other text with adjustable size to not be translated
Merge pull request #5356 from RosettaCommons/joshmiller/dojo-tracks
[Foldit] Dojo updates week of 4/19/21
**Release notes:**
- Removed tracks from Dojo mode
- Fixed a bug in Dojo mode causing some actions (especially the Rama map) to cost more stamina than intended
- Made fixes and balance changes to some Dojo levels
- The main menu now displays your Dojo rank and highest Dojo run score.
Merge pull request #5348 from RosettaCommons/joshmiller/dojo-updates
[Foldit] Dojo Updates
Release notes:
- Added new Dojo levels
- Updated some Dojo levels for difficulty balance
- Dojo mode now includes a Reset Puzzle button (but any Stamina spent will remain spent)
- Dojo mode now includes a "Skip Level" button to give up on the current level
Merge pull request #5332 from RosettaCommons/roccomoretti/update_benchmark
[Foldit] Update the test server infrastructure in light of updated server
The benchmark server had an update, which requires different support from the in-repo testing scripts. master is fine, but the Foldit branch needs an update.