dxx-rebirth/similar
Kp dbab38b8ea Centralize and defer robot gun point setup
Use a std::optional<vms_vector> to store the gun point and a flag of
whether the gun point is valid.  This allows deferring computation of
the gun point until it is needed, and avoids recomputing it once it has
been computed.  This also fixes an obscure case where a robot with its
gun positioned at 0,0,0 would be incorrectly considered too far away.
2022-12-02 04:09:20 +00:00
..
2d Use RAII_SDL_Surface to track SDL-only main canvas surface 2022-11-06 18:18:57 +00:00
3d Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
arch Defer allocating resample output until replicateChannel begins 2022-11-12 19:31:52 +00:00
editor Fix OS X clang build 2022-10-31 00:51:32 +00:00
main Centralize and defer robot gun point setup 2022-12-02 04:09:20 +00:00
misc Fix OS X clang build 2022-10-31 00:51:32 +00:00