dxx-rebirth/d2x-rebirth/main
Kp 2243cd7f58 Use xrange for loops with zero start and constant numerical end
s/for\s*(\s*\(\w\+\)\s\+\(\w\+\)\s*=\s*0\+u\?\s*;\s*\2\s*\(!=\|<\)\s*\([0-9]\+\)u\?\s*;\s*\(++\s*\2\|\2\s*++\s*\))/range_for (const \1 \2, xrange(\4u))/
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 Use xrange for loops with zero start and constant numerical end 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
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