branch: interactive/develop 「№638」
Commited by: Rocco Moretti
GitHub commit link: 「8c6886355c87827c」 「№6557」
Difference from previous tested commit:  code diff
Commit date: 2025-05-30 09:54:37
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6557 from RosettaCommons/roccomoretti/add_smiles_to_ligand_prop [Foldit] Add Formula and SMILES to ligand properties panel There's been some persistent requests to get better information about the formula (number of atoms) and the SMILES string of the ligand. This PR re-works the Small Molecule Properties panel to add that information. It also removes the need to click boxes to see the values. (With a little rewrite, actually computing properties does not add appreciably to time.) Being able to export the SMILES for a ligand has also been a request. As a knowledgeable and determined person would be able to create a SMILES string from the visualization, there's no particular harm in allowing them to use a button to copy it to a clipboard. (The ability to input SMILES strings may be different.) While I was at it, I also fixed an issue where the ligand properties and view panels were created overlapping. RELEASE NOTES: Add ligand formula and SMILES string to Small Molecule Properties panel.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№637」
Commited by: Rocco Moretti
GitHub commit link: 「0382db1ebb129757」 「№6555」
Difference from previous tested commit:  code diff
Commit date: 2025-05-30 09:53:56
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6555 from RosettaCommons/roccomoretti/add_ligand_smiles_field [Foldit] Add SMILES to the list of short data uploaded. This will allow better data processing on the server-side. ( This is the client support for crowdgames/foldit-server-rails#674 ) This is tested to be robust to both proposed and existing Foldit server code. (With current server code, the extra payload is just ignored.) RELEASE NOTES: (None)

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: interactive/develop 「№636」
Commited by: Rocco Moretti
GitHub commit link: 「3559872fa1cff5da」 「№6559」
Difference from previous tested commit:  code diff
Commit date: 2025-05-30 09:53:20
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6559 from RosettaCommons/roccomoretti/fix_share_network_issues [Foldit] Make server interactions more robust. A traceback from [a bug report](https://fold.it/forum/bugs/copy-to-clipboard-crashes-foldit), indicates that there may be non-Foldit exceptions being thrown from Server calls. We should be able to catch that, and make sure that there's a handleable error which won't cause the client to crash. (Note that due to indentation changes, the diff is more complicated that it really should be.) RELEASE NOTES: Fix error handling in server interaction (copy-to-clipboard crashes)

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№635」
Commited by: Rocco Moretti
GitHub commit link: 「de4a5268d82ab4c7」 「№6556」
Difference from previous tested commit:  code diff
Commit date: 2025-05-30 09:52:08
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6556 from RosettaCommons/roccomoretti/fix_uploader_refresh [Foldit] Fix issue with uploader/downloader refresh. When I made the updates for #6537 and #6539 which added a downloader progress dialog, I moved the download/upload into a thread, but the refresh-after-download was left in the original thread. This meant that there was an inadvertent reordering, meaning that the refresh wasn't seeing the updated results (because it was being executed before the update in the thread completed.) This PR moves those refreshes into a callback function which is called after the downloader completes. RELEASE NOTES: Fix bug with solution upload/download where additional refreshes were needed to see the new state.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№634」
Commited by: Andreas Petrides
GitHub commit link: 「3babd03970de16e9」 「№6558」
Difference from previous tested commit:  code diff
Commit date: 2025-05-20 12:34:04
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6558 from RosettaCommons/interactive/petrides/fix_residue_mismatch_on_untrim [Foldit] Update Untrim to Preserve New Residue Type on Mutation

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№633」
Commited by: Andreas Petrides
GitHub commit link: 「4bdeaff5e1715ea1」 「№6553」
Difference from previous tested commit:  code diff
Commit date: 2025-02-12 23:04:17
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6553 from RosettaCommons/interactive/petrides/trim_constraints_fix [Foldit] Fix how Trim Handles Constraints

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
interactive:FilterTests


branch: interactive/develop 「№632」
Commited by: Seth Cooper
GitHub commit link: 「5c54aa3741c59d85」 「№6550」
Difference from previous tested commit:  code diff
Commit date: 2024-08-29 11:03:40
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6550 from RosettaCommons/interactive/standalone-windows [Foldit] package dlls in static build Windows installers

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№631」
Commited by: Andreas Petrides
GitHub commit link: 「a8e2e8878b6046db」 「№6549」
Difference from previous tested commit:  code diff
Commit date: 2024-08-23 15:34:00
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6549 from RosettaCommons/interactive/petrides/mac_build_fix [Foldit] Update to XCode Project to Work with More Recent Apple Clang Versions

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№630」
Commited by: Andreas Petrides
GitHub commit link: 「ee98812c8c2a500e」 「№6547」
Difference from previous tested commit:  code diff
Commit date: 2024-08-08 17:35:06
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6547 from RosettaCommons/interactive/petrides/fix_rephase_for_tracks [Foldit] Fix Crash For Set Track in Density Refinement Puzzles

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№629」
Commited by: Rocco Moretti
GitHub commit link: 「166a64d78b6dc9d3」 「№6545」
Difference from previous tested commit:  code diff
Commit date: 2024-07-25 14:25:54
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6545 from RosettaCommons/roccomoretti/fix_autoupload [Foldit] Address race condition in auto solution upload. We're currently getting disk usage errors with the auto solution upload. It looks like the cause is a race condition where the main thread is adding to the same data structure that the solution thread is uploading from, which results in fresh solutions being immediately uploaded, rather than waiting for the next upload window. We can move the to-upload data to a local data structure to avoid the race condition. (We just need to make sure to copy the not-yet-uploaded data back if we encounter a server error.)

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№628」
Commited by: Andreas Petrides
GitHub commit link: 「f85b24d5cf840885」 「№6530」
Difference from previous tested commit:  code diff
Commit date: 2024-07-17 10:06:22
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6530 from RosettaCommons/interactive/petrides/density_optimizations [Foldit] Optimizations to Density Refinement For Large Puzzles

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№627」
Commited by: Andreas Petrides
GitHub commit link: 「b66d8cb9442f12e9」 「№6543」
Difference from previous tested commit:  code diff
Commit date: 2024-07-09 10:24:54
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6543 from RosettaCommons/interactive/petrides/trim_untrim_lua_tweak [Foldit] Fix Method Used to Error on Bad Conditions for Trim and Untrim in Lua

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: interactive/develop 「№626」
Commited by: Andreas Petrides
GitHub commit link: 「7bad3604cacf301d」 「№6529」
Difference from previous tested commit:  code diff
Commit date: 2024-06-26 15:33:42
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6529 from RosettaCommons/interactive/petrides/add_trim_untrim_to_lua [Foldit] Add Trim and Untrim to Lua

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.clang.foldit.unit.debug

Failed sub-tests (click for more details):
game:GameApplicationTests_switch


branch: interactive/develop 「№625」
Commited by: Rocco Moretti
GitHub commit link: 「4abd9158a4d48dd0」 「№6539」
Difference from previous tested commit:  code diff
Commit date: 2024-06-20 09:49:06
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6539 from RosettaCommons/roccomoretti/solutions_dialog [Foldit] Add download dialog for solution list. Player are complaining about not being able to fetch the list of shared solutions. This converts the solution list fetching to be behind the recently added Downloader dialog popup.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№624」
Commited by: Rocco Moretti
GitHub commit link: 「d7a834818f06ce44」 「№6537」
Difference from previous tested commit:  code diff
Commit date: 2024-06-18 19:12:11
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6537 from RosettaCommons/roccmoretti/network_popup [Foldit] Add loading/progress dialog popup for puzzle and solution loading Automated timeouts seem to be an issue for some players. Instead of playing guess-and-check with the timeout thresholds (which were getting to be long from a UI perspective anyway), create a dialog box which allows users to cancel the download if the server is stalled. The central clock is animated, to allow players to see that the Foldit client hasn't frozen. The clock will bounce left and right as data is received from the server, which allows players to know if something is happening, or if the server might be stuck. The cancel button will cancel the data transfer, returning the user to what they were doing before. Puzzle download, solution download and solution upload (the actions which we have players complaining about devprev on) have been converted to use the new popup dialog. Since the user has control over transfer cancellation, if we have a progress callback (i.e. we have a dialog box up), we don't have a timeout -- Foldit will sit at the dialog box until the transfer succeeds, gets a failure code from the server, or the user presses cancel. One of the complications is that we can't be holding the GUI mutex while we're waiting for the download to complete. This would keep the dialog box from displaying and updating. The big complication here is that GUI button response callbacks have the GUI mutex held early on in the response chain. So we need to break out the download management into a separate thread. We also need to update the Curl library calls to use a slightly different interface, to allow us to poll for cancellation during the transfer. (Otherwise the download will block until some sort of transfer happens.) There's also some code to make server thread error handling more robust, as well as soft crash timeouts in automated solution uploading (so we can monitor for issues).

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: interactive/develop 「№623」
Commited by: Jeff Flatten
GitHub commit link: 「ca646d3afc7b461e」 「№6535」
Difference from previous tested commit:  code diff
Commit date: 2024-06-13 15:20:26
foldit.build.debug foldit.build.release foldit.defines foldit.levels foldit.unit.debug foldit.unit.release

Merge pull request #6535 from RosettaCommons/roccomoretti/server_timeout_adjust [Foldit] Update solution/puzzle timeout to be longer.

...
Test: mac.clang.foldit.build.release

 View log

Loading...

 View log in dialog  View log in log in separate window


1 2 3 4 5 6 7 8 9 .. 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