dxx-rebirth/common
Kp c4c09963ae Use constexpr uint8_t for TRANSPARENCY_COLOR
This encourages std::fill_n to become memset.  When TRANSPARENCY_COLOR
is `#define`'d to 255, it is an integer literal of type `int`.
2020-05-22 02:40:26 +00:00
..
2d Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
3d Move Canvas_width,Canvas_height to local scope 2020-05-22 02:40:26 +00:00
arch Factor out std::max in event dispatching 2020-05-22 02:40:26 +00:00
editor Qualify uses of std::array 2020-05-02 21:18:42 +00:00
include Use constexpr uint8_t for TRANSPARENCY_COLOR 2020-05-22 02:40:26 +00:00
main Move texture_list out of global scope 2020-05-22 02:40:26 +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 Delegate PCX loading to SDL_image 2020-05-17 23:35:26 +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 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