dxx-rebirth/common
Kp 6ab3fb262b Add convenience function underlying_value
Add a helper to deduce the enum type of a value, and use an appropriate
std::underlying_type<T> expression for that enum type.  This avoids the
need to repeat the type of the enum at the site of each cast, and moves
the casts into the helper to make the callers easier to read.
2021-09-04 12:17:14 +00:00
..
2d Remove unused return value of gr_bitmap_rle_compress 2021-08-26 03:13:45 +00:00
3d Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
arch Update tool_bundle.py membership test for SCons 4.2.0 2021-08-31 02:20:06 +00:00
editor Pass grs_canvas& to print_clock 2020-12-27 22:03:09 +00:00
include Add convenience function underlying_value 2021-09-04 12:17:14 +00:00
main Use trgnum_t more consistently 2021-09-04 12:17:14 +00:00
maths Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui Remote write-only field UI_GADGET::status 2021-08-26 03:13:46 +00:00
unittest Add support for xrange steps other than +1 2021-08-26 03:13:45 +00:00