Mickaël Thomas

Results 16 comments of Mickaël Thomas

I'll think about that, this should go with the modpack feature (#9) By the way your parsing code didn't work with 0.15 so I went ahead and did some RE...

Why not use luacurl or lua-cURL ? Curl supports SOCKS and HTTP proxies, and it honours http_proxy environment variable. http://curl.haxx.se/libcurl/lua/

Unfortunately, luasocket doesn't support proxy authentification.

The user and password part of the proxy url is ignored by luasocket

I can test it. Where can I find it?

No? https://github.com/ioquake/ioq3/commit/c0c45d325df8abeec7239ba600f6b23de1848d9c#diff-d8b8c2421a0d8ba3c40732c085e8f736R1233

Things to try (see if that happens in those conditions) : - run the game slower (eg `timescale 0.5`) - disable sound (`s_initsound 0 ; snd_restart`) - change the renderer...

As far as I can see, this seems to be only an audio problem. I've done a test, recording a server-side demo of me playing with the old engine, and...

It also doesn't seem to happen when using the OpenAL sound backend (`set dmaHD_enable 0 ; set s_useOpenAL 1`).