dxx-rebirth/d2x-rebirth/main
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
..
descent.cfg Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
escort.cpp Add utility xrange for range-based loops with precomputed bounds 2019-05-04 18:27:36 +00:00
gamepal.cpp Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
inferno.ini Move d2x-rebirth source into subdirectory d2x-rebirth 2013-02-19 00:34:46 +00:00
libmve.h Fix crash after pausing movie 2018-10-10 02:01:12 +00:00
movie.cpp Enable -Wimplicit-fallthrough=5; fix resulting breaks 2019-04-04 04:29:03 +00:00
movie.h Move OGL to dxxsconf.h; rename to DXX_USE_OGL 2016-09-24 18:06:11 +00:00
physfsrwops.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00