game_display.cpp File Reference

During a game, show map & info-panels at top+right. More...

#include "global.hpp"
#include "actions.hpp"
#include "cursor.hpp"
#include "game_display.hpp"
#include "events.hpp"
#include "filesystem.hpp"
#include "font.hpp"
#include "game_config.hpp"
#include "gettext.hpp"
#include "halo.hpp"
#include "hotkeys.hpp"
#include "language.hpp"
#include "log.hpp"
#include "marked-up_text.hpp"
#include "minimap.hpp"
#include "game_preferences.hpp"
#include "gamestatus.hpp"
#include "sdl_utils.hpp"
#include "sound.hpp"
#include "team.hpp"
#include "theme.hpp"
#include "tooltips.hpp"
#include "unit_display.hpp"
#include "util.hpp"
#include "SDL_image.h"
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iostream>
#include <sstream>

Include dependency graph for game_display.cpp:

Go to the source code of this file.

Classes

struct  is_energy_colour

Defines

#define ERR_DP   LOG_STREAM(err, display)
#define INFO_DP   LOG_STREAM(info, display)

Variables

const int chat_message_border = 5
const int chat_message_x = 10
const int chat_message_y = 10
const SDL_Color chat_message_colour = {255,255,255,255}
const SDL_Color chat_message_bg = {0,0,0,140}


Detailed Description

During a game, show map & info-panels at top+right.

Definition in file game_display.cpp.


Define Documentation

#define ERR_DP   LOG_STREAM(err, display)

Definition at line 52 of file game_display.cpp.

#define INFO_DP   LOG_STREAM(info, display)

Definition at line 53 of file game_display.cpp.


Variable Documentation

const SDL_Color chat_message_bg = {0,0,0,140} [static]

Definition at line 1210 of file game_display.cpp.

Referenced by game_display::add_chat_message().

const int chat_message_border = 5 [static]

Definition at line 1206 of file game_display.cpp.

Referenced by game_display::add_chat_message().

const SDL_Color chat_message_colour = {255,255,255,255} [static]

Definition at line 1209 of file game_display.cpp.

Referenced by game_display::add_chat_message().

const int chat_message_x = 10 [static]

Definition at line 1207 of file game_display.cpp.

Referenced by game_display::add_chat_message().

const int chat_message_y = 10 [static]

Definition at line 1208 of file game_display.cpp.


Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs