dxx-rebirth/common
Kp 569802e00f Convert kconfig array lookups to require correct enumerated type
This ensures that an array is indexed by the appropriate type.  Indexing
a mouse array with a joystick index is undefined behavior, and with this
change, such undefined behavior is now a compilation error.
2020-07-05 23:34:33 +00:00
..
2d Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
3d clipper.cpp: Fix build with gcc10 2020-06-09 22:23:48 +02:00
arch Only enable joystick axis->button bridge if both axes!=0 and buttons!=0 2020-07-05 23:34:33 +00:00
editor Qualify uses of std::array 2020-05-02 21:18:42 +00:00
include Only enable joystick axis->button bridge if both axes!=0 and buttons!=0 2020-07-05 23:34:33 +00:00
main Convert kconfig array lookups to require correct enumerated type 2020-07-05 23:34:33 +00:00
maths Qualify uses of std::array 2020-05-02 21:18:42 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Remove useless SDL_RWops precision test in SDL2 2020-05-31 23:04:25 +00:00
music
texmap Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
unittest Add unit tests for serialization code 2020-05-17 23:35:25 +00:00