branch: interactive/develop 「№411」
Commited by: Rocco Moretti
GitHub commit link: 「10b07cfdfad6a378」 「№5795」
Difference from previous tested commit:  code diff
Commit date: 2022-02-02 17:10:33

Merge pull request #5795 from RosettaCommons/roccomoretti/interactive_linux_close [Foldit] Fix how Linux reacts to the window close button. Right now, the Foldit linux client is unceremoniously killed when you click the main (OS-generated) "window close" button. (Skipping any "save options" code, and often resulting in a segfault on exit.) The reason for this is that the "official" GLUT specification (apparently) does not have any mechanism for detecting this event and responding properly with cleanup. However, most Linuxes use OpenGLUT or FreeGLUT, which have an extension which is able to handle this (same API for both). This PR adjusts the GLUTWrapper implementation to recognize when we're compiling with OpenGLUT/FreeGLUT, and use that mechanism. This requires a bit of a rework for the on_close functionality, because unlike the Windows or Mac equivalents, the program is getting closed when that box is triggered on Linux, with no mechanism to cancel it. I also adjusted things such that the on_close functionality goes through the same handle_exit() mechanism the rest of the exit button in-game go through. The one exception is when the button is clicked prior to the login screen coming up, where handle_exit() causes crashes due to uninitialized variables, in which case we use the current approach. (You can still get crashes when closing prior to the login screen coming up due to multithreading issues, but those are crashes we already have in the released client.) RELEASE NOTES: Fix how we handle the close window button for Linux clients.

...


branch: interactive/develop 「№410」
Commited by: Rocco Moretti
GitHub commit link: 「aa6d13dffa47c17a」 「№5808」
Difference from previous tested commit:  code diff
Commit date: 2022-02-02 17:09:20

Merge pull request #5808 from RosettaCommons/roccomoretti/fix_collagen_disulfide [Foldit] Fix Collagen EduMode puzzle for disulfides. Apparently you should be able to make disulfides in the Collagen puzzle. (Re)enable that. RELEASE NOTES: Fix disulfide display in the Collagen Education Mode puzzle.

...


branch: interactive/develop 「№409」
Commited by: Rocco Moretti
GitHub commit link: 「98f0e38ed23a6f08」 「№5815」
Difference from previous tested commit:  code diff
Commit date: 2022-02-02 17:07:57

Merge pull request #5815 from RosettaCommons/roccomoretti/interactive_menu_to_front [Foldit] Bring panels to top and on screen when toggled. Add `toggle_to_top()` functionality for panels which will bring the specific panel to the top (over other items) and will make sure the panel is on screen. There's a slight rework of Widget::ensure_on_screen(), to make sure we don't cut off the top of panels (and thus remove the title bar handle) when the screen is too short. RELEASE NOTES: Make sure panels are on-screen and visible when they appear.

...


branch: interactive/develop 「№408」
Commited by: Josh Aaron Miller
GitHub commit link: 「a654b6d53cb733e6」 「№5812」
Difference from previous tested commit:  code diff
Commit date: 2022-01-29 16:55:24

Merge pull request #5812 from RosettaCommons/joshmiller/unlock-experiment [Foldit] Add experiment to try unlocking whole tutorial No release notes

...


branch: interactive/develop 「№407」
Commited by: Jeff Flatten
GitHub commit link: 「187f05c34af5eb51」 「№5817」
Difference from previous tested commit:  code diff
Commit date: 2022-01-29 15:37:35

Merge pull request #5817 from RosettaCommons/koepnick/neuralnet_filter_hotfix [Foldit] Hotfix for NeuralNetFilter crash on cutpoint

...


branch: interactive/develop 「№406」
Commited by: Josh Aaron Miller
GitHub commit link: 「1352e6d5a3214ecd」 「№5813」
Difference from previous tested commit:  code diff
Commit date: 2022-01-28 19:12:45

Merge pull request #5813 from RosettaCommons/joshmiller/exploration-win [Foldit] Allow exiting exploration mode to win intro level No release notes

...


branch: interactive/develop 「№405」
Commited by: Brian Koepnick
GitHub commit link: 「a8755195dd0eba63」 「№5809」
Difference from previous tested commit:  code diff
Commit date: 2022-01-27 18:13:32

Merge pull request #5809 from RosettaCommons/koepnick/distogram_color_scheme [Foldit] Adjust color scheme for NeuralNetFilter viz

...


branch: interactive/develop 「№404」
Commited by: Rocco Moretti
GitHub commit link: 「d65238505704529b」
Difference from previous tested commit:  code diff
Commit date: 2022-01-26 12:19:35

Merge back in interactive/release Picks up bugfix

...


branch: interactive/develop 「№403」
Commited by: Rocco Moretti
GitHub commit link: 「bdee24782500cfa4」
Difference from previous tested commit:  code diff
Commit date: 2022-01-26 12:13:36

Fix compilation of unit tests.

...


branch: interactive/develop 「№402」
Commited by: Jeff Flatten
GitHub commit link: 「b4f8de455146237a」 「№5781」
Difference from previous tested commit:  code diff
Commit date: 2022-01-20 20:20:00

Merge pull request #5781 from RosettaCommons/koepnick/distogram_visor [Foldit] NeuralNetFilter and Distogram viz

...


branch: interactive/develop 「№401」
Commited by: Seth Cooper
GitHub commit link: 「45da3710aca7e9b1」 「№5775」
Difference from previous tested commit:  code diff
Commit date: 2021-12-21 13:27:25

Merge pull request #5775 from RosettaCommons/interactive/view-grid [Foldit] Always orient grid toward camera.

...


branch: interactive/develop 「№400」
Commited by: Thomas Scott
GitHub commit link: 「6ad75eb0d3276b78」 「№5766」
Difference from previous tested commit:  code diff
Commit date: 2021-12-16 18:26:42

Merge pull request #5766 from RosettaCommons/jtscott/interactive_ortho_grid_presets [Foldit] Orthographic and Grid Line View Presets.

...


branch: interactive/develop 「№399」
Commited by: Josh Aaron Miller
GitHub commit link: 「74b084fabf8a014f」 「№5771」
Difference from previous tested commit:  code diff
Commit date: 2021-12-16 15:33:25

Merge pull request #5771 from RosettaCommons/joshmiller/edu-typo [Foldit] Fix Edu typo Release notes: - Fixed a typo in Education level "Hydrophobic Disaster"

...


branch: interactive/develop 「№398」
Commited by: Rocco Moretti
GitHub commit link: 「50e22d1599069102」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 22:07:59

Remove hotkey reset.

...


branch: interactive/develop 「№397」
Commited by: Seth Cooper
GitHub commit link: 「673da5a53bf27da9」 「№5763」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 21:11:19

Merge pull request #5763 from RosettaCommons/interactive/view-grid [Foldit] Add view option to show grid.

...


branch: interactive/develop 「№396」
Commited by: Rocco Moretti
GitHub commit link: 「03d93e13a4545af0」 「№5765」
Difference from previous tested commit:  code diff
Commit date: 2021-12-13 20:13:41

Merge pull request #5765 from RosettaCommons/roccomoretti/interactive_hotkey_help [Foldit] Update Help Panel. This PR updates the Help panel for a few changes, but the primary one is to improve the way we display hotkeys. (Others are adding a Selection card, updating the Tweak image, and some other typo/formatting issues.) RELEASE NOTES: * Update Help Menu.

...


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

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