dxx-rebirth/common
Kp d748e7bbfc Add support for xrange steps other than +1
Prior to this, an xrange always started at the begin term and
incremented by 1 per step until it reached the end term.  There was no
support for a step size other than 1.  Add support for custom step size.
It is the caller's responsibility to pick a step size that will
eventually lead to (iter != end) evaluating to false.
2021-08-26 03:13:45 +00:00
..
2d Switch decode_row from xrange to span to better express its operation 2021-06-28 03:37:51 +00:00
3d optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
arch Use structured bindings to access enumerated ranges 2021-06-28 03:37:50 +00:00
editor Pass grs_canvas& to print_clock 2020-12-27 22:03:09 +00:00
include Add support for xrange steps other than +1 2021-08-26 03:13:45 +00:00
main Add support for xrange steps other than +1 2021-08-26 03:13:45 +00:00
maths Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
mem
misc Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
music
texmap
ui Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
unittest Add support for xrange steps other than +1 2021-08-26 03:13:45 +00:00