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.

...


branch: interactive/develop 「№25」
Commited by: Rocco Moretti
GitHub commit link: 「440bea142adc3a49」 「№3651」
Difference from previous tested commit:  code diff
Commit date: 2018-11-29 11:03:59

Merge pull request #3651 from RosettaCommons/roccomoretti/interactive_wrapped_pose_pointer Foldit: Fixup issues with WrappedPoseAP usage To help correct some of the pose lifetime issues which may be behind a class of crashes we're seeing, change most of the WrappedPoseAP usage to WrappedPoseOP. In addition, convert from intrusive refpointer to boost/std shared_ptr usage. This doesn't completely address the lifetime issue, but it helps.

...


branch: interactive/develop 「№24」
Commited by: Rocco Moretti
GitHub commit link: 「f31b089beae4ce97」 「№3648」
Difference from previous tested commit:  code diff
Commit date: 2018-11-28 11:40:48

Merge pull request #3648 from RosettaCommons/roccomoretti/dd_bugfix Foldit: Fixes for various issues which affect drug design puzzles. RELEASE NOTES: * Better handling of molecules in small molecule design puzzles, leading to fewer crashes and fewer unwarranted "Modification is not chemically feasible!" messages. * Various crash fixes.

...


branch: interactive/develop 「№23」
Commited by: Rocco Moretti
GitHub commit link: 「b63e2e347ccd8e9a」 「№3649」
Difference from previous tested commit:  code diff
Commit date: 2018-11-28 11:39:31

Merge pull request #3649 from RosettaCommons/roccomoretti/interactive_fix_mixed_disulfides Foldit: Fix crash with mixed disulfides. We were getting a fair number of crashes due to 'unknown atom_name: SG in residue CYS'. This looks to be due to a location in src/interactive/util/ReferencePoseInfo.cc which may be crashing when it gets a pose with mixed centroid/fullatom residue types. Fix this by skipping the detection in cases where we have mixed modes.

...


branch: interactive/develop 「№22」
Commited by: Josh Miller
GitHub commit link: 「8bb9f6493f3e3aa1」 「№3628」
Difference from previous tested commit:  code diff
Commit date: 2018-11-15 14:17:50

Merge pull request #3628 from RosettaCommons/interactive/toggle-updates Foldit: New Toggle Options for IRC

...


branch: interactive/develop 「№21」
Commited by: Josh Miller
GitHub commit link: 「f6e60458c7695a11」
Difference from previous tested commit:  code diff
Commit date: 2018-11-02 13:25:47

check irc chn cb before getting names

...


branch: interactive/develop 「№20」
Commited by: koepnick
GitHub commit link: 「9030e819a0936335」
Difference from previous tested commit:  code diff
Commit date: 2018-11-01 19:25:30

Setting show_bondable_atoms no longer changes the hydrogen viz option.

...


branch: interactive/develop 「№19」
Commited by: Josh Miller
GitHub commit link: 「d389f830603f3a58」
Difference from previous tested commit:  code diff
Commit date: 2018-10-31 23:00:03

slash fix?

...


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