Try to load texture from bsp if external wad load fails
ci: add bsd and haiku workflows
read_event_med(): fix shadowed variable warning after PR/#916
Anyhow, I imported the most recent patch. Is current revision 5532 fine for you? Looks good to me
Discard my big patch above. The following revised version of the Marteen's patch should do the trick: diff --git a/ports/cmake/src/CMakeLists.txt b/ports/cmake/src/CMakeLists.txt index 7861e35..f6a77b9 100644 --- a/ports/cmake/src/CMakeLists.txt +++ b/ports/cmake/src/CMakeLists.txt @@ -74,9 +74,9 @@ check_function_exists(execvp HAVE_EXECVP) check_function_exists(ctermid HAVE_CTERMID) check_function_exists(clock_gettime HAVE_CLOCK_GETTIME) -check_type_size(off_t SIZEOF_OFF_T) +check_type_size(off_t...
test-dev/test_path.c: fix MSVC C4130 warnings
avoid -Wmissing-prototypes for mkstemp():
fix some -Wzero-as-null-pointer-constant warnings.