dxx-rebirth/similar/arch/sdl
Kp a1ab71f5ad Avoid calling make_unique<...>({})
The compiler may or may not recognize that the temporary T{} passed to
make_unique can be omitted.  Help it by passing nothing, then explicitly
clearing the returned data as a separate step.
2016-08-06 19:55:24 +00:00
..
digi.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
digi_audio.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
digi_mixer.cpp Uninline namespace dsx 2015-12-13 18:00:49 +00:00
gr.cpp Avoid calling make_unique<...>({}) 2016-08-06 19:55:24 +00:00
init.cpp Added breaks in event.cpp to prevent unwanted events if -nomouse and/or -nojoystick is given; Added automap_apply_input() to prevent multiple inputs per frame causing multiple movement applications. 2016-05-30 13:17:42 +02:00
jukebox.cpp Fix -Wshadow warnings in read_m3u 2016-05-21 17:24:51 +00:00