sha256_update(&Sha256, (unsigned char*)&Addr, sizeof(20)); //omit port, bad idea?
02f6e70
Right click: Don't remove selection of layers - def-
8174dfa
Editor: Support up/down keys to switch layers - def-
c66201d
Editor: Get rid of some debugging output - def-
4c9d03c
Editor: Left/Right switch between layers/images/sounds - def-
1ad43a7
Editor: Support up/down for images/sounds - def-
29332ea
Editor: Add ctrl+n for new map, ctrl+a to append map, add hints - def-
2857016
Prevent crash by keeping m_SelectedImage/Sound in correct range - def-
9d4a771
Merge pull request #2541 from def-/pr-editor - def-system.c:2325:2: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode
for(int cursor = 0, pos = 0; pos <= truncation_len && cursor < dst_size && size != cursor; cursor = str_utf8_forward(src, cursor), pos++)
Undefined symbols for architecture x86_64:
"___isOSVersionAtLeast", referenced from:
_singleipconnect in libcurl.a(libcurl_la-connect.o)
_sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
_sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
_sectransp_version_from_curl in libcurl.a(libcurl_la-sectransp.o)
Weird that this pops up now, I don't remember changing anything recently with curl___isOSVersionAtLeast
isn't in the flat namespace anymore so dyld won't find it echo "int main(void){return 0;}" | xcrun clang -xc -o/dev/null -v - 2>&1 | \ grep "libclang_rt" 1>/dev/null && echo "Success"
./build_compiler_rt.sh
## Building compiler-rt (release/10.x) ##
Kill=Вбити
Kill
== Вбити
fatal: Unable to create '/home/deen/git/osxcross/build/compiler-rt/.git/index.lock': Permission denied
467778f
Satisfy old C standard - def-
d085356
Move skins license information to its own file - def-
0a9eb72
Fix bundling SQLite3 on Mac - def-
2d01f91
Merge #2550 - bors[bot]
0403e77
Merge pull request #2549 from def-/pr-for-loop-c - def-
8239836
Merge pull request #2548 from def-/pr-skins-license - def-
fabc194
Flag afk when player timed-out - ardadem
62a2271
Merge #2552 - bors[bot]