mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 02:04:04 +00:00
Further implement Property Behavior parsing (#936)
Further implements the ControlBehavior processing and adds preparations for cheat detection
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
set(GAMEMESSAGE_TESTBITSTREAMS
|
||||
"sendBehaviorListToClient"
|
||||
"modelTypeChanged"
|
||||
"toggleExecutionUpdates"
|
||||
"addStrip"
|
||||
"removeStrip"
|
||||
"mergeStrips"
|
||||
"splitStrip"
|
||||
"updateStripUI"
|
||||
"addAction"
|
||||
"migrateActions"
|
||||
"rearrangeStrip"
|
||||
"add"
|
||||
"removeActions"
|
||||
"rename"
|
||||
"updateAction"
|
||||
)
|
||||
|
||||
# Get the folder name and prepend it to the files above
|
||||
get_filename_component(thisFolderName ${CMAKE_CURRENT_SOURCE_DIR} NAME)
|
||||
list(TRANSFORM GAMEMESSAGE_TESTBITSTREAMS PREPEND "${thisFolderName}/")
|
||||
|
||||
# Export our list of files
|
||||
set(GAMEMESSAGE_TESTBITSTREAMS ${GAMEMESSAGE_TESTBITSTREAMS} PARENT_SCOPE)
|
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/add
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/add
Normal file
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/addAction
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/addAction
Normal file
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/addStrip
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/addStrip
Normal file
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/mergeStrips
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/mergeStrips
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/removeActions
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/removeActions
Normal file
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/removeStrip
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/removeStrip
Normal file
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/rename
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/rename
Normal file
Binary file not shown.
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/splitStrip
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/splitStrip
Normal file
Binary file not shown.
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/updateAction
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/updateAction
Normal file
Binary file not shown.
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/updateStripUI
Normal file
BIN
tests/dGameTests/dGameMessagesTests/TestBitStreams/updateStripUI
Normal file
Binary file not shown.
Reference in New Issue
Block a user