Merge pull request #5198 from RosettaCommons/joshmiller/option-translations
[Foldit] Fix options menu translations
Release notes:
- Fixed a bug where some translations crashed on startup
- Made more in-game text translatable
Merge pull request #5180 from RosettaCommons/joshmiller/ignore-discord
[Foldit] Fix for long Discord messages
Release notes:
- Fixed a bug where the end of long Discord messages were erroneously attributed to FolditIRCBot
- Note to devprev users: This patch will temporarily disrupt the formatting of Discord integration but will be fixed when the patch goes live to all players ("main") due to a server switch in the bot handling Discord relays
Merge pull request #5189 from RosettaCommons/joshmiller/si-hierarchy
[Foldit] Fix Selection Interface window hierarchy bugs
Release notes:
- Fixed a bug where Selection Interface menus could get buried beneath other parts of the UI
Merge pull request #5159 from RosettaCommons/joshmiller/lua-fixes
[Foldit] Fix Lua Selection visuals
Release notes:
- Fixed a bug where bands and segments selected via Lua functions did not display properly
- Modified the color of segments selected with the dialog.SelectSegments function so that selections are more clear against any color scheme
Merge pull request #5153 from RosettaCommons/joshmiller/text-selection
[Foldit] Fix text selection bugs
Release notes:
- Fixed various bugs related to text selection
Merge pull request #5115 from RosettaCommons/joshmiller/mcod
[Foldit] Prevent crash on Pull tool
Release notes:
- Fixed a crash caused by Pulling while Pulling
Merge pull request #5152 from RosettaCommons/joshmiller/luabugs
[Foldit] Add more segment bounds checking
Release notes:
- Fixed some Lua functions which would crash when given out-of-bounds segment indices