dxx-rebirth/similar/editor
Kp b282bea173 Rewrite simple integer casts from C style to static_cast<>
This pass only targets commonly used standard types.

s/(\(\s*\(\(un\)\?signed\|int\|char\|short\|long\|float\|double\|s\?size_t\|\(u\?int[[:digit:]]\+_t\)\)\)\s*)\s*(/static_cast<\1>(/g
2016-06-05 01:04:26 +00:00
..
centers.cpp Fix -Wshadow warnings in centers_dialog_handler 2016-05-21 17:24:51 +00:00
curves.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
eglobal.cpp
elight.cpp
eobject.cpp Pass object &to init_ai_object 2016-04-23 17:59:47 +00:00
eswitch.cpp
group.cpp Fix -Wshadow warnings in med_rotate_group 2016-05-22 17:49:31 +00:00
info.cpp
kbuild.cpp
kcurve.cpp
kfuncs.cpp Move namespace dsx handling to dsx-ns.h 2016-03-19 19:08:10 +00:00
kgame.cpp
khelp.cpp
kmine.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
ksegmove.cpp
ksegsel.cpp
ksegsize.cpp
ktmap.cpp
kview.cpp
med.cpp Add parentheses around target of simple casts 2016-06-05 01:04:25 +00:00
meddraw.cpp Fix -Wshadow warnings in draw_segment 2016-05-21 17:24:51 +00:00
medmisc.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
medrobot.cpp Pass object &to init_ai_object 2016-04-23 17:59:47 +00:00
medsel.cpp
medwall.cpp
mine.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
objpage.cpp
segment.cpp Fix -Wshadow warnings in med_create_segment 2016-05-22 17:49:30 +00:00
seguvs.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
texpage.cpp
texture.cpp