Updated to current files. Windows support isn't in yet, but hopefully will be soon.
This commit is contained in:
@@ -231,11 +231,9 @@ Screens = [
|
|||||||
"ScreenDebugOverlay.cpp",
|
"ScreenDebugOverlay.cpp",
|
||||||
"ScreenDemonstration.cpp",
|
"ScreenDemonstration.cpp",
|
||||||
"ScreenEdit.cpp",
|
"ScreenEdit.cpp",
|
||||||
"ScreenEditCourseMods.cpp",
|
|
||||||
"ScreenEditMenu.cpp",
|
"ScreenEditMenu.cpp",
|
||||||
"ScreenEnding.cpp",
|
"ScreenEnding.cpp",
|
||||||
"ScreenEvaluation.cpp",
|
"ScreenEvaluation.cpp",
|
||||||
"ScreenEvaluationMultiplayer.cpp",
|
|
||||||
"ScreenExit.cpp",
|
"ScreenExit.cpp",
|
||||||
"ScreenNetEvaluation.cpp",
|
"ScreenNetEvaluation.cpp",
|
||||||
"ScreenNetSelectMusic.cpp",
|
"ScreenNetSelectMusic.cpp",
|
||||||
@@ -245,7 +243,7 @@ Screens = [
|
|||||||
"ScreenEz2SelectPlayer.cpp",
|
"ScreenEz2SelectPlayer.cpp",
|
||||||
"ScreenGameplay.cpp",
|
"ScreenGameplay.cpp",
|
||||||
"ScreenGameplayLesson.cpp",
|
"ScreenGameplayLesson.cpp",
|
||||||
"ScreenGameplayMultiplayer.cpp",
|
"ScreenGameplaySyncMachine.cpp",
|
||||||
"ScreenGameplayNormal.cpp",
|
"ScreenGameplayNormal.cpp",
|
||||||
"ScreenHowToPlay.cpp",
|
"ScreenHowToPlay.cpp",
|
||||||
"ScreenInstructions.cpp",
|
"ScreenInstructions.cpp",
|
||||||
@@ -266,6 +264,7 @@ Screens = [
|
|||||||
"ScreenOptionsManageProfiles.cpp",
|
"ScreenOptionsManageProfiles.cpp",
|
||||||
"ScreenOptionsMaster.cpp",
|
"ScreenOptionsMaster.cpp",
|
||||||
"ScreenOptionsMasterPrefs.cpp",
|
"ScreenOptionsMasterPrefs.cpp",
|
||||||
|
"ScreenOptionsMemoryCard.cpp",
|
||||||
"ScreenPackages.cpp",
|
"ScreenPackages.cpp",
|
||||||
"ScreenPlayerOptions.cpp",
|
"ScreenPlayerOptions.cpp",
|
||||||
"ScreenNetworkOptions.cpp",
|
"ScreenNetworkOptions.cpp",
|
||||||
@@ -296,12 +295,15 @@ Screens = [
|
|||||||
"ScreenTestSound.cpp",
|
"ScreenTestSound.cpp",
|
||||||
"ScreenTextEntry.cpp",
|
"ScreenTextEntry.cpp",
|
||||||
"ScreenTitleMenu.cpp",
|
"ScreenTitleMenu.cpp",
|
||||||
|
"ScreenUnlockBrowse.cpp",
|
||||||
|
"ScreenUnlockCelebrate.cpp",
|
||||||
"ScreenUnlockStatus.cpp",
|
"ScreenUnlockStatus.cpp",
|
||||||
"ScreenWithMenuElements.cpp",
|
"ScreenWithMenuElements.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
DataStructures = [
|
DataStructures = [
|
||||||
"ActorCommands.cpp",
|
"ActorCommands.cpp",
|
||||||
|
"AdjustSync.cpp",
|
||||||
"Attack.cpp",
|
"Attack.cpp",
|
||||||
"AutoKeysounds.cpp",
|
"AutoKeysounds.cpp",
|
||||||
"BackgroundUtil.cpp",
|
"BackgroundUtil.cpp",
|
||||||
@@ -329,6 +331,7 @@ DataStructures = [
|
|||||||
"HighScore.cpp",
|
"HighScore.cpp",
|
||||||
"Inventory.cpp",
|
"Inventory.cpp",
|
||||||
"LocalizedString.cpp",
|
"LocalizedString.cpp",
|
||||||
|
"LuaBinding.cpp",
|
||||||
"LuaReference.cpp",
|
"LuaReference.cpp",
|
||||||
"LuaExpressionTransform.cpp",
|
"LuaExpressionTransform.cpp",
|
||||||
"LyricsLoader.cpp",
|
"LyricsLoader.cpp",
|
||||||
@@ -355,7 +358,6 @@ DataStructures = [
|
|||||||
"Profile.cpp",
|
"Profile.cpp",
|
||||||
"RandomSample.cpp",
|
"RandomSample.cpp",
|
||||||
"RadarValues.cpp",
|
"RadarValues.cpp",
|
||||||
"RoomWheel.cpp",
|
|
||||||
"ScreenDimensions.cpp",
|
"ScreenDimensions.cpp",
|
||||||
"ScoreKeeperNormal.cpp",
|
"ScoreKeeperNormal.cpp",
|
||||||
"ScoreKeeperRave.cpp",
|
"ScoreKeeperRave.cpp",
|
||||||
@@ -557,7 +559,6 @@ ActorsInMenus = [
|
|||||||
"ActiveAttackList.cpp",
|
"ActiveAttackList.cpp",
|
||||||
"BPMDisplay.cpp",
|
"BPMDisplay.cpp",
|
||||||
"ComboGraph.cpp",
|
"ComboGraph.cpp",
|
||||||
"ControllerStateDisplay.cpp",
|
|
||||||
"CourseContentsList.cpp",
|
"CourseContentsList.cpp",
|
||||||
"CourseEntryDisplay.cpp",
|
"CourseEntryDisplay.cpp",
|
||||||
"DifficultyDisplay.cpp",
|
"DifficultyDisplay.cpp",
|
||||||
@@ -585,6 +586,7 @@ ActorsInMenus = [
|
|||||||
"OptionRow.cpp",
|
"OptionRow.cpp",
|
||||||
"OptionsCursor.cpp",
|
"OptionsCursor.cpp",
|
||||||
"PaneDisplay.cpp",
|
"PaneDisplay.cpp",
|
||||||
|
"RoomWheel.cpp",
|
||||||
"ScrollBar.cpp",
|
"ScrollBar.cpp",
|
||||||
"ScrollingList.cpp",
|
"ScrollingList.cpp",
|
||||||
"SnapDisplay.cpp",
|
"SnapDisplay.cpp",
|
||||||
@@ -619,6 +621,7 @@ ActorsInGameplay = [
|
|||||||
"ReceptorArrow.cpp",
|
"ReceptorArrow.cpp",
|
||||||
"ReceptorArrowRow.cpp",
|
"ReceptorArrowRow.cpp",
|
||||||
"ScoreDisplay.cpp",
|
"ScoreDisplay.cpp",
|
||||||
|
"ScoreDisplayAliveTime.cpp",
|
||||||
"ScoreDisplayBattle.cpp",
|
"ScoreDisplayBattle.cpp",
|
||||||
"ScoreDisplayCalories.cpp",
|
"ScoreDisplayCalories.cpp",
|
||||||
"ScoreDisplayLifeTime.cpp",
|
"ScoreDisplayLifeTime.cpp",
|
||||||
@@ -726,7 +729,6 @@ GlobalSingletons = [
|
|||||||
"InputFilter.cpp",
|
"InputFilter.cpp",
|
||||||
"InputMapper.cpp",
|
"InputMapper.cpp",
|
||||||
"InputQueue.cpp",
|
"InputQueue.cpp",
|
||||||
"LuaBinding.cpp",
|
|
||||||
"LuaManager.cpp",
|
"LuaManager.cpp",
|
||||||
"LightsManager.cpp",
|
"LightsManager.cpp",
|
||||||
"MemoryCardManager.cpp",
|
"MemoryCardManager.cpp",
|
||||||
@@ -749,9 +751,11 @@ GlobalSingletons += [ "ezsockets.cpp" ]
|
|||||||
|
|
||||||
crypto = [
|
crypto = [
|
||||||
"crypto/CryptBn.cpp",
|
"crypto/CryptBn.cpp",
|
||||||
|
"crypto/CryptHelpers.cpp"
|
||||||
"crypto/CryptMD5.cpp",
|
"crypto/CryptMD5.cpp",
|
||||||
"crypto/CryptNoise.cpp",
|
"crypto/CryptNoise.cpp",
|
||||||
"crypto/CryptPrime.cpp",
|
"crypto/CryptPrime.cpp",
|
||||||
|
"crypto/CryptRand.cpp",
|
||||||
"crypto/CryptRSA.cpp",
|
"crypto/CryptRSA.cpp",
|
||||||
"crypto/CryptRand.cpp",
|
"crypto/CryptRand.cpp",
|
||||||
"crypto/CryptSH512.cpp",
|
"crypto/CryptSH512.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user