From: Mathnerd314 Date: Sat, 13 Jun 2009 20:05:23 +0000 (+0000) Subject: * Add upgrade.wav from Yaniel X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d0d4f2a10842e956e90af678e8270fec96536164;p=supertux.git * Add upgrade.wav from Yaniel * Fix mime-types for sounds and music * svn:eol-style=native for *.cmake SVN-Revision: 5893 --- diff --git a/config.h.cmake b/config.h.cmake index 15300a04f..6b32fd3e2 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,40 +1,40 @@ -#ifndef CONFIG_H -#define CONFIG_H - -#define PACKAGE_NAME "supertux" -#define PACKAGE_VERSION "0.3.2-SVN${REVISION}" - -#cmakedefine DEBUG -#cmakedefine ENABLE_SQDBG - -#cmakedefine ENABLE_BINRELOC -#define APPDATADIR "${APPDATADIR}" - -#define SIZEOF_VOID_P ${SIZEOF_VOID_P} -#if SIZEOF_VOID_P == 8 -#define _SQ64 -#endif - -#cmakedefine HAVE_ICONV_CONST -#ifdef HAVE_ICONV_CONST -#define ICONV_CONST const -#else -#define ICONV_CONST -#endif - -#cmakedefine WORDS_BIGENDIAN - -#cmakedefine HAVE_OPENGL - -#cmakedefine HAVE_LIBCURL - -//Useful constants -static const float DELTA = .0001f; - -// the engine will be run with a logical framerate of 64fps. -// We chose 64fps here because it is a power of 2, so 1/64 gives an "even" -// binary fraction... -static const float LOGICAL_FPS = 64.0; - - -#endif /*CONFIG_H*/ +#ifndef CONFIG_H +#define CONFIG_H + +#define PACKAGE_NAME "supertux" +#define PACKAGE_VERSION "0.3.2-SVN${REVISION}" + +#cmakedefine DEBUG +#cmakedefine ENABLE_SQDBG + +#cmakedefine ENABLE_BINRELOC +#define APPDATADIR "${APPDATADIR}" + +#define SIZEOF_VOID_P ${SIZEOF_VOID_P} +#if SIZEOF_VOID_P == 8 +#define _SQ64 +#endif + +#cmakedefine HAVE_ICONV_CONST +#ifdef HAVE_ICONV_CONST +#define ICONV_CONST const +#else +#define ICONV_CONST +#endif + +#cmakedefine WORDS_BIGENDIAN + +#cmakedefine HAVE_OPENGL + +#cmakedefine HAVE_LIBCURL + +//Useful constants +static const float DELTA = .0001f; + +// the engine will be run with a logical framerate of 64fps. +// We chose 64fps here because it is a power of 2, so 1/64 gives an "even" +// binary fraction... +static const float LOGICAL_FPS = 64.0; + + +#endif /*CONFIG_H*/ diff --git a/data/sounds/upgrade.wav b/data/sounds/upgrade.wav new file mode 100644 index 000000000..b1e6d777f Binary files /dev/null and b/data/sounds/upgrade.wav differ