branch: interactive/develop 「№18」
Commited by: Rocco Moretti
GitHub commit link: 「d0fdd6095ce0d9c1」 「№3597」
Difference from previous tested commit:  code diff
Commit date: 2018-10-31 13:18:26

Merge pull request #3597 from RosettaCommons/roccomoretti/interactive_roscriptfilter_fix Foldit: Speed up RoScriptScoreFilter, Symmetry Symmetry in Foldit was slow because our resymmetrization used one-by-one xyz resets, rather than a batch one. (Thanks @vmullig for the pointer) The RoScriptScoreFilter in Foldit was slow for two reasons. 1. There's a unnecessary pose copy in a pass-by-value call. (Probably 2/3rds of the time) 2. The get_representative_type_aa() call in can_design() was spending a bunch of time in apply_metapatches_recursively(). We probably don't need to check metapatches here, so we can add a facility to skip the check. This PR Fixes both issues. RELEASE NOTES: Fixed bugs which were slowing down symmetry puzzles.

...


branch: interactive/develop 「№17」
Commited by: Rocco Moretti
GitHub commit link: 「bd293c9551b7869e」 「№3580」
Difference from previous tested commit:  code diff
Commit date: 2018-10-26 11:34:42

Merge pull request #3580 from RosettaCommons/roccomoretti/interactive_lua_bonus_filter Foldit: Fix issue with Lua scripting and Condition Filters With the filter re-write, attempting to use on a filter which is not a BonusFilter will result in a crash of Foldit as a whole. Update things such that it just raises an error within Lua itself. Additionally, add a function which will allow scripts to tell if a given filter will raise such an error when passed to GetBonus(). Release Notes: * Lua: Fix filter.GetBonus() to raise an error rather than crashing when passed the Exploration filter. * Lua: Add a filter.HasBonus() which returns true if filter.GetBonus() returns a value, false otherwise.

...


branch: interactive/develop 「№16」
Commited by: Jeff Flatten
GitHub commit link: 「d382cea6b2d9bcb5」
Difference from previous tested commit:  code diff
Commit date: 2018-10-24 14:08:31

Merge branch 'interactive/release' into interactive/develop

...


branch: interactive/develop 「№15」
Commited by: Josh Miller
GitHub commit link: 「d1b2fc97078a6297」
Difference from previous tested commit:  code diff
Commit date: 2018-10-24 16:11:29

patch for exp-updates

...


branch: interactive/develop 「№14」
Commited by: Brian Koepnick
GitHub commit link: 「b08ef3d7550ceac5」 「№3585」
Difference from previous tested commit:  code diff
Commit date: 2018-10-24 14:05:35

Merge pull request #3585 from RosettaCommons/koepnick/foldit_manual_achievement Foldit: Added manual achievement for 2018 Partition Tournament

...


branch: interactive/develop 「№13」
Commited by: Josh Miller
GitHub commit link: 「ee7fc95451dfa7cf」
Difference from previous tested commit:  code diff
Commit date: 2018-10-20 18:24:57

patch to chat upgrades

...


branch: interactive/develop 「№12」
Commited by: Josh Miller
GitHub commit link: 「b032ae7a677f5776」 「№3541」
Difference from previous tested commit:  code diff
Commit date: 2018-10-11 07:34:29

Merge pull request #3541 from RosettaCommons/interactive/exp-updates Foldit: Tutorial Experiment Round 2

...


branch: interactive/develop 「№11」
Commited by: Josh Miller
GitHub commit link: 「49f8d83a34782420」
Difference from previous tested commit:  code diff
Commit date: 2018-10-05 16:55:13

hotfix to cmp-resources, updating components.py

...


branch: interactive/develop 「№10」
Commited by: Rocco Moretti
GitHub commit link: 「6d0eed7d7f522639」 「№3518」
Difference from previous tested commit:  code diff
Commit date: 2018-10-03 12:46:38

Merge pull request #3518 from RosettaCommons/roccomoretti/interactive_thread_fixes Foldit: Fix threading issues found with Clang Thread Sanitizer Using the Thread Sanitizer from Clang 7, I identified a number of locations where we had potential deadlock issues, as well as some locations where the Thread Sanitizer reported potential data races. This PR doesn't fix all the issues identified by the Thread Sanitizer (there are still some potential race conditions with the sound and the graphics subsystems, and with logging file output, as well as potential issues where I wasn't testing). Release Note: Fixed latent multithreading bug which resulted in Foldit sometimes hanging.

...


branch: interactive/develop 「№9」
Commited by: Josh Miller
GitHub commit link: 「a970db49b241816a」
Difference from previous tested commit:  code diff
Commit date: 2018-10-03 11:52:43

Merge branch 'interactive/develop' of https://github.com/RosettaCommons/main into interactive/develop

...


branch: interactive/develop 「№8」
Commited by: Brian Koepnick
GitHub commit link: 「1414486b51ef7ed6」 「№3505」
Difference from previous tested commit:  code diff
Commit date: 2018-10-02 16:46:52

Merge pull request #3505 from RosettaCommons/koepnick/foldit_show_hydrogen Foldit: Hydrogen view options

...


branch: interactive/develop 「№7」
Commited by: Josh Miller
GitHub commit link: 「82e233e3f4cae358」 「№3523」
Difference from previous tested commit:  code diff
Commit date: 2018-09-26 20:41:40

Merge pull request #3523 from RosettaCommons/interactive/chat-upgrades Foldit: Chat Upgrades Hotfix for Linux Build

...


branch: interactive/develop 「№6」
Commited by: Josh Miller
GitHub commit link: 「b198d17c5ad9e56c」 「№3332」
Difference from previous tested commit:  code diff
Commit date: 2018-09-26 10:44:31

Merge pull request #3332 from RosettaCommons/interactive/chat-upgrades Foldit: Chat Upgrades

...


branch: interactive/develop 「№5」
Commited by: Liam Fratturo
GitHub commit link: 「9f7e622bd271d178」 「№3512」
Difference from previous tested commit:  code diff
Commit date: 2018-09-26 06:25:52

Merge pull request #3512 from RosettaCommons/interactive/dependency-order-fixes Foldit: Resolved dependency order issues

...


branch: interactive/develop 「№4」
Commited by: Rocco Moretti
GitHub commit link: 「71daa97e98930d25」
Difference from previous tested commit:  code diff
Commit date: 2018-09-24 15:03:31

Fix major issue with Soft Crashes. The softcrash/hardcrash callbacks were getting mixed, resulting in severe mislabeling.

...


branch: interactive/develop 「№3」
Commited by: Seth Cooper
GitHub commit link: 「c7f56c9f7951b3c5」
Difference from previous tested commit:  code diff
Commit date: 2018-09-23 11:55:42

Skip deps check for now.

...


< 1 .. 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