Show screen with scrolling credits. More...
#include "about.hpp"#include "global.hpp"#include "config.hpp"#include "cursor.hpp"#include "events.hpp"#include "font.hpp"#include "game_config.hpp"#include "gettext.hpp"#include "image.hpp"#include "key.hpp"#include "marked-up_text.hpp"#include "sdl/rect.hpp"#include "sdl/utils.hpp"#include "serialization/string_utils.hpp"#include "show_dialog.hpp"#include "tstring.hpp"#include "video.hpp"#include "widgets/button.hpp"#include <algorithm>#include <boost/scoped_ptr.hpp>#include <map>#include <ostream>#include "sdl/alpha.hpp"
Go to the source code of this file.
Namespaces | |
| about | |
| Display credits about all contributors. | |
Functions | |
| static void | about::add_lines (std::vector< std::string > &res, config const &c, bool split_multiline_headers) |
| Given a vector of strings, and a config representing an [about] section, add all the credits lines from the about section to the list of strings. More... | |
| std::vector< std::string > | about::get_text (const std::string &campaign, bool split_multiline_headers) |
| void | about::set_about (const config &cfg) |
| void | about::show_about (CVideo &video, const std::string &campaign) |
| Show credits with list of contributors. More... | |
Variables | |
| static config | about::about_list = config() |
| static std::map< std::string, std::string > | about::images |
| static std::string | about::images_default |
Show screen with scrolling credits.
Definition in file about.cpp.
1.8.8