branch: interactive/develop 「№268」
Commited by: Jeff Flatten
GitHub commit link: 「413c49adc3c6af40」 「№5433」
Difference from previous tested commit:  code diff
Commit date: 2021-06-07 20:29:15

Merge pull request #5433 from RosettaCommons/interactive/jflat06-map_sym_res_pairs-fix Interactive/jflat06 map sym res pairs fix

...


branch: interactive/develop 「№267」
Commited by: Jeff Flatten
GitHub commit link: 「6f0f1c11190b1533」 「№5431」
Difference from previous tested commit:  code diff
Commit date: 2021-06-07 20:01:37

Merge pull request #5431 from RosettaCommons/interactive/jflat06-map_sym_res_pairs-fix map_symmetric_res_pairs fix

...


branch: interactive/develop 「№266」
Commited by: Rocco Moretti
GitHub commit link: 「751ec866266c2b30」 「№5081」
Difference from previous tested commit:  code diff
Commit date: 2021-06-03 19:03:23

Merge pull request #5081 from RosettaCommons/roccomoretti/interactive_tool_activation_merge [Foldit] Harmonize action/tool display between intro and regular puzzle setups. (This should be internal restructuring only -- there ideally shouldn't be any user-facing changes, aside from some slight button reorganization due to better consistency.) Right now the intro puzzles can control which actions/tools/widgets are being displayed, but there's no way to control that on a per-puzzle basis for regular puzzles. This PR attempts to allow such control in regular puzzles by moving the canonical location of this data from the IntroPuzzleData object to the SessionConfig object. The Puzzle object acts as a control nexus, transforming the data currently extracted from the intro puzzle setups into the new form, as well as centralizing puzzle-type default handling. The main approach here is to remove the hud_setup, tool_setup and selection_tool settings from the intro puzzle files. Instead, we now can control those settings from within the .puzzle_setup file. The bulk of it is controlled by the actions settings. For convenience, I put in a facility to be able to set actions/<actionname> on each line, with explicit disable/enable settings. For those things which aren't really actions, I have gui/<settingname> settings instead. These are then stored long-term in the SessionConfig object, and can be accessed accordingly. (Existing places have been transitioned to use the SessionConfig object, rather than going through the Intro object. I've also transitioned some of the other puzzle_settup settings to go through the action framework instead.) All of this framework works with non-Intro-like puzzles (e.g. the ones from the server.) To keep the puzzle setup file from being excessively long in the standard case, I've also added a puzzle_setup option to the puzzle_setup file. This looks in the database for a corresponding file, and loads those values as defaults. (This is written such that it should work with all settings in puzzle_setup, not just the action and gui settings.) You can chain these settings, and the most recent version should override anything earlier. I've populated that directory with defaults for various intro and dojo puzzles -- we can theoretically add additional such defaults for other (non intro-like) puzzles.

...


branch: interactive/develop 「№265」
Commited by: Brian Koepnick
GitHub commit link: 「8df605ed041bf34a」 「№5222」
Difference from previous tested commit:  code diff
Commit date: 2021-06-03 18:59:16

Merge pull request #5222 from RosettaCommons/koepnick/convert_async_filters [Foldit] Print async_filter results to IRDATA in solution conversion

...


branch: interactive/develop 「№264」
Commited by: Josh Miller
GitHub commit link: 「1650887ee43ebb31」 「№5413」
Difference from previous tested commit:  code diff
Commit date: 2021-05-24 17:24:59

Merge pull request #5413 from RosettaCommons/joshmiller/lang-icon [Foldit] Swap locale icons with translate icon Release notes: - Removed country flags from language selection

...


branch: interactive/develop 「№263」
Commited by: Josh Miller
GitHub commit link: 「575ff4c4766004c0」
Difference from previous tested commit:  code diff
Commit date: 2021-05-19 17:44:46

Change matchmaking url

...


branch: interactive/develop 「№262」
Commited by: Brian Koepnick
GitHub commit link: 「1e32846de478fa05」 「№5404」
Difference from previous tested commit:  code diff
Commit date: 2021-05-13 15:56:01

Merge pull request #5404 from RosettaCommons/joshmiller/filter-getdata [Foldit] Fix filter GetData HBNet

...


branch: interactive/develop 「№261」
Commited by: Josh Miller
GitHub commit link: 「48820470763a9eb5」
Difference from previous tested commit:  code diff
Commit date: 2021-05-10 11:18:29

hotfix to intro processing script

...


branch: interactive/develop 「№260」
Commited by: Jeff Flatten
GitHub commit link: 「a37c4710b98a9662」 「№5387」
Difference from previous tested commit:  code diff
Commit date: 2021-05-07 15:55:13

Merge pull request #5387 from RosettaCommons/joshmiller/menu-aesthetic [Foldit] Improve Main Menu Aesthetic

...


branch: interactive/develop 「№259」
Commited by: Thomas Scott
GitHub commit link: 「704af232f9d08e70」 「№5388」
Difference from previous tested commit:  code diff
Commit date: 2021-05-04 15:09:51

Merge pull request #5388 from RosettaCommons/jtscott/interactive_scrollbar_recolor [Foldit] Scrollbar asset update.

...


branch: interactive/develop 「№258」
Commited by: Henry Solberg
GitHub commit link: 「948d06e0e1faaea0」 「№5383」
Difference from previous tested commit:  code diff
Commit date: 2021-05-03 11:23:33

Merge pull request #5383 from RosettaCommons/interactive/solberg/1986_crash_fix fix crash on show backbone issues in 1986

...


branch: interactive/develop 「№257」
Commited by: Josh Miller
GitHub commit link: 「7867f57b0cbe3692」 「№5380」
Difference from previous tested commit:  code diff
Commit date: 2021-04-29 11:44:42

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

...


branch: interactive/develop 「№256」
Commited by: Thomas Scott
GitHub commit link: 「729f5bb4b32fc4a3」 「№5335」
Difference from previous tested commit:  code diff
Commit date: 2021-04-28 16:26:51

Merge pull request #5335 from RosettaCommons/jtscott/interactive_standalone_blank_screen_error [Foldit] Standalone client blank screen error fix.

...


branch: interactive/develop 「№255」
Commited by: Josh Miller
GitHub commit link: 「3488591c899d2cfd」 「№5334」
Difference from previous tested commit:  code diff
Commit date: 2021-04-28 14:16:54

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.

...


branch: interactive/develop 「№254」
Commited by: Josh Miller
GitHub commit link: 「d6e3ae25c2903df2」 「№5378」
Difference from previous tested commit:  code diff
Commit date: 2021-04-28 14:15:52

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

...


branch: interactive/develop 「№253」
Commited by: Josh Miller
GitHub commit link: 「a52c763b6d07980b」 「№5356」
Difference from previous tested commit:  code diff
Commit date: 2021-04-27 16:52:44

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.

...


< 1 .. 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 .. 39 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled