------------------------------------------------------------------------ r3241 | hendricks266 | 2012-11-26 00:37:36 -0800 (Mon, 26 Nov 2012) | 1 line Add "dump_used_assets.m32" to samples. This script can be used to extract what tilenum and sound IDs are used in maps. ------------------------------------------------------------------------ r3240 | hendricks266 | 2012-11-26 00:37:18 -0800 (Mon, 26 Nov 2012) | 1 line Fix "undefined reference to `sampletimer()'" linking error using clang for a Win32 release build. ------------------------------------------------------------------------ r3239 | hendricks266 | 2012-11-26 00:36:57 -0800 (Mon, 26 Nov 2012) | 1 line Fix errors and warnings in nedmalloc.h using clang for a Win32 release build. ------------------------------------------------------------------------ r3238 | hendricks266 | 2012-11-26 00:26:04 -0800 (Mon, 26 Nov 2012) | 1 line Fix warnings involving printf() requiring explicit casts on tracked types. ------------------------------------------------------------------------ r3237 | hendricks266 | 2012-11-26 00:25:26 -0800 (Mon, 26 Nov 2012) | 1 line Add FORCEWARNINGS Makefile flag to prevent disabling compiler warnings within the source. ------------------------------------------------------------------------ r3236 | hendricks266 | 2012-11-26 00:24:54 -0800 (Mon, 26 Nov 2012) | 3 lines Remove ebacktrace1.dll from 'make all' and include a prebuilt one in package/. Build it with 'make ebacktrace'. synthesis.sh updated. ------------------------------------------------------------------------ r3235 | hendricks266 | 2012-11-26 00:23:20 -0800 (Mon, 26 Nov 2012) | 3 lines Restructure so that everything packaged in a release build is stored in the package folder, instead of maintaining a list. synthesis.sh, osxbuild.sh, and wiibuild.bat updated. ------------------------------------------------------------------------