Sasha Szpakowski
Sasha Szpakowski
That's fine for Android. For Windows I don't see a reason to keep the 32 bit build right now. That being said, those Android stats are 1.5+ years old so...
32 bit windows builds are gone from Github Actions now and are mentioned in the release notes, so I'll leave the remaining bit of the issue for later.
If the microphone is detected, which part isn't working for you? You'll probably need to make sure you have this set in your info.plist if you don't already: https://developer.apple.com/documentation/bundleresources/information_property_list/nsmicrophoneusagedescription
I did some testing. I could get the permission popup to appear when `RecordingDevice:start` is called by adding that key/value to Info.plist, but it still hard-crashed inside Apple's OpenAL implementation...
Per my comment in the pull request (https://github.com/love2d/love/pull/1905#issuecomment-1445454068), I don't really feel good about having platform-specific function parameters. I wonder if some of Android's haptic feedback APIs are similar enough...
It's something that OpenGL GLSL supports, so my users have written shaders that use it which won't work on other backends. I don't really like that it exists though, I...
You should just be able to add an extra check here so the RG8 codepath doesn't run on webgl: https://github.com/love2d/love/blob/c8e7d4e28a060d8e9f13b7fee549cf270995360a/src/modules/graphics/opengl/OpenGL.cpp#L1454
lua-enet is designed for semi-modern versions of ENet (13.8 or 13.9 or so, and later.) I guess Ubuntu 12.04 doesn't include that in its repositories. Maybe there's a more up-to-date...
There have been no changes yet aside from whatever might have changed in SDL's source code between when the issue was created and SDL 2.0.14. I don't have a very...
I'm a little unsure about bumping CI to 22.04 because love 11's appimage is compiled with 20.04. Anyone have opinions?