working on improved course editor
This commit is contained in:
@@ -25,12 +25,9 @@ Screens = \
|
|||||||
Screen.cpp Screen.h ScreenAttract.cpp ScreenAttract.h \
|
Screen.cpp Screen.h ScreenAttract.cpp ScreenAttract.h \
|
||||||
ScreenBookkeeping.cpp ScreenBookkeeping.h \
|
ScreenBookkeeping.cpp ScreenBookkeeping.h \
|
||||||
ScreenCenterImage.cpp ScreenCenterImage.h ScreenCredits.cpp ScreenCredits.h \
|
ScreenCenterImage.cpp ScreenCenterImage.h ScreenCredits.cpp ScreenCredits.h \
|
||||||
ScreenCourseManager.cpp ScreenCourseManager.h \
|
|
||||||
ScreenDebugOverlay.cpp ScreenDebugOverlay.h \
|
ScreenDebugOverlay.cpp ScreenDebugOverlay.h \
|
||||||
ScreenDemonstration.cpp ScreenDemonstration.h ScreenDimensions.h \
|
ScreenDemonstration.cpp ScreenDemonstration.h ScreenDimensions.h \
|
||||||
ScreenEdit.cpp ScreenEdit.h \
|
ScreenEdit.cpp ScreenEdit.h \
|
||||||
ScreenEditCourse.cpp ScreenEditCourse.h \
|
|
||||||
ScreenEditCourseEntry.cpp ScreenEditCourseEntry.h \
|
|
||||||
ScreenEditMenu.cpp ScreenEditMenu.h ScreenEnding.cpp ScreenEnding.h \
|
ScreenEditMenu.cpp ScreenEditMenu.h ScreenEnding.cpp ScreenEnding.h \
|
||||||
ScreenEvaluation.cpp ScreenEvaluation.h ScreenExit.cpp ScreenExit.h ScreenNetEvaluation.cpp ScreenNetEvaluation.h \
|
ScreenEvaluation.cpp ScreenEvaluation.h ScreenExit.cpp ScreenExit.h ScreenNetEvaluation.cpp ScreenNetEvaluation.h \
|
||||||
ScreenNetSelectMusic.cpp ScreenNetSelectMusic.h ScreenNetSelectBase.cpp ScreenNetSelectBase.h ScreenNetRoom.cpp ScreenNetRoom.h \
|
ScreenNetSelectMusic.cpp ScreenNetSelectMusic.h ScreenNetSelectBase.cpp ScreenNetSelectBase.h ScreenNetRoom.cpp ScreenNetRoom.h \
|
||||||
@@ -42,7 +39,10 @@ ScreenMapControllers.cpp ScreenMapControllers.h \
|
|||||||
ScreenMessage.cpp ScreenMessage.h ScreenMiniMenu.cpp ScreenMiniMenu.h ScreenMusicScroll.cpp ScreenMusicScroll.h \
|
ScreenMessage.cpp ScreenMessage.h ScreenMiniMenu.cpp ScreenMiniMenu.h ScreenMusicScroll.cpp ScreenMusicScroll.h \
|
||||||
ScreenNameEntry.cpp ScreenNameEntry.h ScreenNameEntryTraditional.cpp ScreenNameEntryTraditional.h \
|
ScreenNameEntry.cpp ScreenNameEntry.h ScreenNameEntryTraditional.cpp ScreenNameEntryTraditional.h \
|
||||||
ScreenOptions.cpp ScreenOptions.h \
|
ScreenOptions.cpp ScreenOptions.h \
|
||||||
|
ScreenOptionsEditCourse.cpp ScreenOptionsEditCourse.h \
|
||||||
|
ScreenOptionsEditCourseEntry.cpp ScreenOptionsEditCourseEntry.h \
|
||||||
ScreenOptionsEditProfile.cpp ScreenOptionsEditProfile.h \
|
ScreenOptionsEditProfile.cpp ScreenOptionsEditProfile.h \
|
||||||
|
ScreenOptionsManageCourses.cpp ScreenOptionsManageCourses.h \
|
||||||
ScreenOptionsMaster.cpp ScreenOptionsMaster.h \
|
ScreenOptionsMaster.cpp ScreenOptionsMaster.h \
|
||||||
ScreenOptionsMasterPrefs.cpp ScreenOptionsMasterPrefs.h ScreenPackages.cpp ScreenPackages.h \
|
ScreenOptionsMasterPrefs.cpp ScreenOptionsMasterPrefs.h ScreenPackages.cpp ScreenPackages.h \
|
||||||
ScreenPlayerOptions.cpp ScreenPlayerOptions.h \
|
ScreenPlayerOptions.cpp ScreenPlayerOptions.h \
|
||||||
|
|||||||
@@ -276,12 +276,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenCenterImage.h">
|
RelativePath="ScreenCenterImage.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\ScreenCourseManager.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\ScreenCourseManager.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenCredits.cpp">
|
RelativePath="ScreenCredits.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -309,18 +303,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenEdit.h">
|
RelativePath="ScreenEdit.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\ScreenEditCourse.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\ScreenEditCourse.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\ScreenEditCourseEntry.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\ScreenEditCourseEntry.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenEditMenu.cpp">
|
RelativePath="ScreenEditMenu.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -459,6 +441,24 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptions.h">
|
RelativePath="ScreenOptions.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenOptionsEditCourse.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenOptionsEditCourse.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenOptionsEditCourseEntry.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenOptionsEditCourseEntry.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenOptionsManageCourses.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\ScreenOptionsManageCourses.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptionsMaster.cpp">
|
RelativePath="ScreenOptionsMaster.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
@@ -256,12 +256,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenCenterImage.h">
|
RelativePath="ScreenCenterImage.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="ScreenCourseManager.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="ScreenCourseManager.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenCredits.cpp">
|
RelativePath="ScreenCredits.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -289,18 +283,6 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenEdit.h">
|
RelativePath="ScreenEdit.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="ScreenEditCourse.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="ScreenEditCourse.h">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="ScreenEditCourseEntry.cpp">
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="ScreenEditCourseEntry.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenEditMenu.cpp">
|
RelativePath="ScreenEditMenu.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -439,12 +421,30 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptions.h">
|
RelativePath="ScreenOptions.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenOptionsEditCourse.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenOptionsEditCourse.h">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenOptionsEditCourseEntry.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenOptionsEditCourseEntry.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptionsEditProfile.cpp">
|
RelativePath="ScreenOptionsEditProfile.cpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptionsEditProfile.h">
|
RelativePath="ScreenOptionsEditProfile.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenOptionsManageCourses.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenOptionsManageCourses.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptionsMaster.cpp">
|
RelativePath="ScreenOptionsMaster.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
Reference in New Issue
Block a user