Alon Zakai
Alon Zakai
Windows 7 Ati Catalyst 9.12 Syntensity 1.1.5 Conf: All settings maxed (sound/video) If you go to the lobby with the "Model Reflection" option enabled the game will crash.
E.g., ś will cause such a crash. The page crashing will not refresh the list (no commit happens), so even if the activity is no longer run, it will stay...
Two reports about this have come in. It gives an 'error uploading asset'.
this.position.addNew(new Vector3(0, 100, 0)) returns 100 appended as a string to y. .copy().add instead of addNew will work.
@titzer suggested that I upload builds from the emscripten test suite here, now that emscripten can output sexprs, so we would have full tests including libc usage, complete apps like...
Perhaps by tweaking eSpeak's parameters, or use a different voice file or dictionary file, we can improve the speech quality. We should investigate this. Perhaps we can interest the eSpeak...
A logo would be great.
It would be nice to show an estimate of how much time is left to run.
We should use typed array transfer, but it means transferring the ArrayBuffer + the type. Another option is to merge arrays and copy/transfer one big one, perhaps including the command...
Currently we just copy the 4 emscripten files and add emshim.js. We should merge into 1 client file and 1 server file, and expose en elegant API.