Home
last modified time | relevance | path

Searched refs:com_editors (Results 1 – 22 of 22) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/win32/
H A Dwin_main.cpp934 if ( com_editors ) { in main()
935 if ( com_editors & EDITOR_GUI ) { in main()
938 } else if ( com_editors & EDITOR_RADIANT ) { in main()
942 else if (com_editors & EDITOR_MATERIAL ) { in main()
947 if ( com_editors & EDITOR_LIGHT ) { in main()
951 if ( com_editors & EDITOR_SOUND ) { in main()
955 if ( com_editors & EDITOR_DECL ) { in main()
959 if ( com_editors & EDITOR_AF ) { in main()
963 if ( com_editors & EDITOR_PARTICLE ) { in main()
967 if ( com_editors & EDITOR_SCRIPT ) { in main()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DMaterialEditor.cpp51 com_editors = EDITOR_MATERIAL; in MaterialEditorInit()
134 if(com_editors & EDITOR_MATERIAL) in MaterialEditorPrintConsole()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DDeclEntityDef.cpp127 if ( !( com_editors & (EDITOR_RADIANT|EDITOR_AAS) ) ) { in Parse()
H A DCommon.cpp112 int com_editors; // currently opened editor(s) variable
673 if ( !( com_editors & ( EDITOR_GUI | EDITOR_DEBUGGER ) ) ) { in Error()
681 } else if( com_editors & ( EDITOR_GUI | EDITOR_DEBUGGER ) ) { in Error()
757 if ( com_editors & EDITOR_RADIANT ) { in Quit()
859 com_editors |= EDITOR_GUI; in CheckToolMode()
862 com_editors |= EDITOR_DEBUGGER; in CheckToolMode()
865 com_editors |= EDITOR_RADIANT; in CheckToolMode()
869 com_editors |= EDITOR_MATERIAL; in CheckToolMode()
1136 if ( !( com_editors & EDITOR_DEBUGGER ) ) { in Com_ScriptDebugger_f()
H A DCommon.h84 extern int com_editors; // current active editor(s)
H A DConsole.cpp920 if( com_editors & EDITOR_MATERIAL ) { in Print()
H A DSession.cpp2494 if ( com_editors ) { in UpdateScreen()
2546 if ( com_editorActive && ( com_editors & ( EDITOR_RADIANT | EDITOR_GUI ) ) ) { in Frame()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/debugger/
H A Ddebugger.cpp147 if ( com_editors & EDITOR_DEBUGGER ) in DebuggerServerInit()
H A DDebuggerClient.cpp67 com_editors = EDITOR_DEBUGGER; in Initialize()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/af/
H A DDialogAF.cpp237 com_editors |= EDITOR_AF; in OnInitDialog()
408 com_editors &= ~EDITOR_AF; in OnDestroy()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/pda/
H A DDialogPDAEditor.cpp172 com_editors &= ~EDITOR_PDA; in OnDestroy()
182 com_editors |= EDITOR_PDA; in OnInitDialog()
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DWindow.cpp2190 if ( com_editors & EDITOR_GUI ) { in Parse()
2375 if ( com_editors & EDITOR_GUI ) { in Parse()
2413 if ( com_editors & EDITOR_GUI ) { in Parse()
2449 if ( com_editors & EDITOR_GUI ) { in Parse()
2478 if ( com_editors & EDITOR_GUI ) { in Parse()
2504 if ( com_editors & EDITOR_GUI ) { in Parse()
2518 if ( com_editors & EDITOR_GUI ) { in Parse()
2538 if ( com_editors & EDITOR_GUI ) { in Parse()
2551 if ( com_editors & EDITOR_GUI ) { in Parse()
2576 if ( com_editors & EDITOR_GUI ) { in Parse()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/aas/
H A DAASBuild.cpp577 com_editors |= EDITOR_AAS; in CheckForEntities()
589 com_editors &= ~EDITOR_AAS; in CheckForEntities()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/decl/
H A DDialogDeclBrowser.cpp411 com_editors |= EDITOR_DECL; in OnInitDialog()
622 com_editors &= ~EDITOR_DECL; in OnDestroy()
H A DDialogDeclEditor.cpp269 com_editors |= EDITOR_DECL; in OnInitDialog()
H A DDialogEntityDefEditor.cpp339 com_editors |= EDITOR_ENTITYDEF;
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DLightDlg.cpp649 com_editors |= EDITOR_LIGHT; in OnInitDialog()
665 com_editors &= ~EDITOR_LIGHT; in OnDestroy()
H A DMainFrm.cpp1099 com_editors |= EDITOR_RADIANT; in OnCreate()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/sound/
H A DDialogSound.cpp219 com_editors &= ~EDITOR_SOUND; in OnDestroy()
570 com_editors |= EDITOR_SOUND; in OnInitDialog()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/script/
H A DDialogScriptEditor.cpp314 com_editors |= EDITOR_SCRIPT; in OnInitDialog()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/particle/
H A DDialogParticleEditor.cpp1169 com_editors &= ~EDITOR_PARTICLE; in OnDestroy()
1208 com_editors |= EDITOR_PARTICLE; in OnInitDialog()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/guied/
H A DGEApp.cpp83 com_editors = EDITOR_GUI; in Initialize()