* (html5) - Tweaked the build parms, runs much faster now on Chrome, it was sort of laggy before

* (html5) Can now pass in a url to "auto-download" and play a dmod. Example: http://www.rtsoft.com/web/dink?dmod=rtsoft.com/web/srchmili.dmod
- in theory, you can now do dink.exe -game http://www.rtsoft.com/web/dink?dmod=rtsoft.com/web/srchmili.dmod from windows as well and it should download

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1610 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2018-05-17 10:43:16 +00:00
parent 8e575535ed
commit 880e0ec2f3
6 changed files with 45 additions and 7 deletions

View file

@ -151,7 +151,7 @@
loader.querySelector(".loadingtext").innerHTML = "Loading stuff...";
var cur = parseInt(m[2])*100;
var progressMax = parseInt(m[4])*100;
console.log('cur: ' + cur+' max: '+progressMax) ;
//console.log('cur: ' + cur+' max: '+progressMax) ;
Module.progress.style.transform = `scaleX(${cur/progressMax})`;
} else
{