-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Organize dScripts whitespace Remove parent scope Remove parent scope from initial setter Remove debug Remove helper programs * Fix NtImagimeterVisibility script Co-authored-by: aronwk-aaron <[email protected]>
- Loading branch information
1 parent
b974eed
commit 8d37d9b
Showing
567 changed files
with
886 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER) | ||
|
||
add_subdirectory(DLU) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_DLU}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "DLU/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Enemy) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "Enemy/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Equipment) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_EQUIPMENT}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "Equipment/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Map) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "Map/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Minigame) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MINIGAME}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "Minigame/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Objects) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_OBJECTS}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "Objects/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Pets) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_PETS}) | ||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} "Pets/${file}") | ||
endforeach() | ||
|
||
set(DSCRIPTS_SOURCES_02_SERVER ${DSCRIPTS_SOURCES_02_SERVER} PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_DLU | ||
"DLUVanityNPC.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_AG | ||
"BossSpiderQueenEnemyServer.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_AM | ||
"AmDarklingMech.cpp" | ||
"AmSkeletonEngineer.cpp" | ||
"AmDarklingDragon.cpp" | ||
PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY) | ||
|
||
add_subdirectory(AG) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_AG}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "AG/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(AM) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_AM}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "AM/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(FV) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_FV}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "FV/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(General) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_GENERAL}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "General/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Survival) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_SURVIVAL}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "Survival/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(VE) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_VE}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "VE/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Waves) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_ENEMY_WAVES}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} "Waves/${file}") | ||
endforeach() | ||
|
||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY ${DSCRIPTS_SOURCES_02_SERVER_ENEMY} PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_FV | ||
"FvMaelstromCavalry.cpp" | ||
"FvMaelstromDragon.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_GENERAL | ||
"BaseEnemyMech.cpp" | ||
"BaseEnemyApe.cpp" | ||
"GfApeSmashingQB.cpp" | ||
"TreasureChestDragonServer.cpp" | ||
"EnemyNjBuff.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_SURVIVAL | ||
"AgSurvivalStromling.cpp" | ||
"AgSurvivalMech.cpp" | ||
"AgSurvivalSpiderling.cpp" | ||
PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_VE | ||
"VeMech.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_ENEMY_WAVES | ||
"WaveBossHammerling.cpp" | ||
"WaveBossApe.cpp" | ||
"WaveBossSpiderling.cpp" | ||
"WaveBossHorsemen.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_EQUIPMENT | ||
"MaestromExtracticatorServer.cpp" | ||
"BootyDigServer.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AG | ||
"AgCagedBricksServer.cpp" | ||
"NpcWispServer.cpp" | ||
"NpcEpsilonServer.cpp" | ||
"AgLaserSensorServer.cpp" | ||
"AgMonumentLaserServer.cpp" | ||
"AgMonumentBirds.cpp" | ||
"RemoveRentalGear.cpp" | ||
"NpcNjAssistantServer.cpp" | ||
"AgBugsprayer.cpp" | ||
"NpcAgCourseStarter.cpp" | ||
"AgMonumentRaceGoal.cpp" | ||
"AgMonumentRaceCancel.cpp" | ||
"NpcCowboyServer.cpp" | ||
"NpcPirateServer.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AG_SPIDER_QUEEN | ||
"ZoneAgSpiderQueen.cpp" | ||
"SpiderBossTreasureChestServer.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_AM | ||
"AmConsoleTeleportServer.cpp" | ||
"RandomSpawnerFin.cpp" | ||
"RandomSpawnerPit.cpp" | ||
"RandomSpawnerStr.cpp" | ||
"RandomSpawnerZip.cpp" | ||
"AmBridge.cpp" | ||
"AmDrawBridge.cpp" | ||
"AmShieldGenerator.cpp" | ||
"AmShieldGeneratorQuickbuild.cpp" | ||
"AmDropshipComputer.cpp" | ||
"AmScrollReaderServer.cpp" | ||
"AmTemplateSkillVolume.cpp" | ||
"AmSkullkinDrill.cpp" | ||
"AmSkullkinDrillStand.cpp" | ||
"AmSkullkinTower.cpp" | ||
"AmBlueX.cpp" | ||
"AmTeapotServer.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP) | ||
|
||
add_subdirectory(AG) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_AG}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "AG/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(AG_Spider_Queen) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_AG_SPIDER_QUEEN}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "AG_Spider_Queen/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(AM) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_AM}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "AM/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(FV) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "FV/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(General) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_GENERAL}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "General/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(GF) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_GF}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "GF/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(njhub) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_NJHUB}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "njhub/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(NS) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_NS}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "NS/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(NT) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_NT}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "NT/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(PR) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_PR}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "PR/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(Property) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_PROPERTY}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "Property/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(SS) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_SS}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "SS/${file}") | ||
endforeach() | ||
|
||
add_subdirectory(VE) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_VE}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} "VE/${file}") | ||
endforeach() | ||
|
||
set(DSCRIPTS_SOURCES_02_SERVER_MAP ${DSCRIPTS_SOURCES_02_SERVER_MAP} PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV | ||
"EnemyRoninSpawner.cpp" | ||
"FvCandle.cpp" | ||
"FvFong.cpp" | ||
"FvHorsemenTrigger.cpp" | ||
"ImgBrickConsoleQB.cpp") | ||
|
||
add_subdirectory(Racing) | ||
|
||
foreach(file ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV_RACING}) | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV} "Racing/${file}") | ||
endforeach() | ||
|
||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV ${DSCRIPTS_SOURCES_02_SERVER_MAP_FV} PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_FV_RACING | ||
"RaceMaelstromGeiser.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
set(DSCRIPTS_SOURCES_02_SERVER_MAP_GF | ||
"GfTikiTorch.cpp" | ||
"GfCaptainsCannon.cpp" | ||
"MastTeleport.cpp" | ||
"SpawnLionServer.cpp" | ||
PARENT_SCOPE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.