mod_sim_defs.hh File Reference

Definitions, constants, settings (some of which engine depends on). More...

#include "mod_sim_defs_eng.hh"

Go to the source code of this file.

Namespaces

namespace  mod_sim
namespace  mod_sim::defs

Defines

#define MOD_SIM_DEFS_HH   1
#define MODULE_NAME_STR   "Sim"
#define MODULE_NAME_UCASE_STR   "SIM"
#define PROGRAM_EXEC_STR   "palomino" EXEC_SUFFIX_STR
#define PROGRAM_NAME_STR   "Palomino"
#define PROGRAM_LONG_NAME_UCASE_STR   "PALOMINO FLIGHT SIMULATOR"
#define PROGRAM_LONG_NAME_STR   "Palomino Flight Simulator"
#define CONFIG_FILE_APPNAME_STR   "palomino"
#define COPYRIGHT_STR   "(C) 2007"
#define COPYRIGHT_UCASE_STR   "(C) 2007"
#define AUTHORS_STR   "Jim E. Brooks"
#define AUTHORS_UCASE_STR   "JIM E. BROOKS"
#define WEBSITE_STR   "www.palomino3d.org"
#define WEBSITE_UCASE_STR   "WWW.PALOMINO3D.ORG"

Variables

const Milliseconds mod_sim::defs::GAME_TICK = 20
const fp mod_sim::defs::DEFAULT_FOG_DENSITY = 0.25
const fp mod_sim::defs::ALTITUDE_WARNING = 4000.0
const
GFX::Light::eLightId 
mod_sim::defs::LIGHT_ID_GLOBAL = GFX::Light::eLightId_0
const
GFX::Light::eLightId 
mod_sim::defs::LIGHT_ID_MISSILE = GFX::Light::eLightId_1
const int mod_sim::defs::MULTI_VIEW_NUM = 1


Detailed Description

Definitions, constants, settings (some of which engine depends on).

Id
LastChangedDate

Author:
Jim E. Brooks http://www.palomino3d.org
 * ----------------------------------------------------------------------------
 *
 * [ Mostly superceded by settings.conf ]
 *
 * This header file should only contain self-contained constants (no dependencies).
 * C++ const is preferred to use type-checking but some must be #defined
 * as some source files test them using #if.
 * NOTE: Be sure to WRITE A PERIOD IN FLOAT CONSTANTS defined by #define
 * or integer instructions could be compiled (with loss of accuracy).
 * ----------------------------------------------------------------------------
 * 

Define Documentation

#define AUTHORS_STR   "Jim E. Brooks"

#define AUTHORS_UCASE_STR   "JIM E. BROOKS"

#define CONFIG_FILE_APPNAME_STR   "palomino"

#define COPYRIGHT_STR   "(C) 2007"

#define COPYRIGHT_UCASE_STR   "(C) 2007"

#define MOD_SIM_DEFS_HH   1

#define MODULE_NAME_STR   "Sim"

#define MODULE_NAME_UCASE_STR   "SIM"

#define PROGRAM_EXEC_STR   "palomino" EXEC_SUFFIX_STR

#define PROGRAM_LONG_NAME_STR   "Palomino Flight Simulator"

#define PROGRAM_LONG_NAME_UCASE_STR   "PALOMINO FLIGHT SIMULATOR"

#define PROGRAM_NAME_STR   "Palomino"

#define WEBSITE_STR   "www.palomino3d.org"

#define WEBSITE_UCASE_STR   "WWW.PALOMINO3D.ORG"

Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:16 2007