dxx-rebirth/common
Kp 30c7e39ede Fix d_marker_state method for gcc-5
gcc-5 rejects `constexpr bool DefiningMarkerMessage() const` because
`d_marker_state` is not literal.  Later versions of gcc accept this, but
the `constexpr` is not useful here since one term is a runtime variable.
Remove `constexpr`.

Also, modify the definition of `marker_message_text_t` and
`d_marker_state` to encourage the compiler to initialize `MarkerState`
at compile time instead of load time.

Fixes: 49a4ac1c0e ("Move more marker state to d_marker_state")
2018-03-24 21:33:29 +00:00
..
2d Remove build_colormap_good parameter used 2018-03-08 04:21:18 +00:00
3d Simplify calc_rod_corners loops 2017-08-26 19:47:51 +00:00
arch Guard event_get_idle_seconds in #if DXX_USE_EDITOR 2018-02-10 22:23:36 +00:00
editor Simplify calls to gr_set_default_canvas 2017-11-05 20:49:08 +00:00
include Store MarkerObject as imobjidx, not objnum 2018-03-10 18:32:02 +00:00
main Fix d_marker_state method for gcc-5 2018-03-24 21:33:29 +00:00
maths
mem
misc Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
texmap Move various SDL-only texture mapping functions to !DXX_USE_OGL 2017-11-01 02:01:21 +00:00
ui Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00