Skip to content

Fix monsters attacking across z levels when the wander/scentmove (#3295) #29

Fix monsters attacking across z levels when the wander/scentmove (#3295)

Fix monsters attacking across z levels when the wander/scentmove (#3295) #29

Triggered via push September 28, 2023 20:59
Status Success
Total duration 1h 46m 47s
Artifacts

clang-tidy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/mapgen_functions.cpp#L3068
Unnecessary initialization of 'nw_corner'. 'point' is zero-initialized by default. [cata-point-initialization]
build: src/mapgen_functions.cpp#L3068
Prefer constructing 'point' from named constant 'point_zero' rather than explicit integer arguments. [cata-use-named-point-constants]
build: src/mapgen_functions.cpp#L3079
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3082
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3088
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3091
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3097
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3100
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3106
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]
build: src/mapgen_functions.cpp#L3109
Construction of 'point' can be simplified using overloaded arithmetic operators. [cata-use-point-arithmetic]