branch: interactive/develop 「№377」
Commited by: Rocco Moretti
GitHub commit link: 「686890f33e6fb25f」 「№5719」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 15:55:04

Merge pull request #5719 from RosettaCommons/jtscott/interactive_puzzle_expiration [Foldit] Display Puzzle Expiration The puzzle expiration for the new UI was removed, but due to player requests, I have added it in two places: Display puzzle expiration on title tool tip When the player hovers over the title, the full title, and the puzzle expiration will now be displayed Display puzzle expiration on the Score Panel when one day is remaining One of the design choices for the Score Panel was to keep it as clutter free as possible. To help with this the puzzle expiration will only be displayed on the Score Panel when one day remains.

...


branch: interactive/develop 「№376」
Commited by: Rocco Moretti
GitHub commit link: 「6cfca598839f2c63」 「№5736」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 15:54:12

Merge pull request #5736 from RosettaCommons/roccomoretti/interactive_view_hotkey_fix [Foldit] Re-enable View Option hotkeys. Several things going on. We needed to update how we were working with refresh() to make sure that the StandaloneViewOptions were being properly enabled. Then we needed to make sure that the two view windows (preset and old-style) weren't conflicting with each other with respect to the hotkey registration. There's also some missing observer attachment that needed to get fixed.

...


branch: interactive/develop 「№375」
Commited by: Rocco Moretti
GitHub commit link: 「f50c69a93e7f9d72」 「№5743」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 15:52:45

Merge pull request #5743 from RosettaCommons/jtscott/interactive_strikethrough_position [Foldit] Strikethrough Y Axis Position Fix The Strikethrough y axis position was altered unintentionally. This PR removes that adjustment

...


branch: interactive/develop 「№374」
Commited by: Josh Miller
GitHub commit link: 「3e0a185cf95752bf」 「№5741」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 15:04:57

Merge pull request #5741 from RosettaCommons/joshmiller/cookbook-update [Foldit] Replace GUI recipe in cookbook starter pack No release notes? or "updated the Cookbook starter pack"

...


branch: interactive/develop 「№373」
Commited by: Rocco Moretti
GitHub commit link: 「2e3a220f8d485504」 「№5737」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 15:39:16

Merge pull request #5737 from RosettaCommons/roccomoretti/interactive_residues_selected [Foldit] Add back in the selection info string. This is placed in the lower left hand corner. (The concept is that we can use this area to do more with selections/actions in the future.)

...


branch: interactive/develop 「№372」
Commited by: Rocco Moretti
GitHub commit link: 「a4fc5e331d0c9228」 「№5734」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 14:34:44

Merge pull request #5734 from RosettaCommons/jtscott/interactive_score_panel_size_adjustment [Foldit] Removed the Score Title from Score Panel This PR is designed to address the players concerns that the score panel was too big and taking up too much space. * The Score Title has been removed. * The Score panel has been reduced in width

...


branch: interactive/develop 「№371」
Commited by: Rocco Moretti
GitHub commit link: 「da2860d43a53f795」 「№5729」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 14:03:10

Merge pull request #5729 from RosettaCommons/jtscott/interactive_player_rank_display [Foldit] Player Rank Display The current rank of the soloist/evolver and group are now displayed in the scoreboard menu.

...


branch: interactive/develop 「№370」
Commited by: Rocco Moretti
GitHub commit link: 「c0d18c643a8daf06」 「№5728」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 14:02:05

Merge pull request #5728 from RosettaCommons/jtscott/interactive_backbone_pins [Foldit] Backbone Pin Display Bug Fix The logic governing backbone pins had been removed without the removal of the View Options checkbox. This made the checkbox not work. I believe this was done by mistake. This PR adds it back in.

...


branch: interactive/develop 「№369」
Commited by: Rocco Moretti
GitHub commit link: 「75570deb19d3f176」 「№5735」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 14:01:24

Merge pull request #5735 from RosettaCommons/jtscott/interactive_missing_view_options_bug_fix [Foldit] Missing View Options Bug Players noticed outlines were being activated on every puzzle load. This was because the check for active or inactive outlines had been removed.This bug was also noticed in @bkoepnick's PR: #5711 Check for the outlines and a few others that were missing have been added back in. This should also take care of the side chain hbond bug fixed in PR #5732, making it unneeded.

...


branch: interactive/develop 「№368」
Commited by: Rocco Moretti
GitHub commit link: 「1ed28285c3f3b8ea」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 13:51:27

Merge remote-tracking branch 'origin/interactive/release' into interactive/develop

...


branch: interactive/develop 「№367」
Commited by: Rocco Moretti
GitHub commit link: 「ac607625e32ac4c5」 「№5718」
Difference from previous tested commit:  code diff
Commit date: 2021-12-01 13:50:33

Merge pull request #5718 from RosettaCommons/roccomoretti/interactive_fix_unit_tests [Foldit] Fix unit tests. A hodge-podge of fixes to address unit test issues. All unit tests should now complete successfully, either on the test server or my machine. * Remove sinpass test (as the function it was testing was removed in Henry's master-normalization fix.) * Update numbers on a core-existence filter test. (I hope this was the right thing to do -- I'm not sure if this might be hiding a larger issue. * Update GameApplication tests for the presence of the Roles (EduMode) popup box on login. * Fix unit test maximum iterations settings, now that we're going through the SelectionTool for shake/wiggle. * Fix selection of undo menu selection, for the new interface * Fix issue with modal popup ("This protein's structure is known. See if you can match it!") for puzzle score tests. I also added some more advanced debugging output, so hopefully debugging modal dialog box issues is easier in the future. Note that the GameApplication and Action tests work on my machine, but are still having issues on the test server, probably due to GLX issues.

...


branch: interactive/develop 「№366」
Commited by: Brian Koepnick
GitHub commit link: 「5ad092d74b380e9e」 「№5711」
Difference from previous tested commit:  code diff
Commit date: 2021-11-18 15:27:31

Merge pull request #5711 from RosettaCommons/koepnick/sym_view_options_bug [Foldit] Bugfix for weird symmetry view options Release Notes: - Fix bug with default symmetry view options

...


branch: interactive/develop 「№365」
Commited by: Rocco Moretti
GitHub commit link: 「97d6b1a3932c09e0」 「№5712」
Difference from previous tested commit:  code diff
Commit date: 2021-11-17 14:13:05

Merge pull request #5712 from RosettaCommons/roccomoretti/interactive_test_server_ubuntu2 [Foldit] Address test server dependency handling. The current benchmark server Linux build tests (and thus the unit tests) for Foldit are failing due to the update to RDKit no longer working with GCC 4.8. @lyskov helpfully enabled Ubuntu 20.04 based tests (instead of the CentOS 7 based tests we had), but those builds were failing due to dependency issues. I was able to resolve that by building the dependencies on Ubuntu 20.04, adding them to the svn repo, and adjusting the benchmark build script to use those dependencies for the platform.

...


branch: interactive/develop 「№364」
Commited by: Thomas Scott
GitHub commit link: 「fa67a1b31ecd4697」 「№5709」
Difference from previous tested commit:  code diff
Commit date: 2021-11-16 14:32:58

Merge pull request #5709 from RosettaCommons/jtscott/interactive_float_menu_resize [Foldit] Float Menu Obscuring Chat Fix

...


branch: interactive/develop 「№363」
Commited by: Thomas Scott
GitHub commit link: 「a0320eee5ba9df40」 「№5708」
Difference from previous tested commit:  code diff
Commit date: 2021-11-16 12:51:51

Merge pull request #5708 from RosettaCommons/redfusion17/interactive_title_artifact [Foldit] Panel Background Update

...


branch: interactive/develop 「№362」
Commited by: Brian Koepnick
GitHub commit link: 「ac0a8a07e950f709」 「№5703」
Difference from previous tested commit:  code diff
Commit date: 2021-11-16 00:48:53

Merge pull request #5703 from RosettaCommons/koepnick/foldit_view_presets [Foldit] New view presets

...


< 1 .. 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 .. 40 >

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