Anonymous Maarten

Results 140 issues of Anonymous Maarten

This pr adds a hint mode to Dragon's Lair, enablable through the `draw_hints` cvar. It displays arrows or a sword if an action is available. Its color means dead (red)...

Often, when packaging external software, patching is required. Right now the main tools we have are: - `tools.replace_in_file` (`tools.replace_path_in_file`, `tools.replace_prefix_in_pc_file`) - `tools.save_append` - `tools.patch` Having the ability to use regex'es...

type: look into

test/testgesture.c is not compatible with SDL3, even when defining `SDL_ENABLE_OLD_NAMES`.

use [libsdl-org/setup-sdl](https://github.com/libsdl-org/setup-sdl) to test this library on SDL2 and SDL3

I think these functions could be useful, with an implementation close to the posix standard. It should probably deviate by also treating the Windows backslash as a path separator. The...

Open a test application, e.g. `test/testviewport` and immediately press ALT+F4. The application should quit. Instead, the loop remains running (`testviewport` keeps printing to the terminal) The window disappears though. I...

I noticed a [segfault while running testatomic.exe on ci, using clang-cl 32-bit](https://github.com/madebr/SDL/actions/runs/6908412450/job/18797644010#step:6:1560). In this run, `testatomic.exe` started execution approximately 1s after `testautomation.exe`. `testatomic.exe` and `testautomation.exe` were running in parallel. [Copy...

- Document the iconv functions (please review @icculus ) - Add iconv testautomation - Avoid crash on system (macos) iconv by checking the input. ## Description ## Existing Issue(s)

- Add a `--no-threads` option to tests that use threads optionally, and disable thread tests that only test threads (on platforms that don't support them out-of-the-box) - Add a `--map`...

The documentation of the timer callback and functions that create timers say the timer is cancelled when it returns 0. https://github.com/libsdl-org/SDL/blob/53eff7f9038b28e8eba9052a1804c7b3d659dd28/include/SDL3/SDL_timer.h#L140 https://github.com/libsdl-org/SDL/blob/53eff7f9038b28e8eba9052a1804c7b3d659dd28/include/SDL3/SDL_timer.h#L166-L167 https://github.com/libsdl-org/SDL/blob/53eff7f9038b28e8eba9052a1804c7b3d659dd28/include/SDL3/SDL_timer.h#L203 https://github.com/libsdl-org/SDL/blob/53eff7f9038b28e8eba9052a1804c7b3d659dd28/include/SDL3/SDL_timer.h#L229-L230 But `SDL_RemoveTimer` talks about removing a...