43ff8ad
admin: Remove sh and sql commands - murpii
281b26e
github: Ignore single and triple backticks in #developer - murpii
ddf71e4
guild_log: Don't log certain tickets - murpii
1d22061
misc: Remove invite command, fixes - murpii
25f0e60
moderator: renamed a couple of things, clean-up - murpii
62d0609
playerfinder: refactoring - murpii
5787275
profile: Fix Keyerror: Fun - murpii
e2c641d
records: fixes - murpii
4f9b5c0
skindb: Use alpha_composite instead of paste - murpii
bae2989
status: Include persia in countryflags - murpii
4e2e96d
mt_init: Remove debug command - murpii
7ebbd4e
add all files in data/welcome_banners required by cogs/welcome.py - murpii
17ed1b2
Merge pull request #57 from murpii/update-master - def-2023-09-24 14:34:23 I png: warning for file "skins/Pom Pom.png": Interlace handling should be turned on when using png_read_image
sv_register_extra
, sv_register_url
and sv_ipv4only
all call OnConfigChange
when changed.
Cl_ChangeInfo
? It should only get sent when things in the menu update or using f1 commands. It appears to get sent as soon as I press a
or d
for walking. (edited)m_Core
without reflecting it to m_ReckoningCore
, do you think these are worth fixing?CCharacterCore
Evolve
until CNetObj_DDNetCharacter
is read?Evolve
until CNetObj_DDNetCharacter
is read? Evolve
happenscl_predict 0
and jump in start of the tutorial map you'll get a weird jolt"client": true
probably means the client will update the client executable"server": true
the samesrc/engine/client/updater.cpp
line 35static const char *GetUpdaterUrl(char *pBuf, int BufSize, const char *pFile)
{
str_format(pBuf, BufSize, "https://update.ddnet.org/%s", pFile);
return pBuf;
}
updater.h
dbg_msg
and run itForeground
and Background
respectively.
-1
only for indices which are currently in use, whereas the size of the vector is now used to indicate the last free index. Otherwise the assertions incorrectly detect the last texture index always being in use because -1
was used for both states.
Ensure OpenGL texture index vectors are large enough, in the unlikely case that the wanted texture slot is larger than twice the size of the original texture vector.
demo_slice_start
, demo_slice_end
, gplay
, mute
and mutes