mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Client] Add Processors to subgroups in cmakelists
This commit is contained in:
parent
505905ab7d
commit
0a9768860b
@ -100,6 +100,25 @@ add_openmw_dir (mwmp Main Networking LocalPlayer DedicatedPlayer LocalActor Dedi
|
|||||||
CellController MechanicsHelper GUIChat GUILogin GUIController PlayerMarkerCollection GUIDialogList
|
CellController MechanicsHelper GUIChat GUILogin GUIController PlayerMarkerCollection GUIDialogList
|
||||||
BaseClientPacketProcessor PlayerProcessor WorldProcessor ActorProcessor ProcessorInitializer)
|
BaseClientPacketProcessor PlayerProcessor WorldProcessor ActorProcessor ProcessorInitializer)
|
||||||
|
|
||||||
|
add_openmw_dir (mwmp\\processors\\actor ProcessorActorAnimFlags ProcessorActorAnimPlay ProcessorActorAttack
|
||||||
|
ProcessorActorAuthority ProcessorActorCellChange ProcessorActorList ProcessorActorPosition ProcessorActorSpeech
|
||||||
|
ProcessorActorStatsDynamic ProcessorActorTest
|
||||||
|
)
|
||||||
|
|
||||||
|
add_openmw_dir (mwmp\\processors\\player ProcessorChatMessage ProcessorGameConsole ProcessorGameTime ProcessorGUIMessageBox
|
||||||
|
ProcessorHandshake ProcessorPlayerAttack ProcessorPlayerAttribute ProcessorPlayerBaseInfo ProcessorPlayerCellChange
|
||||||
|
ProcessorPlayerCellState ProcessorPlayerCharClass ProcessorPlayerCharGen ProcessorPlayerDeath ProcessorPlayerDrawState
|
||||||
|
ProcessorPlayerDynamicStats ProcessorPlayerEquipment ProcessorPlayerInventory ProcessorPlayerJournal
|
||||||
|
ProcessorPlayerLevel ProcessorPlayerPos ProcessorPlayerResurrect ProcessorPlayerSkill ProcessorPlayerSpellbook
|
||||||
|
ProcessorUserDisconnected ProcessorUserMyID
|
||||||
|
)
|
||||||
|
|
||||||
|
add_openmw_dir (mwmp\\processors\\world BaseObjectProcessor ProcessorContainer ProcessorDoorState ProcessorMusicPlay
|
||||||
|
ProcessorObjectAnimPlay ProcessorObjectDelete ProcessorObjectLock ProcessorObjectMove ProcessorObjectPlace
|
||||||
|
ProcessorObjectRotate ProcessorObjectScale ProcessorObjectUnlock ProcessorScriptGlobalShort ProcessorScriptLocalFloat
|
||||||
|
ProcessorScriptLocalShort ProcessorScriptMemberShort ProcessorVideoPlay
|
||||||
|
)
|
||||||
|
|
||||||
# Main executable
|
# Main executable
|
||||||
|
|
||||||
if (NOT ANDROID)
|
if (NOT ANDROID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user