dxx-rebirth/common
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
..
2d Pass std::span to decode_data 2022-09-24 17:47:52 +00:00
3d Fix SDL-only g3_draw_sphere overflow test 2022-09-24 17:47:52 +00:00
arch Pass std::span to ogl_extensions is_ext_supported 2022-09-24 17:47:52 +00:00
editor Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
include Use compiler std::endian instead of union-based punning 2022-09-24 17:47:52 +00:00
main Compare d1 extra pig in place 2022-09-24 17:47:52 +00:00
maths Remove quadint members low, high 2022-05-24 02:32:58 +00:00
mem
misc Use std::span for poison helper functions 2022-09-24 17:47:51 +00:00
music
texmap Pass std::span to draw_tmap, draw_tmap_flat 2022-09-24 17:47:52 +00:00
ui Pass std::span to file_getdirlist 2022-09-24 17:47:52 +00:00
unittest Add unit tests for enumerate 2022-02-13 19:13:38 +00:00