Özkan Sezer

Results 44 issues of Özkan Sezer

@icculus: The release tarball extracts as `SDL_sound-2.0.1` and not as `SDL2_sound-2.0.1`: is this an oversight?

From Thomas Neumann (@neumatho): I have a little request you may put on your todo list, namely support of panning law, specially for FastTracker 2. I found this you may...

As reported by Thomas Neumann (@neumatho): ``` I found another IT module, that sounds very strange. It is right at the beginning in first channel. The guitar it cut when...

As reported by Thomas Neumann (@neumatho): ``` I found a module that has some slide issues. It happens at position 4 and 5 at channel 2 and 3. There is...

@slouken: make sure that this is OK for android, xcode and msvc builds.

Quake2 built from http://svn.icculus.org/quake2/trunk with only SDL options enabled in Makefile and run with `./quake2 +set vid_ref softsdl` gives funky colors in video when run against sdl12-compat, like bad palette...

Our SDL_malloc is dlmalloc-2.8.3, whereas dlmalloc-latest is 2.8.6: https://gee.cs.oswego.edu/pub/misc/ Changes since 2.8.3 -- copied verbatim: ``` v2.8.6 Wed Aug 29 06:57:58 2012 Doug Lea * fix bad comparison in dlposix_memalign...

Our current MSVC code is missing `__chkstk` for arm64 and we are blaming cmake for it referencing cmake issue reported at https://gitlab.kitware.com/cmake/cmake/-/issues/18912 Any progress on this? I found armasm support...

Noticed in SDL's fork. See, e.g.: https://github.com/libsdl-org/libjxl/actions/runs/7445372415/job/20259614161 Here are the failure reports from three re-runs: ``` The following tests FAILED: 1155 - DecodeTest/DecodeTestParam.PixelTest/280x12RGBtoRGBu16BEEarlyBufferO3 # GetParam() = 280x12RGBtoRGBu16BEEarlyBufferO3 (SEGFAULT) 2837 -...

building/portability
testing
unrelated to 1.0
wasm

Also: Can we not do the same in SDL2_image and SDL2_mixer? It's annoying to have one option being disabled by default in cmake while it is enabled by default in...