5b6f54d
ddnet-release.sh: Update MacOSX SDK 10.11 -> 10.15 - def--DVIDEORECORDER=ON
option, the following warning is issued by CMake:
``
CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to
find_package_handle_standard_args (FFMPEG)
does not match the name of the calling package (FFmpeg). This can lead to
problems in calling code that expects
find_package result variables
(e.g.,
_FOUND`) to follow a certain pattern.
Call Stack (most rece...-ladvapi
is something we could try (not sure why it worked in the past in that case though)CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (FFMPEG)
does not match the name of the calling package (FFmpeg). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/FindFFmpeg.cmake:82 (find_package_handle_standard_args)
CMakeLists.txt:332 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
/usr/lib/gcc/x86_64-w64-mingw32/9.3.0/../../../../x86_64-w64-mingw32/bin/ld: CMakeFiles/DDNet.dir/objects.a(system.c.obj):system.c:(.text+0x579e): undefined reference to `RtlGenRandom'
/usr/lib/gcc/x86_64-w64-mingw32/9.3.0/../../../../x86_64-w64-mingw32/bin/ld: CMakeFiles/DDNet.dir/objects.a(system.c.obj):system.c:(.text+0x5878): undefined reference to `RtlGenRandom'
/usr/lib/gcc/x86_64-w64-mingw32/9.3.0/../../../../x86_64-w64-mingw32/bin/ld: CMakeFiles/DDNet.dir/objects.a(system.c.obj):system.c:(.text+0x58e2): undefined reference to `RtlGenRandom'
CSwitchTile
from mapitems.h
class CSwitchTile
{
public:
unsigned char m_Number;
unsigned char m_Type;
unsigned char m_Flags;
unsigned char m_Delay;
};
where can i find what m_Flags
contains?dc9b334
Add SDL2 mingw libs, straight from libsdl.org - def-set_extra_dirs_lib
functionCMakeLists.txt
if(TARGET_BITS AND TARGET_OS)
set(DIR "ddnet-libs/${NAME}/${TARGET_OS}/lib${TARGET_BITS}")
if(TARGET_OS STREQUAL "windows")
if(MSVC)
list(APPEND DIR "ddnet-libs/${TARGET_OS}/lib${TARGET_BITS}/vc")
else()
list(APPEND DIR "ddnet-libs/${TARGET_OS}/lib${TARGET_BITS}/mingw")
endif()
endif()
[...]
endif()
(edited)fbe1a16
Add SDL2 mingw libs, straight from libsdl.org - def-W: The repository 'https://dl.yarnpkg.com/debian stable Release' does not have a Release file.
E: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/main/binary-amd64/Packages 503 No healthy IP available for the backend
b0d8341
Add SDL2 mingw libs, straight from libsdl.org - def-[2020-04-07 18:00:38][datafile]: loading data index=15 size=13883 uncompressed=262144
[2020-04-07 18:00:38][demo_render]: ppp.demo.mp4
[NULL @ 0x55978136e520] Requested output format 'mp4' is not a suitable output format
[2020-04-07 18:00:38][video_recorder]: Failed to create formatcontext for recoding video.
[2020-04-07 18:00:39][datafile]: loading data index=16 size=88 uncompressed=152
[...]
[2020-04-07 18:00:40][datafile]: loading data index=25 size=620 uncompressed=2888
[2020-04-07 18:01:00][video_recorder]: called
Erreur de segmentation (core dumped)
"${EXTRA_CURL_LIBDIR}/libcurl.dll"
with "${CURL_LIBRARY}"
in cmake/FindCurl.cmake
help?cmake/FindSDL2.cmake
gfx_highdpi 0
in 0.7*pScreenWidth
and *pScreenHeight
that is[2020-04-07 23:49:03][DEBUG]: 1920 1200
when I set gfx_highdpi 0[2020-04-07 23:49:43][DEBUG]: 3840 2400
when I set gfx_highdpi 1git cherry-pick 013682a6
git remote add l2 https://github.com/Learath2/teeworlds.git
git fetch l2
git checkout 013682a68
insteadGraphics()->UpdateScreenSize();
theregit cherry-pick 7f602078e
git checkout -b testbranch
git merge l2/tw_pr_sdldelegate