
















IInterface or something similar? maybe this would allow breaking up these large files and the huge editor class

IInterface or something similar? maybe this would allow breaking up these large files and the huge editor class 
/timecp with a player name that has no time on the current map incorrectly cleared the player score/time causing it to not be shown in the scoreboard anymore.
In LoadPlayerData exactly the LIMIT 1 clause was getting truncated from the query due to the buffer size being insufficient. Depending on the length of the table name prefix the query could have been truncated at any other position resulting in syntax errors.
In ShowTeamTop5 the buffer size is increased because it co...

IEditor uses IInterface

IEditor uses IInterface CComponent, so everything inside the components folder (but I would not move the editor files)

CComponent, so everything inside the components folder (but I would not move the editor files) CEditorComponent which inherits CComponent but adds a IEditor* Editor() member function. Maybe it would also be possible to only do this refactor to a few components at a time to make it more manageable

CEditorComponent which inherits CComponent but adds a IEditor* Editor() member function. Maybe it would also be possible to only do this refactor to a few components at a time to make it more manageable 
















29871fd Fix scoreboard time being reset when using /timecp - Robyt3
0196470 Fix SQL query buffer sizes being too small - Robyt3
68acdf8 Update spanish.txt - n0Ketchp
0f6e69e Merge pull request #7001 from n0Ketchp/n0Ketchp-patch-1-1 - def-
925a4f7 Merge pull request #7000 from Robyt3/Server-Score-Reset-Fix - def-