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 2018-05-29 00:00:00Z and 2018-05-30 00:00:00Z
```
(gdb) bt
#0 0x00007fe2bc001140 in ?? ()
#1 0x000056106a94b91b in CSqlServer::Connect (this=this@entry=0x56106b4a7240)
at /home/teeworlds/src/master/src/engine/server/sql_server.cpp:118
#2 0x000056106a94c656 in CSqlServer::CreateTables (this=0x56106b4a7240)
at /home/teeworlds/src/master/src/engine/server/sql_server.cpp:165
#3 0x00007fe2cf3b3494 in start_thread (arg=0x7fe2c997c700) at pthread_create.c:333
#4 0x00007fe2cd95aacf in clone () at ../sysdeps/unix/sysv/linux/x...
The glyph cache is not packed in an efficient way (video memory waste)
Searching the glyph position in the glyph cache use a linear search. We should use sorted_array
freetype has already something...