dxx-rebirth/common
Kp b65b6339f4 Make g3_draw_sphere pnt argument const (for OGL only)
SDL still needs to modify it, so use alias type `cg3s_point`, which is
`const g3s_point` in OGL and `g3s_point` in SDL.
2017-08-16 01:54:26 +00:00
..
2d Work around i686-w64-mingw32-g++ compiler crash 2017-04-22 21:23:55 +00:00
3d Make g3_draw_sphere pnt argument const (for OGL only) 2017-08-16 01:54:26 +00:00
arch Replace "compiler-type_traits.h" with <type_traits> 2017-06-25 20:46:03 +00:00
editor Cache canvas in print_clock 2017-02-11 21:42:34 +00:00
include Make g3_draw_sphere pnt argument const (for OGL only) 2017-08-16 01:54:26 +00:00
main Use valptridx for Players 2017-08-13 20:38:32 +00:00
maths Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
texmap Simplify draw_tmap interpolation 2017-03-10 01:22:24 +00:00
ui Expand tt:: indirection to std:: 2017-06-25 20:46:03 +00:00