dxx-rebirth/common/3d
Kp 23315ebec2 Fix SDL-only g3_draw_sphere overflow test
PF_OVERFLOW is part of p3_flags, not p3_codes.  Testing p3_codes meant
that the disk would be drawn when CC_OFF_RIGHT was unset.  This seems
unlikely to be what was intended, so fix the mismatch by switching to
use p3_flags instead of switching the symbolic constant.
2022-09-24 17:47:52 +00:00
..
clipper.cpp Move more symbols into namespaces 2020-12-26 21:17:29 +00:00
clipper.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
draw.cpp Fix SDL-only g3_draw_sphere overflow test 2022-09-24 17:47:52 +00:00
globvars.cpp Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
globvars.h Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
instance.cpp Move g3 instance contexts onto the stack 2021-09-04 12:17:14 +00:00
matrix.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
points.cpp Return checkmuldiv result in std::optional 2022-05-24 02:32:58 +00:00
rod.cpp Return checkmuldiv result in std::optional 2022-05-24 02:32:58 +00:00
setup.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00