Anonymous Maarten

Results 140 issues of Anonymous Maarten

This pr adds haiku to the ci matrix. Because this runs Haiku inside a qemu vm, it should probably be moved to a cron job that runs daily. It's very...

These external projects will need to be able to link against a SDL3 sdk. Because SDL3 is in its infancy, our usual approach of using the system package manager won't...

Zenity message boxes failed on wayland, it printed the following error message instead: ``` This option is not available. Please see --help for all possible usages. ``` The issue is...

When configuring SDL with `-DSDL_X11_SHARED=OFF`, a deprecation message appears: ``` [257/641] Building C object CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o In file included from /home/maarten/projects/SDL/src/video/x11/SDL_x11dyn.c:189: /home/maarten/projects/SDL/src/video/x11/SDL_x11sym.h: In function ‘SDL_X11_LoadSymbols’: /home/maarten/projects/SDL/src/video/x11/SDL_x11sym.h:198:1: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]...

testautomation was not part of ctest, and thus not running on ci `testautomation` currently throws a `SIGFPE` due to division by zero [here](https://github.com/libsdl-org/SDL/blob/3951cae4a56fddcb42ce4141a6518c97fa9125cd/src/audio/SDL_audiocvt.c#L274) with `outrate == 0`.

This is the SDL2 equivalent of https://github.com/libsdl-org/SDL/pull/7551 ## Description - Every commit fixes use of a certain macro identifier. Therefore, this pr is very bloated and should be squashed if...

Some tests need extra capabilities (microphone), and others need access to the filesystem. This needs to be expressed in manifests. ## Description todo: - [ ] ~give test access to...

- Using CMake, build jars for Android java support. These are also needed when publishing SDL to maven at a later time. - Build SDL3.jar, containing the compiled Android java...

Output: ``` Exception thrown: read access violation. **WINRT_GlobalSwapChainBackgroundPanelNative** was nullptr. ``` Call stack: ``` > SDL3.dll!D3D11_CreateSwapChain(SDL_Renderer * renderer, int w, int h) Line 799 C SDL3.dll!D3D11_CreateWindowSizeDependentResources(SDL_Renderer * renderer) Line 934...

It fails immediately after entering `RunFIFOTest`. Call stack: ``` > testatomic.exe!RunFIFOTest(SDL_bool lock_free) Line 585 C testatomic.exe!SDL_main(int argc, char * * argv) Line 728 C SDL3.dll!SDL_WinRTApp::[Windows::ApplicationModel::Core::IFrameworkView]::Run() Line 352 C++ [External Code]...