Results 683 comments of Daniel Gibson

sounds like this is resolved then? or otherwise a duplicate of other issues that want to get rid of micro stutters or want high-fps support

Does it work better if in neo/sys/platform.h:242 you replace `#include ` with `#include `? (That compile error is surprising anyway, because I think even C++98 had ``, so there's no...

Try updating your xcode, maybe you have a buggy version

> i use only 2 coomands: git pull && make -j8 you should also run cmake at some point (maybe cmake needs updating?) > When i replace csrddef.h > /Users/mansch/Downloads/dhewm3/neo/sys/platform.h:242:10:...

Have you tried creating a new build directory and running cmake in there to generate new makefiles? Maybe this is because of a mixture of the settings cmake set initially...

I'm not sure what to do with this. It certainly is a nice feature. But it's a nontrivial amount of code, so putting it into master would make merging future...

Dunno, do you have any arguments for it? As I wrote above, I really don't see how that would be useful, but maybe I'm just missing something

> Phobos ... port to dhewm3 ... maybe I could volunteer that work for them I've always told them that all they have to do is release their source (publicly...

> Why not incorporate Dhewm3SDK as a submodule Submodules are a pain in the ass, you always need special commands for updating the repo etc, not gonna happen. > and...

Interesting. Could you link the source?