1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 03:39:08 +00:00

Finish the port of FeatureLib to CMake

This commit is contained in:
Branan Purvine-Riley
2011-04-08 00:42:40 -07:00
parent ff1320388e
commit 4134a68f2c
281 changed files with 2011 additions and 1166 deletions

View File

@ -0,0 +1,357 @@
include_directories(../../CoreLib)
include_directories(../../FeatureLib)
include_directories(../../NucleusLib)
include_directories(../../NucleusLib/inc)
include_directories(../../PubUtilLib)
include_directories(../../)
include_directories(${PYTHON_INCLUDE_DIR})
include_directories(${OPENAL_INCLUDE_DIR})
include_directories(${OPENSSL_INCLUDE_DIR})
if(WIN32)
add_definitions(-DWIN32)
add_definitions(-DMS_NO_COREDLL)
endif(WIN32)
set(pfPython_SOURCES
cyAccountManagement.cpp
cyAnimation.cpp
cyAvatar.cpp
cyCamera.cpp
cyDraw.cpp
cyInputInterface.cpp
cyMisc.cpp
cyParticleSys.cpp
cyPhysics.cpp
cyPythonInterface.cpp
plPythonFileMod.cpp
plPythonPack.cpp
plPythonSDLModifier.cpp
pyAgeInfoStruct.cpp
pyAgeLinkStruct.cpp
pyAgeVault.cpp
pyAlarm.cpp
pyAudioControl.cpp
pyCCRMgr.cpp
pyCluster.cpp
pyColor.cpp
pyCritterBrain.cpp
pyDniCoordinates.cpp
pyDniInfoSource.cpp
pyDrawControl.cpp
pyDynamicText.cpp
pyEnum.cpp
pyGameScore.cpp
pyGeometry3.cpp
pyGrassShader.cpp
pyGUIControl.cpp
pyGUIControlButton.cpp
pyGUIControlCheckBox.cpp
pyGUIControlClickMap.cpp
pyGUIControlDragBar.cpp
pyGUIControlDraggable.cpp
pyGUIControlDynamicText.cpp
pyGUIControlEditBox.cpp
pyGUIControlListBox.cpp
pyGUIControlMultiLineEdit.cpp
pyGUIControlRadioGroup.cpp
pyGUIControlTextBox.cpp
pyGUIControlValue.cpp
pyGUIDialog.cpp
pyGUIPopUpMenu.cpp
pyGUISkin.cpp
pyImage.cpp
pyJournalBook.cpp
pyKey.cpp
pyKeyMap.cpp
pyMarkerMgr.cpp
pyMatrix44.cpp
pyMoviePlayer.cpp
pyNetLinkingMgr.cpp
pyNetServerSessionInfo.cpp
pyNotify.cpp
pyPlayer.cpp
pySceneObject.cpp
pyScoreMgr.cpp
pySDL.cpp
pySpawnPointInfo.cpp
pyStatusLog.cpp
pyStream.cpp
pySwimCurrentInterface.cpp
pyVault.cpp
pyVaultAgeInfoListNode.cpp
pyVaultAgeInfoNode.cpp
pyVaultAgeLinkNode.cpp
pyVaultChronicleNode.cpp
pyVaultFolderNode.cpp
pyVaultImageNode.cpp
pyVaultMarkerGameNode.cpp
pyVaultNode.cpp
pyVaultNodeRef.cpp
pyVaultPlayerInfoListNode.cpp
pyVaultPlayerInfoNode.cpp
pyVaultPlayerNode.cpp
pyVaultSDLNode.cpp
pyVaultSystemNode.cpp
pyVaultTextNoteNode.cpp
pyWaveSet.cpp
)
set(pfPython_HEADERS
cyAccountManagement.h
cyAnimation.h
cyAvatar.h
cyCamera.h
cyDraw.h
cyInputInterface.h
cyMisc.h
cyParticleSys.h
cyPhysics.h
cyPythonInterface.h
pfPythonCreatable.h
plPythonFileMod.h
plPythonHelpers.h
plPythonPack.h
plPythonParameter.h
plPythonSDLModifier.h
pyAgeInfoStruct.h
pyAgeLinkStruct.h
pyAgeVault.h
pyAlarm.h
pyAudioControl.h
pyCCRMgr.h
pyCluster.h
pyColor.h
pyCritterBrain.h
pyDniCoordinates.h
pyDniInfoSource.h
pyDrawControl.h
pyDynamicText.h
pyEnum.h
pyGameScore.h
pyGeometry3.h
pyGrassShader.h
pyGUIControl.h
pyGUIControlButton.h
pyGUIControlCheckBox.h
pyGUIControlClickMap.h
pyGUIControlDragBar.h
pyGUIControlDraggable.h
pyGUIControlDynamicText.h
pyGUIControlEditBox.h
pyGUIControlListBox.h
pyGUIControlMultiLineEdit.h
pyGUIControlRadioGroup.h
pyGUIControlTextBox.h
pyGUIControlValue.h
pyGUIDialog.h
pyGUIPopUpMenu.h
pyGUISkin.h
pyImage.h
pyJournalBook.h
pyKey.h
pyKeyMap.h
pyMarkerMgr.h
pyMatrix44.h
pyMoviePlayer.h
pyNetLinkingMgr.h
pyNetServerSessionInfo.h
pyNotify.h
pyPlayer.h
pySceneObject.h
pyScoreMgr.h
pySDL.h
pySpawnPointInfo.h
pyStatusLog.h
pyStream.h
pySwimCurrentInterface.h
pyVault.h
pyVaultAgeInfoListNode.h
pyVaultAgeInfoNode.h
pyVaultAgeLinkNode.h
pyVaultChronicleNode.h
pyVaultFolderNode.h
pyVaultImageNode.h
pyVaultMarkerGameNode.h
pyVaultNode.h
pyVaultNodeRef.h
pyVaultPlayerInfoListNode.h
pyVaultPlayerInfoNode.h
pyVaultPlayerNode.h
pyVaultSDLNode.h
pyVaultSystemNode.h
pyVaultTextNoteNode.h
pyWaveSet.h
)
set(pfPython_GLUE
cyAccountManagementGlue.cpp
cyAnimationGlue.cpp
cyAvatarGlue.cpp
cyCameraGlue.cpp
cyDrawGlue.cpp
cyInputInterfaceGlue.cpp
cyMiscGlue.cpp
cyMiscGlue2.cpp
cyMiscGlue3.cpp
cyMiscglue4.cpp
cyParticleSysGlue.cpp
cyPhysicsGlue.cpp
plPythonSDLModifierGlue.cpp
pyAgeInfoStructGlue.cpp
pyAgeLinkStructGlue.cpp
pyAgeVaultGlue.cpp
pyAudioControlGlue.cpp
pyCCRMgrGlue.cpp
pyCCRMgrGlue2.cpp
pyClusterGlue.cpp
pyColorGlue.cpp
pyCritterBrainGlue.cpp
pyDniCoordinatesGlue.cpp
pyDrawControlGlue.cpp
pyDynamicTextGlue.cpp
pyGameScoreGlue.cpp
pyGeometry3Glue.cpp
pyGlueHelpers.h
pyGrassShaderGlue.cpp
pyGUIControlButtonGlue.cpp
pyGUIControlCheckBoxGlue.cpp
pyGUIControlClickMapGlue.cpp
pyGUIControlDragBarGlue.cpp
pyGUIControlDraggableGlue.cpp
pyGUIControlDynamicTextGlue.cpp
pyGUIControlEditBoxGlue.cpp
pyGUIControlGlue.cpp
pyGUIControlListBoxGlue.cpp
pyGUIControlMultiLineEditGlue.cpp
pyGUIControlRadioGroupGlue.cpp
pyGUIControlTextBoxGlue.cpp
pyGUIControlValueGlue.cpp
pyGUIDialogGlue.cpp
pyGUIPopUpMenuGlue.cpp
pyGUISkinGlue.cpp
pyImageGlue.cpp
pyJournalBookGlue.cpp
pyKeyGlue.cpp
pyKeyMapGlue.cpp
pyMarkerMgrGlue.cpp
pyMatrix44Glue.cpp
pyMoviePlayerGlue.cpp
pyNetLinkingMgrGlue.cpp
pyNetServerSessionInfoGlue.cpp
pyNotifyGlue.cpp
pyPlayerGlue.cpp
pySceneObjectGlue.cpp
pyScoreMgrGlue.cpp
pySDLGlue.cpp
pySpawnPointInfoGlue.cpp
pyStatusLogGlue.cpp
pyStreamGlue.cpp
pySwimCurrentInterfaceGlue.cpp
pyVaultAgeInfoListNodeGlue.cpp
pyVaultAgeInfoNodeGlue.cpp
pyVaultAgeLinkNodeGlue.cpp
pyVaultChronicleNodeGlue.cpp
pyVaultFolderNodeGlue.cpp
pyVaultGlue.cpp
pyVaultImageNodeGlue.cpp
pyVaultMarkerGameNodeGlue.cpp
pyVaultNodeGlue.cpp
pyVaultNodeRefGlue.cpp
pyVaultPlayerInfoListNodeGlue.cpp
pyVaultPlayerInfoNodeGlue.cpp
pyVaultPlayerNodeGlue.cpp
pyVaultSDLNodeGlue.cpp
pyVaultSystemNodeGlue.cpp
pyVaultTextNoteNodeGlue.cpp
pyWaveSetGlue.cpp
)
set(pfPython_GAME_GLUE
Games/pyGameCli.cpp
Games/pyGameCli.h
Games/pyGameCliGlue.cpp
Games/pyGameCliMsg.cpp
Games/pyGameCliMsg.h
Games/pyGameCliMsgGlue.cpp
Games/pyGameMgrMsg.cpp
Games/pyGameMgrMsg.h
Games/pyGameMgrMsg.cpp
)
set(pfPython_TTT
Games/TicTacToe/pyTTTGame.cpp
Games/TicTacToe/pyTTTGame.h
Games/TicTacToe/pyTTTGameGlue.cpp
Games/TicTacToe/pyTTTMsg.cpp
Games/TicTacToe/pyTTTMsg.h
Games/TicTacToe/pyTTTMsgGlue.cpp
)
set(pfPython_HEEK
Games/Heek/pyHeekGame.cpp
Games/Heek/pyHeekGame.h
Games/Heek/pyHeekGameGlue.cpp
Games/Heek/pyHeekMsg.cpp
Games/Heek/pyHeekMsg.h
Games/Heek/pyHeekGameGlue.cpp
)
set(pfPython_MARKER
Games/Marker/pyMarkerGame.cpp
Games/Marker/pyMarkerGame.h
Games/Marker/pyMarkerGameGlue.cpp
Games/Marker/pyMarkerMsg.cpp
Games/Marker/pyMarkerMsg.h
Games/Marker/pyMarkerMsgGlue.cpp
)
set(pfPython_BSPIRAL
Games/BlueSpiral/pyBlueSpiralGame.cpp
Games/BlueSpiral/pyBlueSpiralGame.h
Games/BlueSpiral/pyBlueSpiralGameGlue.cpp
Games/BlueSpiral/pyBlueSpiralMsg.cpp
Games/BlueSpiral/pyBlueSpiralMsg.h
Games/BlueSpiral/pyBlueSpiralMsgGlue.cpp
)
set(pfPython_WALL
Games/ClimbingWall/pyClimbingWallGame.cpp
Games/ClimbingWall/pyClimbingWallGame.h
Games/ClimbingWall/pyClimbingWallGameGlue.cpp
Games/ClimbingWall/pyClimbingWallMsg.cpp
Games/ClimbingWall/pyClimbingWallMsg.h
Games/ClimbingWall/pyClimbingWallMsgGlue.cpp
)
set(pfPython_VSYNC
Games/VarSync/pyVarSyncGame.cpp
Games/VarSync/pyVarSyncGame.h
Games/VarSync/pyVarSyncGameGlue.cpp
Games/VarSync/pyVarSyncMsg.cpp
Games/VarSync/pyVarSyncMsg.h
Games/VarSync/pyVarSyncMsgGlue.cpp
)
set(pfPython_GAMES
${pfPython_TTT}
${pfPython_HEEK}
${pfPython_MARKER}
${pfPython_BSPIRAL}
${pfPython_WALL}
${pfPython_VSYNC}
)
add_library(pfPython STATIC ${pfPython_SOURCES} ${pfPython_HEADERS} ${pfPython_GLUE} ${pfPython_GAME_GLUE} ${pfPython_GAMES})
source_group("Source Files" FILES ${pfPython_SOURCES})
source_group("Header Files" FILES ${pfPython_HEADERS})
source_group("Glue Files" FILES ${pfPython_GLUE})
source_group("Game Glue" FILES ${pfPython_GAME_GLUE})
source_group("Game Glue\\TicTacToe" FILES ${pfPython_TTT})
source_group("Game Glue\\Heek" FILES ${pfPython_HEEK})
source_group("Game Glue\\Marker" FILES ${pfPython_MARKER})
source_group("Game Glue\\BlueSpiral" FILES ${pfPython_BSPIRAL})
source_group("Game Glue\\ClimbingWall" FILES ${pfPython_WALL})
source_group("Game Clue\\VarSync" FILES ${pfPython_VSYNC})

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the BlueSpiral game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -63,4 +63,4 @@ public:
void HitCloth(int clothNum);
};
#endif // pyBlueSpiralGame_h
#endif // pyBlueSpiralGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for BlueSpiral game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -150,4 +150,4 @@ public:
bool StartSpin();
};
#endif // pyBlueSpiralMsg_h
#endif // pyBlueSpiralMsg_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the climbing wall game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -69,4 +69,4 @@ public:
void Panic();
};
#endif // pyClimbingWallGame_h
#endif // pyClimbingWallGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for ClimbingWall game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -184,4 +184,4 @@ public:
bool LocalOnly() const;
};
#endif // pyClimbingWallMsg_h
#endif // pyClimbingWallMsg_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the Heek game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -66,4 +66,4 @@ public:
void SequenceFinished(int seq);
};
#endif // pyHeekGame_h
#endif // pyHeekGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for Heek game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -280,4 +280,4 @@ public:
unsigned long Rank() const;
};
#endif // pyHeekMsg_h
#endif // pyHeekMsg_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the Marker game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -72,4 +72,4 @@ public:
void CaptureMarker(unsigned long markerId);
};
#endif // pyMarkerGame_h
#endif // pyMarkerGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for Marker game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -328,4 +328,4 @@ public:
unsigned int Team() const;
};
#endif // pyMarkerMsg_h
#endif // pyMarkerMsg_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the TTT game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -65,4 +65,4 @@ public:
void ShowBoard();
};
#endif // pyTTTGame_h
#endif // pyTTTGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for TTT game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -121,4 +121,4 @@ public:
int Col() const;
};
#endif // pyTTTMsg_h
#endif // pyTTTMsg_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the VarSync game client
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -66,4 +66,4 @@ public:
void CreateNumericVar(std::wstring name, double val);
};
#endif // pyVarSyncGame_h
#endif // pyVarSyncGame_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for VarSync game messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../../pyGlueHelpers.h"
@ -160,4 +160,4 @@ public:
double Value() const;
};
#endif // pyVarSyncMsg_h
#endif // pyVarSyncMsg_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for the game client base class
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../pyGlueHelpers.h"
@ -81,4 +81,4 @@ public:
PyObject* UpcastToVarSyncGame(); // returns ptVarSyncGame
};
#endif // pyGameCli_h
#endif // pyGameCli_h

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Class wrapper for game client messages
//
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../pyGlueHelpers.h"
@ -158,4 +158,4 @@ public:
unsigned long OwnerID() const;
};
#endif // pyGameCliMsg_h
#endif // pyGameCliMsg_h

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
#include "hsStlUtils.h"
#include "../pfGameMgr/pfGameMgr.h"
#include "pfGameMgr/pfGameMgr.h"
#include <python.h>
#include "../pyGlueHelpers.h"
@ -106,4 +106,4 @@ public:
unsigned long NewGameID() const;
};
#endif // pyGameMgrMsg_h
#endif // pyGameMgrMsg_h

View File

@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyAccountManagement.h"
#include "../plNetClientComm/plNetClientComm.h"
#include "plNetClientComm/plNetClientComm.h"
bool cyAccountManagement::IsSubscriptionActive()
{

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGlueHelpers.h"
#include "pyEnum.h"
#include "../plMessage/plAccountUpdateMsg.h"
#include "plMessage/plAccountUpdateMsg.h"
PYTHON_GLOBAL_METHOD_DEFINITION_NOARGS(PtIsSubscriptionActive, "Returns true if the current player is a paying subscriber")
{

View File

@ -31,8 +31,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
#include "plgDispatch.h"
#include "../plMessage/plAnimCmdMsg.h"
#include "../pnMessage/plEventCallbackMsg.h"
#include "plMessage/plAnimCmdMsg.h"
#include "pnMessage/plEventCallbackMsg.h"
#include "cyAnimation.h"
@ -611,4 +611,4 @@ void cyAnimation::IncrementForward()
void cyAnimation::IncrementBackward()
{
IRunOneCmd(plAnimCmdMsg::kIncrementBackward);
}
}

View File

@ -27,16 +27,16 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plgDispatch.h"
#include "../plAvatar/plAvatarMgr.h"
#include "plAvatar/plAvatarMgr.h"
#include "../plMessage/plAvatarMsg.h"
#include "../plMessage/plLinkToAgeMsg.h"
#include "../plMessage/plOneShotCallbacks.h"
#include "../plMessage/plOneShotMsg.h"
#include "../plMessage/plMultistageMsg.h"
#include "../pnMessage/plNotifyMsg.h"
#include "../pnKeyedObject/plFixedKey.h"
#include "../plGImage/plMipmap.h"
#include "plMessage/plAvatarMsg.h"
#include "plMessage/plLinkToAgeMsg.h"
#include "plMessage/plOneShotCallbacks.h"
#include "plMessage/plOneShotMsg.h"
#include "plMessage/plMultistageMsg.h"
#include "pnMessage/plNotifyMsg.h"
#include "pnKeyedObject/plFixedKey.h"
#include "plGImage/plMipmap.h"
#include "pyKey.h"
#include "pySceneObject.h"
#include "pyColor.h"
@ -44,25 +44,25 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyPythonInterface.h"
#include "cyMisc.h"
#include "../plAvatar/plOneShotMod.h"
#include "../plAvatar/plMultistageBehMod.h"
#include "../plAvatar/plAvatarClothing.h"
#include "../plAvatar/plClothingLayout.h"
#include "../plAvatar/plArmatureMod.h"
#include "../plAvatar/plAvBrainHuman.h" // needed to call the emote
#include "../plAvatar/plAGAnim.h" // to get the BodyUsage enum
#include "../plInputCore/plAvatarInputInterface.h"
#include "plAvatar/plOneShotMod.h"
#include "plAvatar/plMultistageBehMod.h"
#include "plAvatar/plAvatarClothing.h"
#include "plAvatar/plClothingLayout.h"
#include "plAvatar/plArmatureMod.h"
#include "plAvatar/plAvBrainHuman.h" // needed to call the emote
#include "plAvatar/plAGAnim.h" // to get the BodyUsage enum
#include "plInputCore/plAvatarInputInterface.h"
#include "plPhysical.h"
#include "../plMessage/plSimStateMsg.h"
#include "plMessage/plSimStateMsg.h"
#include "../pnNetCommon/plNetApp.h"
#include "../plVault/plVault.h"
#include "pnNetCommon/plNetApp.h"
#include "plVault/plVault.h"
#include "../plDrawable/plSharedMesh.h"
#include "plDrawable/plSharedMesh.h"
#include "../pnSceneObject/plSceneObject.h"
#include "../pnSceneObject/plCoordinateInterface.h"
#include "../plDrawable/plMorphSequence.h"
#include "pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plCoordinateInterface.h"
#include "plDrawable/plMorphSequence.h"
///////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h"
#include "hsTemplates.h"
#include "hsBitVector.h"
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyColor.h"
#include "pySceneObject.h"
#include "../plAvatar/plAvBrainHuman.h"
#include "plAvatar/plAvBrainHuman.h"
#include <python.h>
@ -883,4 +883,4 @@ void cyAvatar::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtBehaviorTypes, kBehaviorTypeLinkIn, plHBehavior::kBehaviorTypeLinkIn);
PYTHON_ENUM_ELEMENT(PtBehaviorTypes, kBehaviorTypeLinkOut, plHBehavior::kBehaviorTypeLinkOut);
PYTHON_ENUM_END(m, PtBehaviorTypes);
}
}

View File

@ -25,17 +25,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "cyCamera.h"
#include "../pnMessage/plCameraMsg.h"
#include "../plMessage/plInputEventMsg.h"
#include "../pnKeyedObject/plFixedKey.h"
#include "../pnKeyedObject/plUoid.h"
#include "pnMessage/plCameraMsg.h"
#include "plMessage/plInputEventMsg.h"
#include "pnKeyedObject/plFixedKey.h"
#include "pnKeyedObject/plUoid.h"
#include "hsResMgr.h"
#include "pyKey.h"
#include "plgDispatch.h"
#include "../pfCamera/plVirtualCamNeu.h"
#include "../pfCamera/plCameraModifier.h"
#include "../pfCamera/plCameraBrain.h"
#include "pfCamera/plVirtualCamNeu.h"
#include "pfCamera/plCameraModifier.h"
#include "pfCamera/plCameraBrain.h"
cyCamera::cyCamera()
{
@ -367,4 +367,4 @@ float cyCamera::GetAspectRatio()
void cyCamera::RefreshFOV()
{
plVirtualCam1::SetFOV(plVirtualCam1::GetFOVw(), plVirtualCam1::GetFOVh());
}
}

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
#include "hsTypes.h"
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
class pyKey;
#include <python.h>

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plgDispatch.h"
#include "hsBitVector.h"
#include "../pnMessage/plEnableMsg.h"
#include "pnMessage/plEnableMsg.h"
cyDraw::cyDraw(plKey sender, plKey recvr)
{

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
#include "hsTemplates.h"
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -25,8 +25,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "cyInputInterface.h"
#include "../plMessage/plInputIfaceMgrMsg.h"
#include "../plInputCore/plTelescopeInputInterface.h"
#include "plMessage/plInputIfaceMgrMsg.h"
#include "plInputCore/plTelescopeInputInterface.h"
#include "plgDispatch.h"
cyInputInterface::cyInputInterface() :

View File

@ -27,32 +27,32 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plgDispatch.h"
#include "hsResMgr.h"
#include "../plResMgr/plKeyFinder.h"
#include "plResMgr/plKeyFinder.h"
#include "../pnKeyedObject/plKey.h"
#include "../pnKeyedObject/plFixedKey.h"
#include "../plMessage/plLinkToAgeMsg.h"
#include "../plMessage/plConsoleMsg.h"
#include "../plMessage/plAnimCmdMsg.h"
#include "../plMessage/plExcludeRegionMsg.h"
#include "../plMessage/plInputEventMsg.h"
#include "../plMessage/plInputIfaceMgrMsg.h"
#include "../pnMessage/plCmdIfaceModMsg.h"
#include "../pnMessage/plAttachMsg.h"
#include "../plMessage/plTimerCallbackMsg.h"
#include "../plMessage/plNetVoiceListMsg.h"
#include "../pnMessage/plClientMsg.h"
#include "../pnMessage/plCameraMsg.h"
#include "../pnTimer/plTimerCallbackManager.h"
#include "../plVault/plVault.h"
#include "../plNetClient/plNetClientMgr.h"
#include "../plNetClient/plNetLinkingMgr.h"
#include "../plNetTransport/plNetTransport.h"
#include "../plNetTransport/plNetTransportMember.h"
#include "../plResMgr/plKeyFinder.h"
#include "../plAvatar/plAvatarMgr.h"
#include "../plAvatar/plMultistageBehMod.h"
#include "../plAvatar/plAvBrainCritter.h"
#include "pnKeyedObject/plKey.h"
#include "pnKeyedObject/plFixedKey.h"
#include "plMessage/plLinkToAgeMsg.h"
#include "plMessage/plConsoleMsg.h"
#include "plMessage/plAnimCmdMsg.h"
#include "plMessage/plExcludeRegionMsg.h"
#include "plMessage/plInputEventMsg.h"
#include "plMessage/plInputIfaceMgrMsg.h"
#include "pnMessage/plCmdIfaceModMsg.h"
#include "pnMessage/plAttachMsg.h"
#include "plMessage/plTimerCallbackMsg.h"
#include "plMessage/plNetVoiceListMsg.h"
#include "pnMessage/plClientMsg.h"
#include "pnMessage/plCameraMsg.h"
#include "pnTimer/plTimerCallbackManager.h"
#include "plVault/plVault.h"
#include "plNetClient/plNetClientMgr.h"
#include "plNetClient/plNetLinkingMgr.h"
#include "plNetTransport/plNetTransport.h"
#include "plNetTransport/plNetTransportMember.h"
#include "plResMgr/plKeyFinder.h"
#include "plAvatar/plAvatarMgr.h"
#include "plAvatar/plMultistageBehMod.h"
#include "plAvatar/plAvBrainCritter.h"
#include "pyCritterBrain.h"
#include "cyPythonInterface.h"
#include "pyKey.h"
@ -66,29 +66,29 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyAgeInfoStruct.h"
#include "pyAgeLinkStruct.h"
#include "pyAlarm.h"
#include "../pfMessage/pfKIMsg.h"
#include "../plNetMessage/plNetMessage.h"
#include "../pfCamera/plVirtualCamNeu.h"
#include "../plPipeline/plDynamicEnvMap.h"
#include "pfMessage/pfKIMsg.h"
#include "plNetMessage/plNetMessage.h"
#include "pfCamera/plVirtualCamNeu.h"
#include "plPipeline/plDynamicEnvMap.h"
#include "../pfGameGUIMgr/pfGameGUIMgr.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "pfGameGUIMgr/pfGameGUIMgr.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "pyGUIDialog.h"
#include "../pnSceneObject/plSceneObject.h"
#include "../pnSceneObject/plCoordinateInterface.h"
#include "pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plCoordinateInterface.h"
#include "../plMessage/plCCRMsg.h"
#include "../plAgeLoader/plAgeLoader.h"
#include "plMessage/plCCRMsg.h"
#include "plAgeLoader/plAgeLoader.h"
#include "../plResMgr/plLocalization.h"
#include "../plGLight/plLightInfo.h"
#include "plResMgr/plLocalization.h"
#include "plGLight/plLightInfo.h"
#include "../plInputCore/plAvatarInputInterface.h"
#include "../plInputCore/plInputDevice.h"
#include "plInputCore/plAvatarInputInterface.h"
#include "plInputCore/plInputDevice.h"
#include "../plVault/plAgeInfoSource.h"
#include "plVault/plAgeInfoSource.h"
#include "../pfLocalizationMgr/pfLocalizationMgr.h"
#include "pfLocalizationMgr/pfLocalizationMgr.h"
//// Static Class Stuff //////////////////////////////////////////////////////
plPipeline* cyMisc::fPipeline = nil;
@ -937,7 +937,7 @@ PyObject* cyMisc::GetLocalPlayer()
#if 1
#include "../plStatusLog/plStatusLog.h"
#include "plStatusLog/plStatusLog.h"
//
// TEMP SCREEN PRINT CODE FOR NON-DBG TEXT DISPLAY
//
@ -955,7 +955,7 @@ void cyMisc::PrintToScreen(const char* msg)
#endif
#include "plPipeline.h"
#include "../plGImage/plMipmap.h"
#include "plGImage/plMipmap.h"
/////////////////////////////////////////////////////////////////////////////
//
@ -1402,7 +1402,7 @@ void cyMisc::PageOutNode(const char* nodeName)
}
#include "../plAvatar/plArmatureMod.h"
#include "plAvatar/plArmatureMod.h"
/////////////////////////////////////////////////////////////////////////////
//
// Function : LimitAvatarLOD
@ -1418,7 +1418,7 @@ void cyMisc::LimitAvatarLOD(int LODlimit)
#include "../plPipeline/plFogEnvironment.h"
#include "plPipeline/plFogEnvironment.h"
/////////////////////////////////////////////////////////////////////////////
//
@ -1716,9 +1716,9 @@ bool cyMisc::UsingUnicode()
//
//
//
#include "../plMessage/plParticleUpdateMsg.h"
#include "../plParticleSystem/plParticleSystem.h"
#include "../plParticleSystem/plParticleEffect.h"
#include "plMessage/plParticleUpdateMsg.h"
#include "plParticleSystem/plParticleSystem.h"
#include "plParticleSystem/plParticleEffect.h"
void cyMisc::TransferParticlesToKey(pyKey& fromKey, pyKey& toKey, int numParticles)
{
plKey frKey = fromKey.getKey();
@ -1908,7 +1908,7 @@ void cyMisc::SetLightColorValue(pyKey& light, std::string lightName, hsScalar r,
}
}
#include "../pnMessage/plEnableMsg.h"
#include "pnMessage/plEnableMsg.h"
void cyMisc::SetLightAnimationOn(pyKey& light, std::string lightName, hsBool start)
{
// lightName is the name of the light object attached to the light that we want to talk to
@ -2001,7 +2001,7 @@ void cyMisc::RegisterForControlEventMessages(hsBool on, pyKey& k)
//
// PURPOSE : To request an LOS from a point on the screen
//
#include "../plMessage/plLOSRequestMsg.h"
#include "plMessage/plLOSRequestMsg.h"
bool cyMisc::RequestLOSScreen(pyKey &selfkey, Int32 ID, hsScalar xPos, hsScalar yPos, hsScalar distance, int what, int reportType)
{
plPipeline* pipe = selfkey.GetPipeline();
@ -2058,7 +2058,7 @@ bool cyMisc::RequestLOSScreen(pyKey &selfkey, Int32 ID, hsScalar xPos, hsScalar
//
// PURPOSE : Check is there is something visible in the path from StartPoint to EndPoint
//
#include "../plDrawable/plVisLOSMgr.h"
#include "plDrawable/plVisLOSMgr.h"
PyObject* cyMisc::CheckVisLOS(pyPoint3 startPoint, pyPoint3 endPoint)
{
if (plVisLOSMgr::Instance())
@ -2152,7 +2152,7 @@ bool cyMisc::IsEnterChatModeKeyBound()
//
// PURPOSE : Shoots from screen coordinates, a bullet and makes a mark on objects that know about bullet holes
//
#include "../plMessage/plBulletMsg.h"
#include "plMessage/plBulletMsg.h"
void cyMisc::ShootBulletFromScreen(pyKey &selfkey, hsScalar xPos, hsScalar yPos, hsScalar radius, hsScalar range)
{
plPipeline* pipe = selfkey.GetPipeline();
@ -2388,7 +2388,7 @@ int cyMisc::GetKILevel()
//
// the following are for recording and rebuilding the camera stack
#include "../pfCamera/plCameraModifier.h"
#include "pfCamera/plCameraModifier.h"
int cyMisc::GetNumCameras()
{
@ -2477,7 +2477,7 @@ void cyMisc::RecenterCamera()
pCam->Send();
}
#include "../plMessage/plTransitionMsg.h"
#include "plMessage/plTransitionMsg.h"
void cyMisc::FadeIn(float lenTime, bool holdFlag, bool noSound)
{
@ -2525,7 +2525,7 @@ void cyMisc::SetAlarm( float secs, PyObject * cb, UInt32 cbContext )
//
// PURPOSE : captures the screen and saves it as a jpeg
//
#include "../plJPEG/plJPEG.h"
#include "plJPEG/plJPEG.h"
void cyMisc::SaveScreenShot(const char* fileName, int x, int y, int quality)
{
if ( cyMisc::GetPipeline() )
@ -2548,7 +2548,7 @@ void cyMisc::SaveScreenShot(const char* fileName, int x, int y, int quality)
// PURPOSE : This starts a screen capture in motion. It will be capture on the next
// update and a plCaptureRenderMsg when its ready
//
#include "../plPipeline/plCaptureRender.h"
#include "plPipeline/plCaptureRender.h"
void cyMisc::StartScreenCapture(pyKey& selfkey)
{
cyMisc::StartScreenCaptureWH(selfkey, 800, 600);
@ -2560,7 +2560,7 @@ void cyMisc::StartScreenCaptureWH(pyKey& selfkey, UInt16 width, UInt16 height)
}
#include "../plAvatar/plAvatarClothing.h"
#include "plAvatar/plAvatarClothing.h"
void cyMisc::WearMaintainerSuit(pyKey& key, hsBool wear)
{
// run on all machines, but only affects us if we call it on our local guy (who props it to others himself)

View File

@ -44,7 +44,7 @@ class pyPoint3;
#include <python.h>
#include "hsTypes.h"
#include "hsStlUtils.h"
#include "../pnUtils/pnUtils.h"
#include "pnUtils/pnUtils.h"
class pyGUIDialog;
class plPipeline;

View File

@ -31,9 +31,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h"
// for enums
#include "..\plNetCommon\plNetCommon.h"
#include "..\plResMgr\plLocalization.h"
#include "..\plMessage\plLOSRequestMsg.h"
#include "plNetCommon\plNetCommon.h"
#include "plResMgr\plLocalization.h"
#include "plMessage\plLOSRequestMsg.h"
#include <python.h>
@ -511,4 +511,4 @@ void cyMisc::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtLOSObjectType, kCustom, kCustom);
PYTHON_ENUM_ELEMENT(PtLOSObjectType, kShootable, kShootable);
PYTHON_ENUM_END(m, PtLOSObjectType);
}
}

View File

@ -29,8 +29,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pySceneObject.h"
#include "pyAgeInfoStruct.h"
#include "pyGeometry3.h"
#include "../NucleusLib/inc/plPipeline.h"
#include "../pnNetBase/pnNetBase.h"
#include "NucleusLib/inc/plPipeline.h"
#include "pnNetBase/pnNetBase.h"
#include <python.h>
@ -835,4 +835,4 @@ void cyMisc::AddPlasmaMethods4(std::vector<PyMethodDef> &methods)
PYTHON_GLOBAL_METHOD(methods, PtGetAIAvatarsByModelName);
PYTHON_GLOBAL_METHOD(methods, PtForceVaultNodeUpdate);
PYTHON_GLOBAL_METHOD(methods, PtVaultDownload);
}
}

View File

@ -26,10 +26,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyParticleSys.h"
#include "hsStream.h"
#include "../pnMessage/plMessage.h"
#include "pnMessage/plMessage.h"
#include "hsResMgr.h"
#include "plgDispatch.h"
#include "../plMessage/plParticleUpdateMsg.h"
#include "plMessage/plParticleUpdateMsg.h"
cyParticleSys::cyParticleSys(plKey sender, plKey recvr)
{

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
#include "hsTemplates.h"
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
class pyKey;
#include <python.h>

View File

@ -26,20 +26,20 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyPhysics.h"
#include "plgDispatch.h"
#include "../pnMessage/plEnableMsg.h"
#include "../pnMessage/plWarpMsg.h"
#include "../plMessage/plSimInfluenceMsg.h"
#include "../plMessage/plSimStateMsg.h"
#include "../plMessage/plLinearVelocityMsg.h"
#include "../plMessage/plAngularVelocityMsg.h"
#include "pnMessage/plEnableMsg.h"
#include "pnMessage/plWarpMsg.h"
#include "plMessage/plSimInfluenceMsg.h"
#include "plMessage/plSimStateMsg.h"
#include "plMessage/plLinearVelocityMsg.h"
#include "plMessage/plAngularVelocityMsg.h"
#include "pyGeometry3.h"
#include "pyMatrix44.h"
#include "pyKey.h"
#include "hsQuat.h"
#include "../pnSceneObject/plSceneObject.h"
#include "../pnSceneObject/plCoordinateInterface.h"
#include "../pnKeyedObject/plKey.h"
#include "pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plCoordinateInterface.h"
#include "pnKeyedObject/plKey.h"
cyPhysics::cyPhysics(plKey sender, plKey recvr)
{
@ -784,4 +784,4 @@ void cyPhysics::SetAngularVelocity(pyVector3& angVel)
plgDispatch::MsgSend( pMsg ); // whoosh... off it goes
}
}
}

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
#include "hsTemplates.h"
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -78,8 +78,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plPythonSDLModifier.h"
// For printing to the log
#include "../plStatusLog/plStatusLog.h"
#include "../plNetGameLib/plNetGameLib.h"
#include "plStatusLog/plStatusLog.h"
#include "plNetGameLib/plNetGameLib.h"
// vault
#include "pyVaultNode.h"
@ -2062,4 +2062,4 @@ pyKey* PythonInterface::GetpyKeyFromPython(PyObject* pkey)
if (!pyKey::Check(pkey))
return nil;
return pyKey::ConvertFrom(pkey);
}
}

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plPythonCreatable_inc
#define plPythonCreatable_inc
#include "../pnFactory/plCreator.h"
#include "pnFactory/plCreator.h"
#include "plPythonFileMod.h"
REGISTER_CREATABLE( plPythonFileMod );

View File

@ -35,49 +35,49 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStream.h"
#include "plgDispatch.h"
#include "hsResMgr.h"
#include "../plResMgr/plKeyFinder.h"
#include "../pnKeyedObject/plKeyImp.h"
#include "../pnKeyedObject/plUoid.h"
#include "plResMgr/plKeyFinder.h"
#include "pnKeyedObject/plKeyImp.h"
#include "pnKeyedObject/plUoid.h"
#include "../pnSceneObject/plSceneObject.h"
#include "../pnSceneObject/plCoordinateInterface.h"
#include "../pnKeyedObject/plKey.h"
#include "../pnMessage/plTimeMsg.h"
#include "../pnMessage/plCmdIfaceModMsg.h"
#include "../plMessage/plInputEventMsg.h"
#include "../plModifier/plLogicModifier.h"
#include "../pfMessage/pfGUINotifyMsg.h"
#include "../plMessage/plRoomLoadNotifyMsg.h"
#include "../pfMessage/plClothingMsg.h"
#include "../pfMessage/pfKIMsg.h"
#include "../plMessage/plMemberUpdateMsg.h"
#include "../plMessage/plAgeLoadedMsg.h"
#include "../pnMessage/plRemoteAvatarInfoMsg.h"
#include "../pnMessage/plPlayerPageMsg.h"
#include "../plNetClient/plNetClientMgr.h"
#include "../plNetTransport/plNetTransportMember.h"
#include "../pnMessage/plSDLNotificationMsg.h"
#include "../plMessage/plNetOwnershipMsg.h"
#include "../plSDL/plSDL.h"
#include "../plVault/plVault.h"
#include "../plMessage/plCCRMsg.h"
#include "../plMessage/plVaultNotifyMsg.h"
#include "../plInputCore/plInputInterfaceMgr.h"
#include "../plInputCore/plInputDevice.h"
#include "../pfMessage/pfMarkerMsg.h"
#include "../pfMessage/pfBackdoorMsg.h"
#include "../plMessage/plAvatarMsg.h"
#include "../plMessage/plLOSHitMsg.h"
#include "../plMessage/plRenderMsg.h"
#include "../pfMessage/pfMovieEventMsg.h"
#include "../plMessage/plClimbEventMsg.h"
#include "../plMessage/plCaptureRenderMsg.h"
#include "../plGImage/plMipmap.h"
#include "../plMessage/plAccountUpdateMsg.h"
#include "../plAgeLoader/plAgeLoader.h"
#include "../pfGameMgr/pfGameMgr.h"
#include "../plMessage/plAIMsg.h"
#include "../plAvatar/plAvBrainCritter.h"
#include "pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plCoordinateInterface.h"
#include "pnKeyedObject/plKey.h"
#include "pnMessage/plTimeMsg.h"
#include "pnMessage/plCmdIfaceModMsg.h"
#include "plMessage/plInputEventMsg.h"
#include "plModifier/plLogicModifier.h"
#include "pfMessage/pfGUINotifyMsg.h"
#include "plMessage/plRoomLoadNotifyMsg.h"
#include "pfMessage/plClothingMsg.h"
#include "pfMessage/pfKIMsg.h"
#include "plMessage/plMemberUpdateMsg.h"
#include "plMessage/plAgeLoadedMsg.h"
#include "pnMessage/plRemoteAvatarInfoMsg.h"
#include "pnMessage/plPlayerPageMsg.h"
#include "plNetClient/plNetClientMgr.h"
#include "plNetTransport/plNetTransportMember.h"
#include "pnMessage/plSDLNotificationMsg.h"
#include "plMessage/plNetOwnershipMsg.h"
#include "plSDL/plSDL.h"
#include "plVault/plVault.h"
#include "plMessage/plCCRMsg.h"
#include "plMessage/plVaultNotifyMsg.h"
#include "plInputCore/plInputInterfaceMgr.h"
#include "plInputCore/plInputDevice.h"
#include "pfMessage/pfMarkerMsg.h"
#include "pfMessage/pfBackdoorMsg.h"
#include "plMessage/plAvatarMsg.h"
#include "plMessage/plLOSHitMsg.h"
#include "plMessage/plRenderMsg.h"
#include "pfMessage/pfMovieEventMsg.h"
#include "plMessage/plClimbEventMsg.h"
#include "plMessage/plCaptureRenderMsg.h"
#include "plGImage/plMipmap.h"
#include "plMessage/plAccountUpdateMsg.h"
#include "plAgeLoader/plAgeLoader.h"
#include "pfGameMgr/pfGameMgr.h"
#include "plMessage/plAIMsg.h"
#include "plAvatar/plAvBrainCritter.h"
#include "plProfile.h"
@ -125,7 +125,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plPythonSDLModifier.h"
#include "../plMessage/plTimerCallbackMsg.h"
#include "plMessage/plTimerCallbackMsg.h"
plProfile_CreateTimer("Update", "Python", PythonUpdate);

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
//////////////////////////////////////////////////////////////////////
#include "../pnModifier/plMultiModifier.h"
#include "pnModifier/plMultiModifier.h"
#include "hsGeometry3.h"
#include "hsResMgr.h"

View File

@ -27,9 +27,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h"
#include "plPythonPack.h"
#include "hsStream.h"
#include "../plFile/hsFiles.h"
#include "../plFile/plSecureStream.h"
#include "../plFile/plStreamSource.h"
#include "plFile/hsFiles.h"
#include "plFile/plSecureStream.h"
#include "plFile/plStreamSource.h"
#include "hsStlSortUtils.h"
#include "marshal.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plPythonParameter_h_inc
#define plPythonParameter_h_inc
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
//
// This is the data for the parameters (or attributes) for the PythonFile components

View File

@ -31,13 +31,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "cyMisc.h"
#include "../pnSceneObject/plSceneObject.h"
#include "../plResMgr/plKeyFinder.h"
#include "../plAgeDescription/plAgeDescription.h"
#include "pnSceneObject/plSceneObject.h"
#include "plResMgr/plKeyFinder.h"
#include "plAgeDescription/plAgeDescription.h"
#include "../plSDL/plSDL.h"
#include "../pnNetCommon/plNetApp.h"
#include "../plNetClient/plNetClientMgr.h"
#include "plSDL/plSDL.h"
#include "pnNetCommon/plNetApp.h"
#include "plNetClient/plNetClientMgr.h"
plStateDataRecord * GetAgeSDL()
{

View File

@ -31,7 +31,7 @@ class plStateDataRecord;
class plSimpleStateVariable;
#include "hsStlUtils.h"
#include "../plModifier/plSDLModifier.h"
#include "plModifier/plSDLModifier.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h"
#include "hsStlUtils.h"
#include "../plNetCommon/plNetServerSessionInfo.h"
#include "plNetCommon/plNetServerSessionInfo.h"
#include <python.h>
#include "pyGlueHelpers.h"
@ -131,4 +131,4 @@ public:
const char * GetDisplayName() const;
};
#endif // pyAgeInfoStruct_h_inc
#endif // pyAgeInfoStruct_h_inc

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h"
#include "hsStlUtils.h"
#include "../plNetCommon/plNetServerSessionInfo.h"
#include "plNetCommon/plNetServerSessionInfo.h"
#include "pyAgeInfoStruct.h"
#include <python.h>
@ -119,4 +119,4 @@ public:
};
#endif // pyAgeLinkStruct_h_inc
#endif // pyAgeLinkStruct_h_inc

View File

@ -44,13 +44,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pySDL.h"
#include "../plVault/plVault.h"
#include "../plNetClient/plNetClientMgr.h"
#include "../plNetClient/plNetLinkingMgr.h"
#include "../plNetTransport/plNetTransport.h"
#include "../plNetTransport/plNetTransportMember.h"
#include "../plSDL/plSDL.h"
#include "../pnNetCommon/plNetApp.h"
#include "plVault/plVault.h"
#include "plNetClient/plNetClientMgr.h"
#include "plNetClient/plNetLinkingMgr.h"
#include "plNetTransport/plNetTransport.h"
#include "plNetTransport/plNetTransportMember.h"
#include "plSDL/plSDL.h"
#include "pnNetCommon/plNetApp.h"
pyAgeVault::pyAgeVault() {
}

View File

@ -31,11 +31,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyAudioControl.h"
#include "../plAudio/plAudioSystem.h"
#include "../plAudio/plVoiceChat.h"
#include "../plAudio/plWinMicLevel.h"
#include "plAudio/plAudioSystem.h"
#include "plAudio/plVoiceChat.h"
#include "plAudio/plWinMicLevel.h"
#include "../plAudio/plAudioCaps.h"
#include "plAudio/plAudioCaps.h"
// Sets the master volume of a given audio channel
void pyAudioControl::SetSoundFXVolume( hsScalar volume )
@ -430,4 +430,4 @@ void pyAudioControl::SetDeviceName(const char *device, bool restart)
const char * pyAudioControl::GetDeviceName()
{
return plgAudioSys::GetDeviceName();
}
}

View File

@ -30,4 +30,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//////////////////////////////////////////////////////////////////////
#include "../pfCCR/plCCRMgr.h"
#include "pfCCR/plCCRMgr.h"

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h"
#include "hsStlUtils.h"
#include "../pfCCR/plCCRMgr.h"
#include "pfCCR/plCCRMgr.h"
#endif // pyCCRMgr_h_inc

View File

@ -24,7 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyCluster.h"
#include "../plDrawable/plClusterGroup.h"
#include "plDrawable/plClusterGroup.h"
pyCluster::pyCluster(plKey key)
{

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyCritterBrain.h"
#include "pyGeometry3.h"
#include "..\plAvatar\plAvBrainCritter.h"
#include "plAvatar/plAvBrainCritter.h"
pyCritterBrain::pyCritterBrain(): fBrain(nil) {}
@ -253,4 +253,4 @@ PyObject* pyCritterBrain::VectorToPlayer(unsigned long id) const
if (!fBrain)
PYTHON_RETURN_NONE;
return pyVector3::New(fBrain->VectorToPlayer(id));
}
}

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h"
#include "pyGeometry3.h"
#include "..\plMessage\plAIMsg.h"
#include "plMessage/plAIMsg.h"
#include <python.h>
@ -524,4 +524,4 @@ void pyCritterBrain::AddPlasmaClasses(PyObject *m)
PYTHON_CLASS_IMPORT_START(m);
PYTHON_CLASS_IMPORT(m, ptCritterBrain);
PYTHON_CLASS_IMPORT_END(m);
}
}

View File

@ -24,9 +24,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyDniCoordinates.h"
#include "../plVault/plDniCoordinateInfo.h"
#include "plVault/plDniCoordinateInfo.h"
#ifndef BUILDING_PYPLASMA
#include "../plAvatar/plAvatarMgr.h"
#include "plAvatar/plAvatarMgr.h"
#include "pyVault.h"
#endif

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyDniCoordinates.h"
#include "pyGeometry3.h"
#include "../plVault/plDniCoordinateInfo.h"
#include "plVault/plDniCoordinateInfo.h"
#include <python.h>
@ -112,4 +112,4 @@ void pyDniCoordinates::AddPlasmaClasses(PyObject *m)
PYTHON_CLASS_IMPORT_START(m);
PYTHON_CLASS_IMPORT(m, ptDniCoordinates);
PYTHON_CLASS_IMPORT_END(m);
}
}

View File

@ -23,10 +23,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
Mead, WA 99021
*==LICENSE==*/
#include "../pnUtils/pnUtils.h"
#include "../plUnifiedTime/plUnifiedTime.h"
#include "../plVault/plAgeInfoSource.h"
#include "../plVault/plVault.h"
#include "pnUtils/pnUtils.h"
#include "plUnifiedTime/plUnifiedTime.h"
#include "plVault/plAgeInfoSource.h"
#include "plVault/plVault.h"
#include "pyDniInfoSource.h"
#include "pyDniCoordinates.h"

View File

@ -36,10 +36,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef BUILDING_PYPLASMA
#include "../plMessage/plInputEventMsg.h"
#include "../pnMessage/plClientMsg.h"
#include "../plInputCore/plInputDevice.h"
#include "../plAvatar/plArmatureMod.h"
#include "plMessage/plInputEventMsg.h"
#include "pnMessage/plClientMsg.h"
#include "plInputCore/plInputDevice.h"
#include "plAvatar/plArmatureMod.h"
#endif
void pyDrawControl::SetGamma2(hsScalar gamma)
@ -58,7 +58,7 @@ void pyDrawControl::SetGamma2(hsScalar gamma)
}
#ifndef BUILDING_PYPLASMA
#include "../plGLight/plShadowMaster.h"
#include "plGLight/plShadowMaster.h"
#endif
void pyDrawControl::SetShadowVisDistance(hsScalar distance)
@ -78,7 +78,7 @@ hsScalar pyDrawControl::GetShadowVisDistance()
}
#ifndef BUILDING_PYPLASMA
#include "../plGLight/plShadowCaster.h"
#include "plGLight/plShadowCaster.h"
#endif
void pyDrawControl::EnableShadows()

View File

@ -31,12 +31,12 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//////////////////////////////////////////////////////////////////////////////
#include "plgDispatch.h"
#include "../plMessage/plDynamicTextMsg.h"
#include "plMessage/plDynamicTextMsg.h"
#include "pyKey.h"
#include "plPythonFileMod.h"
#include "pyColor.h"
#include "pyImage.h"
#include "../plGImage/plDynamicTextMap.h"
#include "plGImage/plDynamicTextMap.h"
#include "pyDynamicText.h"
@ -387,4 +387,4 @@ plKey pyDynamicText::GetImage()
return fReceivers[0];
else
return nil;
}
}

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h"
#include "pyColor.h"
#include "pyImage.h"
#include "../plGImage/plDynamicTextMap.h"
#include "plGImage/plDynamicTextMap.h"
#include <python.h>
@ -475,4 +475,4 @@ void pyDynamicText::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtJustify, kLeftJustify, plDynamicTextMap::kLeftJustify);
PYTHON_ENUM_ELEMENT(PtJustify, kRightJustify, plDynamicTextMap::kRightJustify);
PYTHON_ENUM_END(m, PtJustify);
}
}

View File

@ -28,8 +28,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
///////////////////////////////////////////////
#include "../pfGameGUIMgr/pfGUIControlMod.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "pfGameGUIMgr/pfGUIControlMod.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "pyKey.h"
#include "pyGUIControl.h"

View File

@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "pyGUIControlButton.h"
#include "../pfGameGUIMgr/pfGUIButtonMod.h"
#include "pfGameGUIMgr/pfGUIButtonMod.h"
pyGUIControlButton::pyGUIControlButton(pyKey& gckey) : pyGUIControl(gckey)
{

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGUIControlButton.h"
#include "pyEnum.h"
#include "../pfGameGUIMgr/pfGUIButtonMod.h"
#include "pfGameGUIMgr/pfGUIButtonMod.h"
#include <python.h>
// glue functions
@ -122,4 +122,4 @@ void pyGUIControlButton::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtButtonNotifyTypes, kNotifyOnDown, pfGUIButtonMod::kNotifyOnDown);
PYTHON_ENUM_ELEMENT(PtButtonNotifyTypes, kNotifyOnUpAndDown, pfGUIButtonMod::kNotifyOnUpAndDown);
PYTHON_ENUM_END(m, PtButtonNotifyTypes);
}
}

View File

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUICheckBoxCtrl.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "pfGameGUIMgr/pfGUICheckBoxCtrl.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "pyGUIControlCheckBox.h"
#include "pyGUIDialog.h"

View File

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIClickMapCtrl.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "pfGameGUIMgr/pfGUIClickMapCtrl.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "pyGUIControlClickMap.h"
#include "pyGUIDialog.h"

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIDragBarCtrl.h"
#include "pfGameGUIMgr/pfGUIDragBarCtrl.h"
#include "pyGUIControlDragBar.h"

View File

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIDraggableMod.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "pfGameGUIMgr/pfGUIDraggableMod.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "pyGUIControlDraggable.h"
#include "pyGUIDialog.h"

View File

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIDynDisplayCtrl.h"
#include "../plGImage/plDynamicTextMap.h"
#include "pfGameGUIMgr/pfGUIDynDisplayCtrl.h"
#include "plGImage/plDynamicTextMap.h"
#include "pyDynamicText.h"
#include "pyGUIControlDynamicText.h"

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIEditBoxMod.h"
#include "pfGameGUIMgr/pfGUIEditBoxMod.h"
#include "pyGUIControlEditBox.h"
#include "pyColor.h"

View File

@ -30,10 +30,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIListBoxMod.h"
#include "../pfGameGUIMgr/pfGUIListElement.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "../plGImage/plDynamicTextMap.h"
#include "pfGameGUIMgr/pfGUIListBoxMod.h"
#include "pfGameGUIMgr/pfGUIListElement.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "plGImage/plDynamicTextMap.h"
#include "pyGUIControlListBox.h"
#include "pyGUIDialog.h"
@ -1057,4 +1057,4 @@ void pyGUIControlListBox::DisallowNoSelect()
if (plbmod)
plbmod->SetFlag(pfGUIListBoxMod::kForbidNoSelection);
}
}
}

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIMultiLineEditCtrl.h"
#include "pfGameGUIMgr/pfGUIMultiLineEditCtrl.h"
#include "pyGUIControlMultiLineEdit.h"
#include "pyColor.h"
@ -541,4 +541,4 @@ void pyGUIControlMultiLineEdit::SetFontSize( UInt32 fontsize )
if ( pbmod )
pbmod->SetFontSize((UInt8)fontsize);
}
}
}

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h"
#include "pyColor.h"
#include "../pfGameGUIMgr/pfGUIMultiLineEditCtrl.h"
#include "pfGameGUIMgr/pfGUIMultiLineEditCtrl.h"
#include <python.h>
// glue functions
@ -457,4 +457,4 @@ void pyGUIControlMultiLineEdit::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtGUIMultiLineDirection, kPageUp, pfGUIMultiLineEditCtrl::kPageUp);
PYTHON_ENUM_ELEMENT(PtGUIMultiLineDirection, kPageDown, pfGUIMultiLineEditCtrl::kPageDown);
PYTHON_ENUM_END(m, PtGUIMultiLineDirection);
}
}

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIRadioGroupCtrl.h"
#include "pfGameGUIMgr/pfGUIRadioGroupCtrl.h"
#include "pyGUIControlRadioGroup.h"

View File

@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUITextBoxMod.h"
#include "../pfGameGUIMgr/pfGUIListElement.h"
#include "pfGameGUIMgr/pfGUITextBoxMod.h"
#include "pfGameGUIMgr/pfGUIListElement.h"
#include "pyGUIControlTextBox.h"
#include "pyColor.h"

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "pyGUIControl.h"
#include "../pfGameGUIMgr/pfGUIControlMod.h"
#include "pfGameGUIMgr/pfGUIControlMod.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -30,10 +30,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "../pfGameGUIMgr/pfGUIValueCtrl.h"
#include "../pfGameGUIMgr/pfGUIKnobCtrl.h"
#include "../pfGameGUIMgr/pfGUIUpDownPairMod.h"
#include "../pfGameGUIMgr/pfGUIProgressCtrl.h"
#include "pfGameGUIMgr/pfGUIValueCtrl.h"
#include "pfGameGUIMgr/pfGUIKnobCtrl.h"
#include "pfGameGUIMgr/pfGUIUpDownPairMod.h"
#include "pfGameGUIMgr/pfGUIProgressCtrl.h"
#include "pyGUIControlValue.h"
@ -206,4 +206,4 @@ void pyGUIControlProgress::AnimateToPercentage(float percent)
ppcmod->AnimateToPercentage(percent);
}
}
}
}

View File

@ -32,8 +32,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyColor.h"
#include "cyPythonInterface.h"
#include "../pfGameGUIMgr/pfGameGUIMgr.h"
#include "../pfGameGUIMgr/pfGUIDialogMod.h"
#include "pfGameGUIMgr/pfGameGUIMgr.h"
#include "pfGameGUIMgr/pfGUIDialogMod.h"
#include "pyGUIDialog.h"
@ -51,10 +51,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGUIControlClickMap.h"
// specific value controls
#include "../pfGameGUIMgr/pfGUIKnobCtrl.h"
#include "../pfGameGUIMgr/pfGUIUpDownPairMod.h"
#include "pfGameGUIMgr/pfGUIKnobCtrl.h"
#include "pfGameGUIMgr/pfGUIUpDownPairMod.h"
#include "../plInputCore/plInputInterface.h"
#include "plInputCore/plInputInterface.h"
pyGUIDialog::pyGUIDialog(pyKey& gckey)
{

View File

@ -32,8 +32,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyColor.h"
#include "cyPythonInterface.h"
#include "../pfGameGUIMgr/pfGameGUIMgr.h"
#include "../pfGameGUIMgr/pfGUIPopUpMenu.h"
#include "pfGameGUIMgr/pfGameGUIMgr.h"
#include "pfGameGUIMgr/pfGUIPopUpMenu.h"
#include "pyGUIPopUpMenu.h"
@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGUIControlDynamicText.h"
#include "pyGUIControlMultiLineEdit.h"
#include "../pfGameGUIMgr/pfGUIControlHandlers.h"
#include "pfGameGUIMgr/pfGUIControlHandlers.h"
#define kGetMenuPtr( ret ) if( fGCkey == nil ) return ret; \
pfGUIPopUpMenu *menu = pfGUIPopUpMenu::ConvertNoRef( fGCkey->ObjectIsLoaded() ); \
@ -387,4 +387,4 @@ void pyGUIPopUpMenu::AddSubMenuItemW( std::wstring name, pyGUIPopUpMenu &subMenu
return;
menu->AddItem( name.c_str(), nil, subM );
}
}

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
//////////////////////////////////////////////////////////////////////
#include "../pfGameGUIMgr/pfGUIPopUpMenu.h"
#include "pfGameGUIMgr/pfGUIPopUpMenu.h"
#include "pyKey.h"

View File

@ -31,9 +31,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "pyColor.h"
#include "cyPythonInterface.h"
#include "../pfGameGUIMgr/pfGameGUIMgr.h"
#include "../pfGameGUIMgr/pfGUIPopUpMenu.h"
#include "pfGameGUIMgr/pfGameGUIMgr.h"
#include "pfGameGUIMgr/pfGUIPopUpMenu.h"
#include "pyGUISkin.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyGameScore.h"
#include "../pfGameScoreMgr/pfGameScoreMgr.h"
#include "pfGameScoreMgr/pfGameScoreMgr.h"
pyGameScore::pyGameScore() : fScore(nil)
{

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyGameScore.h"
#include "../pfGameScoreMgr/pfGameScoreMgr.h"
#include "pfGameScoreMgr/pfGameScoreMgr.h"
// glue functions
PYTHON_CLASS_DEFINITION(ptGameScore, pyGameScore);

View File

@ -24,7 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyGrassShader.h"
#include "../plSurface/plGrassShaderMod.h"
#include "plSurface/plGrassShaderMod.h"
pyGrassShader::pyGrassShader()
{

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyMisc.h"
#ifndef BUILDING_PYPLASMA
#include "../plGImage/plMipmap.h"
#include "plGImage/plMipmap.h"
#endif
#ifndef BUILDING_PYPLASMA
@ -148,7 +148,7 @@ UInt32 pyImage::GetHeight()
return 0;
}
#include "../plJPEG/plJPEG.h"
#include "plJPEG/plJPEG.h"
void pyImage::SaveAsJPEG(const wchar* fileName, UInt8 quality)
{
if (quality <= 0 || quality > 100)
@ -161,7 +161,7 @@ void pyImage::SaveAsJPEG(const wchar* fileName, UInt8 quality)
}
#include "hsResMgr.h"
#include "../pnKeyedObject/plUoid.h"
#include "pnKeyedObject/plUoid.h"
PyObject* pyImage::LoadJPEGFromDisk(const wchar* filename, UInt16 width, UInt16 height)
{
plMipmap* theMipmap = plJPEG::Instance().ReadFromFile(filename);

View File

@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef BUILDING_PYPLASMA
#include "pyGeometry3.h"
#include "../plGImage/plMipmap.h"
#include "plGImage/plMipmap.h"
#endif
#include <python.h>

View File

@ -30,13 +30,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
///////////////////////////////////////////////
#include "pyJournalBook.h"
#include "../pfJournalBook/pfJournalBook.h"
#include "pfJournalBook/pfJournalBook.h"
#include "cyAnimation.h"
#include "pyColor.h"
#include "pyImage.h"
#include "hsResMgr.h"
#include "../pnKeyedObject/plUoid.h"
#include "pnKeyedObject/plUoid.h"
UInt32 pyJournalBook::fNextKeyID = 0;
@ -274,4 +274,4 @@ void pyJournalBook::SetEditableText( std::string text )
{
if (fBook != nil)
fBook->SetEditableText(text);
}
}

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "pyImage.h"
#include "../pfJournalBook/pfJournalBook.h"
#include "pfJournalBook/pfJournalBook.h"
#include <python.h>
// glue functions
@ -349,4 +349,4 @@ void pyJournalBook::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtBookEventTypes, kNotifyCheckUnchecked, pfJournalBook::kNotifyCheckUnchecked);
PYTHON_ENUM_ELEMENT(PtBookEventTypes, kNotifyClose, pfJournalBook::kNotifyClose);
PYTHON_ENUM_END(m, PtBookEventTypes);
}
}

View File

@ -30,13 +30,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//////////////////////////////////////////////////////////////////////
#include "pyKey.h"
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
#include "plgDispatch.h"
#include "plPythonFileMod.h"
#include "../pnMessage/plEnableMsg.h"
#include "pnMessage/plEnableMsg.h"
#include "hsResMgr.h"
#include "pySceneObject.h"
#include "../pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plSceneObject.h"
pyKey::pyKey()
{
@ -228,4 +228,4 @@ void pyKey::DisableControlKeyEvents()
// if so, then pass on the command request
fPyFileMod->DisableControlKeyEvents();
}
#endif // BUILDING_PYPLASMA
#endif // BUILDING_PYPLASMA

View File

@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
//////////////////////////////////////////////////////////////////////
#include "../pnKeyedObject/plKey.h"
#include "pnKeyedObject/plKey.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -32,8 +32,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKeyMap.h"
#include "../plInputCore/plInputInterfaceMgr.h"
#include "../pnInputCore/plKeyMap.h"
#include "plInputCore/plInputInterfaceMgr.h"
#include "pnInputCore/plKeyMap.h"
// conversion functions
const char* pyKeyMap::ConvertVKeyToChar( UInt32 vk, UInt32 flags )

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//////////////////////////////////////////////////////////////////////
#include "hsTypes.h"
#include "../pnInputCore/plKeyMap.h"
#include "pnInputCore/plKeyMap.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyMarkerMgr.h"
#include "../pfCharacter/pfMarkerMgr.h"
#include "pfCharacter/pfMarkerMgr.h"
void pyMarkerMgr::AddMarker(double x, double y, double z, UInt32 id, bool justCreated)
{
@ -123,4 +123,4 @@ void pyMarkerMgr::HideMarkersLocal()
bool pyMarkerMgr::AreLocalMarkersShowing()
{
return pfMarkerMgr::Instance()->AreLocalMarkersShowing();
}
}

View File

@ -24,7 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pyMarkerMgr.h"
#include "../pfMessage/pfMarkerMsg.h"
#include "pfMessage/pfMarkerMsg.h"
#include "pyEnum.h"
#include <python.h>
@ -179,4 +179,4 @@ void pyMarkerMgr::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_START(PtMarkerMsgType);
PYTHON_ENUM_ELEMENT(PtMarkerMsgType, kMarkerCaptured, pfMarkerMsg::kMarkerCaptured);
PYTHON_ENUM_END(m, PtMarkerMsgType);
}
}

View File

@ -31,8 +31,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyMoviePlayer.h"
#include "../plMessage/plMovieMsg.h"
#include "../pfMessage/pfMovieEventMsg.h"
#include "plMessage/plMovieMsg.h"
#include "pfMessage/pfMovieEventMsg.h"
pyMoviePlayer::pyMoviePlayer(const char* movieName,pyKey& selfKey)
{

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h"
#include "pyColor.h"
#include "../pfMessage/pfMovieEventMsg.h"
#include "pfMessage/pfMovieEventMsg.h"
#include <python.h>
// glue functions
@ -171,4 +171,4 @@ void pyMoviePlayer::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_START(PtMovieEventReason);
PYTHON_ENUM_ELEMENT(PtMovieEventReason, kMovieDone, pfMovieEventMsg::kMovieDone);
PYTHON_ENUM_END(m, PtMovieEventReason);
}
}

View File

@ -31,9 +31,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h"
#include "pyNetLinkingMgr.h"
#include "../plNetClient/plNetLinkingMgr.h"
#include "../plAvatar/plAvatarMgr.h"
#include "../plAvatar/plArmatureMod.h"
#include "plNetClient/plNetLinkingMgr.h"
#include "plAvatar/plAvatarMgr.h"
#include "plAvatar/plArmatureMod.h"
#include "pyAgeInfoStruct.h"
#include "pyAgeLinkStruct.h"

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h"
#include "pyAgeLinkStruct.h"
#include "../plNetCommon/plNetCommon.h"
#include "plNetCommon/plNetCommon.h"
#include <python.h>
#ifndef BUILDING_PYPLASMA
@ -182,4 +182,4 @@ void pyNetLinkingMgr::AddPlasmaConstantsClasses(PyObject *m)
PYTHON_ENUM_ELEMENT(PtLinkingRules, kVisitBook, plNetCommon::LinkingRules::kVisitBook);
PYTHON_ENUM_ELEMENT(PtLinkingRules, kChildAgeBook, plNetCommon::LinkingRules::kChildAgeBook);
PYTHON_ENUM_END(m, PtLinkingRules);
}
}

View File

@ -27,8 +27,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define pyNetServerSessionInfo_h_inc
#include "hsTypes.h"
#include "../plNetCommon/plNetServerSessionInfo.h"
#include "../plUUID/plUUID.h"
#include "plNetCommon/plNetServerSessionInfo.h"
#include "plUUID/plUUID.h"
#include <python.h>
#include "pyGlueHelpers.h"

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//////////////////////////////////////////////////////////////////////
#include "plgDispatch.h"
#include "../pnMessage/plNotifyMsg.h"
#include "pnMessage/plNotifyMsg.h"
#include "pyKey.h"
#include "plPythonFileMod.h"
#include "pyGeometry3.h"

View File

@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
//
//////////////////////////////////////////////////////////////////////
#include "../pnMessage/plNotifyMsg.h"
#include "pnMessage/plNotifyMsg.h"
#include "pyKey.h"
#include "pyGeometry3.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pySDL.h"
#include "../plSDL/plSDL.h"
#include "plSDL/plSDL.h"
///////////////////////////////////////////////////////////////////////////

View File

@ -24,7 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pySDL.h"
#include "..\plSDL\plSDL.h"
#include "plSDL/plSDL.h"
#include "pyEnum.h"
#include "pyKey.h"
@ -294,4 +294,4 @@ void pySimpleStateVariable::AddPlasmaClasses(PyObject *m)
PYTHON_CLASS_IMPORT_START(m);
PYTHON_CLASS_IMPORT(m, ptSimpleStateVariable);
PYTHON_CLASS_IMPORT_END(m);
}
}

Some files were not shown because too many files have changed in this diff Show More