branch: interactive/develop 「№41」
Commited by: Brian Koepnick
GitHub commit link: 「d9f8420554066c5f」 「№3865」
Difference from previous tested commit:  code diff
Commit date: 2019-03-20 16:18:28

Merge pull request #3865 from RosettaCommons/koepnick/foldit_layerscore_max Foldit: Fixed LayerScoreFilter bug with cutoff_max_core defaults

...


branch: interactive/develop 「№40」
Commited by: Rocco Moretti
GitHub commit link: 「e8b5bc268c2271de」 「№3818」
Difference from previous tested commit:  code diff
Commit date: 2019-03-12 16:19:42

Merge pull request #3818 from RosettaCommons/roccomoretti/win_handle_leak Foldit: Fix handle leak on Windows. Unlike Posix, on Windows you need to explicit close the handle after joining. (see e.g. https://stackoverflow.com/q/14211958/3022952). This should hopefully address the issues seen in https://fold.it/portal/node/2004487

...


branch: interactive/develop 「№39」
Commited by: koepnick
GitHub commit link: 「bbb472a580701185」
Difference from previous tested commit:  code diff
Commit date: 2019-03-06 15:55:23

Fixed bug in symmetric jump numbering

...


branch: interactive/develop 「№38」
Commited by: Josh Miller
GitHub commit link: 「56edff04db2c609b」 「№3802」
Difference from previous tested commit:  code diff
Commit date: 2019-02-14 13:14:34

Merge pull request #3802 from RosettaCommons/interactive/survey2019 Foldit: New In-Game Survey

...


branch: interactive/develop 「№37」
Commited by: Seth Cooper
GitHub commit link: 「bfd8fd46a8d2f044」
Difference from previous tested commit:  code diff
Commit date: 2019-02-13 20:46:28

Update regex for fandom.com.

...


branch: interactive/develop 「№36」
Commited by: jflat06
GitHub commit link: 「6aca0f00b60f469a」
Difference from previous tested commit:  code diff
Commit date: 2019-02-06 19:02:13

more compile fixes for tests.

...


branch: interactive/develop 「№35」
Commited by: jflat06
GitHub commit link: 「b7ffc4ec8166ac6d」
Difference from previous tested commit:  code diff
Commit date: 2019-02-01 20:05:24

fixing some compile issues in the tests.

...


branch: interactive/develop 「№34」
Commited by: Jeff Flatten
GitHub commit link: 「12160588a414e7ee」 「№3688」
Difference from previous tested commit:  code diff
Commit date: 2019-01-24 17:27:21

Merge pull request #3688 from RosettaCommons/jflat06/interactive_events_refactor Foldit: Refactor event/state system to be consistent with the standalone refactor

...


branch: interactive/develop 「№33」
Commited by: Rocco Moretti
GitHub commit link: 「9c9eb81300f638b6」 「№3766」
Difference from previous tested commit:  code diff
Commit date: 2019-01-21 11:01:01

Merge pull request #3766 from RosettaCommons/roccomoretti/interactive_fix_unit_tests Foldit: Fix unit test for Foldit This fixes some of the broken unit tests in interactive/develop.

...


branch: interactive/develop 「№32」
Commited by: Rocco Moretti
GitHub commit link: 「76cd33a2e5bfd1e2」 「№3686」
Difference from previous tested commit:  code diff
Commit date: 2018-12-18 16:32:09

Merge pull request #3686 from RosettaCommons/roccomoretti/interactive_thread_safety_analysis Foldit: Enable ThreadSafetyAnalysis and fix issues related there-to This adds a (Linux Clang) build which looks at thread safety issues. To enable this, various annotations are made. (For normal builds these annotations are empty defines.) Right now it's just the GUI mutex which is so annotated, and mainly for pose access issues. * HOLD_GUI_MUTEX_TO_USE and HOLD_GUI_MUTEX_TO_DEREF -- annotations for data members, indicating that the GUI mutex should be held to access/dereference data. * NEEDS_GUI_MUTEX_LOCKED -- annotation for functions, indicating that the function assumes that the gui mutex is being held by the caller.

...


branch: interactive/develop 「№31」
Commited by: koepnick
GitHub commit link: 「8bd4c38a09fc5d4e」
Difference from previous tested commit:  code diff
Commit date: 2018-12-10 17:15:23

Bug fix for crash when stopping Pick Sidechains

...


branch: interactive/develop 「№30」
Commited by: koepnick
GitHub commit link: 「49ea294ff8a9df7b」
Difference from previous tested commit:  code diff
Commit date: 2018-12-05 11:46:56

Rebranding Sidechain Picker as Pick Sidechains.

...


branch: interactive/develop 「№29」
Commited by: koepnick
GitHub commit link: 「a8c39fb2f89917fc」
Difference from previous tested commit:  code diff
Commit date: 2018-12-04 16:36:37

Fix to expand sidechains in RotamerPicker

...


branch: interactive/develop 「№28」
Commited by: Brian Koepnick
GitHub commit link: 「065558273721dfe8」
Difference from previous tested commit:  code diff
Commit date: 2018-11-30 20:24:38

Updated interactive.src.settings for ActionCartRotamerPicker

...


branch: interactive/develop 「№27」
Commited by: Rocco Moretti
GitHub commit link: 「46718c345f51bd93」 「№3661」
Difference from previous tested commit:  code diff
Commit date: 2018-11-29 18:10:21

Merge pull request #3661 from RosettaCommons/roccomoretti/interactive_win_extended_thread_info Foldit: Better diagnostics with Windows thread issues. We're getting a smattering of "Can't start thread" errors on Windows. This is likely an issue with the user's computer, but it'd be nice to have more info about it. Grab additional information from the OS and return that in the crash report.

...


branch: interactive/develop 「№26」
Commited by: Brian Koepnick
GitHub commit link: 「3d4beeeeb62aad53」 「№3656」
Difference from previous tested commit:  code diff
Commit date: 2018-11-29 13:26:42

Merge pull request #3656 from RosettaCommons/koepnick/foldit_rotamer_preview Foldit: Adding RotamerPicker action.

...


< 1 .. 30 31 32 33 34 35 36 37 38 39 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