0ad/source/tools
Ralph Sennhauser 66738c12a1
Suppress false positive in cppcheck
```
source/simulation2/components/CCmpRangeManager.cpp:1953:18: error: Out of bounds access in 'm_LosRevealAll[MAX_LOS_PLAYER_ID+1]', if 'm_LosRevealAll' size is 16 and 'MAX_LOS_PLAYER_ID+1' is 17 [containerOutOfBounds]
   m_LosRevealAll[MAX_LOS_PLAYER_ID+1] = enabled;
                 ^
source/simulation2/components/CCmpRangeManager.cpp:1967:21: error: Out of bounds access in 'm_LosRevealAll[MAX_LOS_PLAYER_ID+1]', if 'm_LosRevealAll' size is 16 and 'MAX_LOS_PLAYER_ID+1' is 17 [containerOutOfBounds]
  if (m_LosRevealAll[MAX_LOS_PLAYER_ID+1] || player == -1)
                    ^
```

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2025-11-11 21:35:01 +01:00
..
atlas Fix layouting of texture preview in atlas 2025-10-01 14:40:30 +02:00
cmpgraph Add executable bits for files with shebangs 2024-08-26 07:46:38 +02:00
dist Store NSIS registry keys under a consistent root 2025-10-26 20:58:55 +01:00
entdocs Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
entgraph Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
entity Update the pre-commit hooks 2025-08-22 13:04:38 +02:00
errorlist Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
i18n Enable a few more ruff rules 2025-03-03 14:18:40 +01:00
lint Suppress false positive in cppcheck 2025-11-11 21:35:01 +01:00
mapcompatibility Fix variable naming for map compatibility file 2024-09-13 11:04:05 +02:00
openlogsfolder Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
profiler2 Enable eslint rule 'no-useless-assignment' 2025-08-01 11:26:40 +02:00
replayprofile Fix parsing of graph.js for eslint 2025-05-17 06:29:29 +02:00
rlclient/python Fix eslint rule 'prefer-const' 2025-05-12 18:44:28 +02:00
spirv Adds a script to modify rules and tests to it. 2025-10-08 13:56:48 +02:00
springimport Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
templatesanalyzer Update the pre-commit hooks 2025-08-22 13:04:38 +02:00
templatessorter templatessorter.sh: move to posix shell 2024-08-29 12:55:26 +02:00
tracelogger Fix issues pointed out by shellcheck 2024-08-28 18:23:18 +02:00
webservices Fix trailing whitespace and add pre-commit hook 2025-06-15 20:08:48 +02:00
LICENSE.txt Add AppImage support 2025-10-05 20:35:43 +02:00
utils.sh Add util.sh shell library 2025-03-30 18:05:56 +02:00