Skip to content

Merge branch 'main' into dudantas/implement-player-batch-updates

5d2f3d5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

perf/refactor: implement player batch updates #3701

Merge branch 'main' into dudantas/implement-player-batch-updates
5d2f3d5
Select commit
Loading
Failed to load commit list.
GitHub Actions / cppcheck completed Mar 17, 2026 in 1s

reviewdog [cppcheck] report

reported by reviewdog 🐶

Findings (1)

src/creatures/npcs/npc.cpp|127| Consider using std::find_if algorithm instead of a raw loop.

Filtered Findings (0)

Annotations

Check notice on line 127 in src/creatures/npcs/npc.cpp

See this annotation in the file changed.

@github-actions github-actions / cppcheck

[cppcheck] src/creatures/npcs/npc.cpp#L127

Consider using std::find_if algorithm instead of a raw loop.
Raw output
src/creatures/npcs/npc.cpp:127:I:Consider using std::find_if algorithm instead of a raw loop.