dxx-rebirth/common/include
2015-05-28 03:08:38 +00:00
..
editor Refactor get_next_segment 2015-05-09 17:38:58 +00:00
3d.h Remove unused g3_draw_bitmap return value 2015-04-02 02:36:54 +00:00
args.h Merge branch 'unification/master' into unification/syncgl_v2 2015-03-23 20:18:17 +01:00
byteutil.h Fix the INTEL_*() byte swapping functions 2015-04-05 16:08:52 +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 Fix build when using make_unique emulation 2015-01-18 01:58:34 +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 Add compile-time check for trailing con_printf newline 2015-02-13 03:27:28 +00: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 Abstract socket array/sockaddr dispatch 2015-01-18 01:58:33 +00:00
event.h Remove set_default_handler 2015-05-14 02:23:13 +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
fwd-partial_range.h Use 'class' for partial_range_t declaration 2015-02-20 03:00:46 +00:00
fwdvalptridx.h Return objptridx_t from find_escort 2014-10-25 16:40:20 +00:00
gr.h Use gr_free_bitmap_data for Orb_icons 2015-05-22 03:33:19 +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 Convert most global arrays to array<> 2015-04-02 02:36:52 +00:00
iff.h Pass iff_read_bitmap arg by & 2015-01-25 05:32:44 +00:00
ignorecase.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
internal.h Make OGL_ENABLE safe for single statement blocks 2015-04-02 02:36:54 +00:00
interp.h Fix startup trap with D1 shareware data 2015-03-20 03:30:20 +00:00
joy.h Pass d_event arg by const& 2014-10-04 22:36:13 +00:00
jukebox.h Remove unused jukebox functions 2015-03-28 17:18:02 +00:00
key.h Remove write-only keyd_last_pressed 2015-05-28 03:08:38 +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 change u_int*_t to C99 standard uint*_t 2015-05-18 17:12:53 -07:00
messagebox.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
mouse.h Split mouse_toggle_cursor 2015-05-28 03:08:38 +00:00
ntstring.h Pack ntstrings in transit 2015-01-18 01:58:32 +00:00
null_sentinel_iterator.h Use std::remove_if in file_get*list 2015-04-26 20:15:50 +00:00
ogl_extensions.h Remove unused ogl_extensions_init return value 2015-03-25 01:59:21 +00:00
ogl_init.h Make sdl_video_flags static 2015-03-22 18:49:21 +00:00
ogl_sync.h Use unique_ptr to manage GLsync fence 2015-05-09 17:39:01 +00:00
pack.h Expand DXX_CXX11_EXPLICIT_DELETE 2015-05-01 02:18:33 +00:00
palette.h Remove unused gr_make_blend_table 2015-04-26 20:15:57 +00:00
partial_range.h Shorten partial_range error reporting 2015-05-09 17:39:02 +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
physfs_list.h Store PHYSFS_list element count in list when needed 2015-05-09 17:38:57 +00:00
physfsx.h Raise PHYSFSX_exists bool check to caller 2015-05-09 17:39:02 +00:00
poison.h Add support for poison=overwrite 2015-01-03 23:44:32 +00:00
pstypes.h change u_int*_t to C99 standard uint*_t 2015-05-18 17:12:53 -07:00
rbaudio.h Enable -Wunused-parameter 2015-04-26 20:15:56 +00:00
reverse.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
rle.h Remove __attribute_warn_unused_result on gr_rle_decode 2015-02-19 03:20:53 +00:00
serial.h Fix gcc-4.6 serial build 2015-05-22 03:33:19 +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 Move Vertex_list to local scope 2015-03-11 02:19:15 +00:00
timer.h Shorten timer_delay 2015-05-09 17:39:01 +00:00
u_mem.h Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
ui.h Fix gcc-4.6 ui build 2015-05-22 03:33:19 +00:00
valptridx.h Improve valptridx exception reporting 2015-05-09 17:39:02 +00:00
varutil.h Move cstring_tie.p init to member initialization 2014-07-16 03:14:51 +00:00
vecmat.h Shorten vm_vec_copy_scale 2015-04-29 03:35:09 +00:00
window.h Convert frequently used casts to C++ casts 2015-02-05 03:03:49 +00:00