ddnet/src/base
def a9f6d3716c Fix str_format on mingw
src/game/server/ddracecommands.cpp:743:39: warning: unknown conversion type character ‘l’ in format [-Wformat=]
  743 |  str_format(aBuf, sizeof(aBuf), "%s-%lld-%s.save", pSelf->Server()->GetMapName(), time_get(), pSelf->Server()->GetAuthName(pResult->m_ClientID));

See https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/
2020-06-22 14:47:40 +02:00
..
tl Missing include 2020-02-27 16:56:40 +03:00
unicode UTF8 nocase compare & use for chat TAB completion 2019-01-09 08:31:03 +01:00
color.h Get rid of more magic constants, adapt to 0.7 2020-06-19 21:48:48 +03:00
detect.h Remove unmaintained Android code (fixes #1575) 2019-04-10 19:40:50 +02:00
hash.c Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
hash.h Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
hash_bundled.c Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
hash_ctxt.h Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
hash_libtomcrypt.c Fix typo 2018-07-10 17:29:02 +08:00
hash_openssl.c Use OpenSSL md5 if it is available 2019-04-06 02:56:29 +02:00
math.h Add a saner way to select angles. Close #1916 2019-09-20 23:57:35 +03:00
system.c Fix str_format on mingw 2020-06-22 14:47:40 +02:00
system.h Add Learn button which opens the ddnet wiki in the browser. 2020-06-20 13:56:02 +02:00
vmath.h Revert "Support shotgun_speed 0" 2019-12-09 14:59:10 +01:00