Merge branch 'main' into phacUFPE/multiworld_system #8733
Annotations
1000 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
misra-cpp2008-5-0-11:
src/account/account.cpp#L30
MISRA 5-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#L38
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#L471
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/creature.cpp#L756
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/creature.cpp#L1810
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#L1817
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
misra-cpp2008-5-0-5:
src/creatures/creature.cpp#L1821
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
err33-c:
src/creatures/interactions/chat.cpp#L52
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/interactions/chat.cpp#L447
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/interactions/chat.cpp#L451
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/interactions/chat.cpp#L455
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/interactions/chat.cpp#L461
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/interactions/chat.cpp#L462
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#L774
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
misra-cpp2008-5-0-5:
src/creatures/monsters/monster.cpp#L114
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
misra-cpp2008-5-0-5:
src/creatures/monsters/monster.cpp#L119
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
misra-cpp2008-5-0-5:
src/creatures/monsters/monster.cpp#L122
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
misra-cpp2008-5-0-5:
src/creatures/monsters/monster.cpp#L129
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
misra-cpp2008-5-0-5:
src/creatures/monsters/monster.cpp#L132
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
narrowing-conversions:
src/creatures/monsters/monster.cpp#L153
narrowing conversion from 'float' to 'int32_t' (aka 'int')
|
narrowing-conversions:
src/creatures/monsters/monster.cpp#L153
narrowing conversion from 'int32_t' (aka 'int') to 'float'
|
misra-cpp2008-5-0-5:
src/creatures/monsters/monster.cpp#L153
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
unnecessary-value-param:
src/creatures/monsters/monster.cpp#L380
parameter 'attackerPlayer' is passed by value and only copied once; consider moving it to avoid unnecessary copies
|
err33-c:
src/creatures/monsters/monster.cpp#L567
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#L865
static member accessed through instance
|
static-accessed-through-instance:
src/creatures/monsters/monster.cpp#L872
static member accessed through instance
|
misra-cpp2008-0-1-7:
src/creatures/monsters/monster.cpp#L876
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#L898
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/monsters/monster.cpp#L1997
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#L276
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#L645
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/creatures/monster/monster_functions.cpp#L660
MISRA 5-2-12: An identifier with array type passed as a function argument shall not decay to a pointer
|
misra-cpp2008-5-3-1:
src/lua/functions/creatures/monster/monster_functions.cpp#L673
MISRA 5-3-1: Each operand of the ! operator, the logical && or the logical || operators shall have type bool
|
misra-cpp2008-5-2-12:
src/lua/functions/creatures/monster/monster_functions.cpp#L674
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#L679
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
misra-cpp2008-5-0-11:
src/lua/functions/creatures/monster/monster_type_functions.cpp#L1578
MISRA 5-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#L57
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#L304
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/player_functions.cpp#L63
MISRA 5-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#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/lua/functions/creatures/player/player_functions.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/lua/functions/creatures/player/player_functions.cpp#L379
MISRA 5-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#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/lua/functions/creatures/player/player_functions.cpp#L1181
MISRA 5-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#L1844
MISRA 5-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#L2278
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
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
|
implicit-bool-conversion:
src/lua/functions/creatures/player/player_functions.cpp#L2279
implicit conversion 'int' -> 'bool'
|
misra-cpp2008-5-0-13:
src/lua/functions/creatures/player/player_functions.cpp#L2281
MISRA 5-0-13: The condition of an if-statement and the condition of an iteration-statement shall have type bool
|
implicit-bool-conversion:
src/lua/functions/creatures/player/player_functions.cpp#L2281
implicit conversion 'int' -> 'bool'
|
misra-cpp2008-5-0-11:
src/lua/functions/creatures/player/player_functions.cpp#L2343
MISRA 5-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#L2754
MISRA 5-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#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/lua/functions/creatures/player/player_functions.cpp#L4320
MISRA 5-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#L4333
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/lua/functions/creatures/player/player_functions.cpp#L4353
static member accessed through instance
|
misra-cpp2008-5-0-11:
src/lua/functions/creatures/player/player_functions.cpp#L4368
MISRA 5-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/vocation_functions.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-2-12:
src/lua/functions/events/event_callback_functions.cpp#L111
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#L32
static member accessed through instance
|
static-accessed-through-instance:
src/lua/functions/events/move_event_functions.cpp#L35
static member accessed through instance
|
static-accessed-through-instance:
src/lua/functions/events/move_event_functions.cpp#L38
static member accessed through instance
|
static-accessed-through-instance:
src/lua/functions/events/move_event_functions.cpp#L41
static member accessed through instance
|
static-accessed-through-instance:
src/lua/functions/events/move_event_functions.cpp#L44
static member accessed through instance
|
static-accessed-through-instance:
src/lua/functions/events/move_event_functions.cpp#L47
static member accessed through instance
|
misra-cpp2008-5-0-11:
src/lua/functions/events/talk_action_functions.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/creatures/monsters/spawns/spawn_monster.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/lua/functions/items/item_functions.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/lua/functions/items/item_functions.cpp#L773
MISRA 5-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#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/lua/functions/map/position_functions.cpp#L32
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#L215
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
function-cognitive-complexity:
src/creatures/npcs/npc.cpp#L231
function 'onPlayerBuyItem' has cognitive complexity of 32 (threshold 25)
|
implicit-bool-conversion:
src/creatures/npcs/npc.cpp#L238
implicit conversion 'uint32_t' (aka 'unsigned int') -> 'bool'
|
misra-cpp2008-4-5-2:
src/creatures/npcs/npc.cpp#L238
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#L340
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#L428
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#L755
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#L826
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#L19
MISRA 5-0-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#L103
MISRA 5-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#L594
MISRA 5-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#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/map/map.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/map/map.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/map/mapcache.cpp#L95
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#L109
constness of 'oldTile' prevents automatic move
|
unroll-loops:
src/map/mapcache.cpp#L264
kernel performance could be improved by unrolling this loop with a '#pragma unroll' directive
|
misra-cpp2008-5-0-11:
src/map/mapcache.cpp#L271
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#L292
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#L120
MISRA 5-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#L120
MISRA 5-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#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#L123
MISRA 5-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#L126
MISRA 5-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#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/map/spectators.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/map/spectators.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/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#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/security/argon.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/security/argon.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/security/argon.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/security/argon.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/security/rsa.cpp#L164
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#L210
use starts_with instead of compare() == 0
|
use-starts-ends-with:
src/security/rsa.cpp#L217
use starts_with instead of compare() == 0
|
misra-cpp2008-5-0-11:
src/security/rsa.cpp#L244
MISRA 5-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#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/connection/connection.cpp#L99
MISRA 5-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#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/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#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/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/creatures/npcs/spawns/spawn_npc.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/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#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/server/network/protocol/protocolgame.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/server/network/protocol/protocolgame.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/protocolgame.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/server/network/protocol/protocolgame.cpp#L136
MISRA 5-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#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/server/network/protocol/protocolgame.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/server/network/protocol/protocolgame.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/protocol/protocolgame.cpp#L183
MISRA 5-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#L217
MISRA 5-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#L234
MISRA 5-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#L237
MISRA 5-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#L261
MISRA 5-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#L276
MISRA 5-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#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/server/network/protocol/protocolgame.cpp#L291
MISRA 5-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#L292
MISRA 5-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#L301
MISRA 5-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#L306
MISRA 5-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#L324
MISRA 5-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#L339
MISRA 5-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#L346
MISRA 5-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#L365
MISRA 5-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#L380
MISRA 5-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#L386
MISRA 5-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#L418
MISRA 5-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#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/server/network/protocol/protocolgame.cpp#L430
MISRA 5-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#L433
MISRA 5-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#L441
MISRA 5-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#L444
MISRA 5-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#L479
MISRA 5-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#L480
MISRA 5-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#L701
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#L853
MISRA 5-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#L876
MISRA 5-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#L895
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#L961
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#L1475
MISRA 5-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#L1485
MISRA 5-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#L1486
MISRA 5-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#L1492
MISRA 5-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#L1493
MISRA 5-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#L1581
MISRA 5-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#L1664
MISRA 5-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#L1675
MISRA 5-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#L1676
MISRA 5-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#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#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/server/network/protocol/protocolgame.cpp#L1706
MISRA 5-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#L1706
MISRA 5-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#L2014
MISRA 5-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#L2085
MISRA 5-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#L2086
MISRA 5-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#L2099
MISRA 5-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#L2100
MISRA 5-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#L2111
MISRA 5-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#L2113
MISRA 5-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#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/server/network/protocol/protocolgame.cpp#L2167
MISRA 5-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#L2167
MISRA 5-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#L2195
MISRA 5-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#L2207
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
misra-cpp2008-5-0-6:
src/server/network/protocol/protocolgame.cpp#L2210
MISRA 5-0-6: An implicit integral or floating-point conversion shall not reduce the size of the underlying type
|
misra-cpp2008-5-0-11:
src/server/network/protocol/protocolgame.cpp#L2217
MISRA 5-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#L2218
MISRA 5-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#L2221
MISRA 5-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#L2242
MISRA 5-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#L2267
MISRA 5-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#L2272
MISRA 5-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#L2313
MISRA 5-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#L2316
MISRA 5-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#L2345
MISRA 5-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#L2379
MISRA 5-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#L2398
MISRA 5-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#L2424
MISRA 5-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#L2433
MISRA 5-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#L2437
MISRA 5-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#L2452
MISRA 5-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#L2465
MISRA 5-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#L2466
MISRA 5-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#L2470
MISRA 5-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#L2534
MISRA 5-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#L2595
MISRA 5-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#L2869
MISRA 5-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#L2896
MISRA 5-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#L2919
MISRA 5-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#L2922
MISRA 5-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#L2932
MISRA 5-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#L2936
MISRA 5-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#L2939
MISRA 5-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#L3018
MISRA 5-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#L3061
MISRA 5-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#L3142
MISRA 5-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#L3149
MISRA 5-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#L3231
MISRA 5-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#L3253
MISRA 5-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#L3290
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#L3290
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#L3304
MISRA 5-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#L3326
MISRA 5-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#L3338
MISRA 5-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#L3348
MISRA 5-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#L3350
MISRA 5-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#L3369
MISRA 5-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#L3388
MISRA 5-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#L3397
MISRA 5-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#L3427
MISRA 5-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#L3434
MISRA 5-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#L3452
MISRA 5-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#L3464
MISRA 5-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#L3466
MISRA 5-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#L3483
MISRA 5-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#L3484
MISRA 5-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#L3489
MISRA 5-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#L3499
MISRA 5-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#L3516
MISRA 5-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#L3522
MISRA 5-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#L3523
MISRA 5-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#L3523
MISRA 5-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#L3523
MISRA 5-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#L3527
MISRA 5-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#L3534
MISRA 5-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#L3556
MISRA 5-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#L3598
MISRA 5-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#L3599
MISRA 5-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#L3620
MISRA 5-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#L3624
MISRA 5-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#L3637
MISRA 5-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#L3658
MISRA 5-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#L3688
MISRA 5-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#L3730
MISRA 5-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#L3752
MISRA 5-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#L3753
MISRA 5-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#L3768
MISRA 5-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#L3892
MISRA 5-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#L3893
MISRA 5-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#L3914
MISRA 5-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#L3948
MISRA 5-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#L3995
MISRA 5-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#L3996
MISRA 5-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#L4012
MISRA 5-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#L4029
MISRA 5-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#L4030
MISRA 5-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#L4065
MISRA 5-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#L4077
MISRA 5-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#L4079
MISRA 5-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#L4095
MISRA 5-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#L4160
MISRA 5-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#L4184
MISRA 5-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#L4185
MISRA 5-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#L4218
MISRA 5-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#L4251
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#L4261
static member accessed through instance
|
misra-cpp2008-5-0-11:
src/server/network/protocol/protocolgame.cpp#L4264
MISRA 5-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#L4278
MISRA 5-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#L4300
MISRA 5-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#L4307
MISRA 5-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#L4366
MISRA 5-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#L4379
MISRA 5-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#L4394
MISRA 5-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#L4479
MISRA 5-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#L4516
MISRA 5-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#L4537
MISRA 5-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#L4548
MISRA 5-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#L4579
MISRA 5-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#L4610
MISRA 5-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#L4651
MISRA 5-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#L4680
MISRA 5-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#L4730
MISRA 5-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#L4732
MISRA 5-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#L4765
MISRA 5-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#L4851
MISRA 5-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#L4875
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#L4901
function 'sendSaleItemList' has cognitive complexity of 30 (threshold 25)
|
misra-cpp2008-5-0-11:
src/server/network/protocol/protocolgame.cpp#L4972
MISRA 5-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#L5022
MISRA 5-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#L5065
MISRA 5-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#L5072
MISRA 5-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#L5116
MISRA 5-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#L5155
MISRA 5-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#L5269
MISRA 5-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#L5330
MISRA 5-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#L5348
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#L5374
function 'sendOpenForge' has cognitive complexity of 119 (threshold 25)
|
misra-cpp2008-4-5-2:
src/server/network/protocol/protocolgame.cpp#L5502
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#L5520
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#L5535
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#L5551
MISRA 5-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#L5648
MISRA 5-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#L5858
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#L5931
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#L6065
MISRA 5-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#L6103
MISRA 5-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#L6162
MISRA 5-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#L6211
MISRA 5-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#L6216
MISRA 5-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#L6263
MISRA 5-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#L6306
MISRA 5-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#L6313
MISRA 5-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#L6354
MISRA 5-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#L6391
MISRA 5-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#L6409
MISRA 5-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#L6462
MISRA 5-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#L6552
MISRA 5-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#L6565
MISRA 5-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#L6647
MISRA 5-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#L6680
MISRA 5-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#L6748
MISRA 5-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#L6759
MISRA 5-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#L6969
MISRA 5-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#L7035
MISRA 5-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#L7102
MISRA 5-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#L7115
MISRA 5-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#L7128
MISRA 5-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#L7133
MISRA 5-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#L7159
MISRA 5-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#L7248
MISRA 5-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#L7410
MISRA 5-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#L7930
MISRA 5-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#L7989
MISRA 5-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#L8034
MISRA 5-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#L8074
MISRA 5-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#L8081
MISRA 5-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#L8082
MISRA 5-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#L8123
MISRA 5-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#L8157
MISRA 5-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#L8257
MISRA 5-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#L8592
MISRA 5-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#L8673
MISRA 5-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#L8817
MISRA 5-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#L8933
MISRA 5-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#L9038
MISRA 5-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#L9064
MISRA 5-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#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/server/network/protocol/protocollogin.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/server/network/protocol/protocollogin.cpp#L64
MISRA 5-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-6:
src/server/network/protocol/protocollogin.cpp#L77
MISRA 5-0-6: An implicit integral or floating-point conversion shall not reduce the size of the underlying type
|
misra-cpp2008-5-0-11:
src/server/network/protocol/protocollogin.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/server/network/protocol/protocollogin.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/protocollogin.cpp#L87
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
unroll-loops:
src/server/network/protocol/protocollogin.cpp#L89
kernel performance could be improved by unrolling this loop with a '#pragma unroll' directive
|
misra-cpp2008-5-0-6:
src/server/network/protocol/protocollogin.cpp#L90
MISRA 5-0-6: An implicit integral or floating-point conversion shall not reduce the size of the underlying type
|
misra-cpp2008-5-0-11:
src/server/network/protocol/protocollogin.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/protocollogin.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/server/network/protocol/protocollogin.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/server/network/protocol/protocolstatus.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/server/network/protocol/protocolstatus.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/server/network/protocol/protocolstatus.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/server/network/protocol/protocolstatus.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/server/network/protocol/protocolstatus.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/server/network/protocol/protocolstatus.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/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#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/server/network/protocol/protocolstatus.cpp#L224
MISRA 5-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#L229
MISRA 5-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#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/utils/tools.cpp#L156
MISRA 5-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#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/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#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#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/utils/tools.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/utils/tools.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/utils/tools.cpp#L182
MISRA 5-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#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/utils/tools.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/utils/tools.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/utils/tools.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/utils/tools.cpp#L207
MISRA 5-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#L292
MISRA 5-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#L295
MISRA 5-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#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/utils/tools.cpp#L328
MISRA 5-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#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/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#L365
MISRA 5-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#L1027
MISRA 5-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#L1040
MISRA 5-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#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/utils/tools.cpp#L1555
MISRA 5-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#L1569
MISRA 5-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#L1724
MISRA 5-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#L1728
MISRA 5-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#L1732
MISRA 5-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#L1736
MISRA 5-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#L1740
MISRA 5-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#L1744
MISRA 5-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#L1748
MISRA 5-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#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/utils/tools.cpp#L1860
MISRA 5-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/canary_server.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/canary_server.cpp#L149
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
misra-cpp2008-5-0-6:
src/canary_server.cpp#L149
MISRA 5-0-6: An implicit integral or floating-point conversion shall not reduce the size of the underlying type
|
misra-cpp2008-5-0-11:
src/canary_server.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-3-1:
src/canary_server.cpp#L352
MISRA 5-3-1: Each operand of the ! operator, the logical && or the logical || operators shall have type bool
|
misra-cpp2008-0-1-7:
src/canary_server.cpp#L398
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/creatures/players/grouping/groups.cpp#L88
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#L24
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/creatures/players/grouping/party.cpp#L311
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#L597
MISRA 5-0-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#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/grouping/party.cpp#L605
MISRA 5-0-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#L606
MISRA 5-0-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#L194
MISRA 5-0-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#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/creatures/players/imbuements/imbuements.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/creatures/players/imbuements/imbuements.cpp#L203
MISRA 5-0-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#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/creatures/players/imbuements/imbuements.cpp#L207
MISRA 5-0-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#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/creatures/players/imbuements/imbuements.cpp#L211
MISRA 5-0-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#L214
MISRA 5-0-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#L217
MISRA 5-0-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#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/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/imbuements/imbuements.cpp#L223
MISRA 5-0-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#L492
MISRA 5-0-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#L496
MISRA 5-0-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#L574
MISRA 5-0-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#L622
MISRA 5-0-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#L646
MISRA 5-0-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#L647
MISRA 5-0-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#L654
MISRA 5-0-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#L662
MISRA 5-0-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#L672
MISRA 5-0-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#L673
MISRA 5-0-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#L693
MISRA 5-0-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#L705
MISRA 5-0-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#L855
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#L1396
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
unnecessary-copy-initialization:
src/creatures/players/player.cpp#L1458
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#L1490
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#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#L1753
MISRA 5-0-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#L2346
MISRA 5-0-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#L2369
MISRA 5-0-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#L2403
MISRA 5-0-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#L2478
MISRA 5-0-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#L2563
MISRA 5-0-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#L2681
MISRA 5-0-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#L2717
MISRA 5-0-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#L2740
MISRA 5-0-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#L2740
MISRA 5-0-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#L2847
MISRA 5-0-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#L2873
MISRA 5-0-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#L2874
MISRA 5-0-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#L2874
MISRA 5-0-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#L2877
MISRA 5-0-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#L2877
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#L3076
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#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#L3098
MISRA 5-0-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#L3675
MISRA 5-0-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#L3761
MISRA 5-0-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#L3942
MISRA 5-0-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#L3960
MISRA 5-0-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#L4911
MISRA 5-0-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#L5016
MISRA 5-0-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#L5037
MISRA 5-0-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#L5203
MISRA 5-0-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#L5204
MISRA 5-0-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#L5205
MISRA 5-0-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#L5257
MISRA 5-0-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#L5389
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#L5571
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
for-range-copy:
src/creatures/players/player.cpp#L5572
the loop variable's type is not a reference type; this creates a copy in each iteration; consider making this a reference
|
misra-cpp2008-5-0-5:
src/creatures/players/player.cpp#L5578
MISRA 5-0-5: There shall be no implicit floating-integral conversions
|
err33-c:
src/creatures/players/player.cpp#L5712
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#L5767
MISRA 5-0-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#L5768
MISRA 5-0-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#L5769
MISRA 5-0-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#L5789
MISRA 5-0-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#L5791
MISRA 5-0-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#L5864
MISRA 5-0-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#L5905
MISRA 5-0-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#L5924
MISRA 5-0-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#L5941
MISRA 5-0-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#L5957
MISRA 5-0-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#L6029
MISRA 5-0-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#L6032
MISRA 5-0-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#L6043
MISRA 5-0-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#L6067
MISRA 5-0-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#L6079
MISRA 5-0-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#L6112
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#L6173
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#L6338
MISRA 5-0-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#L6843
MISRA 5-0-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#L6846
MISRA 5-0-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#L6850
MISRA 5-0-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#L6854
MISRA 5-0-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#L6971
MISRA 5-0-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#L7205
MISRA 5-0-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#L7249
MISRA 5-0-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#L7288
MISRA 5-0-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#L7291
MISRA 5-0-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#L7293
MISRA 5-0-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#L7309
MISRA 5-0-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#L7320
MISRA 5-0-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#L7342
MISRA 5-0-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#L7347
MISRA 5-0-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#L7376
MISRA 5-0-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#L7505
MISRA 5-0-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#L7505
MISRA 5-0-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#L7505
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#L8111
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#L8174
MISRA 5-0-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#L8176
MISRA 5-0-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#L57
MISRA 5-0-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#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/creatures/players/cyclopedia/player_badge.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/creatures/players/cyclopedia/player_badge.cpp#L72
MISRA 5-0-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#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/creatures/players/cyclopedia/player_cyclopedia.cpp#L27
MISRA 5-0-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#L117
MISRA 5-0-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#L120
MISRA 5-0-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#L124
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#L167
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#L194
MISRA 5-0-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#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/players/cyclopedia/player_title.cpp#L186
MISRA 5-0-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#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/creatures/players/cyclopedia/player_title.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/creatures/players/cyclopedia/player_title.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/creatures/players/cyclopedia/player_title.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/creatures/players/cyclopedia/player_title.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/creatures/players/cyclopedia/player_title.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/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#L142
MISRA 5-0-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#L286
MISRA 5-0-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#L413
MISRA 5-0-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#L540
MISRA 5-0-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#L667
MISRA 5-0-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#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/players/wheel/player_wheel.cpp#L977
MISRA 5-0-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#L991
MISRA 5-0-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#L1004
MISRA 5-0-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#L1012
MISRA 5-0-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#L1015
MISRA 5-0-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#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/creatures/players/wheel/player_wheel.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/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#L1047
MISRA 5-0-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#L1054
MISRA 5-0-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#L1104
MISRA 5-0-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#L1207
MISRA 5-0-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#L1299
MISRA 5-0-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#L1311
MISRA 5-0-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#L1315
MISRA 5-0-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#L1325
MISRA 5-0-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#L1329
MISRA 5-0-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#L1333
MISRA 5-0-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#L1337
MISRA 5-0-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#L1341
MISRA 5-0-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#L1345
MISRA 5-0-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#L1786
MISRA 5-0-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#L1794
MISRA 5-0-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#L1826
MISRA 5-0-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#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/creatures/players/wheel/player_wheel.cpp#L1852
MISRA 5-0-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#L1857
MISRA 5-0-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#L1862
MISRA 5-0-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#L1867
MISRA 5-0-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#L1885
MISRA 5-0-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#L1890
MISRA 5-0-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#L1895
MISRA 5-0-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#L1965
MISRA 5-0-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#L2395
MISRA 5-0-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#L2409
MISRA 5-0-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#L2423
MISRA 5-0-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#L2545
MISRA 5-0-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#L2696
MISRA 5-0-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#L2698
MISRA 5-0-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#L2702
MISRA 5-0-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#L2704
MISRA 5-0-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#L2708
MISRA 5-0-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#L2710
MISRA 5-0-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#L2714
MISRA 5-0-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#L2716
MISRA 5-0-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#L2720
MISRA 5-0-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#L2722
MISRA 5-0-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#L2726
MISRA 5-0-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#L2728
MISRA 5-0-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#L2732
MISRA 5-0-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#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/wheel/player_wheel.cpp#L2740
MISRA 5-0-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#L2744
MISRA 5-0-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#L2746
MISRA 5-0-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#L2756
MISRA 5-0-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#L2758
MISRA 5-0-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#L2762
MISRA 5-0-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#L2768
MISRA 5-0-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#L2770
MISRA 5-0-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#L2800
MISRA 5-0-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#L2802
MISRA 5-0-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#L2804
MISRA 5-0-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#L2806
MISRA 5-0-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#L2808
MISRA 5-0-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#L2812
MISRA 5-0-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#L2841
MISRA 5-0-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#L2982
MISRA 5-0-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#L2984
MISRA 5-0-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#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/creatures/players/wheel/player_wheel.cpp#L2989
MISRA 5-0-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#L3058
MISRA 5-0-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#L3060
MISRA 5-0-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#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/creatures/players/vocations/vocation.cpp#L52
MISRA 5-0-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#L104
MISRA 5-0-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#L19
MISRA 5-0-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#L20
MISRA 5-0-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#L38
MISRA 5-0-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#L229
MISRA 5-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#L255
MISRA 5-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#L265
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
misra-cpp2008-5-0-13:
src/database/databasemanager.cpp#L90
MISRA 5-0-13: The condition of an if-statement and the condition of an iteration-statement shall have type bool
|
suspicious-string-compare:
src/database/databasemanager.cpp#L148
function 'strcasecmp' is called without explicitly comparing result
|
misra-cpp2008-5-0-13:
src/database/databasemanager.cpp#L148
MISRA 5-0-13: The condition of an if-statement and the condition of an iteration-statement shall have type bool
|
implicit-bool-conversion:
src/database/databasemanager.cpp#L148
implicit conversion 'int' -> 'bool'
|
misra-cpp2008-5-0-11:
src/game/game.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/game/game.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/game/game.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/game/game.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/game/game.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/game/game.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/game/game.cpp#L196
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
prefer-member-initializer:
src/game/game.cpp#L200
'm_worlds' should be initialized in a member initializer of the constructor
|
misra-cpp2008-5-0-11:
src/game/game.cpp#L732
MISRA 5-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#L819
MISRA 5-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#L882
MISRA 5-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#L883
MISRA 5-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#L897
MISRA 5-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#L901
MISRA 5-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#L1331
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#L1503
function 'internalMoveCreature' has cognitive complexity of 36 (threshold 25)
|
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#L1524
MISRA 5-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#L1540
MISRA 5-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#L1646
MISRA 5-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#L1820
MISRA 5-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#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/game/game.cpp#L2274
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#L3552
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#L4050
MISRA 5-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#L4651
MISRA 5-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#L4699
MISRA 5-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#L4772
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#L5172
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#L5750
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#L5909
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#L6029
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#L6693
narrowing conversion from 'double_t' (aka 'double') to 'int32_t' (aka 'int')
|
misra-cpp2008-5-0-11:
src/game/game.cpp#L7155
MISRA 5-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#L7615
MISRA 5-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#L8014
MISRA 5-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#L8017
MISRA 5-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#L8020
MISRA 5-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#L8044
MISRA 5-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#L8391
MISRA 5-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#L8440
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
easily-swappable-parameters:
src/game/game.cpp#L8445
2 adjacent parameters of 'generateHighscoreQueryForEntries' of similar type ('const std::string &') are easily swapped by mistake
|
easily-swappable-parameters:
src/game/game.cpp#L8460
2 adjacent parameters of 'generateHighscoreQueryForOurRank' of convertible types are easily swapped by mistake
|
err33-c:
src/game/game.cpp#L8950
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/game/game.cpp#L9155
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#L9431
MISRA 5-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#L9440
MISRA 5-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#L9677
MISRA 5-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#L9729
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#L10189
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/game/game.cpp#L10195
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/game/game.cpp#L10197
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
magic-numbers:
src/game/game.cpp#L10229
300 is a magic number; consider replacing it with a named constant
|
magic-numbers:
src/config/configmanager.cpp#L68
97172 is a magic number; consider replacing it with a named constant
|
misra-cpp2008-5-0-11:
src/game/movement/teleport.cpp#L28
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#L239
method 'addEvent' can be made static
|
err33-c:
src/game/scheduling/save_manager.cpp#L94
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
misra-cpp2008-6-4-2:
src/game/worlds/gameworlds.cpp#L50
MISRA 6-4-2: All if ... else if constructs shall be terminated with an else clause
|
else-after-return:
src/game/worlds/gameworlds.cpp#L52
do not use 'else' after 'return'
|
misra-cpp2008-6-4-2:
src/game/worlds/gameworlds.cpp#L70
MISRA 6-4-2: All if ... else if constructs shall be terminated with an else clause
|
else-after-return:
src/game/worlds/gameworlds.cpp#L72
do not use 'else' after 'return'
|
err33-c:
src/game/zones/zone.cpp#L135
the value returned by this function should not be disregarded; neglecting it may lead to errors
|
err33-c:
src/game/zones/zone.cpp#L141
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#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/io/filestream.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/io/io_wheel.cpp#L191
MISRA 5-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#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/io/io_wheel.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/io/io_wheel.cpp#L203
MISRA 5-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#L207
MISRA 5-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#L211
MISRA 5-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#L269
MISRA 5-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#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/io_wheel.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/io/io_wheel.cpp#L314
MISRA 5-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#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/io/iobestiary.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/iobestiary.cpp#L350
MISRA 5-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#L356
MISRA 5-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#L359
MISRA 5-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#L362
MISRA 5-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#L365
MISRA 5-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#L368
MISRA 5-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#L374
MISRA 5-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#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/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/iobestiary.cpp#L427
MISRA 5-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#L273
MISRA 5-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#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/io/io_bosstiary.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/io/ioguild.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/io/iologindata.cpp#L71
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
unroll-loops:
src/io/iologindata.cpp#L480
kernel performance could be improved by unrolling this loop with a '#pragma unroll' directive
|
avoid-do-while:
src/io/iologindata.cpp#L480
avoid do-while loops
|
static-accessed-through-instance:
src/io/iologindata.cpp#L484
static member accessed through instance
|
static-accessed-through-instance:
src/io/iologindata.cpp#L487
static member accessed through instance
|
misra-cpp2008-0-1-7:
src/io/iologindata.cpp#L493
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/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#L234
MISRA 5-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#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/io/functions/iologindata_save_player.cpp#L646
MISRA 5-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#L751
MISRA 5-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#L752
MISRA 5-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#L69
MISRA 5-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#L120
MISRA 5-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#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/io/iomap.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/iomap.cpp#L250
MISRA 5-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#L254
MISRA 5-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#L276
MISRA 5-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#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/iomapserialize.cpp#L230
MISRA 5-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#L237
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/io/iomapserialize.cpp#L317
backward branch (do loop) is ID-dependent due to variable reference to 'result' and may cause performance degradation
|
misra-cpp2008-5-0-11:
src/creatures/appearance/outfit/outfit.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/io/iomarket.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/io/ioprey.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/io/ioprey.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/io/ioprey.cpp#L78
MISRA 5-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#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#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/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#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#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/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#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#L93
MISRA 5-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#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/io/ioprey.cpp#L126
MISRA 5-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#L158
MISRA 5-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#L159
MISRA 5-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#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#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/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#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#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/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#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#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/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#L179
MISRA 5-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#L207
MISRA 5-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#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/io/ioprey.cpp#L236
MISRA 5-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#L244
MISRA 5-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#L254
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#L293
function 'parsePreyAction' has cognitive complexity of 41 (threshold 25)
|
misra-cpp2008-5-0-11:
src/io/ioprey.cpp#L543
MISRA 5-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#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#L570
MISRA 5-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#L585
MISRA 5-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#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/items/bed.cpp#L65
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#L26
duplicate include
|
duplicate-include:
src/creatures/combat/combat.cpp#L27
duplicate include
|
misra-cpp2008-5-0-11:
src/creatures/combat/combat.cpp#L663
MISRA 5-0-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#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/combat/combat.cpp#L1216
MISRA 5-0-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#L1217
MISRA 5-0-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#L1838
MISRA 5-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#L131
MISRA 5-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#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/items/item.cpp#L408
MISRA 5-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#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/items/item.cpp#L865
MISRA 5-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#L869
MISRA 5-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#L870
MISRA 5-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#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/items/item.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/items/item.cpp#L887
MISRA 5-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#L892
MISRA 5-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#L898
MISRA 5-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#L904
MISRA 5-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#L909
MISRA 5-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#L915
MISRA 5-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#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/items/item.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/item.cpp#L925
MISRA 5-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#L930
MISRA 5-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#L935
MISRA 5-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#L940
MISRA 5-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#L945
MISRA 5-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#L950
MISRA 5-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#L955
MISRA 5-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#L965
MISRA 5-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#L970
MISRA 5-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#L975
MISRA 5-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#L980
MISRA 5-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#L985
MISRA 5-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#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/items/item.cpp#L995
MISRA 5-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#L1000
MISRA 5-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#L1005
MISRA 5-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#L1012
MISRA 5-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#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/items/item.cpp#L1243
MISRA 5-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#L1296
MISRA 5-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#L1302
MISRA 5-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#L1651
MISRA 5-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#L1705
MISRA 5-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#L1916
MISRA 5-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#L2103
MISRA 5-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#L2118
MISRA 5-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#L2153
MISRA 5-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#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/items/item.cpp#L2416
MISRA 5-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#L2451
MISRA 5-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#L2669
MISRA 5-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#L2684
MISRA 5-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#L2719
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#L157
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#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/items.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/items/functions/item/custom_attribute.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-0-11:
src/items/functions/item/custom_attribute.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/items/functions/item/custom_attribute.cpp#L99
MISRA 5-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#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/items/functions/item/item_parse.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/items/functions/item/item_parse.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/items/functions/item/item_parse.cpp#L984
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#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
|
static-accessed-through-instance:
src/items/functions/item/item_parse.cpp#L1047
static member accessed through instance
|
misra-cpp2008-5-0-11:
src/items/functions/item/item_parse.cpp#L1195
MISRA 5-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#L877
MISRA 5-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#L922
MISRA 5-0-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#L153
MISRA 5-0-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#L156
MISRA 5-0-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#L159
MISRA 5-0-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#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/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#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/creatures/combat/condition.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/creatures/combat/condition.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/creatures/combat/condition.cpp#L174
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#L444
5 is a magic number; consider replacing it with a named constant
|
misra-cpp2008-5-0-11:
src/creatures/combat/condition.cpp#L550
MISRA 5-0-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#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/creatures/combat/condition.cpp#L560
MISRA 5-0-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#L565
MISRA 5-0-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#L570
MISRA 5-0-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#L574
MISRA 5-0-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#L579
MISRA 5-0-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#L583
MISRA 5-0-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#L654
MISRA 5-0-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#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/combat/condition.cpp#L681
MISRA 5-0-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#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/combat/condition.cpp#L702
MISRA 5-0-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#L712
MISRA 5-0-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#L786
MISRA 5-0-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#L975
MISRA 5-0-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#L980
MISRA 5-0-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#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/combat/condition.cpp#L995
MISRA 5-0-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#L1000
MISRA 5-0-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#L1005
MISRA 5-0-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#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/creatures/combat/condition.cpp#L1015
MISRA 5-0-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#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/creatures/combat/condition.cpp#L1030
MISRA 5-0-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#L1040
MISRA 5-0-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#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/combat/condition.cpp#L1050
MISRA 5-0-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#L1055
MISRA 5-0-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#L1060
MISRA 5-0-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#L1065
MISRA 5-0-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#L1070
MISRA 5-0-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#L1207
MISRA 5-0-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#L1210
MISRA 5-0-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#L1213
MISRA 5-0-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#L1216
MISRA 5-0-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#L1375
MISRA 5-0-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#L1428
MISRA 5-0-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#L1431
MISRA 5-0-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#L1548
MISRA 5-0-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#L1549
MISRA 5-0-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#L1551
MISRA 5-0-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#L1555
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|
simplify-boolean-expr:
src/creatures/combat/condition.cpp#L1901
redundant boolean literal in conditional return statement
|
misra-cpp2008-5-0-11:
src/creatures/combat/condition.cpp#L1931
MISRA 5-0-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#L1933
MISRA 5-0-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#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/creatures/combat/condition.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/combat/condition.cpp#L1959
MISRA 5-0-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#L1961
MISRA 5-0-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#L1973
MISRA 5-0-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#L1975
MISRA 5-0-11: The plain char type shall only be used for the storage and use of character values
|