dxx-rebirth/common/2d
Kp 15ac8a5ac6 Add utility xrange for range-based loops with precomputed bounds
Utility xrange, inspired by the Python2 feature of the same name,
provides an object that returns successive values from [start, end).  It
is useful when the end index is known in advance, and is particularly
helpful when that index is expensive to recompute.
2019-05-04 18:27:36 +00:00
..
2dsline.cpp Pass canvas to gr_scanline 2016-12-29 03:27:08 +00:00
bitblt.cpp Add utility xrange for range-based loops with precomputed bounds 2019-05-04 18:27:36 +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 Expand EXCHG 2015-04-02 02:36:54 +00:00
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 Simplify gr_rle_expand_scanline_generic 2017-10-06 01:59:09 +00:00
scalec.cpp Fix savegame thumbnail previews 2017-11-06 04:24:16 +00:00