|
From: Lasse Kärkkäi. <tr...@us...> - 2012-05-22 06:57:38
|
Author: Lasse Karkkainen <tro...@tr...> Date: Tue May 22 09:57:26 2012 +0300 Add missing (accidentally stashed) files. Not tested. --- CMakeLists.txt | 2 + cmake/Modules/FindLibTorrent.cmake | 40 ++++++++ data/schema.xml | 4 + game/downloader.cc | 71 ++++++++++++++ game/downloader.hh | 15 +++ game/main.cc | 5 + game/screen_downloads.cc | 115 ++++++++++++++++++++++ game/screen_downloads.hh | 29 ++++++ game/screen_intro.cc | 2 + game/theme.cc | 8 ++ game/theme.hh | 15 +++ themes/default/intro_dlc.svg | 188 ++++++++++++++++++++++++++++++++++++ 12 files changed, 494 insertions(+), 0 deletions(-) |