dxx-rebirth/common/include
Kp 7effca68f0 Use RAII_SDL_Surface to track SDL-only main canvas surface
The Rebirth main screen grd_curscreen borrows the memory allocated by
SDL_CreateRGBSurface to store its data.  Store the pointer to that
surface inside grd_curscreen and make grd_curscreen responsible for
freeing the surface.
2022-11-06 18:18:57 +00:00
..
editor Enable gcc attribute suggestion warnings 2022-10-16 23:20:34 +00:00
3d.h Remove unnecessary explicit definition of tmap_drawer_type::operator!= 2022-10-09 23:15:19 +00:00
adlmidi_dynamic.h
args.h Default disable VR side-by-side for OpenGL ES 2022-10-09 23:15:20 +00:00
byteutil.h
compiler-cf_assert.h
compiler-poison.h Use std::span for poison helper functions 2022-09-24 17:47:51 +00:00
compiler-range_for.h
compiler-static_assert.h
console.h Use std::array for console_buffer::line 2022-09-24 17:47:52 +00:00
countarray.h
cpp-valptridx.h
d_gl.h
d_underlying_value.h Change underlying_value to use a deleted function for the bad case 2022-06-11 15:00:02 +00:00
digi_audio.h
digi_mixer.h
digi_mixer_music.h
dsx-ns.h
dxxerror.h Pass std::span to msgbox_warning 2022-09-24 17:47:53 +00:00
event.h
fmtcheck.h
func.h
fwd-event.h
fwd-gr.h
fwd-partial_range.h
fwd-valptridx.h Add check that d_array<E> is not unsigned int or unsigned long 2022-10-09 23:15:20 +00:00
fwd-vecmat.h
fwd-window.h
gr.h Use RAII_SDL_Surface to track SDL-only main canvas surface 2022-11-06 18:18:57 +00:00
grdef.h
hash.h
hmp.h Store Windows HMP MIDIHDR inline in hmp_file 2022-08-22 01:24:49 +00:00
iff.h
ignorecase.h
internal.h
interp.h Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
joy.h
jukebox.h
key.h
loadgl.h
makesig.h
maths.h Remove quadint members low, high 2022-05-24 02:32:58 +00:00
messagebox.h Pass std::span to msgbox_warning 2022-09-24 17:47:53 +00:00
mouse.h
ntstring.h Remove unnecessary explicit definition of ntstring::operator!= 2022-10-09 23:15:19 +00:00
null_sentinel_iterator.h Remove unnecessary explicit definition of null_sentinel_iterator::operator!= 2022-10-09 23:15:19 +00:00
ogl_extensions.h
ogl_init.h Default disable VR side-by-side for OpenGL ES 2022-10-09 23:15:20 +00:00
ogl_sync.h
pack.h Add constexpr to SConf operator== test 2022-10-09 23:15:20 +00:00
palette.h Use explicitly defaulted rgb_t::operator== 2022-10-09 23:15:19 +00:00
partial_range.h Fix OS X clang build 2022-10-31 00:51:32 +00:00
pcx.h
physfs-serial.h
physfs_list.h Fix OS X clang build 2022-10-31 00:51:32 +00:00
physfsx.h Fix OS X clang build 2022-10-31 00:51:32 +00:00
pstypes.h
rbaudio.h
rle.h Use std::span for poison helper functions 2022-09-24 17:47:51 +00:00
serial.h Use compiler std::endian instead of union-based punning 2022-09-24 17:47:52 +00:00
strutil.h Test whether change_filename_extension succeeded before using its output 2022-10-09 23:15:20 +00:00
texmap.h Pass std::span to draw_tmap, draw_tmap_flat 2022-09-24 17:47:52 +00:00
timer.h
u_mem.h Restrict RAIIdmem to use on integral types 2022-07-02 18:10:45 +00:00
ui.h Return std::unique_ptr from d_strdup 2022-10-09 23:15:20 +00:00
valptridx.h Make valptridx comparison operators constexpr 2022-10-09 23:15:19 +00:00
varutil.h Define cstring_tie::end() 2022-10-09 23:15:20 +00:00
vecmat.h Use explicitly defaulted operator== for vms_vector 2022-10-09 23:15:19 +00:00
window.h