dxx-rebirth/common/include
2022-09-24 17:47:52 +00:00
..
editor Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
3d.h Pass std::span to draw_tmap, draw_tmap_flat 2022-09-24 17:47:52 +00:00
adlmidi_dynamic.h Add build time flag to choose whether to enable ADL MIDI support 2018-10-15 00:51:53 +00:00
args.h Reorganize & consolidate stereo vars per PR suggestions. 2021-03-15 11:32:10 -07:00
byteutil.h Combine DXX_HAVE_BUILTIN_BSWAP, DXX_HAVE_BUILTIN_BSWAP16 2022-04-17 22:27:19 +00:00
compiler-cf_assert.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
compiler-poison.h Use std::span for poison helper functions 2022-09-24 17:47:51 +00:00
compiler-range_for.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
compiler-static_assert.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
console.h optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
countarray.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
cpp-valptridx.h Use C++11 user-defined literals to dispatch valptridx error style 2020-04-26 17:26:23 +00:00
d_gl.h Move inclusion of platform-appropriate GL headers to a separate file 2020-07-05 23:34:32 +00:00
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 Use enum class for sound angle parameter 2021-06-28 03:37:51 +00:00
digi_mixer.h Use enum class for sound angle parameter 2021-06-28 03:37:51 +00:00
digi_mixer_music.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
dsx-ns.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
dxxerror.h Split powerup.h to fwd-powerup.h 2022-02-12 18:57:12 +00:00
event.h Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
fmtcheck.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
func.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
fwd-event.h Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
fwd-gr.h Use enum class for gr fade_level 2021-09-19 10:53:48 +00:00
fwd-partial_range.h Propagate T::index_type through partial_range 2021-09-04 12:17:14 +00:00
fwd-valptridx.h Use enum for segnum_t 2022-07-02 18:10:45 +00:00
fwd-vecmat.h Use enum class for vm_magnitude_squared 2022-05-24 02:32:58 +00:00
fwd-window.h Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00
gr.h Work around clang-13 ambiguous operator== 2022-07-02 18:10:45 +00:00
grdef.h Expand GHEIGHT 2017-02-11 21:42:42 +00:00
hash.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
hmp.h Store Windows HMP MIDIHDR inline in hmp_file 2022-08-22 01:24:49 +00:00
iff.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
ignorecase.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
internal.h Move grs_main_bitmap earlier in the header 2021-09-04 12:17:14 +00:00
interp.h Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
joy.h optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
jukebox.h Move jukebox_load, jukebox_hook_next to dcx 2020-05-31 23:04:25 +00:00
key.h improved joystick button to keyboard command mapping 2020-06-30 21:18:49 +02:00
loadgl.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
makesig.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
maths.h Remove quadint members low, high 2022-05-24 02:32:58 +00:00
messagebox.h Simplify handling warning function 2018-12-30 00:43:58 +00:00
mouse.h Use enum class for MBTN_* constants 2022-02-27 14:23:53 +00:00
ntstring.h Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
null_sentinel_iterator.h Remove use of deprecated std::iterator 2020-05-02 21:18:43 +00:00
ogl_extensions.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ogl_init.h Pass std::span to _g3_draw_tmap_2 2022-09-24 17:47:52 +00:00
ogl_sync.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
pack.h Use an explicitly defaulted exact_type<T>::operator== 2022-07-02 18:10:45 +00:00
palette.h Remove unused copy_diminish_palette 2022-07-02 18:10:45 +00:00
partial_range.h Replace various uses of std::enable_if with C++20 requires() 2022-07-30 17:42:59 +00:00
pcx.h Fix build for screenshot=legacy opengl=0 2021-02-06 17:53:53 +00:00
physfs-serial.h Move various definitions into namespaces 2020-12-19 16:13:26 +00:00
physfs_list.h Explicitly require support for C++11 constructor inheritance 2022-01-09 15:25:42 +00:00
physfsx.h Replace deprecated std::is_pod in physfsx helpers 2022-07-02 18:10:45 +00:00
pstypes.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
rbaudio.h indent fixes, improve comments, other code fixes 2019-10-27 03:11:15 +03:00
reverse.h Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
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 Remove unnecessary members in splitpath_t 2022-06-11 15:00:02 +00:00
texmap.h Pass std::span to draw_tmap, draw_tmap_flat 2022-09-24 17:47:52 +00:00
timer.h Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
u_mem.h Restrict RAIIdmem to use on integral types 2022-07-02 18:10:45 +00:00
ui.h Use enum class for MBTN_* constants 2022-02-27 14:23:53 +00:00
valptridx.h Change valptridx allow_end_construction to avoid assertion 2022-09-24 17:47:52 +00:00
varutil.h Use zip for nm_messagebox_str 2020-09-11 03:08:02 +00:00
vecmat.h Make vector magnitude constant in more cases 2022-09-24 17:47:52 +00:00
window.h Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00