Theodore Watson

Results 149 comments of Theodore Watson

Ahh, yeah, I think the extra setPixelFormat calls could be removed wherever setPlayer is called. I would be more hesitant of messing with the base class stuff though. It is...

Going to add @danoli3 to this! For historical context, the reason this is different ( and seems incorrect ): ``` case OF_ORIENTATION_90_RIGHT: interfaceOrientation = UIInterfaceOrientationLandscapeLeft; break; case OF_ORIENTATION_90_LEFT: interfaceOrientation =...

@oxillo - is there a reason for no fmod on mingw64? do you think with the newer libs we just updated it could work now to use the 64bit ones...

@oxillo thanks for this. I do agree that we should probably do the same for both versions. I also wonder how long we should keep 32bit versions of VS and...

cool - that sounds good @arturoc ! I can work on getting apothecary doing fmod for 64bit. @oxillo would you be able to try making OpenAL default for both mysy2...

@moebiussurfing Hmm I think this is unrelated to the issue above - but I believe it is fixed in the nightly builds via this PR: #6932 Could you try the...

Hmm, do the examples in the examples/ folder compile okay for you? What gcc / g++ version are you running? `gcc -v`

Ah, thanks!! I think maybe the project generator makefile needs updating from the templates. Will keep this open and push a fix. I think the QT Creator issue is separate...

Awesome @dimitre! Any chance to share a coupe of screenshots? Would love to see the higher res fonts working.

I would be in favor of this (with a bit of double checking it doesn't break anything) but I think we should have enable deprecated macros by default for a...