|
From: Lasse Kärkkäi. <tr...@us...> - 2009-12-31 11:43:42
|
Module: performous Branch: master Commit: da3d7ae6a4c89085e202f89480da2bf5b17dc166 Author: Lasse Karkkainen <tro...@tr...> Date: Thu Dec 31 13:41:04 2009 +0200 Remove SDL_image and Magick++. Add libpng and libjpeg. Removed autocrop feature (used for song bg images for better UltraStar compatibility). Removed screenshot saving until rewritten with libpng. Moved stuff from surface.cc to util.hh and image.hh to make the file more readable. --- game/CMakeLists.txt | 21 +------- game/image.hh | 105 ++++++++++++++++++++++++++++++++++++++ game/screen_sing.cc | 4 +- game/surface.cc | 137 +++++--------------------------------------------- game/surface.hh | 2 +- game/util.hh | 18 +++++++ game/video_driver.cc | 12 ++--- 7 files changed, 144 insertions(+), 155 deletions(-) |