Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-11-28 00:00:00Z and 2019-11-29 00:00:00Z
Avatar
[quakenet] fstd BOT 2019-11-28 09:26:23Z
not using devuan in 2019
10:07
477a20b Ignore some more common files - Ryozuki 50d36ad Merge pull request #4 from ChillerDragon/pr_ignore_ide - def-
Avatar
[quakenet] Learath2 BOT 2019-11-28 11:42:27Z
devuan has been a surprisingly pleasent experience for me. I half expected it to blow up
Avatar
Test on linux with the code from ddnet/http.cpp ``` #include "curl/curl.h" #include "curl/easy.h" static char CA_FILE_PATH[512]; // TODO: Non-global pls? static CURLSH *gs_Share; static LOCK gs_aLocks[CURL_LOCK_DATA_LAST+1]; static int GetLockIndex(int Data) { if(!(0 <= Data && Data < CURL_LOCK_DATA_LAST)) { Data = CURL_LOCK_DATA_LAST; } return Data; } static void CurlLock(CURL *pHandle, curl_lock_data Data, curl_lock_access Access, void *pUser) { (void)pHandle;...
12:50
``` [2019-11-28 13:49:49][client]: loaded map 'heavens' [2019-11-28 13:49:49][datafile]: loading data index=0 size=10 uncompressed=10 [2019-11-28 13:49:49][game/png]: failed to open file. filename='mapres/bg_clou.png' [2019-11-28 13:49:49][datafile]: loading data index=1 size=10 uncompressed=10 [2019-11-28 13:49:49][game/png]: failed to open file. filename='mapres/bg_clou.png' [2019-11-28 13:49:49][datafile]: loading data index=2 size=10 uncompressed=10 [2019-11-28 13:49:49][game/png]:...
Exported 8 message(s)