Elio Blanca

Results 26 comments of Elio Blanca

Oh right, I will fix both. BTW, in statement `if (psf->float_int_mult && psf->float_max < 0.0)` what's the purpose of that "psf->float_max < 0.0" test ? I don't get it, maybe...

> I'm working on engge 2 which is a total rewrite of engge, and [cut] Is this new implementation hosted on github as well?

> and I don't know yet how to call this project `engge`, `engge 2`, something else ? Well, as engge 1 had two 'g's, then maybe version 2 should have...

Just noticed this thread. It seems to be someway related to the hang happening in #117 and the requirement of an animation rendering may be the root cause I am...

It is a time consuming activity indeed, but the more subjects gets involved, the more information you get. [code listening tests](https://en.wikipedia.org/wiki/Codec_listening_test).

Just noticed the macos builds failed, but after so many months logs have expired, so I cannot figure out why. I would like to fix those. Can the build server...

Mmmhhhhh, it seems the fails are from automake, though only on macos. I didn't modify any Makefile.am ...

Even when software itself is good, open software is better. Look at https://github.com/scummvm/scummvm/pull/5662 as a C++ version of this engine has been merged into ScummVM. Now, look at the platforms...

I'm facing the same issue when building on a linux distro without pkg-config, I have the same error message when running `./configure --with-ogg=/opt --with-vorbis=/opt --prefix=/opt` (both libogg and libvorbis are...

I see this issue was fixed with latest commits.