dxx-rebirth/common/include
Kp 695e8b9ba1 Use memcpy for font filename
Prefer memcpy with a predetermined length, rather than strncpy, which
could leave the buffer without a terminator.  No current callers could
cause the lack of a terminator, but gcc-13 warns about it, so rearrange
the code to fix the warning.
2023-05-20 16:37:26 +00:00
..
editor
3d.h Remove write-only g3d_interp_outline 2023-02-04 19:21:25 +00:00
adlmidi_dynamic.h
args.h Add alternative mixer resamplers 2023-02-11 10:50:21 +00:00
byteutil.h
compiler-cf_assert.h
compiler-poison.h
compiler-range_for.h
compiler-static_assert.h
console.h Simplify DXX_ALWAYS_ERROR_FUNCTION 2022-12-10 18:09:54 +00:00
countarray.h
cpp-valptridx.h
d_gl.h
d_underlying_value.h
digi_audio.h Use enum class for sound_channel 2022-12-17 13:16:28 +00:00
digi_mixer.h Add alternative mixer resamplers 2023-02-11 10:50:21 +00:00
digi_mixer_music.h
dsx-ns.h
dxxerror.h
event.h
fmtcheck.h Simplify DXX_ALWAYS_ERROR_FUNCTION 2022-12-10 18:09:54 +00:00
func.h
fwd-event.h
fwd-gr.h Use memcpy for font filename 2023-05-20 16:37:26 +00:00
fwd-partial_range.h
fwd-valptridx.h Use #if for DXX_HAVE_CXX_BUILTIN_FILE_LINE 2022-11-10 02:04:09 +00:00
fwd-vecmat.h
fwd-window.h Make window_send_event a method of window 2022-12-18 23:10:39 +00:00
gr.h Use memcpy for font filename 2023-05-20 16:37:26 +00:00
grdef.h
hash.h
hmp.h
iff.h
ignorecase.h
internal.h
interp.h Inline the single use of MAX_POLYGON_VECS 2023-01-29 20:42:03 +00:00
joy.h
jukebox.h
key.h
loadgl.h
makesig.h
maths.h
messagebox.h
mouse.h
ntstring.h Simplify DXX_ALWAYS_ERROR_FUNCTION 2022-12-10 18:09:54 +00:00
null_sentinel_iterator.h Use sentinel for null_sentinel_iterator end() 2023-02-04 19:21:25 +00:00
ogl_extensions.h
ogl_init.h Simplify DXX_ALWAYS_ERROR_FUNCTION 2022-12-10 18:09:54 +00:00
ogl_sync.h
pack.h Remove unnecessary definition of exact_type<T>::operator!= 2022-11-13 21:17:23 +00:00
palette.h
partial_range.h Make partial_range_t inherit from ranges::subrange 2023-01-14 19:05:37 +00:00
pcx.h
physfs-serial.h
physfs_list.h Use sentinel for null_sentinel_iterator end() 2023-02-04 19:21:25 +00:00
physfsx.h Eliminate unnecessary string copy in PHYSFSX_addRelToSearchPath 2023-05-13 15:02:55 +00:00
pstypes.h
rbaudio.h
rle.h
serial.h
strutil.h Return computed filename from removeext 2023-04-02 10:15:20 +00:00
texmap.h
timer.h
u_mem.h
ui.h
valptridx.h Use smallest viable size in valptridx::array_base_count_type 2023-01-29 20:42:03 +00:00
varutil.h
vecmat.h Simplify DXX_ALWAYS_ERROR_FUNCTION 2022-12-10 18:09:54 +00:00
window.h Move window existence flag to a mixin, and track using std::shared_ptr 2023-01-14 19:05:37 +00:00