From 4134a68f2cdea6aa23cb132ae1ff6581817875e0 Mon Sep 17 00:00:00 2001 From: Branan Purvine-Riley Date: Fri, 8 Apr 2011 00:42:40 -0700 Subject: [PATCH] Finish the port of FeatureLib to CMake --- .../Plasma20/CMakeLists.txt | 6 +- .../Sources/Plasma/Apps/plClient/plClient.h | 6 +- .../Sources/Plasma/FeatureLib/CMakeLists.txt | 23 ++ .../Plasma/FeatureLib/pfCCR/CMakeLists.txt | 18 + .../Plasma/FeatureLib/pfCamera/CMakeLists.txt | 29 ++ .../FeatureLib/pfCamera/pfCameraCreatable.h | 2 +- .../FeatureLib/pfCamera/pfCameraProxy.cpp | 6 +- .../FeatureLib/pfCamera/pfCameraProxy.h | 2 +- .../FeatureLib/pfCamera/plCameraBrain.cpp | 46 +-- .../FeatureLib/pfCamera/plCameraBrain.h | 2 +- .../FeatureLib/pfCamera/plCameraModifier.cpp | 30 +- .../FeatureLib/pfCamera/plCameraModifier.h | 2 +- .../pfCamera/plInterestingModifier.cpp | 10 +- .../pfCamera/plInterestingModifier.h | 4 +- .../FeatureLib/pfCamera/plVirtualCamNeu.cpp | 64 ++-- .../FeatureLib/pfCamera/plVirtualCamNeu.h | 2 +- .../FeatureLib/pfCharacter/CMakeLists.txt | 25 ++ .../pfCharacter/pfCharacterCreatable.h | 2 +- .../FeatureLib/pfCharacter/pfMarkerInfo.cpp | 24 +- .../FeatureLib/pfCharacter/pfMarkerInfo.h | 4 +- .../FeatureLib/pfCharacter/pfMarkerMgr.cpp | 14 +- .../FeatureLib/pfCharacter/pfMarkerMgr.h | 2 +- .../FeatureLib/pfConditional/CMakeLists.txt | 40 ++ .../pfConditional/plANDConditionalObject.cpp | 8 +- .../pfConditional/plANDConditionalObject.h | 2 +- .../plActivatorConditionalObject.cpp | 8 +- .../plActivatorConditionalObject.h | 2 +- .../plAnimationEventConditionalObject.cpp | 8 +- .../plAnimationEventConditionalObject.h | 6 +- .../plConditionalObjectCreatable.h | 2 +- .../plControlEventConditionalObject.cpp | 6 +- .../plControlEventConditionalObject.h | 4 +- .../plFacingConditionalObject.cpp | 16 +- .../pfConditional/plFacingConditionalObject.h | 2 +- .../plKeyPressConditionalObject.cpp | 6 +- .../plKeyPressConditionalObject.h | 4 +- .../plLocalPlayerInBoxConditionalObject.cpp | 4 +- .../plLocalPlayerInBoxConditionalObject.h | 2 +- ...lPlayerIntersectPlaneConditionalObject.cpp | 4 +- ...calPlayerIntersectPlaneConditionalObject.h | 2 +- .../pfConditional/plORConditionalObject.cpp | 6 +- .../pfConditional/plORConditionalObject.h | 2 +- .../plObjectInBoxConditionalObject.cpp | 22 +- .../plObjectInBoxConditionalObject.h | 2 +- ...lObjectIntersectPlaneConditionalObject.cpp | 4 +- .../plObjectIntersectPlaneConditionalObject.h | 2 +- .../plPickedConditionalObject.cpp | 6 +- .../pfConditional/plPickedConditionalObject.h | 2 +- .../FeatureLib/pfConsole/CMakeLists.txt | 38 ++ .../pfConsole/pfAvatarConsoleCommands.cpp | 72 ++-- .../pfConsole/pfCCRConsoleCommands.cpp | 4 +- .../Plasma/FeatureLib/pfConsole/pfConsole.cpp | 26 +- .../Plasma/FeatureLib/pfConsole/pfConsole.h | 2 +- .../pfConsole/pfConsoleCommands.cpp | 244 ++++++------ .../pfConsole/pfConsoleCommandsNet.cpp | 60 +-- .../FeatureLib/pfConsole/pfConsoleCreatable.h | 2 +- .../FeatureLib/pfConsole/pfConsoleEngine.cpp | 2 +- .../FeatureLib/pfConsole/pfDispatchLog.cpp | 16 +- .../FeatureLib/pfConsole/pfDispatchLog.h | 2 +- .../pfConsole/pfGameConsoleCommands.cpp | 30 +- .../Plasma/FeatureLib/pfCsrSrv/CMakeLists.txt | 19 + .../FeatureLib/pfGameGUIMgr/CMakeLists.txt | 67 ++++ .../pfGameGUIMgr/pfGUIButtonMod.cpp | 10 +- .../pfGameGUIMgr/pfGUICheckBoxCtrl.cpp | 10 +- .../pfGameGUIMgr/pfGUIClickMapCtrl.cpp | 6 +- .../pfGameGUIMgr/pfGUIControlHandlers.cpp | 2 +- .../pfGameGUIMgr/pfGUIControlMod.cpp | 28 +- .../FeatureLib/pfGameGUIMgr/pfGUIControlMod.h | 4 +- .../pfGameGUIMgr/pfGUICtrlGenerator.cpp | 36 +- .../pfGameGUIMgr/pfGUIDialogMod.cpp | 22 +- .../FeatureLib/pfGameGUIMgr/pfGUIDialogMod.h | 2 +- .../pfGameGUIMgr/pfGUIDialogNotifyProc.cpp | 2 +- .../pfGameGUIMgr/pfGUIDialogNotifyProc.h | 2 +- .../pfGameGUIMgr/pfGUIDragBarCtrl.cpp | 10 +- .../pfGameGUIMgr/pfGUIDraggableMod.cpp | 10 +- .../pfGameGUIMgr/pfGUIDynDisplayCtrl.cpp | 12 +- .../pfGameGUIMgr/pfGUIEditBoxMod.cpp | 12 +- .../FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.h | 4 +- .../FeatureLib/pfGameGUIMgr/pfGUIKnobCtrl.cpp | 22 +- .../pfGameGUIMgr/pfGUIListBoxMod.cpp | 12 +- .../pfGameGUIMgr/pfGUIListElement.cpp | 6 +- .../FeatureLib/pfGameGUIMgr/pfGUIMenuItem.cpp | 6 +- .../pfGameGUIMgr/pfGUIMultiLineEditCtrl.cpp | 12 +- .../pfGameGUIMgr/pfGUIMultiLineEditCtrl.h | 2 +- .../pfGameGUIMgr/pfGUIPopUpMenu.cpp | 34 +- .../pfGameGUIMgr/pfGUIProgressCtrl.cpp | 28 +- .../pfGameGUIMgr/pfGUIRadioGroupCtrl.cpp | 4 +- .../pfGameGUIMgr/pfGUITextBoxMod.cpp | 16 +- .../pfGameGUIMgr/pfGUIUpDownPairMod.cpp | 8 +- .../FeatureLib/pfGameGUIMgr/pfGameGUIMgr.cpp | 26 +- .../FeatureLib/pfGameGUIMgr/pfGameGUIMgr.h | 4 +- .../pfGameGUIMgr/pfGameGUIMgrCreatable.h | 2 +- .../FeatureLib/pfGameMgr/CMakeLists.txt | 35 ++ .../Sources/Plasma/FeatureLib/pfGameMgr/Pch.h | 22 +- .../Plasma/FeatureLib/pfGameMgr/pfGameMgr.h | 16 +- .../FeatureLib/pfGameScoreMgr/CMakeLists.txt | 17 + .../pfGameScoreMgr/pfGameScoreMgr.cpp | 6 +- .../pfGameScoreMgr/pfGameScoreMgr.h | 4 +- .../FeatureLib/pfJournalBook/CMakeLists.txt | 21 ++ .../pfJournalBook/pfJournalBook.cpp | 66 ++-- .../FeatureLib/pfJournalBook/pfJournalBook.h | 4 +- .../pfJournalBook/pfJournalBookCreatable.h | 2 +- .../pfLocalizationMgr/CMakeLists.txt | 25 ++ .../pfLocalizationDataMgr.cpp | 15 +- .../FeatureLib/pfLoginDialog/CMakeLists.txt | 23 ++ .../pfLoginDialog/plLoginDialog.cpp | 12 +- .../FeatureLib/pfLoginDialog/plLoginDialog.h | 6 +- .../FeatureLib/pfMessage/CMakeLists.txt | 28 ++ .../FeatureLib/pfMessage/pfBackdoorMsg.h | 2 +- .../FeatureLib/pfMessage/pfGUINotifyMsg.h | 4 +- .../FeatureLib/pfMessage/pfGameGUIMsg.h | 2 +- .../Plasma/FeatureLib/pfMessage/pfKIMsg.cpp | 4 +- .../Plasma/FeatureLib/pfMessage/pfKIMsg.h | 2 +- .../Plasma/FeatureLib/pfMessage/pfMarkerMsg.h | 2 +- .../FeatureLib/pfMessage/pfMessageCreatable.h | 2 +- .../FeatureLib/pfMessage/pfMovieEventMsg.h | 2 +- .../pfMessage/plArmatureEffectMsg.cpp | 2 +- .../pfMessage/plArmatureEffectMsg.h | 4 +- .../FeatureLib/pfMessage/plClothingMsg.h | 4 +- .../Plasma/FeatureLib/pfPython/CMakeLists.txt | 357 ++++++++++++++++++ .../Games/BlueSpiral/pyBlueSpiralGame.h | 4 +- .../Games/BlueSpiral/pyBlueSpiralMsg.h | 4 +- .../Games/ClimbingWall/pyClimbingWallGame.h | 4 +- .../Games/ClimbingWall/pyClimbingWallMsg.h | 4 +- .../pfPython/Games/Heek/pyHeekGame.h | 4 +- .../pfPython/Games/Heek/pyHeekMsg.h | 4 +- .../pfPython/Games/Marker/pyMarkerGame.h | 4 +- .../pfPython/Games/Marker/pyMarkerMsg.h | 4 +- .../pfPython/Games/TicTacToe/pyTTTGame.h | 4 +- .../pfPython/Games/TicTacToe/pyTTTMsg.h | 4 +- .../pfPython/Games/VarSync/pyVarSyncGame.h | 4 +- .../pfPython/Games/VarSync/pyVarSyncMsg.h | 4 +- .../FeatureLib/pfPython/Games/pyGameCli.h | 4 +- .../FeatureLib/pfPython/Games/pyGameCliMsg.h | 4 +- .../FeatureLib/pfPython/Games/pyGameMgrMsg.h | 4 +- .../pfPython/cyAccountManagement.cpp | 2 +- .../pfPython/cyAccountManagementGlue.cpp | 2 +- .../FeatureLib/pfPython/cyAnimation.cpp | 6 +- .../Plasma/FeatureLib/pfPython/cyAvatar.cpp | 50 +-- .../Plasma/FeatureLib/pfPython/cyAvatar.h | 2 +- .../FeatureLib/pfPython/cyAvatarGlue.cpp | 4 +- .../Plasma/FeatureLib/pfPython/cyCamera.cpp | 16 +- .../Plasma/FeatureLib/pfPython/cyCamera.h | 2 +- .../Plasma/FeatureLib/pfPython/cyDraw.cpp | 2 +- .../Plasma/FeatureLib/pfPython/cyDraw.h | 2 +- .../FeatureLib/pfPython/cyInputInterface.cpp | 4 +- .../Plasma/FeatureLib/pfPython/cyMisc.cpp | 116 +++--- .../Plasma/FeatureLib/pfPython/cyMisc.h | 2 +- .../FeatureLib/pfPython/cyMiscGlue2.cpp | 8 +- .../FeatureLib/pfPython/cyMiscGlue4.cpp | 6 +- .../FeatureLib/pfPython/cyParticleSys.cpp | 4 +- .../FeatureLib/pfPython/cyParticleSys.h | 2 +- .../Plasma/FeatureLib/pfPython/cyPhysics.cpp | 20 +- .../Plasma/FeatureLib/pfPython/cyPhysics.h | 2 +- .../FeatureLib/pfPython/cyPythonInterface.cpp | 6 +- .../FeatureLib/pfPython/pfPythonCreatable.h | 2 +- .../FeatureLib/pfPython/plPythonFileMod.cpp | 88 ++--- .../FeatureLib/pfPython/plPythonFileMod.h | 2 +- .../FeatureLib/pfPython/plPythonPack.cpp | 6 +- .../FeatureLib/pfPython/plPythonParameter.h | 2 +- .../pfPython/plPythonSDLModifier.cpp | 12 +- .../FeatureLib/pfPython/plPythonSDLModifier.h | 2 +- .../FeatureLib/pfPython/pyAgeInfoStruct.h | 4 +- .../FeatureLib/pfPython/pyAgeLinkStruct.h | 4 +- .../Plasma/FeatureLib/pfPython/pyAgeVault.cpp | 14 +- .../FeatureLib/pfPython/pyAudioControl.cpp | 10 +- .../Plasma/FeatureLib/pfPython/pyCCRMgr.cpp | 2 +- .../Plasma/FeatureLib/pfPython/pyCCRMgr.h | 2 +- .../Plasma/FeatureLib/pfPython/pyCluster.cpp | 2 +- .../FeatureLib/pfPython/pyCritterBrain.cpp | 4 +- .../pfPython/pyCritterBrainGlue.cpp | 4 +- .../FeatureLib/pfPython/pyDniCoordinates.cpp | 4 +- .../pfPython/pyDniCoordinatesGlue.cpp | 4 +- .../FeatureLib/pfPython/pyDniInfoSource.cpp | 8 +- .../FeatureLib/pfPython/pyDrawControl.cpp | 12 +- .../FeatureLib/pfPython/pyDynamicText.cpp | 6 +- .../FeatureLib/pfPython/pyDynamicTextGlue.cpp | 4 +- .../FeatureLib/pfPython/pyGUIControl.cpp | 4 +- .../pfPython/pyGUIControlButton.cpp | 2 +- .../pfPython/pyGUIControlButtonGlue.cpp | 4 +- .../pfPython/pyGUIControlCheckBox.cpp | 4 +- .../pfPython/pyGUIControlClickMap.cpp | 4 +- .../pfPython/pyGUIControlDragBar.cpp | 2 +- .../pfPython/pyGUIControlDraggable.cpp | 4 +- .../pfPython/pyGUIControlDynamicText.cpp | 4 +- .../pfPython/pyGUIControlEditBox.cpp | 2 +- .../pfPython/pyGUIControlListBox.cpp | 10 +- .../pfPython/pyGUIControlMultiLineEdit.cpp | 4 +- .../pyGUIControlMultiLineEditGlue.cpp | 4 +- .../pfPython/pyGUIControlRadioGroup.cpp | 2 +- .../pfPython/pyGUIControlTextBox.cpp | 4 +- .../FeatureLib/pfPython/pyGUIControlTextBox.h | 2 +- .../FeatureLib/pfPython/pyGUIControlValue.cpp | 10 +- .../FeatureLib/pfPython/pyGUIDialog.cpp | 10 +- .../FeatureLib/pfPython/pyGUIPopUpMenu.cpp | 8 +- .../FeatureLib/pfPython/pyGUIPopUpMenu.h | 2 +- .../Plasma/FeatureLib/pfPython/pyGUISkin.cpp | 5 +- .../FeatureLib/pfPython/pyGameScore.cpp | 2 +- .../FeatureLib/pfPython/pyGameScoreGlue.cpp | 2 +- .../FeatureLib/pfPython/pyGrassShader.cpp | 2 +- .../Plasma/FeatureLib/pfPython/pyImage.cpp | 6 +- .../Plasma/FeatureLib/pfPython/pyImage.h | 2 +- .../FeatureLib/pfPython/pyJournalBook.cpp | 6 +- .../FeatureLib/pfPython/pyJournalBookGlue.cpp | 4 +- .../Plasma/FeatureLib/pfPython/pyKey.cpp | 8 +- .../Plasma/FeatureLib/pfPython/pyKey.h | 2 +- .../Plasma/FeatureLib/pfPython/pyKeyMap.cpp | 4 +- .../Plasma/FeatureLib/pfPython/pyKeyMap.h | 2 +- .../FeatureLib/pfPython/pyMarkerMgr.cpp | 4 +- .../FeatureLib/pfPython/pyMarkerMgrGlue.cpp | 4 +- .../FeatureLib/pfPython/pyMoviePlayer.cpp | 4 +- .../FeatureLib/pfPython/pyMoviePlayerGlue.cpp | 4 +- .../FeatureLib/pfPython/pyNetLinkingMgr.cpp | 6 +- .../pfPython/pyNetLinkingMgrGlue.cpp | 4 +- .../pfPython/pyNetServerSessionInfo.h | 4 +- .../Plasma/FeatureLib/pfPython/pyNotify.cpp | 2 +- .../Plasma/FeatureLib/pfPython/pyNotify.h | 2 +- .../Plasma/FeatureLib/pfPython/pySDL.cpp | 2 +- .../Plasma/FeatureLib/pfPython/pySDLGlue.cpp | 4 +- .../FeatureLib/pfPython/pySceneObject.cpp | 30 +- .../Plasma/FeatureLib/pfPython/pyScoreMgr.cpp | 6 +- .../FeatureLib/pfPython/pyScoreMgrGlue.cpp | 2 +- .../FeatureLib/pfPython/pySpawnPointInfo.h | 2 +- .../FeatureLib/pfPython/pyStatusLog.cpp | 2 +- .../FeatureLib/pfPython/pyStatusLogGlue.cpp | 4 +- .../Plasma/FeatureLib/pfPython/pyStream.cpp | 2 +- .../pfPython/pySwimCurrentInterface.cpp | 4 +- .../Plasma/FeatureLib/pfPython/pyVault.cpp | 16 +- .../pfPython/pyVaultAgeInfoListNode.cpp | 2 +- .../pfPython/pyVaultAgeInfoListNodeGlue.cpp | 4 +- .../pfPython/pyVaultAgeInfoNode.cpp | 2 +- .../pfPython/pyVaultAgeInfoNodeGlue.cpp | 4 +- .../pfPython/pyVaultAgeLinkNode.cpp | 4 +- .../FeatureLib/pfPython/pyVaultAgeLinkNode.h | 2 +- .../pfPython/pyVaultAgeLinkNodeGlue.cpp | 4 +- .../pfPython/pyVaultChronicleNode.cpp | 2 +- .../pfPython/pyVaultChronicleNodeGlue.cpp | 5 +- .../FeatureLib/pfPython/pyVaultFolderNode.cpp | 2 +- .../pfPython/pyVaultFolderNodeGlue.cpp | 4 +- .../FeatureLib/pfPython/pyVaultGlue.cpp | 6 +- .../FeatureLib/pfPython/pyVaultImageNode.cpp | 8 +- .../FeatureLib/pfPython/pyVaultImageNode.h | 2 +- .../pfPython/pyVaultImageNodeGlue.cpp | 4 +- .../pfPython/pyVaultMarkerGameNode.cpp | 2 +- .../pfPython/pyVaultMarkerGameNode.h | 2 +- .../pfPython/pyVaultMarkerGameNodeGlue.cpp | 4 +- .../FeatureLib/pfPython/pyVaultNode.cpp | 8 +- .../FeatureLib/pfPython/pyVaultNodeGlue.cpp | 4 +- .../FeatureLib/pfPython/pyVaultNodeRef.cpp | 2 +- .../pfPython/pyVaultNodeRefGlue.cpp | 4 +- .../pfPython/pyVaultPlayerInfoListNode.cpp | 2 +- .../pyVaultPlayerInfoListNodeGlue.cpp | 4 +- .../pfPython/pyVaultPlayerInfoNode.cpp | 2 +- .../pfPython/pyVaultPlayerInfoNodeGlue.cpp | 4 +- .../FeatureLib/pfPython/pyVaultPlayerNode.cpp | 20 +- .../FeatureLib/pfPython/pyVaultPlayerNode.h | 6 +- .../pfPython/pyVaultPlayerNodeGlue.cpp | 4 +- .../FeatureLib/pfPython/pyVaultSDLNode.cpp | 4 +- .../pfPython/pyVaultSDLNodeGlue.cpp | 4 +- .../FeatureLib/pfPython/pyVaultSystemNode.cpp | 2 +- .../pfPython/pyVaultSystemNodeGlue.cpp | 4 +- .../pfPython/pyVaultTextNoteNode.cpp | 2 +- .../pfPython/pyVaultTextNoteNodeGlue.cpp | 4 +- .../Plasma/FeatureLib/pfPython/pyWaveSet.cpp | 4 +- .../pfSecurePreloader/CMakeLists.txt | 22 ++ .../pfSecurePreloader/pfSecurePreloader.cpp | 24 +- .../pfSecurePreloader/pfSecurePreloader.h | 4 +- .../pfSecurePreloaderCreatable.h | 2 +- .../FeatureLib/pfStackTrace/CMakeLists.txt | 27 ++ .../FeatureLib/pfSurface/CMakeLists.txt | 34 ++ .../FeatureLib/pfSurface/pfSurfaceCreatable.h | 2 +- .../FeatureLib/pfSurface/plDistOpacityMod.cpp | 16 +- .../FeatureLib/pfSurface/plDistOpacityMod.h | 2 +- .../FeatureLib/pfSurface/plFadeOpacityLay.h | 2 +- .../FeatureLib/pfSurface/plFadeOpacityMod.cpp | 22 +- .../FeatureLib/pfSurface/plFadeOpacityMod.h | 2 +- .../FeatureLib/pfSurface/plGrabCubeMap.cpp | 12 +- .../FeatureLib/pfSurface/plGrabCubeMap.h | 2 +- .../FeatureLib/pfSurface/plLayerAVI.cpp | 2 +- .../FeatureLib/pfSurface/plLayerMovie.cpp | 8 +- .../FeatureLib/pfSurface/plLayerMovie.h | 4 +- 281 files changed, 2028 insertions(+), 1183 deletions(-) create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCCR/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCsrSrv/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfStackTrace/CMakeLists.txt create mode 100644 MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/CMakeLists.txt diff --git a/MOULOpenSourceClientPlugin/Plasma20/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/CMakeLists.txt index f763e040..1adcbda7 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/CMakeLists.txt +++ b/MOULOpenSourceClientPlugin/Plasma20/CMakeLists.txt @@ -4,11 +4,15 @@ cmake_minimum_required(VERSION 2.8) # Find all 3rd-party libraries that are required find_package(OpenSSL REQUIRED) find_package(OpenAL REQUIRED) +find_package(PythonLibs REQUIRED) +find_package(ZLIB REQUIRED) +find_package(EXPAT REQUIRED) find_package(ZLIB REQUIRED) option(EXTERNAL_RELEASE "Is this release intended for the general public?" OFF) -#TODO: Don't hard code this +# TODO: are there any other build types which are useful for us? +>>>>>>> Finish the port of FeatureLib to CMake add_definitions(-DBUILD_TYPE=BUILD_TYPE_LIVE) if(EXTERNAL_RELEASE) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.h index d228d577..8c4e92cf 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/plClient.h @@ -36,9 +36,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTemplates.h" #include "hsUtils.h" #include "hsStlUtils.h" -#include "../pnKeyedObject/hsKeyedObject.h" -#include "../pnKeyedObject/plUoid.h" -#include "../plScene/plRenderRequest.h" +#include "pnKeyedObject/hsKeyedObject.h" +#include "pnKeyedObject/plUoid.h" +#include "plScene/plRenderRequest.h" class plSceneNode; class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/CMakeLists.txt index 9ddef27a..12841ad1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/CMakeLists.txt +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/CMakeLists.txt @@ -1,2 +1,25 @@ +add_definitions(-D_LIB) + add_subdirectory(pfAnimation) add_subdirectory(pfAudio) +add_subdirectory(pfCCR) +add_subdirectory(pfCamera) +add_subdirectory(pfCharacter) +add_subdirectory(pfConditional) +add_subdirectory(pfConsole) +add_subdirectory(pfCsrSrv) +add_subdirectory(pfGameGUIMgr) +add_subdirectory(pfGameMgr) +add_subdirectory(pfGameScoreMgr) +add_subdirectory(pfJournalBook) +# pfKI is apparently just a historical oddity at this point +# add_subdirectory(pfKI) +add_subdirectory(pfLocalizationMgr) +# This is missing required parts in other plasma libraries. +# Also not referenced by any sln file +# add_subdirectory(pfLoginDialog) +add_subdirectory(pfMessage) +add_subdirectory(pfPython) +add_subdirectory(pfSecurePreloader) +add_subdirectory(pfStackTrace) +add_subdirectory(pfSurface) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCCR/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCCR/CMakeLists.txt new file mode 100644 index 00000000..f25c67e8 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCCR/CMakeLists.txt @@ -0,0 +1,18 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib/inc) + +set(pfCCR_SOURCES + plCCRMgr.cpp + plCCRVault.cpp +) + +set(pfCCR_HEADERS + plCCRCreatable.h + plCCRMgr.h + plCCRVault.h +) + +add_library(pfCCR STATIC ${pfCCR_SOURCES} ${pfCCR_HEADERS}) + +source_group("Source Files" FILES ${pfCCR_SOURCES}) +source_group("Header Files" FILES ${pfCCR_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/CMakeLists.txt new file mode 100644 index 00000000..63b6e1da --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/CMakeLists.txt @@ -0,0 +1,29 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +include_directories(${OPENSSL_INCLUDE_DIR}) + +set(pfCamera_SOURCES + pfCameraProxy.cpp + plCameraBrain.cpp + plCameraModifier.cpp + plInterestingModifier.cpp + plVirtualCamNeu.cpp +) + +set(pfCamera_HEADERS + pfCameraCreatable.h + pfCameraProxy.h + plCameraBrain.h + plCameraModifier.h + plInterestingModifier.h + plVirtualCamNeu.h +) + +add_library(pfCamera STATIC ${pfCamera_SOURCES} ${pfCamera_HEADERS}) + +source_group("Source Files" FILES ${pfCamera_SOURCES}) +source_group("Header Files" FILES ${pfCamera_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraCreatable.h index fa61f419..6b0fe14c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfCameraCreatable_inc #define pfCameraCreatable_inc -#include "../pnFactory/plCreatable.h" +#include "pnFactory/plCreatable.h" #include "plCameraBrain.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.cpp index b0a316cc..6d3e539c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.cpp @@ -27,9 +27,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "pfCameraProxy.h" #include "plVirtualCamNeu.h" -#include "../plDrawable/plDrawableGenerator.h" -#include "../pnMessage/plProxyDrawMsg.h" -#include "../plScene/plSceneNode.h" +#include "plDrawable/plDrawableGenerator.h" +#include "pnMessage/plProxyDrawMsg.h" +#include "plScene/plSceneNode.h" plCameraProxy::plCameraProxy() : plProxyGen(hsColorRGBA().Set(0.2f,0.2f,0.8f,1.f), hsColorRGBA().Set(1.f,0.5f,0.5f,1.f), 0.2f), diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.h index 6679d3ac..59e35642 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/pfCameraProxy.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plCameraProxy_inc #define plCameraProxy_inc -#include "../plDrawable/plProxyGen.h" +#include "plDrawable/plProxyGen.h" class plVirtualCam1; class plSceneNode; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.cpp index 95b7e71c..5392b083 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.cpp @@ -32,29 +32,29 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plCameraModifier.h" #include "plVirtualCamNeu.h" #include "plgDispatch.h" -#include "../plInterp/plController.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../pnSceneObject/plSimulationInterface.h" -#include "../pnSceneObject/plDrawInterface.h" -#include "../plScene/plSceneNode.h" -#include "../pnMessage/plCameraMsg.h" -#include "../pnMessage/plPlayerPageMsg.h" -#include "../pnMessage/plEnableMsg.h" -#include "../pnMessage/plTimeMsg.h" -#include "../plMessage/plInputEventMsg.h" -#include "../plMessage/plLOSRequestMsg.h" -#include "../plMessage/plLOSHitMsg.h" -#include "../plMessage/plAvatarMsg.h" -#include "../pnKeyedObject/plKey.h" -#include "../plInputCore/plInputDevice.h" -#include "../plInputCore/plInputManager.h" -#include "../pnNetCommon/plNetApp.h" -#include "../pfAnimation/plLineFollowMod.h" -#include "../plAvatar/plAvatarMgr.h" -#include "../plAvatar/plArmatureMod.h" -#include "../plAvatar/plAvBrainHuman.h" -#include "../plNetClient/plNetClientMgr.h" +#include "plInterp/plController.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "pnSceneObject/plSimulationInterface.h" +#include "pnSceneObject/plDrawInterface.h" +#include "plScene/plSceneNode.h" +#include "pnMessage/plCameraMsg.h" +#include "pnMessage/plPlayerPageMsg.h" +#include "pnMessage/plEnableMsg.h" +#include "pnMessage/plTimeMsg.h" +#include "plMessage/plInputEventMsg.h" +#include "plMessage/plLOSRequestMsg.h" +#include "plMessage/plLOSHitMsg.h" +#include "plMessage/plAvatarMsg.h" +#include "pnKeyedObject/plKey.h" +#include "plInputCore/plInputDevice.h" +#include "plInputCore/plInputManager.h" +#include "pnNetCommon/plNetApp.h" +#include "pfAnimation/plLineFollowMod.h" +#include "plAvatar/plAvatarMgr.h" +#include "plAvatar/plArmatureMod.h" +#include "plAvatar/plAvBrainHuman.h" +#include "plNetClient/plNetClientMgr.h" //#define aspect_HDTV // maybe someday we'll be on the xbox... #ifdef aspect_HDTV diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.h index 741cfa13..a8d69f30 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.h @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plCameraBrain_inc #define plCameraBrain_inc -#include "../pnKeyedObject/hsKeyedObject.h" +#include "pnKeyedObject/hsKeyedObject.h" #include "hsMatrix44.h" #include "hsBitVector.h" #include "hsTemplates.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.cpp index 79875182..c98af2c3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.cpp @@ -30,24 +30,24 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plVirtualCamNeu.h" #include "hsTimer.h" #include "plgDispatch.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../plMessage/plInputEventMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../pnMessage/plTimeMsg.h" -#include "../pnKeyedObject/plKey.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../plInputCore/plInputDevice.h" -#include "../plInputCore/plInputManager.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "plMessage/plInputEventMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "pnMessage/plTimeMsg.h" +#include "pnKeyedObject/plKey.h" +#include "pnKeyedObject/plFixedKey.h" +#include "plInputCore/plInputDevice.h" +#include "plInputCore/plInputManager.h" #include "hsResMgr.h" -#include "../pnMessage/plCameraMsg.h" -#include "../plPhysical/plSimDefs.h" +#include "pnMessage/plCameraMsg.h" +#include "plPhysical/plSimDefs.h" #include "plPhysical.h" -#include "../pnSceneObject/plSimulationInterface.h" -#include "../plAvatar/plAvatarMgr.h" -#include "../plAvatar/plArmatureMod.h" -#include "../plAvatar/plAvCallbackAction.h" +#include "pnSceneObject/plSimulationInterface.h" +#include "plAvatar/plAvatarMgr.h" +#include "plAvatar/plArmatureMod.h" +#include "plAvatar/plAvCallbackAction.h" // new stuff diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.h index 7fe0aecc..96628c2c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plCameraModifier_inc #define plCameraModifier_inc -#include "../pnModifier/plSingleModifier.h" +#include "pnModifier/plSingleModifier.h" #include "hsBitVector.h" #include "hsGeometry3.h" #include "hsTemplates.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.cpp index 144be0d7..f08f1948 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.cpp @@ -27,13 +27,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsGeometry3.h" #include "plgDispatch.h" -#include "../pnSceneObject/plDrawInterface.h" -#include "../plMessage/plInterestingPing.h" +#include "pnSceneObject/plDrawInterface.h" +#include "plMessage/plInterestingPing.h" #include "hsBounds.h" #include "plInterestingModifier.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnMessage/plTimeMsg.h" -#include "../pnKeyedObject/plKey.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnMessage/plTimeMsg.h" +#include "pnKeyedObject/plKey.h" hsScalar plInterestingModifier::fInterestRadius = 100.0f; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.h index 62f1f55c..44828e1f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plInterestingModifier.h @@ -27,8 +27,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plInterestingModifier_inc #define plInterestingModifier_inc -#include "../pnModifier/plSingleModifier.h" -#include "../pnMessage/plMessage.h" +#include "pnModifier/plSingleModifier.h" +#include "pnMessage/plMessage.h" #include "hsResMgr.h" #include "hsGeometry3.h" #include "hsStream.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.cpp index a5c3ec95..a1a065cd 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.cpp @@ -30,41 +30,41 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plPipeline.h" #include "pfCameraProxy.h" #include "plgDispatch.h" -#include "../pnKeyedObject/plKey.h" -#include "../pnKeyedObject/plFixedKey.h" +#include "pnKeyedObject/plKey.h" +#include "pnKeyedObject/plFixedKey.h" #include "hsMatrix44.h" -#include "../pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plSceneObject.h" #include "hsResMgr.h" #include "hsTimer.h" -#include "../plAudio/plAudioSystem.h" -#include "../plInputCore/plInputDevice.h" -#include "../plInputCore/plInputManager.h" -#include "../pnInputCore/plKeyDef.h" -#include "../plScene/plSceneNode.h" -#include "../plMessage/plAvatarMsg.h" -#include "../pnMessage/plWarpMsg.h" -#include "../pnMessage/plCameraMsg.h" -#include "../pnMessage/plEnableMsg.h" -#include "../pnMessage/plTimeMsg.h" -#include "../pnMessage/plObjRefMsg.h" -#include "../pnMessage/plCmdIfaceModMsg.h" -#include "../pnMessage/plPlayerPageMsg.h" -#include "../plMessage/plInputEventMsg.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../plDrawable/plDrawableGenerator.h" -#include "../plScene/plSceneNode.h" -#include "../plInputCore/plDebugInputInterface.h" -#include "../plInputCore/plAvatarInputInterface.h" -#include "../plMessage/plInputIfaceMgrMsg.h" -#include "../plStatusLog/plStatusLog.h" -#include "../plPipeline/plPlates.h" -#include "../plGImage/plMipmap.h" -#include "../plSurface/plLayer.h" -#include "../plSurface/hsGMaterial.h" -#include "../pnNetCommon/plNetApp.h" -#include "../plNetClient/plNetClientMgr.h" -#include "../plAvatar/plAvBrainHuman.h" -#include "../plAvatar/plAvatarMgr.h" +#include "plAudio/plAudioSystem.h" +#include "plInputCore/plInputDevice.h" +#include "plInputCore/plInputManager.h" +#include "pnInputCore/plKeyDef.h" +#include "plScene/plSceneNode.h" +#include "plMessage/plAvatarMsg.h" +#include "pnMessage/plWarpMsg.h" +#include "pnMessage/plCameraMsg.h" +#include "pnMessage/plEnableMsg.h" +#include "pnMessage/plTimeMsg.h" +#include "pnMessage/plObjRefMsg.h" +#include "pnMessage/plCmdIfaceModMsg.h" +#include "pnMessage/plPlayerPageMsg.h" +#include "plMessage/plInputEventMsg.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "plDrawable/plDrawableGenerator.h" +#include "plScene/plSceneNode.h" +#include "plInputCore/plDebugInputInterface.h" +#include "plInputCore/plAvatarInputInterface.h" +#include "plMessage/plInputIfaceMgrMsg.h" +#include "plStatusLog/plStatusLog.h" +#include "plPipeline/plPlates.h" +#include "plGImage/plMipmap.h" +#include "plSurface/plLayer.h" +#include "plSurface/hsGMaterial.h" +#include "pnNetCommon/plNetApp.h" +#include "plNetClient/plNetClientMgr.h" +#include "plAvatar/plAvBrainHuman.h" +#include "plAvatar/plAvatarMgr.h" #include "hsGeometry3.h" #include "hsConfig.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.h index 208e754f..8486ef19 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCamera/plVirtualCamNeu.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plVirtualCam1_inc #define plVirtualCam1_inc -#include "../pnKeyedObject/hsKeyedObject.h" +#include "pnKeyedObject/hsKeyedObject.h" #include "hsMatrix44.h" #include "hsBitVector.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/CMakeLists.txt new file mode 100644 index 00000000..9650d735 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/CMakeLists.txt @@ -0,0 +1,25 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +include_directories(${OPENSSL_INCLUDE_DIR}) + +set(pfCharacter_SOURCES + pfMarkerInfo.cpp + pfMarkerMgr.cpp + plPlayerModifier.cpp +) + +set(pfCharacter_HEADERS + pfCharacterCreatable.h + pfMarkerInfo.h + pfMarkerMgr.h + plPlayerModifier.h +) + +add_library(pfCharacter STATIC ${pfCharacter_SOURCES} ${pfCharacter_HEADERS}) + +source_group("Source Files" FILES ${pfCharacter_SOURCES}) +source_group("Header Files" FILES ${pfCharacter_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfCharacterCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfCharacterCreatable.h index cf404df4..611682ce 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfCharacterCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfCharacterCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfCharacterCreatable_inc #define pfCharacterCreatable_inc -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "pfMarkerMgr.h" REGISTER_NONCREATABLE(pfMarkerMgr); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.cpp index b1cafd57..1d33ec97 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.cpp @@ -26,21 +26,21 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfMarkerInfo.h" #include "pfMarkerMgr.h" -#include "../plModifier/plGameMarkerModifier.h" +#include "plModifier/plGameMarkerModifier.h" -#include "../plMessage/plLoadCloneMsg.h" -#include "../pnMessage/plWarpMsg.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../pnMessage/plEnableMsg.h" -#include "../pnMessage/plSoundMsg.h" -#include "../pnSceneObject/plAudioInterface.h" +#include "plMessage/plLoadCloneMsg.h" +#include "pnMessage/plWarpMsg.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "plMessage/plAnimCmdMsg.h" +#include "pnMessage/plEnableMsg.h" +#include "pnMessage/plSoundMsg.h" +#include "pnSceneObject/plAudioInterface.h" // For Init -#include "../pnMessage/plClientMsg.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../plResMgr/plResManager.h" -#include "../plResMgr/plKeyFinder.h" +#include "pnMessage/plClientMsg.h" +#include "pnSceneObject/plSceneObject.h" +#include "plResMgr/plResManager.h" +#include "plResMgr/plKeyFinder.h" plUoid pfMarkerInfo::fMarkerUoid; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.h index 5d6aea1c..62762aaa 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerInfo.h @@ -26,8 +26,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfMarkerInfo_h_inc #define pfMarkerInfo_h_inc -#include "../pnKeyedObject/plKey.h" -#include "../pnKeyedObject/plUoid.h" +#include "pnKeyedObject/plKey.h" +#include "pnKeyedObject/plUoid.h" #include "hsGeometry3.h" class plMessage; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.cpp index 747d9c4c..179efa0b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.cpp @@ -24,17 +24,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pfMarkerMgr.h" -#include "../pfMessage/pfMarkerMsg.h" +#include "pfMessage/pfMarkerMsg.h" #include "pfMarkerInfo.h" -#include "../plModifier/plCloneSpawnModifier.h" -#include "../plStatusLog/plStatusLog.h" +#include "plModifier/plCloneSpawnModifier.h" +#include "plStatusLog/plStatusLog.h" -#include "../plMessage/plLoadCloneMsg.h" -#include "../pnMessage/plTimeMsg.h" -#include "../pnMessage/plNotifyMsg.h" +#include "plMessage/plLoadCloneMsg.h" +#include "pnMessage/plTimeMsg.h" +#include "pnMessage/plNotifyMsg.h" -#include "../plNetClient/plNetClientMgr.h" +#include "plNetClient/plNetClientMgr.h" #include "plgDispatch.h" //////////////////////////////////////////////////////////////////////////////// diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.h index 598399b7..23c90bce 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCharacter/pfMarkerMgr.h @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfMarkerMgr_h_inc #define pfMarkerMgr_h_inc -#include "../pnKeyedObject/hsKeyedObject.h" +#include "pnKeyedObject/hsKeyedObject.h" #include class plStatusLog; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/CMakeLists.txt new file mode 100644 index 00000000..cae7e703 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/CMakeLists.txt @@ -0,0 +1,40 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +set(pfConditional_SOURCES + plActivatorConditionalObject.cpp + plANDConditionalObject.cpp + plAnimationEventConditionalObject.cpp + plControlEventConditionalObject.cpp + plFacingConditionalObject.cpp + plKeyPressConditionalObject.cpp + plLocalPlayerInBoxConditionalObject.cpp + plLocalPlayerIntersectPlaneConditionalObject.cpp + plObjectInBoxConditionalObject.cpp + plObjectIntersectPlaneConditionalObject.cpp + plORConditionalObject.cpp + plPickedConditionalObject.cpp +) + +set(pfConditional_HEADERS + plActivatorConditionalObject.h + plANDConditionalObject.h + plAnimationEventConditionalObject.h + plConditionalObjectCreatable.h + plControlEventConditionalObject.h + plFacingConditionalObject.h + plKeyPressConditionalObject.h + plLocalPlayerInBoxConditionalObject.h + plLocalPlayerIntersectPlaneConditionalObject.h + plObjectInBoxConditionalObject.h + plObjectIntersectPlaneConditionalObject.h + plORConditionalObject.h + plPickedConditionalObject.h +) + +add_library(pfConditional ${pfConditional_SOURCES} ${pfConditional_HEADERS}) + +source_group("Source Files" FILES ${pfConditional_SOURCES}) +source_group("Header Files" FILES ${pfConditional_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.cpp index a2a0f1bd..c130ddd4 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.cpp @@ -25,11 +25,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plANDConditionalObject.h" -#include "../plPhysical/plDetectorModifier.h" +#include "plPhysical/plDetectorModifier.h" #include "hsResMgr.h" -#include "../../NucleusLib/pnModifier/plConditionalObject.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" -#include "../plMessage/plCondRefMsg.h" +#include "pnModifier/plConditionalObject.h" +#include "pnModifier/plLogicModBase.h" +#include "plMessage/plCondRefMsg.h" plANDConditionalObject::plANDConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.h index daa9a741..95e5693b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plANDConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plANDConditionalObject_inc #define plANDConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" #include "hsTemplates.h" class plANDConditionalObject : public plConditionalObject diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.cpp index be11f0da..57925bf7 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.cpp @@ -25,10 +25,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plActivatorConditionalObject.h" -#include "../plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" -#include "../plMessage/plActivatorMsg.h" -#include "../pnMessage/plNotifyMsg.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" +#include "plMessage/plActivatorMsg.h" +#include "pnMessage/plNotifyMsg.h" plActivatorConditionalObject::plActivatorConditionalObject() diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.h index d51c98c7..c4c285be 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plActivatorConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plActivatorConditionalObject_inc #define plActivatorConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" #include "hsTemplates.h" class plKey; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.cpp index 410fdce2..a1349ef8 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.cpp @@ -25,12 +25,12 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plAnimationEventConditionalObject.h" -#include "../pnInputCore/plKeyDef.h" -#include "../plModifier/plSimpleModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" +#include "pnInputCore/plKeyDef.h" +#include "plModifier/plSimpleModifier.h" +#include "pnModifier/plLogicModBase.h" #include "plgDispatch.h" #include "hsResMgr.h" -#include "../plMessage/plAnimCmdMsg.h" +#include "plMessage/plAnimCmdMsg.h" plAnimationEventConditionalObject::plAnimationEventConditionalObject(plKey pTargetModifier) : fTarget(pTargetModifier), diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.h index 236c1c08..ddf36a62 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plAnimationEventConditionalObject.h @@ -27,9 +27,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plAnimationEventConditionalObject_inc #define plAnimationEventConditionalObject_inc -#include "../pnModifier/plConditionalObject.h" -#include "../pnInputCore/plKeyDef.h" -#include "../pnMessage/plEventCallbackMsg.h" // AnimationEvent's defined here +#include "pnModifier/plConditionalObject.h" +#include "pnInputCore/plKeyDef.h" +#include "pnMessage/plEventCallbackMsg.h" // AnimationEvent's defined here class plAnimationEventConditionalObject : public plConditionalObject diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plConditionalObjectCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plConditionalObjectCreatable.h index 8a3342b3..50348f13 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plConditionalObjectCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plConditionalObjectCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plConditionalObjectCreatable_inc #define plConditionalObjectCreatable_inc -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "plANDConditionalObject.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.cpp index 20dc8414..84fee101 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.cpp @@ -25,9 +25,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plControlEventConditionalObject.h" -#include "../plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" -#include "../plMessage/plInputEventMsg.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" +#include "plMessage/plInputEventMsg.h" plControlEventConditionalObject::plControlEventConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.h index e6f6303e..22881e0d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plControlEventConditionalObject.h @@ -27,8 +27,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plControlEventConditionalObject_inc #define plControlEventConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" -#include "../../NucleusLib/pnInputCore/plControlEventCodes.h" +#include "pnModifier/plConditionalObject.h" +#include "pnInputCore/plControlEventCodes.h" class plControlEventConditionalObject : public plConditionalObject diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.cpp index c8254ca3..8b55efb8 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.cpp @@ -26,14 +26,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "plFacingConditionalObject.h" #include "plgDispatch.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" -#include "../plMessage/plActivatorMsg.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../pnKeyedObject/plKey.h" -#include "../pnMessage/plNotifyMsg.h" -#include "../pnMessage/plFakeOutMsg.h" -#include "../pnNetCommon/plNetApp.h" +#include "pnModifier/plLogicModBase.h" +#include "plMessage/plActivatorMsg.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "pnKeyedObject/plKey.h" +#include "pnMessage/plNotifyMsg.h" +#include "pnMessage/plFakeOutMsg.h" +#include "pnNetCommon/plNetApp.h" plFacingConditionalObject::plFacingConditionalObject() : fTolerance(-1.0f), diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.h index 34fa0838..8f3036ad 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plFacingConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plFacingConditionalObject_inc #define plFacingConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" class plSceneObject; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.cpp index 151dfe9f..ef4a11e2 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.cpp @@ -25,9 +25,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plKeyPressConditionalObject.h" -#include "../plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" -#include "../plMessage/plInputEventMsg.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" +#include "plMessage/plInputEventMsg.h" plKeyPressConditionalObject::plKeyPressConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.h index 5b85a313..51e1e46f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plKeyPressConditionalObject.h @@ -27,8 +27,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plKeyPressConditionalObject_inc #define plKeyPressConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" -#include "../../NucleusLib/pnInputCore/plKeyDef.h" +#include "pnModifier/plConditionalObject.h" +#include "pnInputCore/plKeyDef.h" class plKeyPressConditionalObject : public plConditionalObject diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.cpp index 61b4b1c2..fd79f056 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.cpp @@ -25,8 +25,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plLocalPlayerInBoxConditionalObject.h" -#include "../../PubUtilLib/plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" plLocalPlayerInBoxConditionalObject::plLocalPlayerInBoxConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.h index e394178b..402f1b89 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerInBoxConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plLocalPlayerInBoxConditionalObject_inc #define plLocalPlayerInBoxConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" class plKey; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.cpp index 872c77ad..582e12d1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.cpp @@ -25,8 +25,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plLocalPlayerIntersectPlaneConditionalObject.h" -#include "../../PubUtilLib/plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" plLocalPlayerIntersectPlaneConditionalObject::plLocalPlayerIntersectPlaneConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.h index 4845c685..6372196c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plLocalPlayerIntersectPlaneConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plLocalPlayerIntersectPlaneConditionalObject_inc #define plLocalPlayerIntersectPlaneConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" class plKey; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.cpp index 249f7ba8..182d2ee4 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.cpp @@ -25,11 +25,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plORConditionalObject.h" -#include "../plPhysical/plDetectorModifier.h" +#include "plPhysical/plDetectorModifier.h" #include "hsResMgr.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" +#include "pnModifier/plLogicModBase.h" -#include "../plMessage/plCondRefMsg.h" +#include "plMessage/plCondRefMsg.h" plORConditionalObject::plORConditionalObject() diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.h index 38c4e1a9..8215c223 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plORConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plORConditionalObject_inc #define plORConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" #include "hsTemplates.h" class plORConditionalObject : public plConditionalObject diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.cpp index 3db2a101..7cb57216 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.cpp @@ -25,14 +25,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plObjectInBoxConditionalObject.h" -#include "../../PubUtilLib/plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" -#include "../../PubUtilLib/plMessage/plActivatorMsg.h" -#include "../pnMessage/plNotifyMsg.h" -#include "../pnMessage/plFakeOutMsg.h" -#include "../pnNetCommon/plNetApp.h" -#include "../plAvatar/plArmatureMod.h" -#include "../pnSceneObject/plSceneObject.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" +#include "plMessage/plActivatorMsg.h" +#include "pnMessage/plNotifyMsg.h" +#include "pnMessage/plFakeOutMsg.h" +#include "pnNetCommon/plNetApp.h" +#include "plAvatar/plArmatureMod.h" +#include "pnSceneObject/plSceneObject.h" bool plVolumeSensorConditionalObject::makeBriceHappyVar = true; @@ -277,8 +277,8 @@ void plVolumeSensorConditionalObject::Write(hsStream* stream, hsResMgr* mgr) stream->WriteSwap32(fType); stream->WriteBool(fFirst); } -#include "../pnMessage/plPlayerPageMsg.h" -#include "../../NucleusLib/inc/plgDispatch.h" +#include "pnMessage/plPlayerPageMsg.h" +#include "plgDispatch.h" hsBool plVolumeSensorConditionalObjectNoArbitration::MsgReceive(plMessage* msg) { plActivatorMsg* pActivateMsg = plActivatorMsg::ConvertNoRef(msg); @@ -429,4 +429,4 @@ void plVolumeSensorConditionalObjectNoArbitration::Read(hsStream* stream, hsResM { plVolumeSensorConditionalObject::Read(stream, mgr); plgDispatch::Dispatch()->RegisterForExactType(plPlayerPageMsg::Index(), GetKey()); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.h index e7f1cde4..ee4044a1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectInBoxConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plObjectInBoxConditionalObject_inc #define plObjectInBoxConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" #include "hsTemplates.h" class plKey; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.cpp index 838fb08f..eea44fdd 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.cpp @@ -25,8 +25,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plObjectIntersectPlaneConditionalObject.h" -#include "../../PubUtilLib/plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" plObjectIntersectPlaneConditionalObject::plObjectIntersectPlaneConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.h index c684a7be..0d73b97c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plObjectIntersectPlaneConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plObjectIntersectPlaneConditionalObject_inc #define plObjectIntersectPlaneConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" class plKey; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.cpp index dce2cbaf..075b1325 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.cpp @@ -25,10 +25,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTypes.h" #include "plPickedConditionalObject.h" -#include "../../PubUtilLib/plPhysical/plDetectorModifier.h" -#include "../../NucleusLib/pnModifier/plLogicModBase.h" +#include "plPhysical/plDetectorModifier.h" +#include "pnModifier/plLogicModBase.h" -#include "../plMessage/plActivatorMsg.h" +#include "plMessage/plActivatorMsg.h" plPickedConditionalObject::plPickedConditionalObject() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.h index 239c41be..c44900b3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConditional/plPickedConditionalObject.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plPickedConditionalObject_inc #define plPickedConditionalObject_inc -#include "../../NucleusLib/pnModifier/plConditionalObject.h" +#include "pnModifier/plConditionalObject.h" class plKey; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/CMakeLists.txt new file mode 100644 index 00000000..87078932 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/CMakeLists.txt @@ -0,0 +1,38 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +include_directories(${OPENSSL_INCLUDE_DIR}) +include_directories(${OPENAL_INCLUDE_DIR}) +include_directories(${PYTHON_INCLUDE_DIR}) + +set(pfConsole_SOURCES + pfAvatarConsoleCommands.cpp + pfCCRConsoleCommands.cpp + pfConsole.cpp + pfConsoleCmd.cpp + pfConsoleCommands.cpp + pfConsoleCommandsNet.cpp + pfConsoleContext.cpp + pfConsoleDirSrc.cpp + pfConsoleEngine.cpp + pfDispatchLog.cpp + pfGameConsoleCommands.cpp +) + +set(pfConsole_HEADERS + pfConsole.h + pfConsoleCmd.h + pfConsoleContext.h + pfConsoleCreatable.h + pfConsoleDirSrc.h + pfConsoleEngine.h + pfDispatchLog.h +) + +add_library(pfConsole STATIC ${pfConsole_SOURCES} ${pfConsole_HEADERS}) + +source_group("Source Files" FILES ${pfConsole_SOURCES}) +source_group("Header Files" FILES ${pfConsole_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfAvatarConsoleCommands.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfAvatarConsoleCommands.cpp index aab4083f..00afb916 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfAvatarConsoleCommands.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfAvatarConsoleCommands.cpp @@ -38,41 +38,41 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfConsole.h" #include "hsResMgr.h" -#include "../pfMessage/plArmatureEffectMsg.h" - -#include "../plMessage/plOneShotMsg.h" -#include "../plMessage/plAvatarMsg.h" -#include "../plMessage/plInputEventMsg.h" -#include "../plMessage/plSimStateMsg.h" -#include "../plMessage/plCCRMsg.h" -#include "../plMessage/plLinkToAgeMsg.h" -#include "../pnMessage/plNotifyMsg.h" - -#include "../plModifier/plSpawnModifier.h" - -#include "../plResMgr/plKeyFinder.h" - -#include "../plAvatar/plArmatureMod.h" -#include "../plAvatar/plAvBrainCritter.h" -#include "../plAvatar/plAvBrainHuman.h" -#include "../plAvatar/plAvBrainSwim.h" -#include "../plAvatar/plAvBrainGeneric.h" -#include "../plAvatar/plAvatarMgr.h" -#include "../plAvatar/plSeekPointMod.h" -#include "../plAvatar/plOneShotMod.h" -#include "../plAvatar/plAGAnim.h" -#include "../plAvatar/plAvBrainUser.h" -#include "../plAvatar/plAvBrainHuman.h" -#include "../plAvatar/plNPCSpawnMod.h" -#include "../plAvatar/plAGAnimInstance.h" -#include "../plAvatar/plArmatureEffects.h" -#include "../plAvatar/plAvTaskSeek.h" +#include "pfMessage/plArmatureEffectMsg.h" + +#include "plMessage/plOneShotMsg.h" +#include "plMessage/plAvatarMsg.h" +#include "plMessage/plInputEventMsg.h" +#include "plMessage/plSimStateMsg.h" +#include "plMessage/plCCRMsg.h" +#include "plMessage/plLinkToAgeMsg.h" +#include "pnMessage/plNotifyMsg.h" + +#include "plModifier/plSpawnModifier.h" + +#include "plResMgr/plKeyFinder.h" + +#include "plAvatar/plArmatureMod.h" +#include "plAvatar/plAvBrainCritter.h" +#include "plAvatar/plAvBrainHuman.h" +#include "plAvatar/plAvBrainSwim.h" +#include "plAvatar/plAvBrainGeneric.h" +#include "plAvatar/plAvatarMgr.h" +#include "plAvatar/plSeekPointMod.h" +#include "plAvatar/plOneShotMod.h" +#include "plAvatar/plAGAnim.h" +#include "plAvatar/plAvBrainUser.h" +#include "plAvatar/plAvBrainHuman.h" +#include "plAvatar/plNPCSpawnMod.h" +#include "plAvatar/plAGAnimInstance.h" +#include "plAvatar/plArmatureEffects.h" +#include "plAvatar/plAvTaskSeek.h" //#include "../plHavok1/plSimulationMgr.h" -#include "../pnNetCommon/plNetApp.h" -#include "../plNetClient/plNetClientMgr.h" -#include "../plDrawable/plInstanceDrawInterface.h" -#include "../plDrawable/plDrawableSpans.h" +#include "pnNetCommon/plNetApp.h" +#include "plNetClient/plNetClientMgr.h" +#include "plDrawable/plInstanceDrawInterface.h" +#include "plDrawable/plDrawableSpans.h" #define PF_SANITY_CHECK( cond, msg ) { if( !( cond ) ) { PrintString( msg ); return; } } @@ -119,7 +119,7 @@ PF_CONSOLE_SUBGROUP( Avatar, LOD ) #endif // LIMIT_CONSOLE_COMMANDS -#include "../plAvatar/plAnimStage.h" +#include "plAvatar/plAnimStage.h" plAvBrainHuman * GetMainAvatarBrain() { @@ -440,7 +440,7 @@ PF_CONSOLE_CMD( Avatar, PopBrain, "", "Remove the topmost brain from the avatar. } } -#include "../plScene/plRelevanceMgr.h" +#include "plScene/plRelevanceMgr.h" PF_CONSOLE_CMD( Avatar, MarkRelevanceRegion, @@ -746,7 +746,7 @@ PF_CONSOLE_CMD( Avatar_LOD, GetLODDistance, "", "Get Distance for switching Ava -#include "../plAvatar/plAvBrainClimb.h" +#include "plAvatar/plAvBrainClimb.h" PF_CONSOLE_CMD( Avatar_Climb, Start, "string direction", "Specify initial mount direction: up, down, left, right") { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfCCRConsoleCommands.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfCCRConsoleCommands.cpp index 3d46e39f..793a233e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfCCRConsoleCommands.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfCCRConsoleCommands.cpp @@ -38,8 +38,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com // #include "pfConsoleCmd.h" #include "pfConsole.h" -#include "../pfCCR/plCCRMgr.h" -#include "../plNetClient/plNetClientMgr.h" +#include "pfCCR/plCCRMgr.h" +#include "plNetClient/plNetClientMgr.h" //// This is here so Microsoft VC won't decide to "optimize" this file out // YOU ALSO NEED TO CALL THIS FXN diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp index 1f146a40..9582853a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp @@ -31,26 +31,26 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfConsole.h" #include "pfConsoleEngine.h" -#include "../plPipeline/plDebugText.h" -#include "../plInputCore/plInputDevice.h" -#include "../plInputCore/plInputInterface.h" -#include "../plInputCore/plInputInterfaceMgr.h" -#include "../pnInputCore/plKeyMap.h" -#include "../pnInputCore/plKeyDef.h" -#include "../plMessage/plInputEventMsg.h" -#include "../plMessage/plConsoleMsg.h" -#include "../plMessage/plInputIfaceMgrMsg.h" -#include "../pnKeyedObject/plFixedKey.h" +#include "plPipeline/plDebugText.h" +#include "plInputCore/plInputDevice.h" +#include "plInputCore/plInputInterface.h" +#include "plInputCore/plInputInterfaceMgr.h" +#include "pnInputCore/plKeyMap.h" +#include "pnInputCore/plKeyDef.h" +#include "plMessage/plInputEventMsg.h" +#include "plMessage/plConsoleMsg.h" +#include "plMessage/plInputIfaceMgrMsg.h" +#include "pnKeyedObject/plFixedKey.h" #include "hsTimer.h" #include "plgDispatch.h" #include "plPipeline.h" #include "hsConfig.h" -#include "../pfPython/cyPythonInterface.h" -#include "../plNetClient/plNetClientMgr.h" +#include "pfPython/cyPythonInterface.h" +#include "plNetClient/plNetClientMgr.h" #ifndef PLASMA_EXTERNAL_RELEASE -#include "../pfGameMgr/pfGameMgr.h" +#include "pfGameMgr/pfGameMgr.h" #endif // PLASMA_EXTERNAL_RELEASE diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.h index 9582576b..d6411b26 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsole.h @@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define _pfConsole_h #include "hsTypes.h" -#include "../pnKeyedObject/hsKeyedObject.h" +#include "pnKeyedObject/hsKeyedObject.h" class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp index 1274e06d..f5f7948f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommands.cpp @@ -37,123 +37,123 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfConsoleCmd.h" #include "plgDispatch.h" -#include "../plAgeLoader/plAgeLoader.h" -#include "../plNetClient/plNetClientMgr.h" -#include "../plPipeline/plDebugText.h" -#include "../plPipeline/plPipeDebugFlags.h" -#include "../plMessage/plMovieMsg.h" -#include "../plDrawable/plDrawableSpans.h" +#include "plAgeLoader/plAgeLoader.h" +#include "plNetClient/plNetClientMgr.h" +#include "plPipeline/plDebugText.h" +#include "plPipeline/plPipeDebugFlags.h" +#include "plMessage/plMovieMsg.h" +#include "plDrawable/plDrawableSpans.h" #include "plPipeline.h" -#include "../pfCamera/plCameraModifier.h" -#include "../pfCamera/plVirtualCamNeu.h" -#include "../pfCamera/plCameraBrain.h" -#include "../plResMgr/plResManager.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../pnKeyedObject/plKey.h" -#include "../pnKeyedObject/plKeyImp.h" -#include "../pnModifier/plLogicModBase.h" -#include "../plModifier/plSDLModifier.h" -#include "../plSDL/plSDL.h" -#include "../pfCharacter/plPlayerModifier.h" -#include "../plSurface/plLayerDepth.h" -#include "../plSurface/plLayerOr.h" -#include "../plSurface/plLayerOr.h" -#include "../plAudio/plAudioSystem.h" -#include "../plAudio/plVoiceChat.h" -#include "../plAudio/plWinMicLevel.h" -#include "../plPipeline/plFogEnvironment.h" -#include "../plPipeline/plPlates.h" -#include "../plPipeline/plDynamicEnvMap.h" -#include "../../NucleusLib/inc/hsTimer.h" -#include "../pnMessage/plClientMsg.h" -#include "../pnMessage/plEnableMsg.h" -#include "../pnMessage/plAudioSysMsg.h" -#include "../plMessage/plListenerMsg.h" -#include "../pfAudio/plListener.h" -#include "../plMessage/plAvatarMsg.h" -#include "../plMessage/plOneShotMsg.h" -#include "../plVault/plVault.h" +#include "pfCamera/plCameraModifier.h" +#include "pfCamera/plVirtualCamNeu.h" +#include "pfCamera/plCameraBrain.h" +#include "plResMgr/plResManager.h" +#include "pnKeyedObject/plFixedKey.h" +#include "pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKeyImp.h" +#include "pnModifier/plLogicModBase.h" +#include "plModifier/plSDLModifier.h" +#include "plSDL/plSDL.h" +#include "pfCharacter/plPlayerModifier.h" +#include "plSurface/plLayerDepth.h" +#include "plSurface/plLayerOr.h" +#include "plSurface/plLayerOr.h" +#include "plAudio/plAudioSystem.h" +#include "plAudio/plVoiceChat.h" +#include "plAudio/plWinMicLevel.h" +#include "plPipeline/plFogEnvironment.h" +#include "plPipeline/plPlates.h" +#include "plPipeline/plDynamicEnvMap.h" +#include "hsTimer.h" +#include "pnMessage/plClientMsg.h" +#include "pnMessage/plEnableMsg.h" +#include "pnMessage/plAudioSysMsg.h" +#include "plMessage/plListenerMsg.h" +#include "pfAudio/plListener.h" +#include "plMessage/plAvatarMsg.h" +#include "plMessage/plOneShotMsg.h" +#include "plVault/plVault.h" #include "../../Apps/plClient/plClient.h" #include "pfConsole.h" #include "pfConsoleContext.h" -#include "../plResMgr/plKeyFinder.h" -#include "../plModifier/plSimpleModifier.h" -#include "../plAvatar/plAvatarMgr.h" -#include "../plAvatar/plAvatarTasks.h" -#include "../plAvatar/plAvBrainGeneric.h" +#include "plResMgr/plKeyFinder.h" +#include "plModifier/plSimpleModifier.h" +#include "plAvatar/plAvatarMgr.h" +#include "plAvatar/plAvatarTasks.h" +#include "plAvatar/plAvBrainGeneric.h" //#include "../plHavok1/plSimulationMgr.h" -#include "../plMessage/plConsoleMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../pnMessage/plCameraMsg.h" -#include "../pnMessage/plSoundMsg.h" -#include "../pnMessage/plEventCallbackMsg.h" -#include "../pnMessage/plNotifyMsg.h" -#include "../pfAnimation/plAnimDebugList.h" - -#include "../pnMessage/plNodeChangeMsg.h" -#include "../pnMessage/plProxyDrawMsg.h" -#include "../pnMessage/plObjRefMsg.h" -#include "../pnMessage/plAttachMsg.h" -#include "../plMessage/plSimInfluenceMsg.h" -#include "../plMessage/plSimStateMsg.h" -#include "../plMessage/plLinkToAgeMsg.h" -#include "../pfMessage/pfKIMsg.h" - -#include "../plInputCore/plInputInterfaceMgr.h" -#include "../plInputCore/plInputManager.h" -#include "../plInputCore/plInputDevice.h" -#include "../plInputCore/plAvatarInputInterface.h" -#include "../plMessage/plInputEventMsg.h" -#include "../pnInputCore/plKeyMap.h" - -#include "../plParticleSystem/plParticleSystem.h" -#include "../plParticleSystem/plConvexVolume.h" -#include "../plParticleSystem/plParticleEffect.h" -#include "../plParticleSystem/plParticleGenerator.h" -#include "../plSurface/hsGMaterial.h" -#include "../pnSceneObject/plDrawInterface.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../plScene/plSceneNode.h" -#include "../plScene/plPageTreeMgr.h" -#include "../plScene/plPostEffectMod.h" -#include "../pnMessage/plNodeRefMsg.h" +#include "plMessage/plConsoleMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "pnMessage/plCameraMsg.h" +#include "pnMessage/plSoundMsg.h" +#include "pnMessage/plEventCallbackMsg.h" +#include "pnMessage/plNotifyMsg.h" +#include "pfAnimation/plAnimDebugList.h" + +#include "pnMessage/plNodeChangeMsg.h" +#include "pnMessage/plProxyDrawMsg.h" +#include "pnMessage/plObjRefMsg.h" +#include "pnMessage/plAttachMsg.h" +#include "plMessage/plSimInfluenceMsg.h" +#include "plMessage/plSimStateMsg.h" +#include "plMessage/plLinkToAgeMsg.h" +#include "pfMessage/pfKIMsg.h" + +#include "plInputCore/plInputInterfaceMgr.h" +#include "plInputCore/plInputManager.h" +#include "plInputCore/plInputDevice.h" +#include "plInputCore/plAvatarInputInterface.h" +#include "plMessage/plInputEventMsg.h" +#include "pnInputCore/plKeyMap.h" + +#include "plParticleSystem/plParticleSystem.h" +#include "plParticleSystem/plConvexVolume.h" +#include "plParticleSystem/plParticleEffect.h" +#include "plParticleSystem/plParticleGenerator.h" +#include "plSurface/hsGMaterial.h" +#include "pnSceneObject/plDrawInterface.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "plScene/plSceneNode.h" +#include "plScene/plPageTreeMgr.h" +#include "plScene/plPostEffectMod.h" +#include "pnMessage/plNodeRefMsg.h" //#include "../pnMessage/plWarpMsg.h" #include "hsResMgr.h" -#include "../plParticleSystem/plParticleSystem.h" -#include "../plMessage/plParticleUpdateMsg.h" +#include "plParticleSystem/plParticleSystem.h" +#include "plMessage/plParticleUpdateMsg.h" -#include "../plDrawable/plDynaBulletMgr.h" +#include "plDrawable/plDynaBulletMgr.h" -#include "../plGImage/plMipmap.h" -#include "../plGImage/plTGAWriter.h" +#include "plGImage/plMipmap.h" +#include "plGImage/plTGAWriter.h" -#include "../plGLight/plShadowCaster.h" -#include "../plGLight/plShadowMaster.h" +#include "plGLight/plShadowCaster.h" +#include "plGLight/plShadowMaster.h" // begin for agedefn test #include "hsStream.h" -#include "../plAgeDescription/plAgeDescription.h" -#include "../plUnifiedTime/plUnifiedTime.h" +#include "plAgeDescription/plAgeDescription.h" +#include "plUnifiedTime/plUnifiedTime.h" //end for agedefn test -#include "../../PubUtilLib/plFile/hsFiles.h" -#include "../../NucleusLib/pnSceneObject/plAudioInterface.h" +#include "plFile/hsFiles.h" +#include "pnSceneObject/plAudioInterface.h" -#include "../plStatusLog/plStatusLog.h" -#include "../pnTimer/pnBuildDates.h" +#include "plStatusLog/plStatusLog.h" +#include "pnTimer/pnBuildDates.h" #include "hsStlUtils.h" #include "hsTemplates.h" -#include "../Corelib/hsUtils.h" +#include "hsUtils.h" -#include "../pfPython/cyPythonInterface.h" -#include "../pfPython/plPythonSDLModifier.h" +#include "pfPython/cyPythonInterface.h" +#include "pfPython/plPythonSDLModifier.h" -#include "../plResMgr/plResManagerHelper.h" -#include "../plResMgr/plResMgrSettings.h" -#include "../plResMgr/plLocalization.h" +#include "plResMgr/plResManagerHelper.h" +#include "plResMgr/plResMgrSettings.h" +#include "plResMgr/plLocalization.h" #define PF_SANITY_CHECK( cond, msg ) { if( !( cond ) ) { PrintString( msg ); return; } } @@ -436,7 +436,7 @@ PF_CONSOLE_BASE_CMD( SampleCmd3, "int, ...", "Sample command #3" ) #ifndef LIMIT_CONSOLE_COMMANDS -#include "../plMessage/plTransitionMsg.h" +#include "plMessage/plTransitionMsg.h" PF_CONSOLE_BASE_CMD( FadeIn, "float len, bool hold", "Sample command #1" ) { @@ -495,7 +495,7 @@ PF_CONSOLE_BASE_CMD( DumpLogs, "string folderName", "Dumps all current logs to t PF_CONSOLE_GROUP( Stats ) -#include "../plStatGather/plProfileManagerFull.h" +#include "plStatGather/plProfileManagerFull.h" PF_CONSOLE_CMD( Stats, Show, // Group name, Function name "...", // Params @@ -625,7 +625,7 @@ PF_CONSOLE_CMD(Stats, RemoveDetailVar, "string stat", "Removes the specified var plProfileManagerFull::Instance().RemoveDetailVar(params[0]); } -#include "../plStatGather/plAutoProfile.h" +#include "plStatGather/plAutoProfile.h" PF_CONSOLE_CMD(Stats, AutoProfile, "...", "Performs an automated profile in all the ages. Optional: Specify an age name to do just that age") { @@ -1618,7 +1618,7 @@ PF_CONSOLE_CMD( Graphics_Renderer, TakeScreenshot, "...", "Takes a shot of the c } } -#include "../pfSurface/plGrabCubeMap.h" +#include "pfSurface/plGrabCubeMap.h" PF_CONSOLE_CMD( Graphics_Renderer, GrabCubeMap, "string sceneObject, string prefix", @@ -1652,7 +1652,7 @@ PF_CONSOLE_CMD( Graphics_Renderer, GrabCubeCam, grabCube.GrabCube(pfConsole::GetPipeline(), pos, pref, clearColor); } -#include "../plJPEG/plJPEG.h" +#include "plJPEG/plJPEG.h" PF_CONSOLE_CMD( Graphics_Renderer, TakeJPEGScreenshot, "...", "Takes a shot of the current frame and saves it to the given file" ) { @@ -1702,7 +1702,7 @@ PF_CONSOLE_CMD( Graphics_Renderer, TakeJPEGScreenshot, "...", "Takes a shot of t } } -#include "../plGImage/plAVIWriter.h" +#include "plGImage/plAVIWriter.h" PF_CONSOLE_CMD( Graphics_Renderer, AVIWrite, "...", "Saves each frame to an AVI file" ) { @@ -2484,7 +2484,7 @@ PF_CONSOLE_CMD( App, // groupName PrintString( str ); } -#include "../plInputCore/plSceneInputInterface.h" +#include "plInputCore/plSceneInputInterface.h" PF_CONSOLE_CMD( App, // groupName ShowLOS, // fxnName @@ -3295,7 +3295,7 @@ PF_CONSOLE_CMD(Logic, ListResponders, "", "Prints the names of the loaded respon } } -#include "../plModifier/plResponderModifier.h" +#include "plModifier/plResponderModifier.h" PF_CONSOLE_CMD(Logic, ResponderAnimCue, "", "Toggle box being drawn on screen when a responder starts an anim") { @@ -3310,7 +3310,7 @@ PF_CONSOLE_CMD(Logic, ResponderNoLog, "string prefix", "Don't log responders tha plResponderModifier::NoLogString(params[0]); } -#include "../plModifier/plDetectorLog.h" +#include "plModifier/plDetectorLog.h" PF_CONSOLE_CMD(Logic, WriteDetectorLog, "", "Write detector log to logfile") { DetectorDoLogfile(); @@ -4268,7 +4268,7 @@ PF_CONSOLE_CMD( Quality, PrintString(str); } -#include "../plSurface/plShaderTable.h" +#include "plSurface/plShaderTable.h" PF_CONSOLE_CMD( Quality, Cap, @@ -4295,10 +4295,10 @@ PF_CONSOLE_CMD( Quality, #ifndef LIMIT_CONSOLE_COMMANDS -#include "../plDrawable/plSharedMesh.h" -#include "../plDrawable/plAccessGeometry.h" -#include "../plDrawable/plMorphSequence.h" -#include "../plAvatar/plAvatarClothing.h" +#include "plDrawable/plSharedMesh.h" +#include "plDrawable/plAccessGeometry.h" +#include "plDrawable/plMorphSequence.h" +#include "plAvatar/plAvatarClothing.h" PF_CONSOLE_GROUP( Access ) @@ -4600,7 +4600,7 @@ PF_CONSOLE_CMD( Access, PrintString(str); } -#include "../pfSurface/plFadeOpacityMod.h" +#include "pfSurface/plFadeOpacityMod.h" PF_CONSOLE_CMD( Access, Fade, @@ -4644,7 +4644,7 @@ PF_CONSOLE_CMD( Access, } -#include "../plDrawable/plVisLOSMgr.h" +#include "plDrawable/plVisLOSMgr.h" static plSceneObject* losObj = nil; @@ -4731,7 +4731,7 @@ PF_CONSOLE_CMD( Access, } -#include "../plMessage/plBulletMsg.h" +#include "plMessage/plBulletMsg.h" plSceneObject* gunObj = nil; hsScalar gunRadius = 1.f; @@ -4851,8 +4851,8 @@ PF_CONSOLE_CMD( Access, #ifndef LIMIT_CONSOLE_COMMANDS -#include "../plDrawable/plWaveSet7.h" -#include "../plDrawable/plFixedWaterState7.h" +#include "plDrawable/plWaveSet7.h" +#include "plDrawable/plFixedWaterState7.h" PF_CONSOLE_GROUP( Wave ) PF_CONSOLE_SUBGROUP( Wave, Set) // Creates a sub-group under a given group @@ -5696,7 +5696,7 @@ PF_CONSOLE_CMD( SceneObject, Detach, // Group name, Function name #ifndef LIMIT_CONSOLE_COMMANDS -#include "../plPhysX/plPXPhysicalControllerCore.h" +#include "plPhysX/plPXPhysicalControllerCore.h" PF_CONSOLE_GROUP( Physics ) @@ -5932,7 +5932,7 @@ PF_CONSOLE_CMD( Physics, ClearLog, "", "Clear the physics log.") plSimulationMgr::ClearLog(); } */ -#include "../plPhysical/plPhysicalSDLModifier.h" +#include "plPhysical/plPhysicalSDLModifier.h" PF_CONSOLE_CMD(Physics, LogSDL, "int level", "Turn logging of physics SDL state on or off. 0=off 1=send/receive only 2=any attempt") { @@ -5940,7 +5940,7 @@ PF_CONSOLE_CMD(Physics, LogSDL, "int level", "Turn logging of physics SDL state plPhysicalSDLModifier::SetLogLevel(level); } -#include "../plPhysX/plSimulationMgr.h" +#include "plPhysX/plSimulationMgr.h" PF_CONSOLE_CMD(Physics, ExtraProfile, "", "Toggle extra simulation profiling") { char str[256]; @@ -6709,10 +6709,10 @@ PF_CONSOLE_CMD( Animation, //////////////////////////////////////////////////////////////////////// #ifndef LIMIT_CONSOLE_COMMANDS -#include "../plAvatar/plArmatureMod.h" -#include "../plAvatar/plAvatarClothing.h" -#include "../plAvatar/plClothingLayout.h" -#include "../pfMessage/plClothingMsg.h" +#include "plAvatar/plArmatureMod.h" +#include "plAvatar/plAvatarClothing.h" +#include "plAvatar/plClothingLayout.h" +#include "pfMessage/plClothingMsg.h" PF_CONSOLE_GROUP( Clothing ) // Defines a main command group @@ -7013,7 +7013,7 @@ PF_CONSOLE_CMD( Python, // Group name } -#include "../pfPython/cyMisc.h" +#include "pfPython/cyMisc.h" PF_CONSOLE_CMD( Python, // Group name SetLoggingLevel, // Function name @@ -7035,7 +7035,7 @@ PF_CONSOLE_CMD( Python, #endif -#include "../pfMessage/pfBackdoorMsg.h" +#include "pfMessage/pfBackdoorMsg.h" PF_CONSOLE_CMD( Python, Backdoor, "string target, ...", // Params diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommandsNet.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommandsNet.cpp index 2ea11fbd..4cf13b4b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommandsNet.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCommandsNet.cpp @@ -37,52 +37,52 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfConsoleCmd.h" #include "plgDispatch.h" -#include "../plAgeLoader/plAgeLoader.h" -#include "../plNetClient/plNetObjectDebugger.h" -#include "../plNetClient/plNetClientMgr.h" -#include "../plNetClient/plNetLinkingMgr.h" -#include "../plAgeLoader/plResPatcher.h" -#include "../../NucleusLib/inc/hsResMgr.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../pnKeyedObject/plKey.h" -#include "../pnKeyedObject/plKeyImp.h" -#include "../pnModifier/plLogicModBase.h" -#include "../pfCharacter/plPlayerModifier.h" -#include "../../NucleusLib/inc/hsTimer.h" -#include "../pnMessage/plClientMsg.h" -#include "../pnMessage/plEnableMsg.h" -#include "../pnMessage/plAudioSysMsg.h" -#include "../plNetMessage/plNetMessage.h" -#include "../plMessage/plAvatarMsg.h" -#include "../plMessage/plOneShotMsg.h" -#include "../plMessage/plConsoleMsg.h" +#include "plAgeLoader/plAgeLoader.h" +#include "plNetClient/plNetObjectDebugger.h" +#include "plNetClient/plNetClientMgr.h" +#include "plNetClient/plNetLinkingMgr.h" +#include "plAgeLoader/plResPatcher.h" +#include "hsResMgr.h" +#include "pnKeyedObject/plFixedKey.h" +#include "pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKeyImp.h" +#include "pnModifier/plLogicModBase.h" +#include "pfCharacter/plPlayerModifier.h" +#include "hsTimer.h" +#include "pnMessage/plClientMsg.h" +#include "pnMessage/plEnableMsg.h" +#include "pnMessage/plAudioSysMsg.h" +#include "plNetMessage/plNetMessage.h" +#include "plMessage/plAvatarMsg.h" +#include "plMessage/plOneShotMsg.h" +#include "plMessage/plConsoleMsg.h" #include "../../Apps/plClient/plClient.h" #include "pfConsole.h" -#include "../plResMgr/plKeyFinder.h" +#include "plResMgr/plKeyFinder.h" #include "hsResMgr.h" // begin for agedefn test #include "hsStream.h" -#include "../plAgeDescription/plAgeDescription.h" -#include "../plUnifiedTime/plUnifiedTime.h" +#include "plAgeDescription/plAgeDescription.h" +#include "plUnifiedTime/plUnifiedTime.h" //end for agedefn test -#include "../../PubUtilLib/plFile/hsFiles.h" +#include "plFile/hsFiles.h" -#include "../plStatusLog/plStatusLog.h" +#include "plStatusLog/plStatusLog.h" #include "hsStlUtils.h" #include "hsTemplates.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" -#include "../plNetCommon/plSpawnPointInfo.h" +#include "plNetCommon/plSpawnPointInfo.h" -#include "../plSDL/plSDL.h" +#include "plSDL/plSDL.h" -#include "../plNetGameLib/plNetGameLib.h" +#include "plNetGameLib/plNetGameLib.h" -#include "../pfGameMgr/pfGameMgr.h" +#include "pfGameMgr/pfGameMgr.h" #define PF_SANITY_CHECK( cond, msg ) { if( !( cond ) ) { PrintString( msg ); return; } } @@ -624,7 +624,7 @@ PF_CONSOLE_CMD( Net_DebugObject, // groupName plNetObjectDebugger::GetInstance()->ClearAllDebugObjects(); } -#include "../pfPython/plPythonSDLModifier.h" +#include "pfPython/plPythonSDLModifier.h" PF_CONSOLE_CMD( Net_DebugObject, // groupName DumpAgeSDLHook, // fxnName "bool dirtyOnly", // paramList diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCreatable.h index 72ce4cc7..a2b33038 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfConsoleCreatable_inc #define pfConsoleCreatable_inc -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "pfConsole.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleEngine.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleEngine.cpp index d2d84cdc..cae812af 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleEngine.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfConsoleEngine.cpp @@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfConsoleCmd.h" #include "pfConsoleContext.h" -#include "../plFile/plEncryptedStream.h" +#include "plFile/plEncryptedStream.h" const Int32 pfConsoleEngine::fMaxNumParams = 16; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.cpp index 7018b09b..c27c0677 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.cpp @@ -25,9 +25,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsTimer.h" #include "pfDispatchLog.h" -#include "../plStatusLog/plStatusLog.h" -#include "../pnMessage/plMessage.h" -#include "../pnKeyedObject/plKey.h" +#include "plStatusLog/plStatusLog.h" +#include "pnMessage/plMessage.h" +#include "pnKeyedObject/plKey.h" #include "hsWindows.h" bool DumpSpecificMsgInfo(plMessage* msg, std::string& info); @@ -171,11 +171,11 @@ void plDispatchLog::RemoveFilterExactType(UInt16 type) ////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////// -#include "../pnMessage/plClientMsg.h" -#include "../pfMessage/pfKIMsg.h" -#include "../pnKeyedObject/hsKeyedObject.h" -#include "../plResMgr/plKeyFinder.h" -#include "../plResMgr/plPageInfo.h" +#include "pnMessage/plClientMsg.h" +#include "pfMessage/pfKIMsg.h" +#include "pnKeyedObject/hsKeyedObject.h" +#include "plResMgr/plKeyFinder.h" +#include "plResMgr/plPageInfo.h" static bool DumpSpecificMsgInfo(plMessage* msg, std::string& info) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.h index d54505ad..b7af5c34 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfDispatchLog.h @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfDispatchLog_inc #define pfDispatchLog_inc -#include "../pnDispatch/plDispatchLogBase.h" +#include "pnDispatch/plDispatchLogBase.h" #include "hsBitVector.h" class plStatusLog; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfGameConsoleCommands.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfGameConsoleCommands.cpp index 21a7ce05..c9338d10 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfGameConsoleCommands.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfConsole/pfGameConsoleCommands.cpp @@ -58,17 +58,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plPipeline.h" #include "plgDispatch.h" -#include "../plGImage/plMipmap.h" -#include "../plGImage/plTGAWriter.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../../NucleusLib/inc/hsResMgr.h" -#include "../pfGameGUIMgr/pfGUICtrlGenerator.h" -#include "../plAvatar/plAvatarMgr.h" -#include "../plAvatar/plAnimStage.h" -#include "../plAvatar/plAvBrainGeneric.h" -#include "../plAvatar/plAvBrainHuman.h" -#include "../plMessage/plAvatarMsg.h" -#include "../pnKeyedObject/plFixedKey.h" +#include "plGImage/plMipmap.h" +#include "plGImage/plTGAWriter.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "hsResMgr.h" +#include "pfGameGUIMgr/pfGUICtrlGenerator.h" +#include "plAvatar/plAvatarMgr.h" +#include "plAvatar/plAnimStage.h" +#include "plAvatar/plAvBrainGeneric.h" +#include "plAvatar/plAvBrainHuman.h" +#include "plMessage/plAvatarMsg.h" +#include "pnKeyedObject/plFixedKey.h" #define PF_SANITY_CHECK( cond, msg ) { if( !( cond ) ) { PrintString( msg ); return; } } @@ -218,7 +218,7 @@ PF_CONSOLE_CMD( Game, SwitchDialog, "string olddlgName, string newdlgName", "Hid PF_CONSOLE_SUBGROUP( Game, GUI ) -#include "../pfGameGUIMgr/pfGUICtrlGenerator.h" +#include "pfGameGUIMgr/pfGUICtrlGenerator.h" static hsColorRGBA sDynCtrlColor = hsColorRGBA().Set( 1, 1, 1, 1 ), sDynCtrlTextColor = hsColorRGBA().Set( 0, 0, 0, 1 ); @@ -259,7 +259,7 @@ PF_CONSOLE_CMD( Game_GUI, CreateDialog, "string name", "" ) //#include "../pfKI/pfKI.h" -#include "../pfMessage/pfKIMsg.h" +#include "pfMessage/pfKIMsg.h" PF_CONSOLE_CMD( Game, EnterChatMode, "", "Enters in-game chat mode" ) { @@ -377,7 +377,7 @@ PF_CONSOLE_CMD( Game, SetChatFadeDelay, "float delayInSecs", "Sets the time in s plgDispatch::MsgSend( msg ); } -#include "../plAvatar/plArmatureMod.h" +#include "plAvatar/plArmatureMod.h" PF_CONSOLE_CMD( Game, LimitAvatarLOD, "int newLOD", "Zero is (always) highest detail; 2 is (currently) lowest." ) { @@ -442,7 +442,7 @@ PF_CONSOLE_CMD( Game, SetLocalClientAsAdmin, "bool enable", "Makes chat messages } #endif -#include "../pfConditional/plObjectInBoxConditionalObject.h" +#include "pfConditional/plObjectInBoxConditionalObject.h" PF_CONSOLE_CMD( Game, BreakVolumeSensors, "bool break", "reverts to old broken volume sensor logic" ) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCsrSrv/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCsrSrv/CMakeLists.txt new file mode 100644 index 00000000..a7a31456 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfCsrSrv/CMakeLists.txt @@ -0,0 +1,19 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +set(pfCsrSrv_SOURCES + pfCsrSrv.cpp +) + +set(pfCsrSrv_HEADERS + Pch.h + pfCsrSrv.h +) + +add_library(pfCsrSrv STATIC ${pfCsrSrv_SOURCES} ${pfCsrSrv_HEADERS}) + +source_group("Source Files" FILES ${pfCsrSrv_SOURCES}) +source_group("Header Files" FILES ${pfCsrSrv_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt new file mode 100644 index 00000000..bc1bec1b --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/CMakeLists.txt @@ -0,0 +1,67 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +set(pfGameGUIMgr_SOURCES + pfGameGUIMgr.cpp + pfGUIButtonMod.cpp + pfGUICheckBoxCtrl.cpp + pfGUIClickMapCtrl.cpp + pfGUIControlHandlers.cpp + pfGUIControlMod.cpp + pfGUICtrlGenerator.cpp + pfGUIDialogMod.cpp + pfGUIDialogNotifyProc.cpp + pfGUIDragBarCtrl.cpp + pfGUIDynDisplayCtrl.cpp + pfGUIEditBoxMod.cpp + pfGUIKnobCtrl.cpp + pfGUIListBoxMod.cpp + pfGUIListElement.cpp + pfGUIMenuItem.cpp + pfGUIMultiLineEditCtrl.cpp + pfGUIPopUpMenu.cpp + pfGUIProgressCtrl.cpp + pfGUIRadioGroupCtrl.cpp + pfGUITagDefs.cpp + pfGUITextBoxMod.cpp + pfGUIUpDownPairMod.cpp + pfGUIValueCtrl.cpp +) + +set(pfGameGUIMgr_HEADERS + pfGameGUIMgr.h + pfGameGUIMgrCreatable.h + pfGUIButtonMod.h + pfGUICheckBoxCtrl.h + pfGUIClickMapCtrl.h + pfGUIControlHandlers.h + pfGUIControlMod.h + pfGUICtrlGenerator.h + pfGUIDialogHandlers.h + pfGUIDialogMod.h + pfGUIDialogNotifyProc.cpp + pfGUIDragBarCtrl.h + pfGUIDraggableMod.h + pfGUIDynDisplayCtrl.h + pfGUIEditBoxMod.h + pfGUIKnobCtrl.h + pfGUIListBoxMod.h + pfGUIListElement.h + pfGUIMenuItem.h + pfGUIMultiLineEditCtrl.h + pfGUIPopUpMenu.h + pfGUIProgressCtrl.h + pfGUIRadioGroupCtrl.h + pfGUITagDefs.h + pfGUITextBoxMod.h + pfGUIUpDownPairMod.h + pfGUIValueCtrl.h +) + +add_library(pfGameGUIMgr STATIC ${pfGameGUIMgr_SOURCES} ${pfGameGUIMgr_HEADERS}) + +source_group("Source Files" FILES ${pfGameGUIMgr_SOURCES}) +source_group("Header Files" FILES ${pfGameGUIMgr_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIButtonMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIButtonMod.cpp index 4689166d..55ee6b64 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIButtonMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIButtonMod.cpp @@ -36,11 +36,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIControlHandlers.h" #include "pfGUIDialogMod.h" -#include "../plInputCore/plInputInterface.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICheckBoxCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICheckBoxCtrl.cpp index 92abaabc..52a25e08 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICheckBoxCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICheckBoxCtrl.cpp @@ -36,11 +36,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUICheckBoxCtrl.h" #include "pfGameGUIMgr.h" -#include "../plInputCore/plInputInterface.h" - #include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIClickMapCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIClickMapCtrl.cpp index 98b9c4eb..046a90ca 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIClickMapCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIClickMapCtrl.cpp @@ -34,9 +34,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGameGUIMgr.h" #include "pfGUIDialogMod.h" -#include "../plInputCore/plInputInterface.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlHandlers.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlHandlers.cpp index 755c027d..084a1738 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlHandlers.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlHandlers.cpp @@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIControlMod.h" #include "pfGUIDialogMod.h" -#include "../plMessage/plConsoleMsg.h" +#include "plMessage/plConsoleMsg.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.cpp index 0e5dc78d..4e83b61e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.cpp @@ -37,22 +37,22 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIDialogHandlers.h" #include "pfGUIListElement.h" // Includes dropTargetProc -#include "../pnMessage/plRefMsg.h" -#include "../pnMessage/plEnableMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../pnSceneObject/plDrawInterface.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../pnSceneObject/plAudioInterface.h" - -#include "../plGImage/plDynamicTextMap.h" -#include "../plSurface/plLayer.h" -#include "../plMessage/plRenderMsg.h" -#include "../pnMessage/plSoundMsg.h" +#include "pnMessage/plRefMsg.h" +#include "pnMessage/plEnableMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "pnSceneObject/plDrawInterface.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "pnSceneObject/plAudioInterface.h" + +#include "plGImage/plDynamicTextMap.h" +#include "plSurface/plLayer.h" +#include "plMessage/plRenderMsg.h" +#include "pnMessage/plSoundMsg.h" #include "plPipeline.h" -#include "../plDrawable/plAccessGeometry.h" -#include "../plDrawable/plAccessSpan.h" -#include "../plDrawable/plAccessVtxSpan.h" +#include "plDrawable/plAccessGeometry.h" +#include "plDrawable/plAccessSpan.h" +#include "plDrawable/plAccessVtxSpan.h" #include "pfGUIPopUpMenu.h" // For skin, can we move that please? Thank you diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.h index eb8b581d..fb3dcabe 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIControlMod.h @@ -33,9 +33,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define _pfGUIControlMod_h -#include "../pnModifier/plSingleModifier.h" +#include "pnModifier/plSingleModifier.h" #include "hsBounds.h" -#include "../plMessage/plInputEventMsg.h" +#include "plMessage/plInputEventMsg.h" #include "pfGameGUIMgr.h" #include "hsColorRGBA.h" #include "hsRefCnt.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICtrlGenerator.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICtrlGenerator.cpp index b48bfb4b..b5621e0c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICtrlGenerator.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUICtrlGenerator.cpp @@ -39,24 +39,24 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIControlHandlers.h" #include "pfGUIMenuItem.h" -#include "../plSurface/hsGMaterial.h" -#include "../plSurface/plLayer.h" -#include "../plGImage/plMipmap.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../plDrawable/plDrawableSpans.h" -#include "../plDrawable/plDrawableGenerator.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plDrawInterface.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../pnMessage/plIntRefMsg.h" -#include "../pnMessage/plObjRefMsg.h" -#include "../pnMessage/plNodeRefMsg.h" -#include "../plPipeline/plTextGenerator.h" -#include "../plScene/plPostEffectMod.h" -#include "../plScene/plSceneNode.h" -#include "../pnMessage/plClientMsg.h" -#include "../plMessage/plLayRefMsg.h" -#include "../pnMessage/plAttachMsg.h" +#include "plSurface/hsGMaterial.h" +#include "plSurface/plLayer.h" +#include "plGImage/plMipmap.h" +#include "pnKeyedObject/plFixedKey.h" +#include "plDrawable/plDrawableSpans.h" +#include "plDrawable/plDrawableGenerator.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plDrawInterface.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "pnMessage/plIntRefMsg.h" +#include "pnMessage/plObjRefMsg.h" +#include "pnMessage/plNodeRefMsg.h" +#include "plPipeline/plTextGenerator.h" +#include "plScene/plPostEffectMod.h" +#include "plScene/plSceneNode.h" +#include "pnMessage/plClientMsg.h" +#include "plMessage/plLayRefMsg.h" +#include "pnMessage/plAttachMsg.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.cpp index b9aedb91..dbece476 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.cpp @@ -36,18 +36,18 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIDialogHandlers.h" #include "pfGUIDialogNotifyProc.h" #include "pfGUIListElement.h" -#include "../plScene/plPostEffectMod.h" +#include "plScene/plPostEffectMod.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plScene/plSceneNode.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnKeyedObject/plKey.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../pnSceneObject/plCoordinateInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plScene/plSceneNode.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnKeyedObject/plKey.h" +#include "pnKeyedObject/plFixedKey.h" +#include "pnSceneObject/plCoordinateInterface.h" -#include "../plStatusLog/plStatusLog.h" +#include "plStatusLog/plStatusLog.h" #include "plgDispatch.h" #include "hsResMgr.h" @@ -386,7 +386,7 @@ void pfGUIDialogMod::UpdateInterestingThings( hsScalar mouseX, hsScalar mouseY, //// HandleMouseEvent //////////////////////////////////////////////////////// #ifdef HS_DEBUGGING // Debugging bounds rects -#include "../plPipeline/plDebugText.h" +#include "plPipeline/plDebugText.h" #endif hsBool pfGUIDialogMod::HandleMouseEvent( pfGameGUIMgr::EventType event, hsScalar mouseX, hsScalar mouseY, diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.h index bfaddd58..b9a0dc0d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogMod.h @@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define _pfGUIDialogMod_h -#include "../pnModifier/plSingleModifier.h" +#include "pnModifier/plSingleModifier.h" #include "pfGameGUIMgr.h" #include "hsMatrix44.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.cpp index 051f0ccf..31d68fc3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.cpp @@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIListBoxMod.h" #include "pfGUIEditBoxMod.h" -#include "../pfMessage/pfGUINotifyMsg.h" +#include "pfMessage/pfGUINotifyMsg.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.h index 8ec1941b..67da6b0d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDialogNotifyProc.h @@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define _pfGUIDialogNotifyProc_h #include "pfGUIDialogHandlers.h" -#include "../pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKey.h" class plGUIControlMod; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDragBarCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDragBarCtrl.cpp index 37b91889..716c4723 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDragBarCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDragBarCtrl.cpp @@ -38,11 +38,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGameGUIMgr.h" #include "pfGUIDialogMod.h" -#include "../plInputCore/plInputInterface.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDraggableMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDraggableMod.cpp index 7a0a998e..23f7fb49 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDraggableMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDraggableMod.cpp @@ -33,11 +33,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIDraggableMod.h" #include "pfGameGUIMgr.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" -#include "../plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" +#include "plInputCore/plInputInterface.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDynDisplayCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDynDisplayCtrl.cpp index be950fa7..c26fb54b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDynDisplayCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIDynDisplayCtrl.cpp @@ -33,11 +33,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIDynDisplayCtrl.h" #include "pfGameGUIMgr.h" -#include "../pnMessage/plRefMsg.h" -#include "../plGImage/plDynamicTextMap.h" -#include "../plSurface/plLayerInterface.h" -#include "../plSurface/hsGMaterial.h" -#include "../plPipeline/plTextGenerator.h" +#include "pnMessage/plRefMsg.h" +#include "plGImage/plDynamicTextMap.h" +#include "plSurface/plLayerInterface.h" +#include "plSurface/hsGMaterial.h" +#include "plPipeline/plTextGenerator.h" #include "plPipeline.h" #include "plgDispatch.h" #include "hsResMgr.h" @@ -166,4 +166,4 @@ void pfGUIDynDisplayCtrl::AddMaterial( hsGMaterial *material ) { fMaterials.Append( material ); hsgResMgr::ResMgr()->AddViaNotify( material->GetKey(), TRACKED_NEW plGenRefMsg( GetKey(), plRefMsg::kOnCreate, fMaterials.GetCount() - 1, kRefMaterial ), plRefFlags::kActiveRef ); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.cpp index 2072ebd3..2481fd9f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.cpp @@ -37,14 +37,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIEditBoxMod.h" #include "pfGameGUIMgr.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" -#include "../plGImage/plDynamicTextMap.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" +#include "plGImage/plDynamicTextMap.h" #include "plgDispatch.h" #include "hsResMgr.h" -#include "../pnInputCore/plKeyMap.h" +#include "pnInputCore/plKeyMap.h" #include diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.h index a313403b..79173f31 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIEditBoxMod.h @@ -34,9 +34,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsStlUtils.h" #include "pfGUIControlMod.h" -#include "../pnInputCore/plKeyDef.h" +#include "pnInputCore/plKeyDef.h" -#include "../plInputCore/plInputDevice.h" +#include "plInputCore/plInputDevice.h" class plMessage; class hsGMaterial; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIKnobCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIKnobCtrl.cpp index df02410c..ecf0f97e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIKnobCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIKnobCtrl.cpp @@ -34,17 +34,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGameGUIMgr.h" #include "pfGUIDialogMod.h" -#include "../plInputCore/plInputInterface.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -// #include "../plAvatar/plAGModifier.h" -#include "../plAvatar/plAGMasterMod.h" -#include "../plAvatar/plAGAnimInstance.h" -#include "../plSurface/plLayerAnimation.h" - -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plCoordinateInterface.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +// #include "plAvatar/plAGModifier.h" +#include "plAvatar/plAGMasterMod.h" +#include "plAvatar/plAGAnimInstance.h" +#include "plSurface/plLayerAnimation.h" + +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plCoordinateInterface.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListBoxMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListBoxMod.cpp index 41f5c688..6e3cd294 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListBoxMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListBoxMod.cpp @@ -37,12 +37,12 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIControlHandlers.h" #include "pfGUIDialogMod.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" -#include "../plGImage/plDynamicTextMap.h" -#include "../plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" +#include "plGImage/plDynamicTextMap.h" +#include "plInputCore/plInputInterface.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListElement.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListElement.cpp index 399128d9..d3749e9d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListElement.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIListElement.cpp @@ -35,9 +35,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIPopUpMenu.h" // For skins -#include "../plGImage/plDynamicTextMap.h" -#include "../plGImage/hsCodecManager.h" -#include "../plPipeline/plDebugText.h" // To quickly and hackily get the screen size in pixels +#include "plGImage/plDynamicTextMap.h" +#include "plGImage/hsCodecManager.h" +#include "plPipeline/plDebugText.h" // To quickly and hackily get the screen size in pixels #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMenuItem.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMenuItem.cpp index 8b55b957..8fee428b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMenuItem.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMenuItem.cpp @@ -38,9 +38,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIDialogMod.h" #include "pfGUIPopUpMenu.h" -#include "../plInputCore/plInputInterface.h" -#include "../pnMessage/plRefMsg.h" -#include "../plGImage/plDynamicTextMap.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "plGImage/plDynamicTextMap.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.cpp index db2f6353..debaf26d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.cpp @@ -37,11 +37,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIDialogMod.h" #include "pfGUIDialogHandlers.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" -#include "../plGImage/plDynamicTextMap.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" +#include "plGImage/plDynamicTextMap.h" #include "plgDispatch.h" #include "hsResMgr.h" @@ -2034,4 +2034,4 @@ void pfGUIMultiLineEditCtrl::DeleteLinesFromTop(int numLines) SetBuffer(buffer, bufferLen); delete [] buffer; return; -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.h index 70413228..4acf61e3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIMultiLineEditCtrl.h @@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIControlMod.h" #include "hsTemplates.h" -#include "../plInputCore/plInputDevice.h" +#include "plInputCore/plInputDevice.h" class plMessage; class hsGMaterial; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIPopUpMenu.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIPopUpMenu.cpp index dc0dc9f3..83d79272 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIPopUpMenu.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIPopUpMenu.cpp @@ -46,24 +46,24 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plgDispatch.h" #include "hsResMgr.h" -#include "../plSurface/hsGMaterial.h" -#include "../plSurface/plLayer.h" -#include "../plGImage/plDynamicTextMap.h" -#include "../plMessage/plLayRefMsg.h" - -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plDrawInterface.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../pnMessage/plIntRefMsg.h" -#include "../pnMessage/plObjRefMsg.h" -#include "../pnMessage/plNodeRefMsg.h" - -#include "../plScene/plPostEffectMod.h" -#include "../plScene/plSceneNode.h" -#include "../pnMessage/plClientMsg.h" +#include "plSurface/hsGMaterial.h" +#include "plSurface/plLayer.h" +#include "plGImage/plDynamicTextMap.h" +#include "plMessage/plLayRefMsg.h" + +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plDrawInterface.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "pnMessage/plIntRefMsg.h" +#include "pnMessage/plObjRefMsg.h" +#include "pnMessage/plNodeRefMsg.h" + +#include "plScene/plPostEffectMod.h" +#include "plScene/plSceneNode.h" +#include "pnMessage/plClientMsg.h" #include "plViewTransform.h" -#include "../plPipeline/plDebugText.h" +#include "plPipeline/plDebugText.h" class pfPopUpKeyGenerator @@ -715,7 +715,7 @@ hsGMaterial *pfGUIPopUpMenu::ICreateDynMaterial( void ) //// Build /////////////////////////////////////////////////////////////////// // Constructs a shiny new pop-up menu at runtime, complete with trimmings -#include "../plJPEG/plJPEG.h" +#include "plJPEG/plJPEG.h" pfGUIPopUpMenu *pfGUIPopUpMenu::Build( const char *name, pfGUIDialogMod *parent, hsScalar x, hsScalar y, const plLocation &destLoc ) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIProgressCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIProgressCtrl.cpp index e2f470b7..19fea60e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIProgressCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIProgressCtrl.cpp @@ -34,19 +34,19 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGameGUIMgr.h" #include "pfGUIDialogMod.h" -#include "../plInputCore/plInputInterface.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plMessage/plTimerCallbackMsg.h" -// #include "../plAvatar/plAGModifier.h" -#include "../plAvatar/plAGMasterMod.h" -#include "../plAvatar/plAGAnimInstance.h" -#include "../plSurface/plLayerAnimation.h" - -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../pnTimer/plTimerCallbackManager.h" +#include "plInputCore/plInputInterface.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plMessage/plTimerCallbackMsg.h" +// #include "plAvatar/plAGModifier.h" +#include "plAvatar/plAGMasterMod.h" +#include "plAvatar/plAGAnimInstance.h" +#include "plSurface/plLayerAnimation.h" + +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "pnTimer/plTimerCallbackManager.h" #include "plgDispatch.h" #include "hsResMgr.h" @@ -252,4 +252,4 @@ void pfGUIProgressCtrl::AnimateToPercentage( hsScalar percent ) } } } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIRadioGroupCtrl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIRadioGroupCtrl.cpp index de660f2a..85fc6535 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIRadioGroupCtrl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIRadioGroupCtrl.cpp @@ -35,8 +35,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUICheckBoxCtrl.h" #include "pfGUIControlHandlers.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUITextBoxMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUITextBoxMod.cpp index 7b60dddb..f18b9eed 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUITextBoxMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUITextBoxMod.cpp @@ -34,16 +34,16 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUITextBoxMod.h" #include "pfGameGUIMgr.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" -#include "../plGImage/plDynamicTextMap.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" +#include "plGImage/plDynamicTextMap.h" #include "plgDispatch.h" #include "hsResMgr.h" -#include "../plResMgr/plLocalization.h" +#include "plResMgr/plLocalization.h" -#include "../pfLocalizationMgr/pfLocalizationMgr.h" +#include "pfLocalizationMgr/pfLocalizationMgr.h" @@ -243,4 +243,4 @@ void pfGUITextBoxMod::SetLocalizationPath(const char* path) void pfGUITextBoxMod::SetUseLocalizationPath(bool use) { fUseLocalizationPath = use; -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIUpDownPairMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIUpDownPairMod.cpp index 3d08f391..b9be6f89 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIUpDownPairMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGUIUpDownPairMod.cpp @@ -35,10 +35,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIButtonMod.h" #include "pfGUIControlHandlers.h" -#include "../pnMessage/plRefMsg.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plAvatar/plAGModifier.h" +#include "pnMessage/plRefMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plAvatar/plAGModifier.h" #include "plgDispatch.h" #include "hsResMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.cpp index 7cfe6950..ea52bb2e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.cpp @@ -43,21 +43,21 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pfGUIControlMod.h" #include "pfGUIPopUpMenu.h" -#include "../pfMessage/pfGameGUIMsg.h" -#include "../plMessage/plInputEventMsg.h" -#include "../plMessage/plInputIfaceMgrMsg.h" -#include "../pnMessage/plClientMsg.h" -#include "../pnNetCommon/plSynchedObject.h" -#include "../plInputCore/plInputInterface.h" -#include "../plInputCore/plInputDevice.h" -#include "../plInputCore/plInputInterfaceMgr.h" -#include "../pnInputCore/plKeyMap.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../pnSceneObject/plSceneObject.h" // So we can get the target sceneNode of a dialog -#include "../plMessage/plConsoleMsg.h" +#include "pfMessage/pfGameGUIMsg.h" +#include "plMessage/plInputEventMsg.h" +#include "plMessage/plInputIfaceMgrMsg.h" +#include "pnMessage/plClientMsg.h" +#include "pnNetCommon/plSynchedObject.h" +#include "plInputCore/plInputInterface.h" +#include "plInputCore/plInputDevice.h" +#include "plInputCore/plInputInterfaceMgr.h" +#include "pnInputCore/plKeyMap.h" +#include "pnKeyedObject/plFixedKey.h" +#include "pnSceneObject/plSceneObject.h" // So we can get the target sceneNode of a dialog +#include "plMessage/plConsoleMsg.h" #include "plgDispatch.h" -#include "../plResMgr/plKeyFinder.h" +#include "plResMgr/plKeyFinder.h" #include "pfGUITagDefs.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.h index a98f8e32..2dc11a60 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgr.h @@ -40,8 +40,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsTemplates.h" -#include "../pnInputCore/plKeyDef.h" -#include "../pnKeyedObject/hsKeyedObject.h" +#include "pnInputCore/plKeyDef.h" +#include "pnKeyedObject/hsKeyedObject.h" #include class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgrCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgrCreatable.h index e77e5706..ccf18e71 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgrCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameGUIMgr/pfGameGUIMgrCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef _pfGameGUIMgrCreatable_inc #define _pfGameGUIMgrCreatable_inc -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "pfGameGUIMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/CMakeLists.txt new file mode 100644 index 00000000..3ce6eddc --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/CMakeLists.txt @@ -0,0 +1,35 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +include_directories(${OPENSSL_INCLUDE_DIR}) + +set(pfGameMgr_SOURCES + pfGameMgr.cpp + BlueSpiral/pfGmBlueSpiral.cpp + ClimbingWall/pfGmClimbingWall.cpp + Heek/pfGmHeek.cpp + Marker/pfGmMarker.cpp + TicTacToe/pfGmTicTacToe.cpp + VarSync/pfGmVarSync.cpp +) + +set(pfGameMgr_HEADERS + Intern.h + Pch.h + pfGameMgr.h + pfGameMgrCreatables.h + BlueSpiral/pfGmBlueSpiral.h + ClimbingWall/pfGmClimbingWall.h + Heek/pfGmHeek.h + Marker/pfGmMarker.h + TicTacToe/pfGmTicTacToe.h + VarSync/pfGmVarSync.cpp +) + +add_library(pfGameMgr ${pfGameMgr_SOURCES} ${pfGameMgr_HEADERS}) + +source_group("Source Files" FILES ${pfGameMgr_SOURCES}) +source_group("Header Files" FILES ${pfGameMgr_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/Pch.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/Pch.h index d850c2eb..ead8e6e9 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/Pch.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/Pch.h @@ -35,20 +35,20 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define PLASMA20_SOURCES_PLASMA_FEATURELIB_PFGAMEMGR_PCH_H -#include "../pnUtils/pnUtils.h" -#include "../pnNetBase/pnNetBase.h" -#include "../pnAsyncCore/pnAsyncCore.h" -#include "../pnNetCli/pnNetCli.h" -#include "../pnProduct/pnProduct.h" -#include "../pnGameMgr/pnGameMgr.h" -#include "../plNetGameLib/plNetGameLib.h" +#include "pnUtils/pnUtils.h" +#include "pnNetBase/pnNetBase.h" +#include "pnAsyncCore/pnAsyncCore.h" +#include "pnNetCli/pnNetCli.h" +#include "pnProduct/pnProduct.h" +#include "pnGameMgr/pnGameMgr.h" +#include "plNetGameLib/plNetGameLib.h" #pragma warning(push, 0) // These includes produce lots of warnings on W4 -#include "../pnMessage/plMessage.h" -#include "../pnKeyedObject/hsKeyedObject.h" -#include "../plNetClient/plNetClientMgr.h" -#include "../pfConsole/pfConsole.h" +#include "pnMessage/plMessage.h" +#include "pnKeyedObject/hsKeyedObject.h" +#include "plNetClient/plNetClientMgr.h" +#include "pfConsole/pfConsole.h" #pragma warning(pop) #include "pfGameMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/pfGameMgr.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/pfGameMgr.h index 62ba72a7..cf42aedc 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/pfGameMgr.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameMgr/pfGameMgr.h @@ -33,17 +33,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define PLASMA20_SOURCES_PLASMA_FEATURELIB_PFGAMEMGR_PFGAMEMGR_H -#include "../pnUtils/pnUtils.h" -#include "../pnNetBase/pnNetBase.h" -#include "../pnAsyncCore/pnAsyncCore.h" -#include "../pnNetCli/pnNetCli.h" -#include "../pnProduct/pnProduct.h" -#include "../plNetGameLib/plNetGameLib.h" +#include "pnUtils/pnUtils.h" +#include "pnNetBase/pnNetBase.h" +#include "pnAsyncCore/pnAsyncCore.h" +#include "pnNetCli/pnNetCli.h" +#include "pnProduct/pnProduct.h" +#include "plNetGameLib/plNetGameLib.h" #pragma warning(push, 0) // These includes produce lots of warnings on W4 -#include "../pnMessage/plMessage.h" -#include "../pnKeyedObject/hsKeyedObject.h" +#include "pnMessage/plMessage.h" +#include "pnKeyedObject/hsKeyedObject.h" #pragma warning(pop) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/CMakeLists.txt new file mode 100644 index 00000000..c3db3f27 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/CMakeLists.txt @@ -0,0 +1,17 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +set(pfGameScoreMgr_SOURCES + pfGameScoreMgr.cpp +) + +set(pfGameScoreMgr_HEADERS + pfGameScoreMgr.h +) + +add_library(pfGameScoreMgr STATIC ${pfGameScoreMgr_SOURCES} ${pfGameScoreMgr_HEADERS}) + +source_group("Source Files" FILES ${pfGameScoreMgr_SOURCES}) +source_group("Header Files" FILES ${pfGameScoreMgr_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.cpp index 171e949c..61d32e0f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.cpp @@ -25,9 +25,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pfGameScoreMgr.h" -#include "../pnUtils/pnUtils.h" -#include "../plNetGameLib/plNetGameLib.h" -#include "../pnNetProtocol/pnNetProtocol.h" +#include "pnUtils/pnUtils.h" +#include "plNetGameLib/plNetGameLib.h" +#include "pnNetProtocol/pnNetProtocol.h" //============================================================================ pfGameScore::pfGameScore() diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.h index b5a219bf..9559ca70 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfGameScoreMgr/pfGameScoreMgr.h @@ -33,8 +33,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define PLASMA20_SOURCES_PLASMA_FEATURELIB_PFGAMESCOREMGR_PFGAMESCOREMGR_H #include "hsTypes.h" -#include "../pnNetBase/pnNetBase.h" -#include "../pnUtils/pnUtils.h" +#include "pnNetBase/pnNetBase.h" +#include "pnUtils/pnUtils.h" struct NetGameRank; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/CMakeLists.txt new file mode 100644 index 00000000..d3e758c8 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/CMakeLists.txt @@ -0,0 +1,21 @@ +include_directories(../../CoreLib) +include_directories(../../FeatureLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +include_directories(${OPENSSL_INCLUDE_DIR}) + +set(pfJournalBook_SOURCES + pfJournalBook.cpp +) + +set(pfJournalBook_HEADERS + pfJournalBook.h + pfJournalBookCreatable.h +) + +add_library(pfJournalBook STATIC ${pfJournalBook_SOURCES} ${pfJournalBook_HEADERS}) + +source_group("Source Files" FILES ${pfJournalBook_SOURCES}) +source_group("Header Files" FILES ${pfJournalBook_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.cpp index 7eb73037..5dc89c41 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.cpp @@ -38,46 +38,46 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsResMgr.h" #include "pcSmallRect.h" #include "plgDispatch.h" -#include "../pfGameGUIMgr/pfGUIDialogMod.h" -#include "../pfGameGUIMgr/pfGUIControlMod.h" -#include "../pfGameGUIMgr/pfGUICheckBoxCtrl.h" -#include "../pfGameGUIMgr/pfGUIDialogHandlers.h" -#include "../pfGameGUIMgr/pfGUIDynDisplayCtrl.h" -#include "../pfGameGUIMgr/pfGUIClickMapCtrl.h" -#include "../pfGameGUIMgr/pfGUIButtonMod.h" -#include "../pfGameGUIMgr/pfGUIProgressCtrl.h" -#include "../pfGameGUIMgr/pfGUIMultiLineEditCtrl.h" - -#include "../pfMessage/pfGUINotifyMsg.h" -#include "../plGImage/plMipmap.h" -#include "../plGImage/plDynamicTextMap.h" -#include "../plPipeline/hsGDeviceRef.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../pnKeyedObject/plFixedKey.h" -#include "../pnMessage/plRefMsg.h" -#include "../pnMessage/plTimeMsg.h" -#include "../plMessage/plLayRefMsg.h" -#include "../plMessage/plMatRefMsg.h" -#include "../plSurface/plLayerInterface.h" -#include "../plSurface/plLayer.h" -#include "../plSurface/hsGMaterial.h" -#include "../plAgeLoader/plAgeLoader.h" -#include "../pfSurface/plLayerBink.h" +#include "pfGameGUIMgr/pfGUIDialogMod.h" +#include "pfGameGUIMgr/pfGUIControlMod.h" +#include "pfGameGUIMgr/pfGUICheckBoxCtrl.h" +#include "pfGameGUIMgr/pfGUIDialogHandlers.h" +#include "pfGameGUIMgr/pfGUIDynDisplayCtrl.h" +#include "pfGameGUIMgr/pfGUIClickMapCtrl.h" +#include "pfGameGUIMgr/pfGUIButtonMod.h" +#include "pfGameGUIMgr/pfGUIProgressCtrl.h" +#include "pfGameGUIMgr/pfGUIMultiLineEditCtrl.h" + +#include "pfMessage/pfGUINotifyMsg.h" +#include "plGImage/plMipmap.h" +#include "plGImage/plDynamicTextMap.h" +#include "plPipeline/hsGDeviceRef.h" +#include "plMessage/plAnimCmdMsg.h" +#include "pnKeyedObject/plFixedKey.h" +#include "pnMessage/plRefMsg.h" +#include "pnMessage/plTimeMsg.h" +#include "plMessage/plLayRefMsg.h" +#include "plMessage/plMatRefMsg.h" +#include "plSurface/plLayerInterface.h" +#include "plSurface/plLayer.h" +#include "plSurface/hsGMaterial.h" +#include "plAgeLoader/plAgeLoader.h" +#include "pfSurface/plLayerBink.h" // So we can do image searches in our local age -#include "../plNetClient/plNetClientMgr.h" -#include "../plResMgr/plKeyFinder.h" +#include "plNetClient/plNetClientMgr.h" +#include "plResMgr/plKeyFinder.h" // For notify sends -#include "../pnMessage/plNotifyMsg.h" -#include "../pnTimer/plTimerCallbackManager.h" -#include "../plMessage/plTimerCallbackMsg.h" +#include "pnMessage/plNotifyMsg.h" +#include "pnTimer/plTimerCallbackManager.h" +#include "plMessage/plTimerCallbackMsg.h" // For custom cursors -#include "../plInputCore/plInputInterface.h" +#include "plInputCore/plInputInterface.h" // For measuring text -#include "../plGImage/plFont.h" +#include "plGImage/plFont.h" // For SFX #include "hsTimer.h" @@ -2477,7 +2477,7 @@ void pfJournalBook::IFreeSource( void ) // image name. #ifndef PLASMA_EXTERNAL_RELEASE -#include "../plJPEG/plJPEG.h" +#include "plJPEG/plJPEG.h" #endif plKey pfJournalBook::IGetMipmapKey( const wchar_t *name, const plLocation &loc ) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.h index 230ba4d9..b1a12635 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.h @@ -153,8 +153,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTemplates.h" #include "hsColorRGBA.h" -#include "../pnKeyedObject/hsKeyedObject.h" -#include "../pnKeyedObject/plUoid.h" +#include "pnKeyedObject/hsKeyedObject.h" +#include "pnKeyedObject/plUoid.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBookCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBookCreatable.h index 4100f3bf..7598fbde 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBookCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBookCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef _pfJournalBookCreatable_h #define _pfJournalBookCreatable_h -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "pfJournalBook.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/CMakeLists.txt new file mode 100644 index 00000000..ddc59dab --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/CMakeLists.txt @@ -0,0 +1,25 @@ +include_directories(../../CoreLib) +include_directories(../../PubUtilLib) + +include_directories(${EXPAT_INCLUDE_DIR}) + +add_definitions(-DXML_UNICODE_WCHAR_T) +add_definitions(-DXML_STATIC) +add_definitions(-DWIN32) + +set(pfLocalizationMgr_SOURCES + pfLocalizationDataMgr.cpp + pfLocalizationMgr.cpp + pfLocalizedString.cpp +) + +set(pfLocalizationMgr_HEADERS + pfLocalizationDataMgr.h + pfLocalizationMgr.h + pfLocalizedString.h +) + +add_library(pfLocalizationMgr STATIC ${pfLocalizationMgr_SOURCES} ${pfLocalizationMgr_HEADERS}) + +source_group("Source Files" FILES ${pfLocalizationMgr_SOURCES}) +source_group("Header Files" FILES ${pfLocalizationMgr_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.cpp index 705287b6..5adcb41e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLocalizationMgr/pfLocalizationDataMgr.cpp @@ -32,17 +32,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsUtils.h" -#include "../plResMgr/plLocalization.h" +#include "plResMgr/plLocalization.h" -#include "../plFile/hsFiles.h" -#include "../plFile/plEncryptedStream.h" -#include "../plStatusLog/plStatusLog.h" +#include "plFile/hsFiles.h" +#include "plFile/plEncryptedStream.h" +#include "plStatusLog/plStatusLog.h" #include "pfLocalizedString.h" #include "pfLocalizationMgr.h" #include "pfLocalizationDataMgr.h" -#include "expat.h" +#include #include @@ -50,11 +50,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include #endif -// Add ..\..\..\..\..\StaticSDKs\XPlatform\expat-1.95.7\StaticLibs\Win32 to your -// lib include path if you include this file. -#pragma comment(lib, "libexpatwMT.lib") - - ////////////////////////////////////////////////////////////////////// // // LocalizationXMLFile - a basic class for storing all the diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/CMakeLists.txt new file mode 100644 index 00000000..c93ea0a1 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/CMakeLists.txt @@ -0,0 +1,23 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +set(pfLoginDialog_SOURCES + plLoginDialog.cpp +) + +set(pfLoginDialog_HEADERS + plLoginDialog.h + resource.h +) + +set(pfLoginDialog_RESOURCES + pfLoginDialog.rc +) + +add_library(pfLoginDialog STATIC ${pfLoginDialog_SOURCES} ${pfLoginDialog_HEADERS} ${pfLoginDialog_RESOURCES}) + +source_group("Source Files" FILES ${pfLoginDialog_SOURCES}) +source_group("Header Files" FILES ${pfLoginDialog_HEADERS}) +source_group("Resource Files" FILES ${pfLoginDialog_RESOURCES}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.cpp index d9f5dc5c..ef843e4e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.cpp @@ -25,12 +25,12 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "plLoginDialog.h" #include "resource.h" -#include "../plNetCommon/plNetCommonConstants.h" -#include "../plNetMessage/plNetMessage.h" -#include "../plHttpServer/plHttpResponse.h" -#include "../plSDL/plSDL.h" -#include "../plFile/hsFiles.h" -#include "../plNetMessage/plNetCommonMessage.h" +#include "plNetCommon/plNetCommonConstants.h" +#include "plNetMessage/plNetMessage.h" +// #include "plHttpServer/plHttpResponse.h" +#include "plSDL/plSDL.h" +#include "plFile/hsFiles.h" +#include "plNetMessage/plNetCommonMessage.h" // 'this' : used in base member initializer list #pragma warning(disable:4355) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.h index db1c3760..32aad28e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfLoginDialog/plLoginDialog.h @@ -26,9 +26,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plLoginDialog_h_inc #define plLoginDialog_h_inc -#include "../plWndCtrls/plWndCtrls.h" -#include "../plEncryption/plChallengeResponse.h" -#include "../pnNetCommon/plNetAddress.h" +#include "plWndCtrls/plWndCtrls.h" +// #include "plEncryption/plChallengeResponse.h" +#include "pnNetCommon/plNetAddress.h" class plMainDialog; class plNetMsgAuthenticateChallenge; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt new file mode 100644 index 00000000..649b0326 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/CMakeLists.txt @@ -0,0 +1,28 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +set(pfMessage_SOURCES + pfKIMsg.cpp + pfMarkerMsg.cpp + pfMovieEventMsg.cpp + plArmatureEffectMsg.cpp + plClothingMsg.cpp +) + +set(pfMessage_HEADERS + pfBackdoorMsg.h + pfGameGUIMsg.h + pfKIMsg.h + pfMarkerMsg.h + pfMessageCreatable.h + pfMovieEventMsg.h + plArmatureEffectMsg.h + plClothingMsg.h +) + +add_library(pfMessage STATIC ${pfMessage_SOURCES} ${pfMessage_HEADERS}) + +source_group("Source Files" FILES ${pfMessage_SOURCES}) +source_group("Header Files" FILES ${pfMessage_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfBackdoorMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfBackdoorMsg.h index 5dcc39e5..fe32e05e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfBackdoorMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfBackdoorMsg.h @@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsStream.h" -#include "../pnMessage/plMessage.h" +#include "pnMessage/plMessage.h" class pfBackdoorMsg : public plMessage { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGUINotifyMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGUINotifyMsg.h index 60bc7b09..f9cb6c08 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGUINotifyMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGUINotifyMsg.h @@ -26,9 +26,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef _pfGUINotifyMsg_h_ #define _pfGUINotifyMsg_h_ -#include "../pnMessage/plMessage.h" +#include "pnMessage/plMessage.h" #include "hsResMgr.h" -#include "../pnModifier/plSingleModifier.h" +#include "pnModifier/plSingleModifier.h" #include "hsUtils.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGameGUIMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGameGUIMsg.h index 7ea09691..dae0fad1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGameGUIMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfGameGUIMsg.h @@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsStream.h" -#include "../pnMessage/plMessage.h" +#include "pnMessage/plMessage.h" class pfGameGUIMsg : public plMessage { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.cpp index 058fe609..2c0db270 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.cpp @@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com // // ////////////////////////////////////////////////////////////////////////////// -#include "../pfMessage/pfKIMsg.h" +#include "pfKIMsg.h" const char* pfKIMsg::kChronicleKILevel = "PlayerKILevel"; @@ -47,4 +47,4 @@ std::string pfKIMsg::GetString( void ) std::string retVal = temp; delete [] temp; return retVal; -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h index 2cc5ba20..d02506c1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfKIMsg.h @@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsStlUtils.h" #include "hsStream.h" -#include "../pnMessage/plMessage.h" +#include "pnMessage/plMessage.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMarkerMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMarkerMsg.h index 677e571f..747a00fd 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMarkerMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMarkerMsg.h @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfMarkerMsg_h_inc #define pfMarkerMsg_h_inc -#include "../pnMessage/plMessage.h" +#include "pnMessage/plMessage.h" struct hsPoint3; class pfMarkerMsg : public plMessage diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMessageCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMessageCreatable.h index b20a2e32..bcb94b40 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMessageCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMessageCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfMessageCreatable_inc #define pfMessageCreatable_inc -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #if 0 #include "plTriggerMsg.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMovieEventMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMovieEventMsg.h index 5f7b8ae6..af0aea79 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMovieEventMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/pfMovieEventMsg.h @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfMovieEventMsg_h_inc #define pfMovieEventMsg_h_inc -#include "../pnMessage/plMessage.h" +#include "pnMessage/plMessage.h" class pfMovieEventMsg : public plMessage { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.cpp index 0464b807..c390e059 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "hsStream.h" #include "plArmatureEffectMsg.h" -#include "../plAvatar/plArmatureEffects.h" +#include "plAvatar/plArmatureEffects.h" plArmatureEffectStateMsg::plArmatureEffectStateMsg() : fSurface(plArmatureEffectsMgr::kFootNoSurface), fAddSurface(false) {} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.h index db5e0930..a05ff018 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plArmatureEffectMsg.h @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plArmatureEffectMsg_inc #define plArmatureEffectMsg_inc -#include "../pnMessage/plEventCallbackMsg.h" +#include "pnMessage/plEventCallbackMsg.h" class plArmatureEffectMsg : public plEventCallbackMsg { @@ -62,4 +62,4 @@ public: }; -#endif \ No newline at end of file +#endif diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plClothingMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plClothingMsg.h index 85e46e37..142e7be5 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plClothingMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfMessage/plClothingMsg.h @@ -26,9 +26,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plClothingMsg_inc #define plClothingMsg_inc -#include "../pnMessage/plRefMsg.h" +#include "pnMessage/plRefMsg.h" #include "hsStream.h" -#include "../CoreLib/hsColorRGBA.h" +#include "hsColorRGBA.h" class hsResMgr; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/CMakeLists.txt new file mode 100644 index 00000000..cbb98087 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/CMakeLists.txt @@ -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}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralGame.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralGame.h index a0773677..1d4dc927 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralGame.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralGame.h @@ -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 #include "../../pyGlueHelpers.h" @@ -63,4 +63,4 @@ public: void HitCloth(int clothNum); }; -#endif // pyBlueSpiralGame_h \ No newline at end of file +#endif // pyBlueSpiralGame_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralMsg.h index 5180a57c..88b5a51f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/BlueSpiral/pyBlueSpiralMsg.h @@ -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 #include "../../pyGlueHelpers.h" @@ -150,4 +150,4 @@ public: bool StartSpin(); }; -#endif // pyBlueSpiralMsg_h \ No newline at end of file +#endif // pyBlueSpiralMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallGame.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallGame.h index cba987d7..6402c3ed 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallGame.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallGame.h @@ -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 #include "../../pyGlueHelpers.h" @@ -69,4 +69,4 @@ public: void Panic(); }; -#endif // pyClimbingWallGame_h \ No newline at end of file +#endif // pyClimbingWallGame_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallMsg.h index 6d1ebe87..0c4ff8eb 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/ClimbingWall/pyClimbingWallMsg.h @@ -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 #include "../../pyGlueHelpers.h" @@ -184,4 +184,4 @@ public: bool LocalOnly() const; }; -#endif // pyClimbingWallMsg_h \ No newline at end of file +#endif // pyClimbingWallMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekGame.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekGame.h index 8cdd54f8..a3771502 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekGame.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekGame.h @@ -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 #include "../../pyGlueHelpers.h" @@ -66,4 +66,4 @@ public: void SequenceFinished(int seq); }; -#endif // pyHeekGame_h \ No newline at end of file +#endif // pyHeekGame_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekMsg.h index 6fd8c229..9d5f49c1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Heek/pyHeekMsg.h @@ -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 #include "../../pyGlueHelpers.h" @@ -280,4 +280,4 @@ public: unsigned long Rank() const; }; -#endif // pyHeekMsg_h \ No newline at end of file +#endif // pyHeekMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerGame.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerGame.h index f9127b61..5862d030 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerGame.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerGame.h @@ -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 #include "../../pyGlueHelpers.h" @@ -72,4 +72,4 @@ public: void CaptureMarker(unsigned long markerId); }; -#endif // pyMarkerGame_h \ No newline at end of file +#endif // pyMarkerGame_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerMsg.h index d0a2f661..2620bd52 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/Marker/pyMarkerMsg.h @@ -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 #include "../../pyGlueHelpers.h" @@ -328,4 +328,4 @@ public: unsigned int Team() const; }; -#endif // pyMarkerMsg_h \ No newline at end of file +#endif // pyMarkerMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTGame.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTGame.h index 327382fe..f50bde4e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTGame.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTGame.h @@ -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 #include "../../pyGlueHelpers.h" @@ -65,4 +65,4 @@ public: void ShowBoard(); }; -#endif // pyTTTGame_h \ No newline at end of file +#endif // pyTTTGame_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTMsg.h index 77b4e053..a8111fb6 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/TicTacToe/pyTTTMsg.h @@ -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 #include "../../pyGlueHelpers.h" @@ -121,4 +121,4 @@ public: int Col() const; }; -#endif // pyTTTMsg_h \ No newline at end of file +#endif // pyTTTMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncGame.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncGame.h index ccd744b3..079e24ac 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncGame.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncGame.h @@ -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 #include "../../pyGlueHelpers.h" @@ -66,4 +66,4 @@ public: void CreateNumericVar(std::wstring name, double val); }; -#endif // pyVarSyncGame_h \ No newline at end of file +#endif // pyVarSyncGame_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncMsg.h index bb3fcca1..ddc8e28f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/VarSync/pyVarSyncMsg.h @@ -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 #include "../../pyGlueHelpers.h" @@ -160,4 +160,4 @@ public: double Value() const; }; -#endif // pyVarSyncMsg_h \ No newline at end of file +#endif // pyVarSyncMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCli.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCli.h index 2b74d767..dc231e96 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCli.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCli.h @@ -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 #include "../pyGlueHelpers.h" @@ -81,4 +81,4 @@ public: PyObject* UpcastToVarSyncGame(); // returns ptVarSyncGame }; -#endif // pyGameCli_h \ No newline at end of file +#endif // pyGameCli_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCliMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCliMsg.h index 79e384af..f7daf97e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCliMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameCliMsg.h @@ -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 #include "../pyGlueHelpers.h" @@ -158,4 +158,4 @@ public: unsigned long OwnerID() const; }; -#endif // pyGameCliMsg_h \ No newline at end of file +#endif // pyGameCliMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameMgrMsg.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameMgrMsg.h index 48f8f3a3..e013926b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameMgrMsg.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/Games/pyGameMgrMsg.h @@ -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 #include "../pyGlueHelpers.h" @@ -106,4 +106,4 @@ public: unsigned long NewGameID() const; }; -#endif // pyGameMgrMsg_h \ No newline at end of file +#endif // pyGameMgrMsg_h diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagement.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagement.cpp index 06859411..b16e699d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagement.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagement.cpp @@ -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() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagementGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagementGlue.cpp index 9313ddad..7fea68db 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagementGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAccountManagementGlue.cpp @@ -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") { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAnimation.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAnimation.cpp index 80e05ca8..dedf56d4 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAnimation.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAnimation.cpp @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp index e2d62b1d..cc88c085 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp @@ -27,16 +27,16 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plgDispatch.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 "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 "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" /////////////////////////////////////////////////////////////////////////// diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.h index 3df20f03..2c88deec 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatar.h @@ -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 #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatarGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatarGlue.cpp index 3423add3..1404cf9a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatarGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyAvatarGlue.cpp @@ -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 @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.cpp index 54cc6eaf..76129b35 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.cpp @@ -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()); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.h index 7aef4a56..57562aed 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyCamera.h @@ -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 diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.cpp index 30d0b20b..f510c4f8 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.h index 204898ad..90d271a1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyDraw.h @@ -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 #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyInputInterface.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyInputInterface.cpp index d052f7df..57e57a55 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyInputInterface.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyInputInterface.cpp @@ -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() : diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.cpp index 3a3ad971..8955e991 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.cpp @@ -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 "../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 "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 "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) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h index 4f4e4bd8..f99a95a0 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h @@ -44,7 +44,7 @@ class pyPoint3; #include #include "hsTypes.h" #include "hsStlUtils.h" -#include "../pnUtils/pnUtils.h" +#include "pnUtils/pnUtils.h" class pyGUIDialog; class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue2.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue2.cpp index ba9de33c..59465b65 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue2.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue2.cpp @@ -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 @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue4.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue4.cpp index 69709fba..b625c852 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue4.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMiscGlue4.cpp @@ -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 @@ -835,4 +835,4 @@ void cyMisc::AddPlasmaMethods4(std::vector &methods) PYTHON_GLOBAL_METHOD(methods, PtGetAIAvatarsByModelName); PYTHON_GLOBAL_METHOD(methods, PtForceVaultNodeUpdate); PYTHON_GLOBAL_METHOD(methods, PtVaultDownload); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.cpp index e3c6126e..0981a73f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.h index 7f320acf..cee74e32 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyParticleSys.h @@ -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 diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.cpp index 8472f7e0..3cfe5714 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.cpp @@ -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 } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.h index c14073be..7d5177a1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPhysics.h @@ -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 #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPythonInterface.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPythonInterface.cpp index 2d597070..521bc65a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPythonInterface.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyPythonInterface.cpp @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pfPythonCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pfPythonCreatable.h index 094308af..b325e3e5 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pfPythonCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pfPythonCreatable.h @@ -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 ); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.cpp index acb5a369..ef73235e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.cpp @@ -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 "../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 "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 "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); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.h index 7d7570c5..ec83fca0 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonFileMod.h @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonPack.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonPack.cpp index 14996e77..15a380d1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonPack.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonPack.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonParameter.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonParameter.h index ca927d71..b3151103 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonParameter.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonParameter.h @@ -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 diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.cpp index 9107ee55..f8fe71e7 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.cpp @@ -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() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.h index 7d0570bf..ee14b326 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/plPythonSDLModifier.h @@ -31,7 +31,7 @@ class plStateDataRecord; class plSimpleStateVariable; #include "hsStlUtils.h" -#include "../plModifier/plSDLModifier.h" +#include "plModifier/plSDLModifier.h" #include #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeInfoStruct.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeInfoStruct.h index 5ef1c6a8..37e98ae7 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeInfoStruct.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeInfoStruct.h @@ -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 #include "pyGlueHelpers.h" @@ -131,4 +131,4 @@ public: const char * GetDisplayName() const; }; -#endif // pyAgeInfoStruct_h_inc \ No newline at end of file +#endif // pyAgeInfoStruct_h_inc diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeLinkStruct.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeLinkStruct.h index 7c801526..dab6c9d0 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeLinkStruct.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeLinkStruct.h @@ -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 @@ -119,4 +119,4 @@ public: }; -#endif // pyAgeLinkStruct_h_inc \ No newline at end of file +#endif // pyAgeLinkStruct_h_inc diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeVault.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeVault.cpp index 2e0b3466..2c94c493 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeVault.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAgeVault.cpp @@ -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() { } diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAudioControl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAudioControl.cpp index f98e7411..931483b4 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAudioControl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyAudioControl.cpp @@ -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(); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.cpp index 84087252..f2628689 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.cpp @@ -30,4 +30,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com ////////////////////////////////////////////////////////////////////// -#include "../pfCCR/plCCRMgr.h" +#include "pfCCR/plCCRMgr.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.h index f04b3c0f..de5638c0 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCCRMgr.h @@ -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 diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCluster.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCluster.cpp index e6a6d08d..b1b02334 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCluster.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCluster.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrain.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrain.cpp index 96093a23..7799e820 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrain.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrain.cpp @@ -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)); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrainGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrainGlue.cpp index 0ef069ef..04b4b5aa 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrainGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyCritterBrainGlue.cpp @@ -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 @@ -524,4 +524,4 @@ void pyCritterBrain::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptCritterBrain); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinates.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinates.cpp index fed6f7c2..453219d7 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinates.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinates.cpp @@ -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 diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinatesGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinatesGlue.cpp index 149a2790..305004b3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinatesGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniCoordinatesGlue.cpp @@ -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 @@ -112,4 +112,4 @@ void pyDniCoordinates::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptDniCoordinates); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniInfoSource.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniInfoSource.cpp index a4d378d5..095342d1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniInfoSource.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDniInfoSource.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDrawControl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDrawControl.cpp index d69ee339..23b069e7 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDrawControl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDrawControl.cpp @@ -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() diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicText.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicText.cpp index 56bbcac5..72693a55 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicText.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicText.cpp @@ -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; -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicTextGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicTextGlue.cpp index 3049e3eb..fea3064b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicTextGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyDynamicTextGlue.cpp @@ -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 @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControl.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControl.cpp index dff83680..57e2ad5f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControl.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControl.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButton.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButton.cpp index acb9947d..c48cd8a3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButton.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButton.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButtonGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButtonGlue.cpp index 1d122727..8812c8ee 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButtonGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlButtonGlue.cpp @@ -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 // 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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlCheckBox.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlCheckBox.cpp index c46d71e7..0bcdc664 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlCheckBox.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlCheckBox.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlClickMap.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlClickMap.cpp index bdb9e5eb..276c916e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlClickMap.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlClickMap.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDragBar.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDragBar.cpp index fdc0e8cd..b61e48f9 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDragBar.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDragBar.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDraggable.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDraggable.cpp index e99a07ee..5fb63f32 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDraggable.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDraggable.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDynamicText.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDynamicText.cpp index c1f45027..2a81815c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDynamicText.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlDynamicText.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlEditBox.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlEditBox.cpp index e1b99369..a96a639b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlEditBox.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlEditBox.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlListBox.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlListBox.cpp index 694e8afe..8cf05ebd 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlListBox.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlListBox.cpp @@ -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); } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEdit.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEdit.cpp index fdf29eb6..a80bb9dd 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEdit.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEdit.cpp @@ -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); } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEditGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEditGlue.cpp index a2e658fe..5f72ec56 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEditGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlMultiLineEditGlue.cpp @@ -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 // 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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlRadioGroup.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlRadioGroup.cpp index 65f73a29..7a07f0cc 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlRadioGroup.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlRadioGroup.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.cpp index c9676558..e21d842d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.h index 6ebbdf5d..7c87ec0a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlTextBox.h @@ -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 #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlValue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlValue.cpp index eac22cb4..cde3ad58 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlValue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIControlValue.cpp @@ -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); } } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIDialog.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIDialog.cpp index e7300b08..c02f0944 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIDialog.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIDialog.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.cpp index 90b540ff..a4955e2b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.cpp @@ -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 ); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.h index 49bc6259..ffd06844 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUIPopUpMenu.h @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUISkin.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUISkin.cpp index d718b389..7c32bc70 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUISkin.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGUISkin.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScore.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScore.cpp index bdfde627..cef46e0b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScore.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScore.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScoreGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScoreGlue.cpp index c05016aa..fa20c278 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScoreGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGameScoreGlue.cpp @@ -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); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGrassShader.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGrassShader.cpp index 7ac82da6..58d3f360 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGrassShader.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyGrassShader.cpp @@ -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() { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.cpp index 07feda3a..d7b9717d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.cpp @@ -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); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.h index b3e87aaa..b9da2bfe 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyImage.h @@ -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 diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBook.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBook.cpp index 8d0a8bef..49ed38bf 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBook.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBook.cpp @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBookGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBookGlue.cpp index 328df3f9..d48699fb 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBookGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyJournalBookGlue.cpp @@ -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 // 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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.cpp index d03aa950..4163386c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.cpp @@ -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 \ No newline at end of file +#endif // BUILDING_PYPLASMA diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.h index 97e57fca..57f61d63 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKey.h @@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com // ////////////////////////////////////////////////////////////////////// -#include "../pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKey.h" #include #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.cpp index bc05188e..b5da019c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.cpp @@ -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 ) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.h index 09dc1ea6..ec52bd4a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyKeyMap.h @@ -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 #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgr.cpp index c39eb5d9..68a2c60a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgr.cpp @@ -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(); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgrGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgrGlue.cpp index 6b918878..2042804d 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgrGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMarkerMgrGlue.cpp @@ -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 @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayer.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayer.cpp index 8d19d900..2e4f51b2 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayer.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayer.cpp @@ -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) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayerGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayerGlue.cpp index e4b1ae49..7e0efbf0 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayerGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyMoviePlayerGlue.cpp @@ -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 // 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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgr.cpp index c1b14014..efc04432 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgr.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgrGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgrGlue.cpp index bd5488b4..aa9f2c28 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgrGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetLinkingMgrGlue.cpp @@ -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 #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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.h index f01f159a..6eb7e8e5 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.h @@ -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 #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.cpp index 324a5648..e936e6b1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.cpp @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.h index 52abcccf..134bee20 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyNotify.h @@ -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" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDL.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDL.cpp index 2dea7305..c3aca053 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDL.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDL.cpp @@ -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" /////////////////////////////////////////////////////////////////////////// diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDLGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDLGlue.cpp index a5c94f28..0ce05f52 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDLGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySDLGlue.cpp @@ -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); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySceneObject.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySceneObject.cpp index 858258dc..f15e7894 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySceneObject.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySceneObject.cpp @@ -26,18 +26,18 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" // TEMP, for STL warnings #include "pySceneObject.h" -#include "../pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKey.h" #include "cyAvatar.h" -#include "../plAvatar/plAvBrainHuman.h" -#include "../pnSceneObject/plCoordinateInterface.h" -#include "../plResMgr/plResManager.h" -#include "../pnMessage/plCameraMsg.h" -#include "../pfCamera/plCameraModifier.h" -#include "../plAvatar/plArmatureMod.h" +#include "plAvatar/plAvBrainHuman.h" +#include "pnSceneObject/plCoordinateInterface.h" +#include "plResMgr/plResManager.h" +#include "pnMessage/plCameraMsg.h" +#include "pfCamera/plCameraModifier.h" +#include "plAvatar/plArmatureMod.h" #include "plPhysical.h" -#include "../plModifier/plResponderModifier.h" -#include "../plModifier/plLogicModifier.h" -#include "../pfPython/plPythonFileMod.h" +#include "plModifier/plResponderModifier.h" +#include "plModifier/plLogicModifier.h" +#include "pfPython/plPythonFileMod.h" #include "pyMatrix44.h" #include "pyKey.h" @@ -529,7 +529,7 @@ hsBool pySceneObject::IsAvatar() return false; } -#include "../plAvatar/plAvCallbackAction.h" +#include "plAvatar/plAvCallbackAction.h" PyObject* pySceneObject::GetAvatarVelocity() { @@ -808,8 +808,8 @@ std::vector pySceneObject::GetPythonMods() -#include "../plMessage/plAnimCmdMsg.h" -#include "../pnMessage/plNotifyMsg.h" +#include "plMessage/plAnimCmdMsg.h" +#include "pnMessage/plNotifyMsg.h" void pySceneObject::Animate() { @@ -922,8 +922,8 @@ void pySceneObject::FFResponder(int state) } } -#include "../pnSceneObject/plAudioInterface.h" -#include "../NucleusLib/inc/plAudible.h" +#include "pnSceneObject/plAudioInterface.h" +#include "NucleusLib/inc/plAudible.h" void pySceneObject::SetSoundFilename(int index, const char* filename, bool isCompressed) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgr.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgr.cpp index bf1c2f86..480f0bbc 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgr.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgr.cpp @@ -25,9 +25,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyScoreMgr.h" -#include "../pfGameScoreMgr/pfGameScoreMgr.h" -#include "../plVault/plVault.h" -#include "../plNetCommon/plNetCommon.h" +#include "pfGameScoreMgr/pfGameScoreMgr.h" +#include "plVault/plVault.h" +#include "plNetCommon/plNetCommon.h" #include "pyGameScore.h" pyScoreMgr::pyScoreMgr() diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgrGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgrGlue.cpp index a866b8c7..dcd9ec82 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgrGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyScoreMgrGlue.cpp @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyScoreMgr.h" #include "pyEnum.h" -#include "../pfGameScoreMgr/pfGameScoreMgr.h" +#include "pfGameScoreMgr/pfGameScoreMgr.h" // glue functions PYTHON_CLASS_DEFINITION(ptScoreMgr, pyScoreMgr); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySpawnPointInfo.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySpawnPointInfo.h index d4cad9da..8d880fb8 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySpawnPointInfo.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySpawnPointInfo.h @@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "hsStlUtils.h" -#include "../plNetCommon/plSpawnPointInfo.h" +#include "plNetCommon/plSpawnPointInfo.h" #include #include "pyGlueHelpers.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLog.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLog.cpp index 8eb05a04..56ee99dd 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLog.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLog.cpp @@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyStatusLog.h" -#include "../plStatusLog/plStatusLog.h" +#include "plStatusLog/plStatusLog.h" pyStatusLog::pyStatusLog( plStatusLog* log/*=nil */) : fLog( log ) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLogGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLogGlue.cpp index 79e49241..e59983de 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLogGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStatusLogGlue.cpp @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyStatusLog.h" #include "pyEnum.h" -#include "../plStatusLog/plStatusLog.h" +#include "plStatusLog/plStatusLog.h" #include // glue functions @@ -134,4 +134,4 @@ void pyStatusLog::AddPlasmaConstantsClasses(PyObject *m) PYTHON_ENUM_ELEMENT(PtStatusLogFlags, kTimeInSeconds, plStatusLog::kTimeInSeconds); PYTHON_ENUM_ELEMENT(PtStatusLogFlags, kTimeAsDouble, plStatusLog::kTimeAsDouble); PYTHON_ENUM_END(m, PtStatusLogFlags); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStream.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStream.cpp index d3a7731c..62954a20 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStream.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyStream.cpp @@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyStream.h" -#include "../plFile/plEncryptedStream.h" +#include "plFile/plEncryptedStream.h" pyStream::pyStream() : fStream( nil ) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySwimCurrentInterface.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySwimCurrentInterface.cpp index 8c3586fb..0ac8fe9c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySwimCurrentInterface.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pySwimCurrentInterface.cpp @@ -24,7 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pySwimCurrentInterface.h" -#include "../plAvatar/plSwimRegion.h" +#include "plAvatar/plSwimRegion.h" pySwimCurrentInterface::pySwimCurrentInterface(plKey key) { @@ -206,4 +206,4 @@ void pySwimCurrentInterface::disable() { regInt->SetProperty(plSwimRegionInterface::kDisable, 1); } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVault.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVault.cpp index ef7c169c..c37cdd42 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVault.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVault.cpp @@ -48,17 +48,17 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyAgeLinkStruct.h" #include "pySDL.h" -#include "../pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKey.h" #include "cyPythonInterface.h" -#include "../plVault/plVault.h" -#include "../pnNetCommon/plNetApp.h" -#include "../plNetClient/plNetClientMgr.h" -#include "../plNetClient/plNetLinkingMgr.h" -#include "../plNetClientComm/plNetClientComm.h" -#include "../plMessage/plVaultNotifyMsg.h" +#include "plVault/plVault.h" +#include "pnNetCommon/plNetApp.h" +#include "plNetClient/plNetClientMgr.h" +#include "plNetClient/plNetLinkingMgr.h" +#include "plNetClientComm/plNetClientComm.h" +#include "plMessage/plVaultNotifyMsg.h" -#include "../plSDL/plSDL.h" +#include "plSDL/plSDL.h" //============================================================================ diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNode.cpp index f695db36..92738837 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNode.cpp @@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultAgeInfoListNode.h" #include "pyVaultFolderNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultAgeInfoListNode::pyVaultAgeInfoListNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNodeGlue.cpp index 2d3f30c2..31b01b8f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoListNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultAgeInfoListNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -120,4 +120,4 @@ void pyVaultAgeInfoListNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultAgeInfoListNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNode.cpp index a4fc436f..9acf846f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNode.cpp @@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyNetLinkingMgr.h" #include "pyAgeInfoStruct.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultAgeInfoNode::pyVaultAgeInfoNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNodeGlue.cpp index e529ccf3..439c196a 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeInfoNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultAgeInfoNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -295,4 +295,4 @@ void pyVaultAgeInfoNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultAgeInfoNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.cpp index ea823e28..19af07ee 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.cpp @@ -35,9 +35,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyAgeLinkStruct.h" #include "pySpawnPointInfo.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" -#include "../plNetCommon/plSpawnPointInfo.h" +#include "plNetCommon/plSpawnPointInfo.h" // should only be created from C++ side pyVaultAgeLinkNode::pyVaultAgeLinkNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.h index 66c6869c..e1aede20 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNode.h @@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyGlueHelpers.h" #include "pyVaultNode.h" -#include "../plNetCommon/plNetServerSessionInfo.h" // for plAgeLinkStruct +#include "plNetCommon/plNetServerSessionInfo.h" // for plAgeLinkStruct class pyVaultAgeInfoNode; struct RelVaultNode; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNodeGlue.cpp index 0b2d8d98..b6dc88d9 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultAgeLinkNodeGlue.cpp @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultAgeLinkNode.h" #include "pySpawnPointInfo.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -208,4 +208,4 @@ void pyVaultAgeLinkNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultAgeLinkNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNode.cpp index 4fb1f35c..b42480fb 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNode.cpp @@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVault.h" #endif -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultChronicleNode::pyVaultChronicleNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNodeGlue.cpp index a95d3e24..760daa3c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultChronicleNodeGlue.cpp @@ -24,8 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultChronicleNode.h" - -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -199,4 +198,4 @@ void pyVaultChronicleNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultChronicleNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNode.cpp index 30fea4f0..f164278c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNode.cpp @@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultFolderNode.h" #include "hsUtils.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultFolderNode::pyVaultFolderNode( RelVaultNode* nfsNode ) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNodeGlue.cpp index 382761b6..49f94547 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultFolderNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultFolderNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -199,4 +199,4 @@ void pyVaultFolderNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultFolderNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultGlue.cpp index f9c9bce8..74efa8a9 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultGlue.cpp @@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pySDL.h" #include "pyAgeLinkStruct.h" -#include "../plVault/plVault.h" -#include "../plMessage/plVaultNotifyMsg.h" +#include "plVault/plVault.h" +#include "plMessage/plVaultNotifyMsg.h" #include #ifndef BUILDING_PYPLASMA @@ -591,4 +591,4 @@ void pyVault::AddPlasmaConstantsClasses(PyObject *m) PYTHON_ENUM_ELEMENT(PtVaultNotifyTypes, kPublicAgeCreated, plVaultNotifyMsg::kPublicAgeCreated); PYTHON_ENUM_ELEMENT(PtVaultNotifyTypes, kPublicAgeRemoved, plVaultNotifyMsg::kPublicAgeRemoved); PYTHON_ENUM_END(m, PtVaultNotifyTypes); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.cpp index 793606fa..2c1c9577 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.cpp @@ -38,10 +38,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "cyMisc.h" #include "hsResMgr.h" -#include "../plGImage/plMipmap.h" -#include "../plVault/plVault.h" -#include "../pnMessage/plRefMsg.h" -#include "../plNetClient/plNetClientMgr.h" +#include "plGImage/plMipmap.h" +#include "plVault/plVault.h" +#include "pnMessage/plRefMsg.h" +#include "plNetClient/plNetClientMgr.h" static unsigned s_keyseq; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.h index dc7bdd26..dda52504 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNode.h @@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyGlueHelpers.h" #include "pyVaultNode.h" -#include "../pnKeyedObject/plKey.h" +#include "pnKeyedObject/plKey.h" struct RelVaultNode; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNodeGlue.cpp index 214c332b..468444c6 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultImageNodeGlue.cpp @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultImageNode.h" #include "pyImage.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -227,4 +227,4 @@ void pyVaultImageNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultImageNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.cpp index 2313b8a8..70b3f616 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.cpp @@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultMarkerGameNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultMarkerGameNode::pyVaultMarkerGameNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.h index 07b86b41..e68eda15 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNode.h @@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyGlueHelpers.h" #include "pyVaultNode.h" -#include "../pnNetBase/pnNetBase.h" +#include "pnNetBase/pnNetBase.h" struct RelVaultNode; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNodeGlue.cpp index d4078ba9..7947af30 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultMarkerGameNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultMarkerGameNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -122,4 +122,4 @@ void pyVaultMarkerGameNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultMarkerGameNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNode.cpp index 41790f25..8f12a82b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNode.cpp @@ -52,13 +52,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultSystemNode.h" #endif -#include "../plGImage/plMipmap.h" +#include "plGImage/plMipmap.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #ifndef BUILDING_PYPLASMA -#include "../pnNetCommon/plNetApp.h" -#include "../plNetClientComm/plNetClientComm.h" +#include "pnNetCommon/plNetApp.h" +#include "plNetClientComm/plNetClientComm.h" #endif #include diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeGlue.cpp index f4233bdb..f510ba07 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -542,4 +542,4 @@ void pyVaultNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRef.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRef.cpp index eccf643d..9568eea2 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRef.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRef.cpp @@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultNode.h" #include "pyVaultPlayerInfoNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" ////////////////////////////////////////////////////////////////////// diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRefGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRefGlue.cpp index 51030862..999846f2 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRefGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultNodeRefGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultNodeRef.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -131,4 +131,4 @@ void pyVaultNodeRef::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultNodeRef); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNode.cpp index 19578e95..e2551641 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNode.cpp @@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultPlayerInfoNode.h" #include "pyVaultNodeRef.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNodeGlue.cpp index 68a93892..ca88276b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoListNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultPlayerInfoListNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -186,4 +186,4 @@ void pyVaultPlayerInfoListNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultPlayerInfoListNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNode.cpp index df238d10..548b7bd9 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNode.cpp @@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVault.h" #endif -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultPlayerInfoNode::pyVaultPlayerInfoNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNodeGlue.cpp index 4cbd157e..c6cee597 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerInfoNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultPlayerInfoNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -172,4 +172,4 @@ void pyVaultPlayerInfoNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultPlayerInfoNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.cpp index 5e5ec56b..b0a7bca3 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.cpp @@ -34,16 +34,16 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVault.h" #endif -#include "../pfPython/pyAgeInfoStruct.h" -#include "../pfPython/pyVaultAgeLinkNode.h" -#include "../pfPython/pyVaultPlayerInfoNode.h" -#include "../pfPython/pyVaultPlayerInfoListNode.h" -#include "../pfPython/pyVaultFolderNode.h" -#include "../pfPython/pyVaultChronicleNode.h" -#include "../pfPython/pyVaultSDLNode.h" -#include "../pfPython/pyAgeLinkStruct.h" - -#include "../plVault/plVault.h" +#include "pfPython/pyAgeInfoStruct.h" +#include "pfPython/pyVaultAgeLinkNode.h" +#include "pfPython/pyVaultPlayerInfoNode.h" +#include "pfPython/pyVaultPlayerInfoListNode.h" +#include "pfPython/pyVaultFolderNode.h" +#include "pfPython/pyVaultChronicleNode.h" +#include "pfPython/pyVaultSDLNode.h" +#include "pfPython/pyAgeLinkStruct.h" + +#include "plVault/plVault.h" //============================================================================ static PyObject * GetPlayerVaultFolder (unsigned folderType) { diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.h index 76996b3c..18c08675 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNode.h @@ -38,8 +38,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include #include "pyGlueHelpers.h" -#include "../pfPython/pyVaultNode.h" -#include "../pfPython/pyVaultPlayerInfoNode.h" +#include "pfPython/pyVaultNode.h" +#include "pfPython/pyVaultPlayerInfoNode.h" class pyAgeInfoStruct; struct RelVaultNode; @@ -105,4 +105,4 @@ public: hsBool IsExplorer (); }; -#endif // pyVaultPlayerNode_h_ \ No newline at end of file +#endif // pyVaultPlayerNode_h_ diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNodeGlue.cpp index 5653dd25..2f6727a1 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultPlayerNodeGlue.cpp @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultPlayerNode.h" #include "pyAgeInfoStruct.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -323,4 +323,4 @@ void pyVaultPlayerNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultPlayerNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNode.cpp index 4abe9113..9d04ebad 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNode.cpp @@ -32,9 +32,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultSDLNode.h" #include "pySDL.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" -#include "../plSDL/plSDL.h" +#include "plSDL/plSDL.h" // should only be created from C++ side pyVaultSDLNode::pyVaultSDLNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNodeGlue.cpp index 5d4ba1d4..a60a242c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSDLNodeGlue.cpp @@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultSDLNode.h" #include "pySDL.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -131,4 +131,4 @@ void pyVaultSDLNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultSDLNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNode.cpp index b2e1f2aa..5264410f 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNode.cpp @@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultAgeLinkNode.h" #include "pyVaultFolderNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultSystemNode::pyVaultSystemNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNodeGlue.cpp index f077aa4a..f17449a2 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultSystemNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultSystemNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -72,4 +72,4 @@ void pyVaultSystemNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultSystemNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNode.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNode.cpp index 6434219a..d690ec50 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNode.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNode.cpp @@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pyVaultAgeLinkNode.h" #include "pyVaultFolderNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" // should only be created from C++ side pyVaultTextNoteNode::pyVaultTextNoteNode(RelVaultNode* nfsNode) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNodeGlue.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNodeGlue.cpp index 634dee64..8cfa4d2b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNodeGlue.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyVaultTextNoteNodeGlue.cpp @@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyVaultTextNoteNode.h" -#include "../plVault/plVault.h" +#include "plVault/plVault.h" #include // glue functions @@ -320,4 +320,4 @@ void pyVaultTextNoteNode::AddPlasmaClasses(PyObject *m) PYTHON_CLASS_IMPORT_START(m); PYTHON_CLASS_IMPORT(m, ptVaultTextNoteNode); PYTHON_CLASS_IMPORT_END(m); -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyWaveSet.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyWaveSet.cpp index 5896471f..6ef0fa5c 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyWaveSet.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/pyWaveSet.cpp @@ -24,7 +24,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com *==LICENSE==*/ #include "pyWaveSet.h" -#include "../plDrawable/plWaveSet7.h" +#include "plDrawable/plWaveSet7.h" pyWaveSet::pyWaveSet(plKey key) { @@ -928,4 +928,4 @@ hsScalar pyWaveSet::GetEnvRadius() const return -1; } -// -------------------------------------------------------------------------------- \ No newline at end of file +// -------------------------------------------------------------------------------- diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/CMakeLists.txt new file mode 100644 index 00000000..7b30c4df --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/CMakeLists.txt @@ -0,0 +1,22 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +if(WIN32) + add_definitions(-DWIN32) +endif(WIN32) + +set(pfSecurePreloader_SOURCES + pfSecurePreloader.cpp +) + +set(pfSecurePreloader_HEADERS + pfSecurePreloader.h + pfSecurePreloaderCreatable.h +) + +add_library(pfSecurePreloader STATIC ${pfSecurePreloader_SOURCES} ${pfSecurePreloader_HEADERS}) + +source_group("Source Files" FILES ${pfSecurePreloader_SOURCES}) +source_group("Header Files" FILES ${pfSecurePreloader_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.cpp index b5fcfadf..8a88bada 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.cpp @@ -26,20 +26,20 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsSTLStream.h" #include "hsResMgr.h" #include "plgDispatch.h" -#include "../pnUtils/pnUtils.h" -#include "../pnNetBase/pnNetBase.h" -#include "../pnAsyncCore/pnAsyncCore.h" -#include "../pnNetCli/pnNetCli.h" -#include "../plNetGameLib/plNetGameLib.h" -#include "../plFile/plFileUtils.h" -#include "../plFile/plStreamSource.h" -#include "../plNetCommon/plNetCommon.h" -#include "../plProgressMgr/plProgressMgr.h" -#include "../plMessage/plPreloaderMsg.h" -#include "../plMessage/plNetCommMsgs.h" +#include "pnUtils/pnUtils.h" +#include "pnNetBase/pnNetBase.h" +#include "pnAsyncCore/pnAsyncCore.h" +#include "pnNetCli/pnNetCli.h" +#include "plNetGameLib/plNetGameLib.h" +#include "plFile/plFileUtils.h" +#include "plFile/plStreamSource.h" +#include "plNetCommon/plNetCommon.h" +#include "plProgressMgr/plProgressMgr.h" +#include "plMessage/plPreloaderMsg.h" +#include "plMessage/plNetCommMsgs.h" #include "pfSecurePreloader.h" -#include "../plNetClientComm/plNetClientComm.h" +#include "plNetClientComm/plNetClientComm.h" extern hsBool gDataServerLocal; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.h index c7ee104a..0ea71df5 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloader.h @@ -30,8 +30,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsStlUtils.h" #include "hsCritSect.h" #include "hsStream.h" -#include "../plFile/plSecureStream.h" -#include "../pnKeyedObject/hsKeyedObject.h" +#include "plFile/plSecureStream.h" +#include "pnKeyedObject/hsKeyedObject.h" class plOperationProgress; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloaderCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloaderCreatable.h index 012055d2..7975e8d2 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloaderCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSecurePreloader/pfSecurePreloaderCreatable.h @@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef PLASMA20_SOURCES_PLASMA_FEATURELIB_PFSECUREPRELOADER_PFSECUREPRELOADERCREATABLE_H #define PLASMA20_SOURCES_PLASMA_FEATURELIB_PFSECUREPRELOADER_PFSECUREPRELOADERCREATABLE_H -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "pfSecurePreloader.h" REGISTER_NONCREATABLE(pfSecurePreloader); diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfStackTrace/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfStackTrace/CMakeLists.txt new file mode 100644 index 00000000..d01e79c2 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfStackTrace/CMakeLists.txt @@ -0,0 +1,27 @@ +include_directories(../../CoreLib) + +if(WIN32) + add_definitions(-DWIN32) +endif(WIN32) + +set(pfStackTrace_SOURCES + pfMapFile.cpp + pfMapFileEntry.cpp + pfPrintStackTrace.cpp + pfStackTrace.cpp + pfTextFile.cpp +) + +set(pfStackTrace_HEADERS + pfArray.h + pfMapFile.h + pfMapFileEntry.h + pfPrintStackTrace.h + pfStackTrace.h + pfTextFile.h +) + +add_library(pfStackTrace STATIC ${pfStackTrace_SOURCES} ${pfStackTrace_HEADERS}) + +source_group("Source Files" FILES ${pfStackTrace_SOURCES}) +source_group("Header Files" FILES ${pfStackTrace_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/CMakeLists.txt b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/CMakeLists.txt new file mode 100644 index 00000000..cead1f95 --- /dev/null +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/CMakeLists.txt @@ -0,0 +1,34 @@ +include_directories(../../CoreLib) +include_directories(../../NucleusLib) +include_directories(../../NucleusLib/inc) +include_directories(../../PubUtilLib) + +if(WIN32) + add_definitions(-DWIN32) +endif(WIN32) + +set(pfSurface_SOURCES + plDistOpacityMod.cpp + plFadeOpacityLay.cpp + plFadeOpacityMod.cpp + plGrabCubeMap.cpp + plLayerAVI.cpp + plLayerBink.cpp + plLayerMovie.cpp +) + +set(pfSurface_HEADERS + pfSurfaceCreatable.h + plDistOpacityMod.h + plFadeOpacityLay.h + plFadeOpacityMod.h + plGrabCubeMap.h + plLayerAVI.h + plLayerBink.h + plLayerMovie.h +) + +add_library(pfSurface STATIC ${pfSurface_SOURCES} ${pfSources_HEADERS}) + +source_group("Source Files" FILES ${pfSurface_SOURCES}) +source_group("Header Files" FILES ${pfSurface_HEADERS}) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/pfSurfaceCreatable.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/pfSurfaceCreatable.h index c629d78a..a85d71e4 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/pfSurfaceCreatable.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/pfSurfaceCreatable.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef pfSurfaceCreatable_inc #define pfSurfaceCreatable_inc -#include "../pnFactory/plCreator.h" +#include "pnFactory/plCreator.h" #include "plLayerMovie.h" diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.cpp index eb7b5409..d4044aa8 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.cpp @@ -30,20 +30,20 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plDistOpacityMod.h" #include "plFadeOpacityLay.h" -#include "../plSurface/hsGMaterial.h" +#include "plSurface/hsGMaterial.h" -#include "../plDrawable/plAccessGeometry.h" -#include "../plDrawable/plAccessSpan.h" +#include "plDrawable/plAccessGeometry.h" +#include "plDrawable/plAccessSpan.h" -#include "../plMessage/plMatRefMsg.h" +#include "plMessage/plMatRefMsg.h" // If we're tracking the camera -#include "../plMessage/plRenderMsg.h" +#include "plMessage/plRenderMsg.h" #include "plPipeline.h" // If we're tracking the avater -#include "../plMessage/plAvatarMsg.h" -#include "../plAvatar/plArmatureMod.h" +#include "plMessage/plAvatarMsg.h" +#include "plAvatar/plArmatureMod.h" #include "plgDispatch.h" #include "hsResMgr.h" @@ -293,4 +293,4 @@ void plDistOpacityMod::ISetup() } fSetup = true; -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.h index 1544adb8..d86d8b7e 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plDistOpacityMod.h @@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define plDistOpacityMod_inc #include "hsGeometry3.h" -#include "../pnModifier/plSingleModifier.h" +#include "pnModifier/plSingleModifier.h" #include "hsTemplates.h" class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityLay.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityLay.h index 6c38da00..399d89fe 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityLay.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityLay.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plFadeOpacityLay_inc #define plFadeOpacityLay_inc -#include "../plSurface/plLayerInterface.h" +#include "plSurface/plLayerInterface.h" class plFadeOpacityLay : public plLayerInterface diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.cpp index a66ea6cf..45270128 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.cpp @@ -29,20 +29,20 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plFadeOpacityLay.h" -#include "../plMessage/plRenderMsg.h" -#include "../plMessage/plMatRefMsg.h" +#include "plMessage/plRenderMsg.h" +#include "plMessage/plMatRefMsg.h" -#include "../plSurface/hsGMaterial.h" +#include "plSurface/hsGMaterial.h" -#include "../plDrawable/plVisLOSMgr.h" -#include "../plDrawable/plAccessGeometry.h" -#include "../plDrawable/plAccessSpan.h" -#include "../plDrawable/plDrawableSpans.h" +#include "plDrawable/plVisLOSMgr.h" +#include "plDrawable/plAccessGeometry.h" +#include "plDrawable/plAccessSpan.h" +#include "plDrawable/plDrawableSpans.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plDrawInterface.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plDrawInterface.h" -#include "../plScene/plVisMgr.h" +#include "plScene/plVisMgr.h" #include "plgDispatch.h" #include "plPipeline.h" @@ -373,4 +373,4 @@ void plFadeOpacityMod::ISetup(plSceneObject* so) fSetup = true; fFade = kImmediate; -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.h index dace06a4..14bd7470 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plFadeOpacityMod.h @@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #define plFadeOpacityMod_inc #include "hsGeometry3.h" -#include "../pnModifier/plSingleModifier.h" +#include "pnModifier/plSingleModifier.h" #include "hsTemplates.h" class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.cpp index 720871e1..07c72450 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.cpp @@ -36,14 +36,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsColorRGBA.h" #include "hsBounds.h" -#include "../pnSceneObject/plSceneObject.h" -#include "../pnSceneObject/plDrawInterface.h" +#include "pnSceneObject/plSceneObject.h" +#include "pnSceneObject/plDrawInterface.h" -#include "../plGImage/plMipmap.h" +#include "plGImage/plMipmap.h" -#include "../plJPEG/plJPEG.h" +#include "plJPEG/plJPEG.h" -#include "../plMessage/plRenderRequestMsg.h" +#include "plMessage/plRenderRequestMsg.h" plGrabCubeRenderRequest::plGrabCubeRenderRequest() : fQuality(75) @@ -147,4 +147,4 @@ void plGrabCubeMap::ISetupRenderRequests(plPipeline* pipe, const hsPoint3& cente reqMsg->Send(); hsRefCnt_SafeUnRef(req); } -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.h index 621e716a..efbe7814 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plGrabCubeMap.h @@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plGrabCubeMap_inc #define plGrabCubeMap_inc -#include "../plScene/plRenderRequest.h" +#include "plScene/plRenderRequest.h" class plSceneObject; class plPipeline; diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerAVI.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerAVI.cpp index 1f37dd79..f60811ab 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerAVI.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerAVI.cpp @@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTypes.h" #include "plLayerAVI.h" -#include "../plGImage/plMipmap.h" +#include "plGImage/plMipmap.h" #if HS_BUILD_FOR_WIN32 class plAVIFileInfo diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.cpp index 4ae606b1..5f3458b6 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.cpp @@ -30,9 +30,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsResMgr.h" #include "hsUtils.h" -#include "../plMessage/plAnimCmdMsg.h" -#include "../plGImage/plMipmap.h" -#include "../plPipeline/hsGDeviceRef.h" +#include "plMessage/plAnimCmdMsg.h" +#include "plGImage/plMipmap.h" +#include "plPipeline/hsGDeviceRef.h" plLayerMovie::plLayerMovie() : fMovieName(nil), @@ -206,4 +206,4 @@ hsBool plLayerMovie::MsgReceive(plMessage* msg) void plLayerMovie::DefaultMovie() { -} \ No newline at end of file +} diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.h index b67bb34f..d418d72b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.h @@ -27,8 +27,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifndef plLayerMovie_inc #define plLayerMovie_inc -#include "../plSurface/plLayerAnimation.h" -#include "../plInterp/plAnimTimeConvert.h" +#include "plSurface/plLayerAnimation.h" +#include "plInterp/plAnimTimeConvert.h" class plMessage; class hsStream;