dxx-rebirth/common
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
..
2d Add utility xrange for range-based loops with precomputed bounds 2019-05-04 18:27:36 +00:00
3d Omit p3_{u,v,l} from OpenGL builds 2019-01-01 04:54:35 +00:00
arch Fix gcc-7 build of joy.cpp 2019-04-28 00:53:40 +00:00
editor Enable -Wformat-truncation 2018-08-26 18:10:36 +00:00
include Use check_untrusted on boss robot messages 2019-04-28 00:53:40 +00:00
main Add utility xrange for range-based loops with precomputed bounds 2019-05-04 18:27:36 +00:00
maths Fix integer truncation in quaternion setup 2019-04-13 18:00:07 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Only test warn_func when it can be nullptr 2019-01-01 04:54:35 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ui Enable -Wimplicit-fallthrough=5; fix resulting breaks 2019-04-04 04:29:03 +00:00
unittest Add unit tests for valptridx parameter validation 2018-06-17 05:04:38 +00:00