dxx-rebirth/common
Kp 5bafa16e7f Fix level load hang on >=mingw32-gcc-4.7
Starting in gcc 4.7 "Windows mingw targets are using the -mms-bitfields
option by default." <http://gcc.gnu.org/gcc-4.7/changes.html>.  This
causes __attribute__((packed)) not to be effective on structures that
are used to express the layout of on-disk data.  In turn, that causes
piggy.c to mishandle texture loads, eventually resulting in an infinite
loop.  Add a pragma pack to force the headers to pack tightly on
Windows.
2013-08-25 17:16:41 +00:00
..
2d Remove fix.h 2013-08-08 03:01:48 +00:00
3d Remove fix.h 2013-08-08 03:01:48 +00:00
arch Fix const mismatch in digi_win32_play_midi_song 2013-08-03 20:32:48 +00:00
editor Move common/editor/func.c -> common/editor/func.cpp 2013-08-04 18:02:42 +00:00
include Fix level load hang on >=mingw32-gcc-4.7 2013-08-25 17:16:41 +00:00
main Move similar/arch/ogl/ogl.c -> similar/arch/ogl/ogl.cpp 2013-08-24 17:10:35 +00:00
maths Always use 64-bit math in vm_vec_dot3 2013-08-08 03:01:48 +00:00
misc Print function and line when calling Error 2013-08-09 02:10:51 +00:00
texmap Remove fix.h 2013-08-08 03:01:48 +00:00
ui Convert vsprintf to vsnprintf 2013-08-09 01:58:17 +00:00