#include "config.hpp"
#include "filesystem.hpp"
#include "log.hpp"
#include "network.hpp"
#include "publish_campaign.hpp"
#include "util.hpp"
#include "serialization/binary_wml.hpp"
#include "serialization/parser.hpp"
#include "game_config.hpp"
#include "SDL.h"
#include <iostream>
#include <map>
#include <algorithm>
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/types.h>
Go to the source code of this file.
Defines | |
#define | LOG_CS lg::err(lg::network, false) |
Functions | |
config | construct_message (const std::string &msg) |
config | construct_error (const std::string &msg) |
void | find_translations (const config &cfg, config &campaign) |
std::string | check_python_scripts (config &data, std::string filename) |
std::string | validate_all_python_scripts (config &data) |
void | add_license (config &data) |
int | main (int argc, char **argv) |
#define LOG_CS lg::err(lg::network, false) |
void @239::add_license | ( | config & | data | ) | [static] |
Definition at line 214 of file campaign_server.cpp.
References config::add_child(), config::find_child(), game_config::path, and read_file().
std::string @239::check_python_scripts | ( | config & | data, | |
std::string | filename | |||
) | [static] |
Definition at line 159 of file campaign_server.cpp.
References find_scripts(), istream_file(), read_compressed(), and stream.
config @239::construct_error | ( | const std::string & | msg | ) | [static] |
config @239::construct_message | ( | const std::string & | msg | ) | [static] |
Definition at line 139 of file campaign_server.cpp.
References config::add_child(), config::get_children(), and preferences::language().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 550 of file campaign_server.cpp.
References preferences::campaign_server(), network::error::message, and lg::timestamps().
std::string @239::validate_all_python_scripts | ( | config & | data | ) | [static] |
Definition at line 74 of file campaign_server.cpp.
const std::string file_ |
Definition at line 75 of file campaign_server.cpp.
Definition at line 78 of file campaign_server.cpp.
const network::manager net_manager_ |
Definition at line 76 of file campaign_server.cpp.
Definition at line 77 of file campaign_server.cpp.
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |