dxx-rebirth/common
Kp 19f31eb420 Rewrite simple pointer casts from C style to reinterpret_cast<>
This pass only targets int8_t and uint8_t.

s/(\s*\(u\?int8_t\s*\*\+\)\s*)\s*(/reinterpret_cast<\1>(/g
2016-07-03 00:54:14 +00:00
..
2d Rewrite simple integer casts from C style to static_cast<> 2016-06-16 03:56:44 +00:00
3d Pass color to g3_draw_sphere 2016-02-12 04:02:28 +00:00
arch Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
editor Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
include Pass bm_mode to gr_init_bitmap 2016-05-28 17:31:27 +00:00
main Include dsx-ns.h in inferno.h for #define dsx 2016-07-02 02:04:11 +00:00
maths Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
mem Add parentheses around target of more complicated casts 2016-06-12 03:45:37 +00:00
misc Rewrite simple pointer casts from C style to reinterpret_cast<> 2016-07-03 00:54:14 +00:00
texmap Add parentheses around casts of simple array subscripts 2016-06-25 23:21:36 +00:00
ui Rewrite simple integer casts from C style to static_cast<> 2016-06-16 03:56:44 +00:00