dxx-rebirth/common/include
Lukasz Pawelczyk 9da7ed9e27 Fix build break on OSX
msgbox_error() is defined for both Cocoa and Carbon so the define
should not be used.
2017-09-10 13:27:55 +02:00
..
editor Use valptridx for Vertices 2017-08-11 23:43:54 +00:00
3d.h Require vms_angvec &for g3_start_instance_angles 2017-08-26 19:47:51 +00:00
args.h Replace "compiler-type_traits.h" with <type_traits> 2017-06-25 20:46:03 +00:00
byteutil.h Move endian handling into SConf 2016-10-09 17:35:03 +00:00
compiler-addressof.h Include <memory>, not <utility> for std::addressof 2014-11-30 17:04:49 +00:00
compiler-array.h Remove support for array other than std::array 2016-07-31 22:25:49 +00:00
compiler-begin.h Optimize gr_rle_decode 2014-06-30 23:56:51 +00:00
compiler-exchange.h Prevent accidental RAIIdmem construction 2014-09-07 23:56:37 +00:00
compiler-integer_sequence.h Use compiler-provided integer_sequence when it is depth-efficient 2017-07-26 03:15:59 +00:00
compiler-lengthof.h Simplify lengthof header 2014-06-22 21:05:08 +00:00
compiler-make_unique.h Fix build when using make_unique emulation 2015-01-18 01:58:34 +00:00
compiler-poison.h Fix check_header_includes=1 poison.h 2017-02-19 19:33:36 +00:00
compiler-range_for.h Require C++11 range-based for 2016-08-08 00:07:19 +00:00
compiler-static_assert.h Make assert_equal inherit integral_constant 2016-07-15 03:43:01 +00:00
console.h Move console.cpp specific constants out of header 2017-03-18 18:07:36 +00:00
countarray.h Rename countarray method count -> size 2017-06-10 03:31:03 +00:00
cpp-valptridx.h Add alternate valptridx error reporting mechanisms 2017-08-11 23:43:52 +00:00
digi_audio.h Move some digi symbols to dcx 2016-07-15 03:43:02 +00:00
digi_mixer.h Move some digi symbols to dcx 2016-07-15 03:43:02 +00:00
digi_mixer_music.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
dsx-ns.h Disallow misnesting for d1x+d2x, not for dsx 2017-07-26 03:15:58 +00:00
dxxerror.h Simplify reporting fatal errors 2017-08-11 23:43:52 +00:00
event.h Change window_event_result back to a uint8_t with the only forward declaration in fwd-event.h and fix the errors that result. 2016-10-31 10:17:54 +08:00
fmtcheck.h Prefer DXX_CONSTANT_TRUE over DXX_HAVE_BUILTIN_CONSTANT_P 2016-11-12 18:10:09 +00:00
func.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
fwd-event.h Include cstdint in common/include/fwd-event.h instead of pstypes.h to only include required uint8_t 2016-11-06 13:44:29 +08:00
fwd-gr.h Tighten OGL cache parameter validation 2017-07-26 03:15:59 +00:00
fwd-partial_range.h Fix make_range for use on non-const lvalue 2017-06-07 02:44:54 +00:00
fwd-valptridx.h Move valptridx array typedef to appear earlier 2017-08-11 23:43:53 +00:00
fwd-vecmat.h Move EDITOR to dxxsconf.h; rename to DXX_USE_EDITOR 2016-09-11 18:49:16 +00:00
fwd-window.h Use virtual function to dispatch window events 2016-11-19 17:24:52 +00:00
gr.h Pass canvas to gr_set_curfont 2017-02-11 21:42:38 +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 Uninline namespace dcx 2015-12-13 18:00:49 +00:00
iff.h Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
ignorecase.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
internal.h Inline OGL_TEXTURE_LIST_SIZE 2017-03-18 18:07:37 +00:00
interp.h Pass canvas to g3_draw_morphing_model 2017-03-11 19:56:27 +00:00
joy.h Merging in unification/master, resolving conflict in similar/main/kmatrix.cpp 2016-11-06 14:20:18 +08:00
jukebox.h Use #ifdef dsx to guard dsx namespace 2016-01-09 16:38:15 +00:00
key.h Pass the most significant window_event_result to the caller of event_process 2016-10-28 14:43:20 +08:00
loadgl.h Convert loadgl.h dll_GetSymbol calls to reinterpret_cast 2016-09-09 01:35:43 +00:00
makesig.h Rewrite parenthesized uses of old-style numeric casts to static_cast 2016-07-31 22:25:49 +00:00
maths.h Remove useless cast in f2db 2016-07-15 03:43:02 +00:00
messagebox.h Fix build break on OSX 2017-09-10 13:27:55 +02:00
mouse.h Pass the most significant window_event_result to the caller of event_process 2016-10-28 14:43:20 +08:00
ntstring.h Add helper macro DXX_CONSTANT_TRUE 2015-07-29 03:05:28 +00:00
null_sentinel_iterator.h Use range_for for PHYSFS archive types 2015-07-18 21:01:55 +00:00
ogl_extensions.h Unify OpenGL extension handling between OpenGL and OpenGL ES code paths. 2016-11-03 21:59:11 +01:00
ogl_init.h Raise MAX_POINTS_PER_POLY to 64 2017-06-07 02:44:55 +00:00
ogl_sync.h Fix SDL check_header_includes=1 build 2017-03-11 19:56:21 +00:00
pack.h Simplify exact_type 2017-06-25 20:46:03 +00:00
palette.h Move OGL to dxxsconf.h; rename to DXX_USE_OGL 2016-09-24 18:06:11 +00:00
partial_range.h Prefer DXX_CONSTANT_TRUE over DXX_HAVE_BUILTIN_CONSTANT_P 2016-11-12 18:10:09 +00:00
pcx.h Fix various check_header_includes=1 failures 2016-12-05 00:26:11 +00:00
physfs-serial.h Fix capitalization of PHYSFS_File 2016-01-09 16:38:14 +00:00
physfs_list.h Remove obsolete serial typedefs 2017-08-11 23:43:54 +00:00
physfsx.h Replace "compiler-type_traits.h" with <type_traits> 2017-06-25 20:46:03 +00:00
pstypes.h Change window_event_result back to a uint8_t with the only forward declaration in fwd-event.h and fix the errors that result. 2016-10-31 10:17:54 +08:00
rbaudio.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
reverse.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
rle.h Simplify gr_rle_decode 2017-04-08 16:48:17 +00:00
serial.h Remove obsolete serial typedefs 2017-08-11 23:43:54 +00:00
strutil.h Move strutil qsort comparator casts into function 2016-09-04 19:10:42 +00:00
texmap.h Pass canvas to draw_tmap{,_flat} 2017-02-11 21:42:39 +00:00
timer.h Uninline namespace dcx 2015-12-13 18:00:49 +00:00
u_mem.h Use array<> in more places 2017-07-08 18:17:49 +00:00
ui.h Replace "compiler-type_traits.h" with <type_traits> 2017-06-25 20:46:03 +00:00
valptridx.h Move valptridx array typedef to appear earlier 2017-08-11 23:43:53 +00:00
varutil.h Move cstring_tie.p init to member initialization 2014-07-16 03:14:51 +00:00
vecmat.h Use stdint constants for some INT*_MAX 2017-02-22 03:05:43 +00:00
window.h Fix memory corruption starting multiplayer game 2016-11-19 18:09:26 +00:00