ddnet/datasrc
Chairn a69dc599a9 Huge variable naming format
Fix pointer and pointer array variable naming

Huge renaming to match our rules

Used regex: (?!(return|delete)\b)\b\w+ (m_|ms_|g_|gs_|s_)[^a]\w+\[
            (?!(return|delete)\b)\b\w+ (?!(m_|ms_|g_|gs_|s_))[^a]\w+\[

Further format static variables

Format almost all pointer names accordingly

Used regex: (?!(return)\b)\b\w+
\*(?!(m_p|p|s_p|m_ap|s_ap|g_p|g_ap|ap|gs_ap|ms_ap|gs_p|ms_p))\w+\b[^:\(p]

clang-format

Fix CI fail

Fix misnamed non pointer as pointer and non array as array

Used regex: (?!(return|delete)\b)\b\w+ (m_|ms_|g_|gs_|s_)p\w+\b
            (?!return\b)\b\w+ (ms_|m_|g_|gs_|s_)a\w+\b[^\[]

clang-format

Revert to SCREAMING_SNAKE_CASE and reinstate dead code
2022-07-08 18:01:29 +02:00
..
seven Huge variable naming format 2022-07-08 18:01:29 +02:00
compile.py refactor compile.py 2022-06-27 01:11:21 +02:00
content.py Add new textures by ravie; Also add no gun hit for teleport gun 2022-06-25 16:05:38 +02:00
crosscompile.py Added extern to protocolglue arrays 2022-04-03 02:34:45 +02:00
datatypes.py Add default values to extended Net Objects 2022-06-27 01:11:19 +02:00
network.py Huge variable naming format 2022-07-08 18:01:29 +02:00