Dominic Szablewski

Results 173 comments of Dominic Szablewski

This is a good first issue. PRs welcome! Should be implemented in all sources (WS, Fetch, Ajax and AjaxProgressive) right around here: https://github.com/phoboslab/jsmpeg/blob/924acfbd96fdf15e6748d1368a36d79d8f4cecf6/src/fetch.js#L29-L37 https://github.com/phoboslab/jsmpeg/blob/924acfbd96fdf15e6748d1368a36d79d8f4cecf6/src/ajax-progressive.js#L33-L40 https://github.com/phoboslab/jsmpeg/blob/924acfbd96fdf15e6748d1368a36d79d8f4cecf6/src/ajax.js#L24-L31 https://github.com/phoboslab/jsmpeg/blob/924acfbd96fdf15e6748d1368a36d79d8f4cecf6/src/websocket.js#L63-L70

`rvx` and `rvy` ist the "real velocity". _traceStep is called like this: https://github.com/phoboslab/Impact/blob/7768fd29c70ca924a78673d93081baab5a72fbe6/lib/impact/collision-map.js#L40-L44 This is passing the velocity for _one step_ (`sx`, `sy` named `vx`, `vy` in `_traceStep`) and the...

Yes, but wouldn't it be much more fun to do it yourself? Since you seem to care about DOS (and I don't), this is your chance to learn more about...