dxx-rebirth/d2x-rebirth/libmve
Kp 2243cd7f58 Use xrange for loops with zero start and constant numerical end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*\(!=\|<\)\s*\([0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\4u))/
2019-05-04 18:27:36 +00:00
..
decoder8.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
decoder16.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
decoders.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mve_audio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mve_audio.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mve_main.c Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
mvelib.cpp Use NSDMI wherever possible 2019-04-28 00:53:40 +00:00
mvelib.h Use NSDMI wherever possible 2019-04-28 00:53:40 +00:00
mveplay.cpp Fix crash after pausing movie 2018-10-10 02:01:12 +00:00
mveplayer.1 Move d2x-rebirth source into subdirectory d2x-rebirth 2013-02-19 00:34:46 +00:00