dxx-rebirth/common
Kp 59ca93f219 Simplify copy+uppercase pattern in editor code
Change d_strupr to both copy and uppercase, instead of using strcpy to
copy and then a separate phase to rewrite the text as uppercase.
2020-09-28 03:32:15 +00:00
..
2d Add color_palette_index type alias, to note palette-related uint8_t 2020-07-16 02:31:04 +00:00
3d clipper.cpp: Fix build with gcc10 2020-06-09 22:23:48 +02:00
arch Fix no-joystick build 2020-09-11 03:08:02 +00:00
editor Simplify copy+uppercase pattern in editor code 2020-09-28 03:32:15 +00:00
include Simplify copy+uppercase pattern in editor code 2020-09-28 03:32:15 +00:00
main Make scores_menu inherit from window 2020-09-21 03:18:12 +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 Simplify copy+uppercase pattern in editor code 2020-09-28 03:32:15 +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 Move UI_DIALOG callback handling to virtual function 2020-09-21 03:18:12 +00:00
unittest Add unit tests for serialization code 2020-05-17 23:35:25 +00:00