dxx-rebirth/similar/arch/sdl
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
..
digi.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
digi_audio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
digi_mixer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
gr.cpp Use xrange for loops with zero start and constant numerical end 2019-05-04 18:27:36 +00:00
init.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
jukebox.cpp Use NSDMI wherever possible 2019-04-28 00:53:40 +00:00