Skip to content

fix: circular inclusion related to network/protocol/connection (#2924) #3

fix: circular inclusion related to network/protocol/connection (#2924)

fix: circular inclusion related to network/protocol/connection (#2924) #3

Triggered via push September 29, 2024 20:00
Status Success
Total duration 27m 10s
Artifacts 1
cancel-runs
0s
cancel-runs
Matrix: job
Fit to window
Zoom out
Zoom in

Annotations

1000 warnings
windows-2022-windows-release
Saving cache failed: Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
misra-cpp2008-5-0-11: src/account/account.cpp#L28
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/account/account.cpp#L36
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/creatures/creature.cpp#L469
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/creature.cpp#L754
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/creature.cpp#L1808
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-5: src/creatures/creature.cpp#L1815
MISRA 5-0-5: There shall be no implicit floating-integral conversions
misra-cpp2008-5-0-5: src/creatures/creature.cpp#L1819
MISRA 5-0-5: There shall be no implicit floating-integral conversions
err33-c: src/creatures/interactions/chat.cpp#L50
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/interactions/chat.cpp#L445
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/interactions/chat.cpp#L449
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/interactions/chat.cpp#L453
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/interactions/chat.cpp#L459
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/interactions/chat.cpp#L460
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/lua/functions/creatures/creature_functions.cpp#L772
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/lua/functions/creatures/monster/monster_functions.cpp#L274
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-2-12: src/lua/functions/creatures/monster/monster_functions.cpp#L672
MISRA 5-2-12: An identifier with array type passed as a function argument shall not decay to a pointer
misra-cpp2008-5-0-5: src/lua/functions/creatures/monster/monster_functions.cpp#L677
MISRA 5-0-5: There shall be no implicit floating-integral conversions
misra-cpp2008-5-0-5: src/creatures/monsters/monster.cpp#L112
MISRA 5-0-5: There shall be no implicit floating-integral conversions
misra-cpp2008-5-0-5: src/creatures/monsters/monster.cpp#L117
MISRA 5-0-5: There shall be no implicit floating-integral conversions
misra-cpp2008-5-0-5: src/creatures/monsters/monster.cpp#L120
MISRA 5-0-5: There shall be no implicit floating-integral conversions
misra-cpp2008-5-0-5: src/creatures/monsters/monster.cpp#L127
MISRA 5-0-5: There shall be no implicit floating-integral conversions
misra-cpp2008-5-0-5: src/creatures/monsters/monster.cpp#L130
MISRA 5-0-5: There shall be no implicit floating-integral conversions
narrowing-conversions: src/creatures/monsters/monster.cpp#L151
narrowing conversion from 'float' to 'int32_t' (aka 'int')
narrowing-conversions: src/creatures/monsters/monster.cpp#L151
narrowing conversion from 'int32_t' (aka 'int') to 'float'
misra-cpp2008-5-0-5: src/creatures/monsters/monster.cpp#L151
MISRA 5-0-5: There shall be no implicit floating-integral conversions
unnecessary-value-param: src/creatures/monsters/monster.cpp#L378
parameter 'attackerPlayer' is passed by value and only copied once; consider moving it to avoid unnecessary copies
static-accessed-through-instance: src/creatures/monsters/monster.cpp#L396
static member accessed through instance
misra-cpp2008-0-1-7: src/creatures/monsters/monster.cpp#L400
MISRA 0-1-7: The value returned by a function having non-void return type that is not an overloaded operator shall always be used
err33-c: src/creatures/monsters/monster.cpp#L565
the value returned by this function should not be disregarded; neglecting it may lead to errors
static-accessed-through-instance: src/creatures/monsters/monster.cpp#L863
static member accessed through instance
static-accessed-through-instance: src/creatures/monsters/monster.cpp#L870
static member accessed through instance
err33-c: src/creatures/monsters/monster.cpp#L896
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/monsters/monster.cpp#L1995
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/lua/functions/creatures/monster/monster_type_functions.cpp#L1576
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/group_functions.cpp#L55
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L61
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L164
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L178
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L377
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L916
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L1179
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L1842
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L2276
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-6-4-2: src/lua/functions/creatures/player/player_functions.cpp#L2277
MISRA 6-4-2: All if ... else if constructs shall be terminated with an else clause
misra-cpp2008-5-0-13: src/lua/functions/creatures/player/player_functions.cpp#L2277
MISRA 5-0-13: The condition of an if-statement and the condition of an iteration-statement shall have type bool
misra-cpp2008-5-0-13: src/lua/functions/creatures/player/player_functions.cpp#L2279
MISRA 5-0-13: The condition of an if-statement and the condition of an iteration-statement shall have type bool
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L2341
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L2752
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L3671
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L4318
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L4331
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/player_functions.cpp#L4366
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-6-4-5: src/creatures/monsters/monsters.cpp#L302
MISRA 6-4-5: An unconditional throw or break statement shall terminate every non-empty switch-clause
misra-cpp2008-5-0-11: src/lua/functions/creatures/player/vocation_functions.cpp#L93
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-2-12: src/lua/functions/events/event_callback_functions.cpp#L104
MISRA 5-2-12: An identifier with array type passed as a function argument shall not decay to a pointer
misra-cpp2008-5-2-12: src/lua/functions/events/event_callback_functions.cpp#L109
MISRA 5-2-12: An identifier with array type passed as a function argument shall not decay to a pointer
static-accessed-through-instance: src/lua/functions/events/move_event_functions.cpp#L30
static member accessed through instance
static-accessed-through-instance: src/lua/functions/events/move_event_functions.cpp#L33
static member accessed through instance
static-accessed-through-instance: src/lua/functions/events/move_event_functions.cpp#L36
static member accessed through instance
static-accessed-through-instance: src/lua/functions/events/move_event_functions.cpp#L39
static member accessed through instance
static-accessed-through-instance: src/lua/functions/events/move_event_functions.cpp#L42
static member accessed through instance
static-accessed-through-instance: src/lua/functions/events/move_event_functions.cpp#L45
static member accessed through instance
misra-cpp2008-5-0-11: src/lua/functions/events/talk_action_functions.cpp#L88
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/monsters/spawns/spawn_monster.cpp#L46
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/items/item_functions.cpp#L132
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/items/item_functions.cpp#L771
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/items/weapon_functions.cpp#L240
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/lua/functions/map/position_functions.cpp#L30
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/creatures/npcs/npc.cpp#L213
the value returned by this function should not be disregarded; neglecting it may lead to errors
function-cognitive-complexity: src/creatures/npcs/npc.cpp#L229
function 'onPlayerBuyItem' has cognitive complexity of 32 (threshold 25)
implicit-bool-conversion: src/creatures/npcs/npc.cpp#L236
implicit conversion 'uint32_t' (aka 'unsigned int') -> 'bool'
misra-cpp2008-4-5-2: src/creatures/npcs/npc.cpp#L236
MISRA 4-5-2: Expressions with type enum shall not be used as operands to built-in operators other than the subscript operator [ ], the assignment operator =, the equality operators == and !=, the unary & operator, and the relational operators <, <=, >, >=
misra-cpp2008-5-0-11: src/creatures/npcs/npc.cpp#L338
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
function-cognitive-complexity: src/creatures/npcs/npc.cpp#L359
function 'onPlayerSellItem' has cognitive complexity of 37 (threshold 25)
container-size-empty: src/creatures/npcs/npc.cpp#L389
the 'empty' method should be used to check for emptiness instead of 'size'
err33-c: src/map/house/house.cpp#L423
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/map/house/house.cpp#L750
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/map/house/house.cpp#L821
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/map/house/housetile.cpp#L17
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/npcs/npcs.cpp#L101
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/map.cpp#L592
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/map.cpp#L593
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/map.cpp#L593
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/map.cpp#L602
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/mapcache.cpp#L93
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
no-automatic-move: src/map/mapcache.cpp#L107
constness of 'oldTile' prevents automatic move
unroll-loops: src/map/mapcache.cpp#L262
kernel performance could be improved by unrolling this loop with a '#pragma unroll' directive
misra-cpp2008-5-0-11: src/map/mapcache.cpp#L269
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-0-1-7: src/map/mapcache.cpp#L290
MISRA 0-1-7: The value returned by a function having non-void return type that is not an overloaded operator shall always be used
misra-cpp2008-5-0-11: src/map/spectators.cpp#L118
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L118
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L119
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L119
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L121
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L122
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L124
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L125
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L127
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L155
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/map/spectators.cpp#L155
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/security/argon.cpp#L84
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/security/argon.cpp#L85
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/security/argon.cpp#L86
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/security/argon.cpp#L95
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/security/argon.cpp#L98
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/security/argon.cpp#L99
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
enum-size: src/security/rsa.cpp#L154
enum '(unnamed enum at /data/project/src/security/rsa.cpp:154:1)' uses a larger base type ('unsigned int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size
misra-cpp2008-5-0-11: src/security/rsa.cpp#L162
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
use-starts-ends-with: src/security/rsa.cpp#L208
use starts_with instead of compare() == 0
use-starts-ends-with: src/security/rsa.cpp#L215
use starts_with instead of compare() == 0
misra-cpp2008-5-0-11: src/security/rsa.cpp#L242
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/connection/connection.cpp#L68
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/connection/connection.cpp#L105
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
implicit-bool-conversion: src/server/network/connection/connection.cpp#L126
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L137
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
misra-cpp2008-5-0-11: src/server/network/connection/connection.cpp#L147
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/connection/connection.cpp#L153
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
implicit-bool-conversion: src/server/network/connection/connection.cpp#L162
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
misra-cpp2008-5-0-11: src/server/network/connection/connection.cpp#L166
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/connection/connection.cpp#L172
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
implicit-bool-conversion: src/server/network/connection/connection.cpp#L175
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L191
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L211
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L225
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L237
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L265
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L292
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L304
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L323
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L327
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L373
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L384
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
implicit-bool-conversion: src/server/network/connection/connection.cpp#L412
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
unroll-loops: src/server/network/message/networkmessage.cpp#L25
kernel performance could be improved by unrolling this loop with a '#pragma unroll' directive
misra-cpp2008-6-5-3: src/server/network/message/networkmessage.cpp#L25
MISRA 6-5-3: The loop-counter shall not be modified within condition or statement
pro-bounds-constant-array-index: src/server/network/message/networkmessage.cpp#L26
do not use array subscript when the index is not an integer constant expression
signed-bitwise: src/server/network/message/networkmessage.cpp#L33
use of a signed integer operand with a binary bitwise operator
else-after-return: src/server/network/message/networkmessage.cpp#L37
do not use 'else' after 'return'
misra-cpp2008-5-8-1: src/server/network/message/networkmessage.cpp#L254
MISRA 5-8-1: The right hand operand of a shift operator shall lie between zero and one less than the width in bits of the underlying type of the left hand operand
signed-bitwise: src/server/network/message/networkmessage.cpp#L254
use of a signed integer operand with a binary bitwise operator
magic-numbers: src/server/network/message/networkmessage.cpp#L254
8 is a magic number; consider replacing it with a named constant
unnecessary-value-param: src/server/network/protocol/protocol.cpp#L18
the parameter 'initConnection' is copied for each invocation but only used as a const reference; consider making it a const reference
unnecessary-value-param: src/server/network/protocol/protocol.cpp#L116
the parameter 'msg' is copied for each invocation but only used as a const reference; consider making it a const reference
misra-cpp2008-5-0-14: src/server/network/protocol/protocol.cpp#L280
MISRA 5-0-14: The first operand of a conditional-operator shall have type bool
implicit-bool-conversion: src/server/network/protocol/protocol.cpp#L280
implicit conversion 'char *' -> 'bool'
inconsistent-declaration-parameter-name: src/server/network/protocol/protocol.hpp#L88
function 'Protocol::XTEA_encrypt' has a definition with different parameter names
inconsistent-declaration-parameter-name: src/server/network/protocol/protocol.hpp#L90
function 'Protocol::compression' has a definition with different parameter names
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L83
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L84
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L85
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L86
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L90
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L125
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L134
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L135
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L144
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L145
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L181
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L215
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L232
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L235
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L259
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L272
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L274
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L281
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L289
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L290
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L299
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L304
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L322
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L335
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L337
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L344
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L363
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L378
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L384
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L416
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L417
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L428
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L431
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L439
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L442
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L477
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L478
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L568
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L570
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/server/network/protocol/protocolgame.cpp#L699
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L851
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L874
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L880
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L893
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/server/network/protocol/protocolgame.cpp#L959
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1472
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1473
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1483
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1490
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1491
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1662
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1671
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1672
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1673
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1674
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1679
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1680
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1681
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1682
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1700
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1701
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1702
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1704
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L1810
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2012
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2083
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2084
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2096
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2097
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2098
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2109
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2114
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2165
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2165
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2192
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2193
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2204
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2206
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2211
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2212
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2215
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2261
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2266
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2307
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2373
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2418
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2421
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2427
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2429
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2431
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2435
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2460
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2463
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2513
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2514
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2528
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2588
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2589
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2861
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2890
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2907
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2911
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2913
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2926
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2929
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2930
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2933
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2986
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L2995
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3012
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
convert-member-functions-to-static: src/server/network/protocol/protocolgame.cpp#L3040
method 'parseOfferDescription' can be made static
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3046
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3127
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3216
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3227
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3274
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3275
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
too-small-loop-variable: src/server/network/protocol/protocolgame.cpp#L3275
loop variable has narrower type 'uint8_t' than iteration's upper bound 'const size_type'
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3289
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3292
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3311
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3323
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3333
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3335
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3354
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3371
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3373
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3379
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3382
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3403
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3405
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3406
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3412
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3474
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3500
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3501
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3507
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3508
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3508
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3508
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3508
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3512
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3519
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3524
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3539
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3541
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3583
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3585
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3607
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3622
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3627
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3629
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3643
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3656
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3695
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3696
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3717
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3738
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3763
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3764
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3877
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3897
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3931
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3956
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3958
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3979
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L3980
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4014
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4024
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4060
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4063
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4075
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4205
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
static-accessed-through-instance: src/server/network/protocol/protocolgame.cpp#L4241
static member accessed through instance
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4244
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4246
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4258
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4275
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4280
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4312
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4332
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4359
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4451
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4452
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4459
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4468
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4496
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4517
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4567
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4598
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4639
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4658
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4778
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4790
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4831
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4855
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
function-cognitive-complexity: src/server/network/protocol/protocolgame.cpp#L4881
function 'sendSaleItemList' has cognitive complexity of 30 (threshold 25)
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L4952
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5009
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5096
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5139
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5232
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5249
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5289
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5310
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
function-cognitive-complexity: src/server/network/protocol/protocolgame.cpp#L5354
function 'sendOpenForge' has cognitive complexity of 119 (threshold 25)
signed-bitwise: src/server/network/protocol/protocolgame.cpp#L5394
use of a signed integer operand with a binary bitwise operator
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5419
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-4-5-2: src/server/network/protocol/protocolgame.cpp#L5482
MISRA 4-5-2: Expressions with type enum shall not be used as operands to built-in operators other than the subscript operator [ ], the assignment operator =, the equality operators == and !=, the unary & operator, and the relational operators <, <=, >, >=
misra-cpp2008-4-5-2: src/server/network/protocol/protocolgame.cpp#L5500
MISRA 4-5-2: Expressions with type enum shall not be used as operands to built-in operators other than the subscript operator [ ], the assignment operator =, the equality operators == and !=, the unary & operator, and the relational operators <, <=, >, >=
misra-cpp2008-4-5-2: src/server/network/protocol/protocolgame.cpp#L5515
MISRA 4-5-2: Expressions with type enum shall not be used as operands to built-in operators other than the subscript operator [ ], the assignment operator =, the equality operators == and !=, the unary & operator, and the relational operators <, <=, >, >=
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5635
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5643
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5678
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L5703
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-4-5-2: src/server/network/protocol/protocolgame.cpp#L5911
MISRA 4-5-2: Expressions with type enum shall not be used as operands to built-in operators other than the subscript operator [ ], the assignment operator =, the equality operators == and !=, the unary & operator, and the relational operators <, <=, >, >=
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6083
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6119
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6125
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6136
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6148
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6169
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6202
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6232
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6261
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6271
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6328
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6334
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6494
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6554
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6660
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6674
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6675
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6719
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6869
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L6949
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7024
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7095
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7120
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7135
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7153
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7224
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7323
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7458
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7727
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L7905
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L8152
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L8202
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L8232
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L8651
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L8665
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L8887
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L9036
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolgame.cpp#L9037
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/npcs/spawns/spawn_npc.cpp#L42
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L23
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L53
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L62
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L71
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L73
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L75
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L83
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L86
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L91
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocollogin.cpp#L92
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L167
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L174
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L180
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L188
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L195
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L205
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L216
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L218
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L220
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/server/network/protocol/protocolstatus.cpp#L225
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
implicit-bool-conversion: src/server/server.cpp#L108
implicit conversion '(unnamed enum at /data/project/src/server/server_definitions.hpp:16:1)' -> 'bool'
misra-cpp2008-5-0-11: src/utils/tools.cpp#L150
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L154
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L162
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L165
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L166
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L167
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L168
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L170
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L171
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L172
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L198
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L199
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L204
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L204
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L205
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L290
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L293
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L310
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L326
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L342
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L363
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1025
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1038
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1053
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1553
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1567
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1718
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1722
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1726
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1730
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1734
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1738
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1742
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1746
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1749
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1858
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1945
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/utils/tools.cpp#L1947
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/grouping/groups.cpp#L86
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/creatures/players/grouping/guild.cpp#L22
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/creatures/players/grouping/party.cpp#L309
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/creatures/players/grouping/party.cpp#L595
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/grouping/party.cpp#L599
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/grouping/party.cpp#L601
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/grouping/party.cpp#L602
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/grouping/party.cpp#L603
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/grouping/party.cpp#L604
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L193
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L198
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L200
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L202
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L204
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L206
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L208
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L210
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L212
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L213
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L215
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L216
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L218
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L219
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L221
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/imbuements/imbuements.cpp#L222
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L490
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L494
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L572
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L620
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L644
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L645
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L652
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L660
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L670
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L671
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L691
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L703
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L853
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/creatures/players/player.cpp#L1394
the value returned by this function should not be disregarded; neglecting it may lead to errors
unnecessary-copy-initialization: src/creatures/players/player.cpp#L1456
the const qualified variable 'items' is copy-constructed from a const reference; consider making it a const reference
err33-c: src/creatures/players/player.cpp#L1488
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L1749
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L1751
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2344
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2367
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2401
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2474
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2476
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2559
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2561
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2679
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2715
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2738
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2738
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2843
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2845
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2870
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2871
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2872
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2872
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2875
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L2875
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/creatures/players/player.cpp#L3074
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L3094
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L3096
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L3673
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L3940
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L3958
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5020
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5041
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5207
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5208
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5209
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5393
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-5: src/creatures/players/player.cpp#L5582
MISRA 5-0-5: There shall be no implicit floating-integral conversions
err33-c: src/creatures/players/player.cpp#L5716
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5771
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5772
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5774
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5776
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5776
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5778
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5778
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5793
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5795
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5868
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5909
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5928
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5945
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L5961
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6033
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6036
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6047
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6071
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6083
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6094
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6116
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/creatures/players/player.cpp#L6177
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6344
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6618
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6625
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6824
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6849
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6852
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6856
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L6860
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7211
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7255
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7294
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7299
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7315
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7326
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7353
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7382
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7456
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7511
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7511
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L7511
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
unnecessary-copy-initialization: src/creatures/players/player.cpp#L8117
the variable 'containerItem' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L8180
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/player.cpp#L8182
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_badge.cpp#L55
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_badge.cpp#L60
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_badge.cpp#L65
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_badge.cpp#L70
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_cyclopedia.cpp#L23
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_cyclopedia.cpp#L24
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_cyclopedia.cpp#L25
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_cyclopedia.cpp#L115
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_cyclopedia.cpp#L118
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_cyclopedia.cpp#L122
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-3-1: src/account/account_repository_db.cpp#L164
MISRA 5-3-1: Each operand of the ! operator, the logical && or the logical || operators shall have type bool
misra-cpp2008-5-0-11: src/account/account_repository_db.cpp#L188
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L86
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L184
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L278
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L278
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L281
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L281
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L288
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/cyclopedia/player_title.cpp#L288
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L137
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L138
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L139
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L140
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L141
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L285
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L412
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L539
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L666
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L678
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L976
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L990
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1002
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1003
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1011
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1014
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1020
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1024
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1044
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1045
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1046
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1053
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1103
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1206
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1298
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1310
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1314
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1324
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1328
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1332
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1336
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1340
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1344
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1784
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1785
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1793
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1825
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1835
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1851
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1856
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1861
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1866
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1884
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1889
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1894
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L1964
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2394
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2408
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2422
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2544
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2695
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2697
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2701
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2703
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2707
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2709
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2713
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2715
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2719
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2721
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2725
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2727
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2731
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2737
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2739
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2743
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2745
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2755
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2757
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2761
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2767
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2769
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2799
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2801
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2803
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2805
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2807
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2811
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2840
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2981
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2983
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2985
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L2988
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L3057
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/wheel/player_wheel.cpp#L3059
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
easily-swappable-parameters: src/creatures/players/wheel/player_wheel.cpp#L3181
2 adjacent parameters of 'deserialize' of convertible types are easily swapped by mistake
misra-cpp2008-5-0-11: src/creatures/players/vocations/vocation.cpp#L46
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vocations/vocation.cpp#L50
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vocations/vocation.cpp#L102
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vip/player_vip.cpp#L17
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vip/player_vip.cpp#L18
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vip/player_vip.cpp#L34
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vip/player_vip.cpp#L36
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/players/vip/player_vip.cpp#L227
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/database/database.cpp#L253
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/database/database.cpp#L263
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L67
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L77
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L81
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L85
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L89
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L192
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L193
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L710
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L797
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L860
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L861
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L871
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L875
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L879
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L1313
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
function-cognitive-complexity: src/game/game.cpp#L1485
function 'internalMoveCreature' has cognitive complexity of 36 (threshold 25)
misra-cpp2008-5-0-11: src/game/game.cpp#L1504
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L1506
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L1522
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L1628
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L1802
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L2096
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L2256
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/game/game.cpp#L3534
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/game/game.cpp#L4032
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L4296
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L4633
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L4681
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L4754
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
id-dependent-backward-branch: src/game/game.cpp#L5154
backward branch (while loop) is ID-dependent due to variable reference to 'containers' and may cause performance degradation
misra-cpp2008-5-0-11: src/game/game.cpp#L5524
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L5732
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/game/game.cpp#L5891
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/game/game.cpp#L6011
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
narrowing-conversions: src/game/game.cpp#L6675
narrowing conversion from 'double_t' (aka 'double') to 'int32_t' (aka 'int')
misra-cpp2008-5-0-11: src/game/game.cpp#L7137
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L7597
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L7996
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L7999
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L8002
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L8026
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L8373
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L8422
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/game/game.cpp#L8945
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/game/game.cpp#L9150
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/game/game.cpp#L9426
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L9435
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L9672
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L9724
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/game/game.cpp#L9731
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
err33-c: src/game/game.cpp#L10184
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/game/game.cpp#L10190
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/game/game.cpp#L10192
the value returned by this function should not be disregarded; neglecting it may lead to errors
magic-numbers: src/game/game.cpp#L10224
300 is a magic number; consider replacing it with a named constant
misra-cpp2008-5-0-11: src/game/movement/teleport.cpp#L26
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
convert-member-functions-to-static: src/game/scheduling/dispatcher.cpp#L237
method 'addEvent' can be made static
err33-c: src/game/scheduling/save_manager.cpp#L103
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/game/zones/zone.cpp#L133
the value returned by this function should not be disregarded; neglecting it may lead to errors
err33-c: src/game/zones/zone.cpp#L139
the value returned by this function should not be disregarded; neglecting it may lead to errors
misra-cpp2008-5-0-11: src/io/filestream.cpp#L48
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/filestream.cpp#L65
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L189
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L193
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L197
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L201
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L205
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L209
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L267
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L280
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L308
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_wheel.cpp#L312
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L139
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L141
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L143
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L145
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L171
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L348
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L354
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L357
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L360
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L363
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L366
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L372
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L375
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L417
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L419
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L421
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L423
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iobestiary.cpp#L425
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_bosstiary.cpp#L272
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_bosstiary.cpp#L277
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/io_bosstiary.cpp#L282
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioguild.cpp#L26
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iologindata.cpp#L70
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_load_player.cpp#L210
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_load_player.cpp#L530
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_load_player.cpp#L547
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_load_player.cpp#L847
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_load_player.cpp#L848
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_save_player.cpp#L232
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_save_player.cpp#L590
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_save_player.cpp#L644
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_save_player.cpp#L749
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/functions/iologindata_save_player.cpp#L750
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L68
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L119
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L146
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L161
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L249
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L253
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L275
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomap.cpp#L279
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomapserialize.cpp#L226
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomapserialize.cpp#L233
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/iomarket.cpp#L21
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/appearance/outfit/outfit.cpp#L73
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L44
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L79
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L80
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L81
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L82
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L84
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L85
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L86
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L87
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L89
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L90
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L91
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L92
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L94
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L95
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L96
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L97
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L100
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L128
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L160
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L161
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L162
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L163
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L165
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L166
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L167
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L168
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L170
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L171
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L172
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L173
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L175
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L176
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L177
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L178
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L181
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L209
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L220
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L238
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L240
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L242
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L246
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L260
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
function-cognitive-complexity: src/io/ioprey.cpp#L299
function 'parsePreyAction' has cognitive complexity of 41 (threshold 25)
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L549
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L555
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L558
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L576
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L589
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/io/ioprey.cpp#L591
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/bed.cpp#L58
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/bed.cpp#L63
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
duplicate-include: src/creatures/combat/combat.cpp#L24
duplicate include
duplicate-include: src/creatures/combat/combat.cpp#L25
duplicate include
misra-cpp2008-5-0-11: src/creatures/combat/combat.cpp#L661
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/combat.cpp#L1009
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/combat.cpp#L1009
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/combat.cpp#L1214
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/combat.cpp#L1215
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/combat.cpp#L1836
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L129
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L283
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L406
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L410
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L863
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L867
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L868
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L872
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L878
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L885
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L890
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L896
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L902
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L907
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L913
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L914
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L918
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L923
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L928
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L933
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L938
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L943
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L948
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L953
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L963
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L968
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L973
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L978
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L983
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L988
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L993
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L998
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1010
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1021
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1241
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1294
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1300
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1649
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1703
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L1914
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2101
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2116
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2151
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2399
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2414
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2449
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2667
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2682
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/item.cpp#L2717
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
id-dependent-backward-branch: src/items/items.cpp#L155
backward branch (for loop) is ID-dependent due to variable reference to 'object' and may cause performance degradation
misra-cpp2008-5-0-11: src/items/items.cpp#L174
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/items.cpp#L176
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/items.cpp#L178
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/custom_attribute.cpp#L91
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/custom_attribute.cpp#L94
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/custom_attribute.cpp#L97
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/custom_attribute.cpp#L100
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/item_parse.cpp#L437
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/item_parse.cpp#L437
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/functions/item/item_parse.cpp#L982
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
static-accessed-through-instance: src/items/functions/item/item_parse.cpp#L1035
static member accessed through instance
static-accessed-through-instance: src/items/functions/item/item_parse.cpp#L1037
static member accessed through instance
static-accessed-through-instance: src/items/functions/item/item_parse.cpp#L1039
static member accessed through instance
static-accessed-through-instance: src/items/functions/item/item_parse.cpp#L1041
static member accessed through instance
static-accessed-through-instance: src/items/functions/item/item_parse.cpp#L1043
static member accessed through instance
static-accessed-through-instance: src/items/functions/item/item_parse.cpp#L1045
static member accessed through instance
misra-cpp2008-5-0-11: src/items/functions/item/item_parse.cpp#L1193
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/tile.cpp#L875
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/tile.cpp#L920
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/weapons/weapons.cpp#L620
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/items/weapons/weapons.cpp#L621
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L151
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L152
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L154
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L157
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L160
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L161
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L163
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L166
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L169
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L172
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
magic-numbers: src/creatures/combat/condition.cpp#L442
5 is a magic number; consider replacing it with a named constant
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L548
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L553
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L558
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L563
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L566
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L568
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L572
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L575
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L577
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L581
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L652
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L658
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L679
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L689
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L700
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L710
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L784
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L973
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L978
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L988
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L993
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L998
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1003
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1008
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1013
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1023
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1028
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1038
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1043
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1048
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1053
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1058
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1063
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1068
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1205
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1208
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
misra-cpp2008-5-0-11: src/creatures/combat/condition.cpp#L1211
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values

Artifacts

Produced during runtime
Name Size
canary-windows-release-e938b75c9e37c0d0b45f83738f86abc7f56dd33a Expired
43.3 MB