Bret Curtis

Results 60 comments of Bret Curtis

If someone would like to investigate this and perhaps also write a unit-test for it, I'd merge the PR. :)

What version of Twisted are you running?

> I'll work with you in my personal spare time on this effort when I can. Let's open a new issue against Cauldron and take it from there. One would...

Seems that this is no longer how things are done with OSG 3.4/3.6 (I can reproduce this error with OSG 3.6)

Sadly no quick fix that I found. Even OpenMW does things slightly different here.

You must have done something else, as doing that for me doesn't change this: ``` /home/psi29a/workspace/opendf/src/components/sdlutil/graphicswindow.cpp: In function ‘void SDLUtil::graphicswindow_SDL2()’: /home/psi29a/workspace/opendf/src/components/sdlutil/graphicswindow.cpp:312:27: error: ‘setWindowingSystemInterface’ is not a member of ‘osg::GraphicsContext’ osg::GraphicsContext::setWindowingSystemInterface(new...

WIP, doesn't quote work yet. Image is accepted, but the skybox only renders one colour, no texture.

This should be fixed in this commit: https://github.com/niftools/nifskope/pull/101 Please test this branch. I used the following: ``` /usr/lib/x86_64-linux-gnu/qt5/bin/qmake -makefile NifSkope.pro ```

@Translator5 How is that? windows.h was removed in headers so it will be impossible to fail in the same way. See for yourself: https://github.com/niftools/nifskope/pull/101/files#diff-583527b78fce7a9dd0c28359629642ff Line 15 Please post your error....

Those messages don't have anything to do with not having windows.h. I used to get those too, but that was because I didn't initialize the submodules such as zlib, docsys,...