Jaka Kranjc
Jaka Kranjc
Disabling dithering in the shader didn't affect it, while setting the frag color to black cleared everything. Not that helpful, but sure, we can postpone this.
@cyrus-and generated a project file via `cmake -G Xcode` and it's here: [project.pbxproj.zip](https://github.com/gemrb/gemrb/files/12609448/project.pbxproj.zip) Diffing it to our current one shows a lot of noise due to various reasons, but eg....
I specifically only asked for this, since it seemed the main thing. We don't ship anything else really specific in platforms/apple that I can see.
What do you mean?
Are you saying cmake chose a SDK for you that you don't have? Sounds unlikely — unless it's 10.9, which we explicitly request support via CMAKE_OSX_DEPLOYMENT_TARGET (but I don't know...
Ah, of course that won't work then — it also contains a bunch of hardcoded absolute paths.
sdl2_mixer needed to be installed by the user who helped with testing, same as sdl2 (or there was no audio, since the openal backend isn't being built). The bundled libs...
OpenAL is explcitly disabled, since there were conflicts with the shipped version that I couldn't resolve.
I was just patching things as needed when setting up the build bots; it's too annoying when you don't have access to the hw. In that regard CirrusCI is great,...
cmake will run the install-name-tool or whatwasit for us. We do have three slightly different use cases now and maybe they're just not all implemented fully or compatibly: - use...