Core was generated by
./DDNet7-Server -f servers/9304.cfg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055d5377fd8f2 in CProjectile::CProjectile (this=0x55d538fb2950, pGameWorld=, Type=2,
Owner=-1, Pos=..., Dir=..., Span=-2, Freeze=, Explosive=false, Force=0, SoundImpact=6, Layer=0,
Number=0) at /home/teeworlds/src7/master/src/game/server/gameworld.h:42
42 class CGameContext *GameServer() { return m_pGameServer; }
[Current thread is 1 (Thread 0...58347e8
Fix typo - fokkonaut
a3096b8
Merge branch 'master' of https://github.com/ddnet/ddnet7 - fokkonautteeworlds-
c353664
Fix out of buffer when entering a server with many votes and then login to rcon - fokkonautcommit/master
but not commit/master/checks
you need the full commit sha for thatvoid CLayerTiles::ModifyEnvelopeIndex(INDEX_MODIFY_FUNC Func)
{
}
strings
but that doesnt seem to workFT_Set_Pixel_Sizes(pFont->m_FtFace, 0, pSizeData->m_FontSize);
CalculateTextWidth
FT_New_Face
, The FT_Face
we get has the field max_advance_width
. Yet we gave no indication of font size yetFT_Set_Pixel_Sizes(pFont->m_FtFace, 0, AcutalFontSize);
int MaxTextCharacters = (int)((float)Width / (pFont->m_FtFace->size->metrics->max_advance >> 6));
FT_Set_Pixel_Sizes
The metrics found in face->glyph->metrics are normally expressed in 26.6 pixel format (i.e., 1/64th of pixels)
They are expressed in 26.6 pixel format but rounded for historical reasons.