Anonymous Maarten

Results 140 issues of Anonymous Maarten

This first iteration implements `SDL_basename` and `SDL_dirname`, following the posix spec. I did not yet implement [the `SDL_splitpath` proposal](https://github.com/libsdl-org/SDL/issues/7915#issuecomment-2147840091) in order to get early feedback. (fyi, MS has a similar...

When running testdropfile in Firefox/Chromium, no SDL drop events are generated. Since 78e25d4994c4baa5213729506af3c718cc00d60a, testdropfile runs in the browser.

A TypeError is thrown when the renderer is switched in testcolorspace. Console output: ``` testcolorspace.js:1487 INFO: There are 2 render drivers: testcolorspace.js:1487 INFO: opengles2 testcolorspace.js:1487 INFO: software testcolorspace.js:1487 INFO: Created...

I think there's something wrong when running playwave with `-F` (reverse sound): when playing `sample.wav` from SDL, it finished in half the expected time.

The xcode projects of all SDL satellite libraries require SDL to be checked out as a submodule. Example: [SDL_Image/Xcode/SDL_image.xcodeproj](https://github.com/libsdl-org/SDL_image/blob/18b28165b83945f15e66a6a065163b3933ad77f3/Xcode/SDL_image.xcodeproj/project.pbxproj#L186). I think it would be useful to create a tbd (text-based...

I disabled the ci job, but when enabled it would look as follows: https://github.com/madebr/dethrace/actions/runs/9550571423 Also, it's completely untested

While playing a 1vs1 network game of tag, it just occurred the gravity from jupiter powerup remained active for the duration of the next match with 0s remaining. The powerup...

Windows players can see ongoing netgames, but cannot join: it times out and they are returned to the main menu.

The 3rd player can see the game in the browser. After selecting a car, the actual joining times out and the player returns to the main screen.

When trying to load a ghidra data type archive using the V2 implementation (V1 returns a clearly-wrong garbled string), the following error appears: ``` ValueError: Unknown type code: 0x50 ```...