This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PyObject* pyVault::GetAllOnlinePlayers() | |
{ | |
VaultPlayerInfoNode *playerNode; | |
PyObject *playerList = PyList_New(0); | |
playerNode->SetOnline(1); | |
ARRAY(unsigned) nodeIds; | |
VaultFindNodesAndWait(playerNode, &nodeIds); //<- here is the problem | |
if (nodeIds.Count()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#if MAX_VERSION_MAJOR < 15 | |
# define p_end end | |
#endif | |
ParamBlockDesc2 gCameraCmdBlock | |
( | |
plComponent::kBlkComp, _T("cameraComp"), 0, &gCameraCmdDesc, P_AUTO_CONSTRUCT + P_AUTO_UI, plComponent::kRefComp, | |
IDD_COMP_CAMERACMD, IDS_COMP_CAMERACMD, 0, 0, &gCameraCmdComponentProc, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build started 11/26/2012 7:16:33 PM. | |
1>Project "I:\dev\CWE_Build\Sources\Tools\MaxConvert\MaxConvert.vcxproj" on node 4 (Build target(s)). | |
1>ClCompile: | |
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /I"I:/SDK/cwe-prefix/include" /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/.. /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/CoreLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/FeatureLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/FeatureLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/NucleusLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/NucleusLib/inc /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/PubUtilLib /IF:/CWE_Source/CWE/WORKING/Sources/Tools/MaxConvert/../../Plasma/PubUtilLib/inc /II:/SDK/maxsdk/include /nologo /W3 /WX- /O2 /Ob2 /Oy- /D WIN32 /D _WINDOWS /D NDEBUG /D HS_BUILD_FOR_WIN32 /D BUILDING_MAXPLUGIN /D BINK_SDK_AVAILABL |