Merge pull request #165 from VE-FORBRYDERNE/seed

Add support for setting the RNG seed and full determinism
This commit is contained in:
henk717
2022-06-28 19:42:40 +02:00
committed by GitHub
4 changed files with 77 additions and 2 deletions

View File

@ -2604,6 +2604,9 @@ $(document).ready(function(){
} else if(msg.cmd == "updatenogenmod") {
// Update toggle state
$("#setnogenmod").prop('checked', msg.data).change();
} else if(msg.cmd == "updatefulldeterminism") {
// Update toggle state
$("#setfulldeterminism").prop('checked', msg.data).change();
} else if(msg.cmd == "runs_remotely") {
remote = true;
hide([button_savetofile, button_import, button_importwi]);