scripts/generate_fake_curl.py
on linux (edited)ddnet-libs/curl/linux/lib32/VERSION
or ddnet-libs/curl/linux/lib64/VERSION
python3 scripts/generate_fake_curl.py --link-args=-m32
is enough for getting the lib32 one, right?file
on itCURLcode
without including curl/curl.h
in http.h
. I tried to assume it's unsigned int
and static_assert
ed for it in http.cpp
, turns out it's not unsigned int
on windowsstd::has_greater_range_than<unsigned int, std::underlying_type<CURLcode>>
unique_ptr
s where?shared_ptr
scl_editor 1
, try using inputs (Save As for example), doesn't take any keys except backspace and delete (enter to submit also works)
/usr/bin/ld: warning: ddnet-libs/curl/linux/lib64/libcurl.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001
/usr/bin/ld: warning: ddnet-libs/curl/linux/lib64/libcurl.so: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002
/usr/bin/ld: warning: libts-0.0.so.0, needed by /usr/local/lib/libSDL2.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: CMakeFiles/DDNet.dir/src/engine/client/http.cpp.o: in function
CRequest::RunImpl(void*)':
http.cpp:(.text+0xaea): undefined refer...b0fca23
Update curl to add curl-multi functions - Learath2CUI::MouseHovered
which works like MouseInside
and also ensures that the position is not clipped.
1855b4a
Support nested CUI clipping regions - Robyt3
a248822
Add CUI:MouseHovered and MouseInsideClip - Robyt3
6241c84
Use bool instead of int with MouseInside - Robyt3
0f6572e
Rename static variables ButtonUsed -> s_ButtonUsed - Robyt3
cae2b49
Reuse MouseInside variable - Robyt3
8d12529
Move variable declaration - Robyt3
7bda9d4
Fix variable spelling CheckAble -> Checkable - Robyt3
60347fd
Use MouseHovered instead of clipping manually - Robyt3
8c7cdb5
Rename UiDoGetButtons to DoSettingsControlsButtons - Robyt3
1e8278c
Smooth clipping when scrolling in controls settings - Robyt3
ca091d8
Support nesting editboxes, pickers and scrollbars in clipping areas - Robyt3
363ec8b
Merge #5101 - bors[bot]