|
From: Tapio V. <aa...@us...> - 2009-12-11 12:45:01
|
Module: performous Branch: dance Commit: bd75d6b1d43f1a0308dc697f81e621719bf983c0 Author: Xaldyz <xa...@us...> Date: Fri Dec 4 23:43:05 2009 +0100 Fixed flush for main.cc Added std::ios::binary in ifstream for I/O problem in Windows Defined m_help in screen_sing.cc/screen_sing.hh only for non-Windows platform Modified CMakeLists.txt with audio.cpp to add a workaround (Windows only) Modified win32/install.sh to disable shared library of ffmpeg, that causes crashes on performous startup Deleted copy of portaudio.patch, because last time simple i forgot to delete it before a push :) --- game/3dobject.cc | 12 +- game/main.cc | 2 + game/midifile.cc | 2 +- game/screen_sing.cc | 17 +- game/screen_sing.hh | 2 + game/songparser.hh | 6 +- game/surface.cc | 16 +- libs/libda/plugins/CMakeLists.txt | 337 +++++++++++++------------- libs/libda/src/CMakeLists.txt | 14 + libs/libda/src/audio.cpp | 4 + libs/plugin++/include/plugin++/plugin.hpp | 6 +- tools/ipu_decode.cpp | 10 +- win32/install.sh | 2 +- win32/portaudio - Copia.patch | 380 ----------------------------- 14 files changed, 228 insertions(+), 582 deletions(-) |