dxx-rebirth/common/include
2015-01-17 18:31:42 +00:00
..
editor Use range_for in segment.cpp 2015-01-12 00:26:02 +00:00
3d.h Pass tmap drawer grs_bitmap by & 2014-11-30 22:09:18 +00:00
args.h Ignore -udp_myport requests for reserved port 2014-09-17 02:16:33 +00:00
byteutil.h Fixes #5 - Byteswap header renamed to byteutil, plus sed magic 2014-07-03 02:03:08 +00:00
compiler-addressof.h Include <memory>, not <utility> for std::addressof 2014-11-30 17:04:49 +00:00
compiler-array.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02: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 template aliases when available 2014-08-03 03:08:15 +00:00
compiler-lengthof.h Simplify lengthof header 2014-06-22 21:05:08 +00:00
compiler-make_unique.h Use make_unique instead of bare new 2014-08-24 18:28:09 +00:00
compiler-range_for.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
compiler-static_assert.h Improve UDT static_assert messages 2014-06-15 22:19:26 +00:00
compiler-type_traits.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
console.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
countarray.h Enable using count_array_t<T,S> with prohibit_void_ptr<T> 2014-06-22 19:06:52 +00:00
digi_audio.h Pass digi_*_start_sound soundobj as sound_object* 2014-12-14 05:22:59 +00:00
digi_mixer.h Pass digi_*_start_sound soundobj as sound_object* 2014-12-14 05:22:59 +00:00
digi_mixer_music.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
dxxerror.h Make d_debugbreak cold 2014-12-24 03:34:33 +00:00
event.h Pass creation context to new windows 2014-12-20 04:36:09 +00:00
fmtcheck.h Use DXX_ALWAYS_ERROR_FUNCTION for printf check 2014-07-19 21:15:01 +00:00
func.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
fwdvalptridx.h Return objptridx_t from find_escort 2014-10-25 16:40:20 +00:00
gr.h Pass gr_init_canvas arg by & 2015-01-17 18:31:40 +00:00
grdef.h Make bitmap bm_data const where easy 2014-12-02 03:24:38 +00:00
hash.h Replace hashtable with std::map 2014-08-02 00:46:56 +00:00
highest_valid.h Remove #define Segment2s Segments 2014-10-21 03:15:12 +00:00
hmp.h Use vector<uint8_t> to manage current_music_hndlbuf 2014-09-20 23:14:03 +00:00
iff.h Fix memory leak writing hoard data 2014-09-27 23:14:50 +00:00
ignorecase.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
internal.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
interp.h Fix WORDS_NEED_ALIGNMENT build of interp.cpp 2014-12-19 02:19:29 +00:00
joy.h Pass d_event arg by const& 2014-10-04 22:36:13 +00:00
jukebox.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
key.h Pass d_event arg by const& 2014-10-04 22:36:13 +00:00
loadgl.h Fix misspelled C++ guard in loadgl.h 2014-06-28 03:57:57 +00:00
makesig.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
maths.h Use native int64 math for fixmulaccum 2014-08-16 17:43:56 +00:00
messagebox.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
mouse.h Pass d_event arg by const& 2014-10-04 22:36:13 +00:00
ntstring.h Refactor ntstring forwarding 2015-01-17 18:31:42 +00:00
ogl_init.h Pass ogl_ubitblt arg by & 2014-12-02 03:35:01 +00:00
pack.h Add operator bool to exact_type<T> 2014-06-22 21:03:23 +00:00
palette.h Use color_t for color values 2014-08-08 02:07:47 +00:00
partial_range.h Generate fewer base_partial_range_error_t::prepare instances 2015-01-12 00:26:03 +00:00
pcx.h Pass pcx_read_bitmap arg by & 2014-12-02 03:35:01 +00:00
physfs-serial.h Reduce header includes of physfsx.h 2014-07-22 23:48:23 +00:00
physfsx.h Use RAIIPHYSFS_File to manage PHYSFS_File 2015-01-17 18:31:42 +00:00
poison.h Add support for poison=overwrite 2015-01-03 23:44:32 +00:00
pstypes.h Remove Microsoft-specific #define inline 2014-08-16 17:34:09 +00:00
rbaudio.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
reverse.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
rle.h Make bitmap bm_data const where easy 2014-12-02 03:24:38 +00:00
serial.h Add const void* conversion to various types 2014-10-12 22:11:28 +00:00
strictindex.h Use special type names for segment/object numbers 2014-08-13 02:57:12 +00:00
strutil.h Fix adding string to empty string_array_t 2015-01-17 18:31:42 +00:00
texmap.h Use array<> for g3ds_tmap::verts 2014-12-13 17:46:55 +00:00
timer.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
u_mem.h Add const void* conversion to various types 2014-10-12 22:11:28 +00:00
ui.h Use ntstring for UI_KEYPAD description 2014-12-22 04:35:48 +00:00
valptridx.h Raise index_range_exception on bad index to valptridx 2015-01-17 04:31:17 +00:00
varutil.h Move cstring_tie.p init to member initialization 2014-07-16 03:14:51 +00:00
vecmat.h Inline vm_vec_make 2015-01-12 00:26:02 +00:00
window.h Pass window_get_next arg by & 2015-01-17 18:31:41 +00:00