dxx-rebirth/common/include
Kp 039bf2f0b7 Fix crash on failure to create afterburner blob
Fix crash on failure to recreate thief.
2014-09-13 22:01:17 +00:00
..
editor Use array<> for segment members 2014-08-16 18:14:00 +00:00
3d.h Check length of g3 tmap inputs 2014-09-04 03:02:21 +00:00
args.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
byteutil.h Fixes #5 - Byteswap header renamed to byteutil, plus sed magic 2014-07-03 02:03:08 +00:00
compiler-addressof.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02: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 Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
digi_mixer.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
digi_mixer_music.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
dxxerror.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
event.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02: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
gr.h Use unique_ptr for grs_subcanvas 2014-09-07 19:04:06 +00:00
grdef.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
hash.h Replace hashtable with std::map 2014-08-02 00:46:56 +00:00
hmp.h Use unique_ptr for hmp_track data 2014-08-05 02:31:03 +00:00
iff.h Unify IFF palette handling 2014-07-05 03:48:57 +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 Remove unused return value of g3_draw_morphing_model 2014-08-16 17:35:44 +00:00
joy.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
jukebox.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
key.h List initialize unicode_frame_buffer 2014-07-16 03:14:04 +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 Use enum for window event result 2014-08-07 02:47:48 +00:00
ogl_init.h Check length of g3 tmap inputs 2014-09-04 03:02:21 +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 Add compile time check to partial_range 2014-08-09 04:14:59 +00:00
pcx.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
physfs-serial.h Reduce header includes of physfsx.h 2014-07-22 23:48:23 +00:00
physfsx.h Use special type for PHYSFSX_fgets 2014-09-07 20:07:20 +00:00
poison.h Add Valgrind poison stubs 2014-09-07 19:39:18 +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 Optimize gr_rle_decode 2014-06-30 23:56:51 +00:00
serial.h Name serial unaligned_storage union 2014-09-04 01:57:04 +00:00
strictindex.h Use special type names for segment/object numbers 2014-08-13 02:57:12 +00:00
strutil.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
texmap.h Simplify ogl/sdl texture mapping 2014-09-02 22:13:15 +00:00
timer.h Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
u_mem.h Disallow using RAIIdmem::operator T* on rvalues 2014-09-07 23:56:37 +00:00
ui.h Use std::string for UI_GADGET_BUTTON text 2014-09-07 21:21:57 +00:00
valptridx.h Fix crash on failure to create afterburner blob 2014-09-13 22:01:17 +00:00
varutil.h Move cstring_tie.p init to member initialization 2014-07-16 03:14:51 +00:00
vecmat.h Reduce nesting of vms_vector::{x,y,z} 2014-08-22 02:27:13 +00:00
window.h Move saving window pointer into helper 2014-09-07 19:04:07 +00:00