dxx-rebirth/common/2d
Kp a52d8106ce Use xrange for loops with simple identifier start and simple identifier end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*\([A-Za-z_0-9]\+\)\s*;\s*\2\s*!=\s*\([A-Za-z_0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\3, \4))/
2019-05-04 18:27:37 +00:00
..
2dsline.cpp
bitblt.cpp Use xrange for loops with simple identifier start and simple identifier end 2019-05-04 18:27:37 +00:00
bitmap.cpp Tighten protection against grs_bitmap bm_data confusion 2019-02-02 18:36:39 +00:00
bitmap.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
box.cpp
canvas.cpp Add debugging code to trace global canvas updates 2017-11-05 20:49:09 +00:00
circle.cpp Pass grs_bitmap to gr_upixel 2017-03-11 19:56:23 +00:00
clip.h
disc.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
gpixel.cpp
line.cpp Pass grs_bitmap to gr_upixel 2017-03-11 19:56:23 +00:00
pixel.cpp Pass grs_bitmap to gr_pixel 2017-03-11 19:56:23 +00:00
rect.cpp
rle.cpp Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00
scalec.cpp Use xrange for loops with zero start and simple identifier end 2019-05-04 18:27:37 +00:00