dxx-rebirth/common/2d
Kp 3bd10610fc Use xrange for loops with zero start and simple identifier end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\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))/
2019-05-04 18:27:37 +00:00
..
2dsline.cpp
bitblt.cpp Use xrange for loops with zero 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 Pass canvas to gr_box 2017-01-01 00:45:44 +00:00
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 Pass unsigned x/y to gr_gpixel 2016-12-29 03:27:11 +00:00
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 Pass canvas to gr_rect 2017-01-01 00:45:45 +00:00
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