RigsofRods
Soft-body Physics Simulation
|
Central state/object manager and communications hub. More...
#include "BitFlags.h"
#include "CVar.h"
#include "ForwardDeclarations.h"
#include "Str.h"
#include <fmt/format.h>
#include <OgreStringConverter.h>
#include <assert.h>
#include <string>
Go to the source code of this file.
Namespaces | |
RoR | |
RoR::App | |
Macros | |
#define | ROR_ASSERT(_EXPR) assert(_EXPR) |
#define | CHARACTER_ANIM_NAME_LEN 10 |
#define | RGN_TEMP "Temp" |
#define | RGN_CACHE "Cache" |
#define | RGN_REPO "Repo" |
#define | RGN_CONFIG "Config" |
#define | RGN_CONTENT "Content" |
#define | RGN_SAVEGAMES "Savegames" |
#define | RGN_MANAGED_MATS "ManagedMaterials" |
#define | RGN_SCRIPTS "Scripts" |
#define | RGN_LOGS "Logs" |
#define | TOSTRING(x) Ogre::StringConverter::toString(x) |
#define | PARSEINT(x) Ogre::StringConverter::parseInt(x) |
#define | PARSEREAL(x) Ogre::StringConverter::parseReal(x) |
#define | HydraxLOG(msg) Ogre::LogManager::getSingleton().logMessage("[Hydrax] " + Ogre::String(msg)); |
Variables | |
CVar * | RoR::App::diag_trace_globals |
#define CHARACTER_ANIM_NAME_LEN 10 |
Definition at line 42 of file Application.h.
#define HydraxLOG | ( | msg | ) | Ogre::LogManager::getSingleton().logMessage("[Hydrax] " + Ogre::String(msg)); |
Definition at line 59 of file Application.h.
Definition at line 57 of file Application.h.
Definition at line 58 of file Application.h.
#define RGN_CACHE "Cache" |
Definition at line 46 of file Application.h.
#define RGN_CONFIG "Config" |
Definition at line 48 of file Application.h.
#define RGN_CONTENT "Content" |
Definition at line 49 of file Application.h.
#define RGN_LOGS "Logs" |
Definition at line 53 of file Application.h.
#define RGN_MANAGED_MATS "ManagedMaterials" |
Definition at line 51 of file Application.h.
#define RGN_REPO "Repo" |
Definition at line 47 of file Application.h.
#define RGN_SAVEGAMES "Savegames" |
Definition at line 50 of file Application.h.
#define RGN_SCRIPTS "Scripts" |
Definition at line 52 of file Application.h.
#define RGN_TEMP "Temp" |
Definition at line 45 of file Application.h.
#define ROR_ASSERT | ( | _EXPR | ) | assert(_EXPR) |
Definition at line 40 of file Application.h.
Definition at line 56 of file Application.h.