dxx-rebirth/d2x-rebirth/libmve
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
..
decoder8.cpp Fix gcc-4.6 decoder8 build 2015-05-22 03:33:20 +00:00
decoder16.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
decoders.h Make mve args const 2014-10-10 02:57:07 +00:00
mve_audio.cpp Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
mve_audio.h Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
mve_main.c Fix signaure of mve_cb_Alloc 2014-10-10 02:43:40 +00:00
mvelib.cpp Convert mvelib to vector<uint8_t> 2015-04-26 20:15:51 +00:00
mvelib.h Fix check_header_includes build 2015-07-25 23:10:45 +00:00
mveplay.cpp Rewrite simple integer casts from C style to static_cast<> 2016-06-05 01:04:26 +00:00
mveplayer.1 Move d2x-rebirth source into subdirectory d2x-rebirth 2013-02-19 00:34:46 +00:00