doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"
#include "qe3.h"
#include "radiant.h"
#include "MainFrm.h"
#include "lightdlg.h"
#include <process.h>
#include <ddeml.h>
Go to the source code of this file.
Functions | |
void | RadiantPrint (const char *text) |
void | RadiantShutdown (void) |
void | RadiantInit (void) |
void | Map_VerifyCurrentMap (const char *map) |
void | RadiantSync (const char *mapName, const idVec3 &viewOrg, const idAngles &viewAngles) |
void | RadiantRun (void) |
bool | SaveRegistryInfo (const char *pszName, void *pvBuf, long lSize) |
bool | LoadRegistryInfo (const char *pszName, void *pvBuf, long *plSize) |
bool | SaveWindowState (HWND hWnd, const char *pszName) |
bool | LoadWindowState (HWND hWnd, const char *pszName) |
void | Sys_UpdateStatusBar (void) |
void | Sys_Status (const char *psz, int part) |
Variables | |
idCVar | radiant_entityMode ("radiant_entityMode","0", CVAR_TOOL|CVAR_ARCHIVE,"") |
CRadiantApp | theApp |
HINSTANCE | g_DoomInstance = NULL |
bool | g_editorAlive = false |
HINSTANCE | g_hOpenGL32 = NULL |
HINSTANCE | g_hOpenGL = NULL |
bool | g_bBuildList = false |
Definition at line 405 of file Radiant.cpp.
Definition at line 424 of file Radiant.cpp.
Definition at line 553 of file EditorMap.cpp.
Definition at line 97 of file Radiant.cpp.
Definition at line 78 of file Radiant.cpp.
Definition at line 167 of file Radiant.cpp.
Definition at line 86 of file Radiant.cpp.
Definition at line 149 of file Radiant.cpp.
Definition at line 398 of file Radiant.cpp.
Definition at line 410 of file Radiant.cpp.
Definition at line 465 of file Radiant.cpp.
Definition at line 455 of file Radiant.cpp.
bool g_bBuildList = false |
Definition at line 192 of file Radiant.cpp.
HINSTANCE g_DoomInstance = NULL |
Definition at line 75 of file Radiant.cpp.
bool g_editorAlive = false |
Definition at line 76 of file Radiant.cpp.
HINSTANCE g_hOpenGL = NULL |
Definition at line 191 of file Radiant.cpp.
HINSTANCE g_hOpenGL32 = NULL |
Definition at line 190 of file Radiant.cpp.
idCVar radiant_entityMode("radiant_entityMode","0", CVAR_TOOL|CVAR_ARCHIVE,"") |
CRadiantApp theApp |
Definition at line 74 of file Radiant.cpp.