The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
addon_utils.hpp File Reference
#include <string>
#include <map>
#include "game_version.hpp"
Include dependency graph for addon_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 campaignd
 

Functions

bool campaignd::is_text_markup_char (char c)
 
std::string campaignd::format_addon_feedback_url (const std::string &format, const config &params)
 Format a feedback URL for an add-on. More...
 
void campaignd::support_translation (config &addon, const std::string &locale_id)
 
void campaignd::find_translations (const config &base_dir, config &addon)
 Scans an add-on archive directory for translations. More...
 
void campaignd::add_license (config &cfg)
 Adds a COPYING.txt file with the full text of the GNU GPL to an add-on. More...
 
std::map< version_info, configcampaignd::get_version_map (config &addon)
 
bool campaignd::data_apply_removelist (config &data, const config &removelist)
 
void campaignd::data_apply_addlist (config &data, const config &addlist)