2002-03-30 20:00:13 +00:00
|
|
|
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
|
|
|
<VisualStudioProject
|
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
|
Version="7.00"
|
|
|
|
|
Name="StepMania"
|
|
|
|
|
SccProjectName=""
|
|
|
|
|
SccLocalPath=""
|
|
|
|
|
Keyword="MFCProj">
|
|
|
|
|
<Platforms>
|
|
|
|
|
<Platform
|
|
|
|
|
Name="Win32"/>
|
|
|
|
|
</Platforms>
|
|
|
|
|
<Configurations>
|
|
|
|
|
<Configuration
|
2003-05-26 19:42:35 +00:00
|
|
|
Name="Debug|Win32"
|
2003-12-12 08:51:38 +00:00
|
|
|
OutputDirectory="./../Program"
|
|
|
|
|
IntermediateDirectory="./../Debug"
|
2002-03-30 20:00:13 +00:00
|
|
|
ConfigurationType="1"
|
2002-11-11 04:53:31 +00:00
|
|
|
UseOfMFC="0"
|
2002-03-30 20:00:13 +00:00
|
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
2002-09-06 23:34:55 +00:00
|
|
|
CharacterSet="2"
|
|
|
|
|
WholeProgramOptimization="FALSE">
|
2002-03-30 20:00:13 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
2002-07-03 21:27:26 +00:00
|
|
|
AdditionalOptions="/EHa"
|
2002-03-30 20:00:13 +00:00
|
|
|
Optimization="0"
|
2003-09-30 05:10:13 +00:00
|
|
|
AdditionalIncludeDirectories=".,SDL-1.2.6/include,SDL_image-1.2,vorbis"
|
2002-03-30 20:00:13 +00:00
|
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS,DEBUG"
|
2002-08-28 23:48:07 +00:00
|
|
|
ExceptionHandling="FALSE"
|
2002-03-30 20:00:13 +00:00
|
|
|
BasicRuntimeChecks="3"
|
2002-12-02 23:15:09 +00:00
|
|
|
RuntimeLibrary="2"
|
2002-03-30 20:00:13 +00:00
|
|
|
UsePrecompiledHeader="2"
|
2003-05-26 19:42:35 +00:00
|
|
|
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
2003-05-28 02:35:05 +00:00
|
|
|
AssemblerListingLocation=".\../Debug/"
|
|
|
|
|
ObjectFile=".\../Debug/"
|
|
|
|
|
ProgramDataBaseFileName=".\../Debug/"
|
2002-09-09 00:21:12 +00:00
|
|
|
BrowseInformation="0"
|
|
|
|
|
WarningLevel="4"
|
2002-03-30 20:00:13 +00:00
|
|
|
SuppressStartupBanner="TRUE"
|
2003-01-19 04:44:22 +00:00
|
|
|
DebugInformationFormat="4"/>
|
2002-03-30 20:00:13 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
2003-05-22 08:02:49 +00:00
|
|
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
2003-12-12 08:51:38 +00:00
|
|
|
OutputFile="../Program/StepMania-debug.exe"
|
2002-03-30 20:00:13 +00:00
|
|
|
LinkIncremental="2"
|
|
|
|
|
SuppressStartupBanner="TRUE"
|
2002-09-06 23:34:55 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2002-09-07 02:45:27 +00:00
|
|
|
IgnoreDefaultLibraryNames="wininet.lib;msimg32.lib"
|
2002-03-30 20:00:13 +00:00
|
|
|
GenerateDebugInformation="TRUE"
|
2003-06-11 19:19:20 +00:00
|
|
|
ProgramDatabaseFile="../Debug/StepMania-debug.pdb"
|
2002-08-29 00:20:09 +00:00
|
|
|
GenerateMapFile="TRUE"
|
|
|
|
|
MapFileName="$(IntDir)\$(TargetName).map"
|
|
|
|
|
MapExports="TRUE"
|
2002-03-30 20:00:13 +00:00
|
|
|
SubSystem="2"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
|
MkTypLibCompatible="TRUE"
|
|
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
|
TargetEnvironment="1"
|
|
|
|
|
TypeLibraryName=".\../StepMania.tlb"/>
|
|
|
|
|
<Tool
|
2002-08-29 00:20:09 +00:00
|
|
|
Name="VCPostBuildEventTool"
|
2003-10-01 20:54:37 +00:00
|
|
|
CommandLine="disasm\mapconv "$(IntDir)\$(TargetName).map" "$(TargetDir)\StepMania.vdi""/>
|
2002-03-30 20:00:13 +00:00
|
|
|
<Tool
|
2002-08-29 00:20:09 +00:00
|
|
|
Name="VCPreBuildEventTool"
|
2002-09-02 11:48:33 +00:00
|
|
|
CommandLine="disasm\verinc
|
2003-05-22 07:13:44 +00:00
|
|
|
cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
2002-09-02 11:48:33 +00:00
|
|
|
"/>
|
2002-03-30 20:00:13 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
|
Culture="1033"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
|
</Configuration>
|
2002-04-16 17:31:00 +00:00
|
|
|
<Configuration
|
2003-05-26 19:42:35 +00:00
|
|
|
Name="Release|Win32"
|
2003-12-12 08:51:38 +00:00
|
|
|
OutputDirectory="./../Program"
|
2002-04-28 20:42:32 +00:00
|
|
|
IntermediateDirectory="./../Release"
|
2002-04-16 17:31:00 +00:00
|
|
|
ConfigurationType="1"
|
2002-11-11 04:53:31 +00:00
|
|
|
UseOfMFC="0"
|
2002-04-16 17:31:00 +00:00
|
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
|
|
CharacterSet="2"
|
2002-12-02 23:15:09 +00:00
|
|
|
WholeProgramOptimization="FALSE">
|
2002-04-16 17:31:00 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
2002-10-24 03:55:07 +00:00
|
|
|
AdditionalOptions="/EHa"
|
2002-04-16 17:31:00 +00:00
|
|
|
Optimization="3"
|
2002-04-28 20:42:32 +00:00
|
|
|
GlobalOptimizations="TRUE"
|
|
|
|
|
InlineFunctionExpansion="2"
|
2002-04-16 17:31:00 +00:00
|
|
|
EnableIntrinsicFunctions="TRUE"
|
2002-05-19 01:59:48 +00:00
|
|
|
FavorSizeOrSpeed="2"
|
2002-04-16 17:31:00 +00:00
|
|
|
OptimizeForProcessor="2"
|
|
|
|
|
OptimizeForWindowsApplication="TRUE"
|
2003-09-30 05:10:13 +00:00
|
|
|
AdditionalIncludeDirectories=".,SDL-1.2.6/include,SDL_image-1.2,vorbis"
|
2002-07-03 21:27:26 +00:00
|
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,RELEASE"
|
2002-04-16 17:31:00 +00:00
|
|
|
StringPooling="TRUE"
|
2002-04-28 20:42:32 +00:00
|
|
|
MinimalRebuild="FALSE"
|
2002-08-28 23:48:47 +00:00
|
|
|
ExceptionHandling="FALSE"
|
2002-12-02 23:15:09 +00:00
|
|
|
RuntimeLibrary="2"
|
2002-04-16 17:31:00 +00:00
|
|
|
BufferSecurityCheck="FALSE"
|
|
|
|
|
EnableFunctionLevelLinking="FALSE"
|
2003-05-26 19:42:35 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
|
PrecompiledHeaderThrough="global.h"
|
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/StepMania.pch"
|
2003-05-28 02:35:05 +00:00
|
|
|
AssemblerListingLocation=".\../Release/"
|
|
|
|
|
ObjectFile=".\../Release/"
|
|
|
|
|
ProgramDataBaseFileName=".\../Release/"
|
2003-12-03 20:26:03 +00:00
|
|
|
BrowseInformation="0"
|
2002-10-24 03:55:07 +00:00
|
|
|
WarningLevel="4"
|
2002-04-16 17:31:00 +00:00
|
|
|
SuppressStartupBanner="TRUE"
|
2002-05-27 08:23:27 +00:00
|
|
|
DebugInformationFormat="3"/>
|
2002-04-16 17:31:00 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
2003-05-27 01:56:26 +00:00
|
|
|
AdditionalOptions="/MACHINE:I386 "$(intdir)\verstub.obj""
|
2003-12-12 08:51:38 +00:00
|
|
|
OutputFile=".\../Program/StepMania.exe"
|
2002-04-16 17:31:00 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
|
SuppressStartupBanner="TRUE"
|
2002-09-06 23:34:55 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2002-10-24 03:55:07 +00:00
|
|
|
IgnoreDefaultLibraryNames="wininet.lib;msimg32.lib"
|
2003-06-11 19:19:20 +00:00
|
|
|
ProgramDatabaseFile="../Release/StepMania.pdb"
|
2003-05-22 05:28:37 +00:00
|
|
|
GenerateMapFile="TRUE"
|
|
|
|
|
MapFileName="$(IntDir)\$(TargetName).map"
|
|
|
|
|
MapExports="TRUE"
|
|
|
|
|
SubSystem="2"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
MkTypLibCompatible="TRUE"
|
|
|
|
|
SuppressStartupBanner="TRUE"
|
|
|
|
|
TargetEnvironment="1"
|
|
|
|
|
TypeLibraryName=".\../StepMania.tlb"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPostBuildEventTool"
|
2003-10-01 20:54:37 +00:00
|
|
|
CommandLine="disasm\mapconv "$(IntDir)\$(TargetName).map" "$(TargetDir)\StepMania.vdi""/>
|
2003-05-22 05:28:37 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
|
CommandLine="disasm\verinc
|
2003-05-22 07:13:44 +00:00
|
|
|
cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
2002-09-02 11:48:33 +00:00
|
|
|
"/>
|
2002-04-16 17:31:00 +00:00
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
|
Culture="1033"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
|
</Configuration>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Configurations>
|
|
|
|
|
<Files>
|
|
|
|
|
<Filter
|
2002-05-19 01:59:48 +00:00
|
|
|
Name="Screens"
|
2002-03-30 20:00:13 +00:00
|
|
|
Filter="">
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="Screen.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="Screen.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-01-09 05:02:54 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenAttract.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenAttract.h">
|
|
|
|
|
</File>
|
2003-10-14 09:54:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenBookkeeping.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenBookkeeping.h">
|
|
|
|
|
</File>
|
2003-12-24 20:29:26 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenBranch.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenBranch.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenCaution.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenCaution.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-10-13 03:28:23 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenCenterImage.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenCenterImage.h">
|
|
|
|
|
</File>
|
2003-04-03 22:10:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenCredits.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenCredits.h">
|
|
|
|
|
</File>
|
2003-01-10 02:22:07 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenDemonstration.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenDemonstration.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenDimensions.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenEdit.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenEdit.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-08-10 23:48:10 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEditCoursesMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEditCoursesMenu.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenEditMenu.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenEditMenu.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-06-24 22:04:31 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEvaluation.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEvaluation.h">
|
|
|
|
|
</File>
|
2003-09-27 00:14:38 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenExit.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenExit.h">
|
|
|
|
|
</File>
|
2002-09-06 23:34:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEz2SelectMusic.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEz2SelectMusic.h">
|
|
|
|
|
</File>
|
2002-06-24 22:04:31 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEz2SelectPlayer.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenEz2SelectPlayer.h">
|
|
|
|
|
</File>
|
2002-05-27 08:23:27 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenGameOver.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenGameOver.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenGameplay.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenGameplay.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-04-05 03:50:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenHowToPlay.cpp">
|
|
|
|
|
</File>
|
2003-01-11 08:55:21 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenHowToPlay.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenInstructions.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenInstructions.h">
|
|
|
|
|
</File>
|
2003-01-31 21:34:34 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenJukebox.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenJukebox.h">
|
|
|
|
|
</File>
|
2003-02-11 02:20:38 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenJukeboxMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenJukeboxMenu.h">
|
|
|
|
|
</File>
|
2003-01-11 08:55:21 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenLogo.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenLogo.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-09-24 02:55:32 +00:00
|
|
|
RelativePath="ScreenMapControllers.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-09-24 02:55:32 +00:00
|
|
|
RelativePath="ScreenMapControllers.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-01-11 08:55:21 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenMemoryCard.h">
|
|
|
|
|
</File>
|
2002-04-28 20:42:32 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenMessage.h">
|
2002-04-28 20:42:32 +00:00
|
|
|
</File>
|
2003-02-18 23:15:38 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenMiniMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenMiniMenu.h">
|
|
|
|
|
</File>
|
2002-04-28 20:42:32 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenMusicScroll.cpp">
|
2002-04-28 20:42:32 +00:00
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenMusicScroll.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-01-21 05:14:59 +00:00
|
|
|
RelativePath="ScreenNameEntry.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenNameEntry.h">
|
|
|
|
|
</File>
|
2003-10-14 09:54:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenNameEntryTraditional.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenNameEntryTraditional.h">
|
|
|
|
|
</File>
|
2003-01-21 05:14:59 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenOptions.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-04-28 20:42:32 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenOptions.h">
|
2002-04-28 20:42:32 +00:00
|
|
|
</File>
|
2003-09-28 02:57:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenOptionsMaster.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenOptionsMaster.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenOptionsMasterPrefs.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenOptionsMasterPrefs.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenPlayerOptions.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenPlayerOptions.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-09-08 07:21:41 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenProfileOptions.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenProfileOptions.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenPrompt.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-03-31 07:55:25 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenPrompt.h">
|
2002-03-31 07:55:25 +00:00
|
|
|
</File>
|
2003-01-26 07:33:03 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenRanking.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenRanking.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2003-04-21 04:05:10 +00:00
|
|
|
RelativePath="ScreenRaveOptions.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenRaveOptions.h">
|
|
|
|
|
</File>
|
2003-09-28 02:57:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenReloadSongs.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenReloadSongs.h">
|
|
|
|
|
</File>
|
2003-12-24 20:29:26 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenRemoveMemoryCard.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenRemoveMemoryCard.h">
|
|
|
|
|
</File>
|
2003-04-21 04:05:10 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSandbox.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSandbox.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-03-03 10:03:02 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelect.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelect.h">
|
|
|
|
|
</File>
|
2003-04-07 03:25:44 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectCharacter.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectCharacter.h">
|
|
|
|
|
</File>
|
2002-06-14 22:25:22 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectCourse.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectCourse.h">
|
|
|
|
|
</File>
|
2003-03-09 00:55:49 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectDifficulty.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectDifficulty.h">
|
|
|
|
|
</File>
|
2003-02-21 22:52:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectDifficultyEX.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectDifficultyEX.h">
|
|
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSelectGroup.cpp">
|
2002-04-16 17:31:00 +00:00
|
|
|
</File>
|
2002-04-28 20:42:32 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSelectGroup.h">
|
2002-04-28 20:42:32 +00:00
|
|
|
</File>
|
2003-06-20 23:07:45 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectMaster.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectMaster.h">
|
|
|
|
|
</File>
|
2002-09-29 17:38:07 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectMode.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectMode.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSelectMusic.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSelectMusic.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-03-09 00:55:49 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectStyle.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenSelectStyle.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSongOptions.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenSongOptions.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenStage.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="ScreenStage.h">
|
2002-08-23 20:18:29 +00:00
|
|
|
</File>
|
2003-02-09 07:09:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenStyleSplash.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenStyleSplash.h">
|
|
|
|
|
</File>
|
2003-01-09 04:45:49 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTest.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTest.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTestFonts.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTestFonts.h">
|
|
|
|
|
</File>
|
2003-10-13 03:28:23 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTestInput.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTestInput.h">
|
|
|
|
|
</File>
|
2003-01-09 04:45:49 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTestSound.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTestSound.h">
|
|
|
|
|
</File>
|
2002-08-23 20:18:29 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTextEntry.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTextEntry.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTitleMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenTitleMenu.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-05-11 08:19:24 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenUnlock.cpp">
|
|
|
|
|
</File>
|
2003-01-11 08:55:21 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenUnlock.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="Data Structures"
|
|
|
|
|
Filter="">
|
2003-10-25 22:00:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Attack.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Attack.h">
|
|
|
|
|
</File>
|
2003-06-04 22:41:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="BannerCache.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="BannerCache.h">
|
|
|
|
|
</File>
|
2003-04-07 03:25:44 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Character.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Character.h">
|
|
|
|
|
</File>
|
2002-09-02 21:59:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="CodeDetector.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="CodeDetector.h">
|
|
|
|
|
</File>
|
2002-06-14 22:25:22 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Course.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Course.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\Font.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Font.h">
|
|
|
|
|
</File>
|
2003-01-16 20:23:49 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="FontCharAliases.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="FontCharAliases.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="FontCharmaps.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="FontCharmaps.h">
|
|
|
|
|
</File>
|
2002-08-13 23:26:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Game.h">
|
|
|
|
|
</File>
|
2002-07-27 19:29:51 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GameConstantsAndTypes.cpp">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-05-01 19:14:55 +00:00
|
|
|
RelativePath="GameConstantsAndTypes.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GameDef.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="GameDef.h">
|
|
|
|
|
</File>
|
2002-07-27 19:29:51 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GameInput.cpp">
|
|
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GameInput.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\GameTypes.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Grade.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Grade.h">
|
|
|
|
|
</File>
|
2003-02-25 00:33:42 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Inventory.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Inventory.h">
|
|
|
|
|
</File>
|
2003-03-09 01:31:15 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="LyricsLoader.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="LyricsLoader.h">
|
|
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MenuInput.h">
|
|
|
|
|
</File>
|
2003-07-20 05:58:15 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ModeChoice.cpp">
|
|
|
|
|
</File>
|
2002-11-11 04:53:31 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ModeChoice.h">
|
|
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NoteData.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteData.h">
|
|
|
|
|
</File>
|
2003-08-11 20:46:36 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NoteDataUtil.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteDataUtil.h">
|
|
|
|
|
</File>
|
2002-06-24 22:04:31 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NoteDataWithScoring.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteDataWithScoring.h">
|
|
|
|
|
</File>
|
2003-04-02 21:55:54 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NoteFieldPositioning.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteFieldPositioning.h">
|
|
|
|
|
</File>
|
2002-08-13 23:26:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NoteTypes.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteTypes.h">
|
|
|
|
|
</File>
|
2002-09-11 05:15:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoader.cpp">
|
|
|
|
|
</File>
|
2002-09-06 23:34:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoader.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderBMS.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderBMS.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderDWI.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderDWI.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderKSF.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderKSF.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderSM.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesLoaderSM.h">
|
|
|
|
|
</File>
|
2002-09-09 00:21:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NotesWriterDWI.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesWriterDWI.h">
|
|
|
|
|
</File>
|
2002-12-13 23:57:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NotesWriterSM.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NotesWriterSM.h">
|
|
|
|
|
</File>
|
2003-04-07 22:07:44 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="PlayerAI.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="PlayerAI.h">
|
|
|
|
|
</File>
|
2003-02-26 00:20:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="PlayerNumber.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="PlayerNumber.h">
|
|
|
|
|
</File>
|
2002-07-27 19:29:51 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="PlayerOptions.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="PlayerOptions.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\RandomSample.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RandomSample.h">
|
|
|
|
|
</File>
|
2003-04-07 21:24:14 +00:00
|
|
|
<File
|
2003-07-01 20:15:39 +00:00
|
|
|
RelativePath="ScoreKeeper.h">
|
2003-04-07 21:24:14 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-07-01 20:15:39 +00:00
|
|
|
RelativePath="ScoreKeeperMAX2.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreKeeperMAX2.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreKeeperRave.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreKeeperRave.h">
|
2003-04-07 21:24:14 +00:00
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\Song.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
2002-05-19 01:59:48 +00:00
|
|
|
RelativePath="Song.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-08-22 09:31:32 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="SongCacheIndex.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SongCacheIndex.h">
|
|
|
|
|
</File>
|
2002-07-27 19:29:51 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="SongOptions.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SongOptions.h">
|
|
|
|
|
</File>
|
2003-01-24 02:43:07 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="StageStats.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="StageStats.h">
|
|
|
|
|
</File>
|
2003-08-03 00:13:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Steps.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Steps.h">
|
|
|
|
|
</File>
|
2002-08-13 23:26:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Style.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\StyleDef.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\StyleDef.h">
|
|
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="StyleInput.h">
|
2002-08-21 19:37:36 +00:00
|
|
|
</File>
|
2003-12-18 04:48:26 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="TimingData.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="TimingData.h">
|
|
|
|
|
</File>
|
2003-02-10 22:59:24 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="TitleSubstitution.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="TitleSubstitution.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="File Types"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\IniFile.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\IniFile.h">
|
|
|
|
|
</File>
|
2002-07-23 01:41:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MsdFile.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MsdFile.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
2002-12-16 02:10:26 +00:00
|
|
|
Name="StepMania"
|
2002-03-30 20:00:13 +00:00
|
|
|
Filter="">
|
2003-09-21 21:03:27 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ProductInfo.h">
|
|
|
|
|
</File>
|
2002-10-24 03:55:07 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="StdString.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\StepMania.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\StepMania.h">
|
|
|
|
|
</File>
|
2003-02-17 02:45:30 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\global.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\global.h">
|
|
|
|
|
</File>
|
2002-11-17 08:39:41 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="arch"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\arch.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\arch.h">
|
|
|
|
|
</File>
|
2002-11-18 21:43:02 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\arch_Win32.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\arch_default.h">
|
|
|
|
|
</File>
|
2002-12-16 02:10:26 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="LoadingWindow"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LoadingWindow\LoadingWindow.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LoadingWindow\LoadingWindow_SDL.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LoadingWindow\LoadingWindow_SDL.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LoadingWindow\LoadingWindow_Win32.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LoadingWindow\LoadingWindow_Win32.h">
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="Sound"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\DSoundHelpers.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\DSoundHelpers.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_DSound.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_DSound.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_DSound_Software.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_DSound_Software.h">
|
|
|
|
|
</File>
|
2003-02-21 22:52:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_Null.cpp">
|
|
|
|
|
</File>
|
2003-02-12 01:54:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_Null.h">
|
|
|
|
|
</File>
|
2002-12-21 08:48:30 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_WaveOut.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Sound\RageSoundDriver_WaveOut.h">
|
|
|
|
|
</File>
|
2002-12-16 02:10:26 +00:00
|
|
|
</Filter>
|
2003-01-24 22:26:02 +00:00
|
|
|
<Filter
|
2003-01-24 23:09:31 +00:00
|
|
|
Name="ArchHooks"
|
2003-01-24 22:26:02 +00:00
|
|
|
Filter="">
|
2003-01-24 23:09:31 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\ArchHooks\ArchHooks.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\ArchHooks\ArchHooks_Win32.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\ArchHooks\ArchHooks_Win32.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\ArchHooks\ArchHooks_none.h">
|
|
|
|
|
</File>
|
2003-01-24 22:26:02 +00:00
|
|
|
</Filter>
|
2003-02-16 01:35:48 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="InputHandler"
|
|
|
|
|
Filter="">
|
2003-07-13 01:35:19 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler.cpp">
|
|
|
|
|
</File>
|
2003-02-16 01:35:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler.h">
|
|
|
|
|
</File>
|
2003-04-12 02:20:38 +00:00
|
|
|
<File
|
2003-06-17 05:24:24 +00:00
|
|
|
RelativePath="arch\InputHandler\InputHandler_DirectInput.cpp">
|
2003-04-12 02:20:38 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-06-17 05:24:24 +00:00
|
|
|
RelativePath="arch\InputHandler\InputHandler_DirectInput.h">
|
2003-04-12 02:20:38 +00:00
|
|
|
</File>
|
2003-06-18 05:43:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler_DirectInputHelper.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler_DirectInputHelper.h">
|
|
|
|
|
</File>
|
2003-12-20 04:13:34 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler_Win32_Para.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler_Win32_Para.h">
|
|
|
|
|
</File>
|
2003-02-16 01:35:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler_Win32_Pump.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\InputHandler\InputHandler_Win32_Pump.h">
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
2003-02-20 03:34:30 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="MovieTexture"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_DShow.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_DShow.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_DShowHelper.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_DShowHelper.h">
|
|
|
|
|
</File>
|
2003-09-02 04:34:36 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_FFMpeg.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_FFMpeg.h">
|
|
|
|
|
</File>
|
2003-07-22 20:24:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_Null.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MovieTexture\MovieTexture_Null.h">
|
|
|
|
|
</File>
|
2003-02-20 03:34:30 +00:00
|
|
|
</Filter>
|
2003-04-07 00:54:32 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="LowLevelWindow"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LowLevelWindow\LowLevelWindow.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LowLevelWindow\LowLevelWindow_SDL.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\LowLevelWindow\LowLevelWindow_SDL.h">
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
2003-11-17 04:22:34 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="Lights"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Lights\LightsDriver.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Lights\LightsDriver_Null.h">
|
|
|
|
|
</File>
|
2003-11-24 00:54:56 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Lights\LightsDriver_SystemMessage.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Lights\LightsDriver_SystemMessage.h">
|
|
|
|
|
</File>
|
2003-11-17 04:22:34 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Lights\LightsDriver_Win32Parallel.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\Lights\LightsDriver_Win32Parallel.h">
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
2003-12-17 10:20:53 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="MemoryCard"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MemoryCard\MemoryCardDriver.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MemoryCard\MemoryCardDriver_Null.h">
|
|
|
|
|
</File>
|
2003-12-18 03:59:44 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MemoryCard\MemoryCardDriver_Windows.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="arch\MemoryCard\MemoryCardDriver_Windows.h">
|
|
|
|
|
</File>
|
2003-12-17 10:20:53 +00:00
|
|
|
</Filter>
|
2002-11-18 21:43:02 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
2002-12-16 02:10:26 +00:00
|
|
|
Name="system"
|
2002-11-18 21:43:02 +00:00
|
|
|
Filter="">
|
|
|
|
|
<File
|
2002-12-16 02:10:26 +00:00
|
|
|
RelativePath="archutils\Win32\AppInstance.cpp">
|
2002-11-18 21:43:02 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-12-16 02:10:26 +00:00
|
|
|
RelativePath="archutils\Win32\AppInstance.h">
|
2002-11-18 21:43:02 +00:00
|
|
|
</File>
|
2003-10-01 08:23:57 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\Crash.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\Crash.h">
|
|
|
|
|
</File>
|
2003-01-24 23:57:02 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\DebugInfoHunt.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\DebugInfoHunt.h">
|
|
|
|
|
</File>
|
2002-12-17 06:33:27 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\GotoURL.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\GotoURL.h">
|
|
|
|
|
</File>
|
2003-10-16 08:56:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\RestartProgram.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\RestartProgram.h">
|
|
|
|
|
</File>
|
2002-11-18 21:43:02 +00:00
|
|
|
<File
|
2002-12-16 02:10:26 +00:00
|
|
|
RelativePath=".\StepMania.ICO">
|
2002-11-18 21:43:02 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-12-16 02:10:26 +00:00
|
|
|
RelativePath=".\StepMania.RC">
|
2002-11-18 21:43:02 +00:00
|
|
|
</File>
|
2003-03-19 20:33:42 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\USB.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\USB.h">
|
|
|
|
|
</File>
|
2003-05-26 23:36:17 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\VideoDriverInfo.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\VideoDriverInfo.h">
|
|
|
|
|
</File>
|
2002-12-20 06:31:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="archutils\Win32\arch_setup.h">
|
|
|
|
|
</File>
|
2002-11-18 21:43:02 +00:00
|
|
|
<File
|
2002-12-16 02:10:26 +00:00
|
|
|
RelativePath=".\resource.h">
|
2002-12-13 08:33:12 +00:00
|
|
|
</File>
|
|
|
|
|
</Filter>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
2003-04-13 00:53:45 +00:00
|
|
|
Name="Actors used in Gameplay and Menus"
|
2002-03-30 20:00:13 +00:00
|
|
|
Filter="">
|
|
|
|
|
<File
|
2003-04-13 00:53:45 +00:00
|
|
|
RelativePath="BGAnimation.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-04-13 00:53:45 +00:00
|
|
|
RelativePath="BGAnimation.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="BGAnimationLayer.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="BGAnimationLayer.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Banner.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Banner.h">
|
|
|
|
|
</File>
|
2003-05-05 04:43:11 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyIcon.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyIcon.h">
|
|
|
|
|
</File>
|
2003-05-13 13:47:08 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MeterDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MeterDisplay.h">
|
|
|
|
|
</File>
|
2003-03-05 08:48:35 +00:00
|
|
|
<File
|
2003-04-13 01:09:19 +00:00
|
|
|
RelativePath="Transition.cpp">
|
2003-03-05 08:48:35 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-04-13 01:09:19 +00:00
|
|
|
RelativePath="Transition.h">
|
2003-03-05 08:48:35 +00:00
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="Actors used in Menus"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\BPMDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\BPMDisplay.h">
|
|
|
|
|
</File>
|
2003-10-23 06:20:09 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ComboGraph.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ComboGraph.h">
|
|
|
|
|
</File>
|
2002-06-14 22:25:22 +00:00
|
|
|
<File
|
2003-02-17 02:45:30 +00:00
|
|
|
RelativePath="CourseContentsList.cpp">
|
2002-06-14 22:25:22 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-02-17 02:45:30 +00:00
|
|
|
RelativePath="CourseContentsList.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="CourseEntryDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="CourseEntryDisplay.h">
|
2002-06-14 22:25:22 +00:00
|
|
|
</File>
|
2003-06-18 07:09:43 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyDisplay.h">
|
|
|
|
|
</File>
|
2003-11-17 04:22:34 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyList.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyList.h">
|
|
|
|
|
</File>
|
2003-03-09 01:31:15 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyMeter.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyMeter.h">
|
|
|
|
|
</File>
|
2003-01-26 02:21:47 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyRating.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DifficultyRating.h">
|
|
|
|
|
</File>
|
2003-12-18 00:15:57 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DualScrollBar.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DualScrollBar.h">
|
|
|
|
|
</File>
|
2003-08-10 23:48:10 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="EditCoursesMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="EditCoursesMenu.h">
|
|
|
|
|
</File>
|
2003-02-11 02:20:38 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="EditMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="EditMenu.h">
|
|
|
|
|
</File>
|
2002-08-13 23:26:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="FadingBanner.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="FadingBanner.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\GradeDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\GradeDisplay.h">
|
|
|
|
|
</File>
|
2003-10-22 22:02:26 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GraphDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="GraphDisplay.h">
|
|
|
|
|
</File>
|
2003-04-02 07:05:10 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GrooveGraph.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="GrooveGraph.h">
|
|
|
|
|
</File>
|
2002-03-31 07:55:25 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GrooveRadar.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="GrooveRadar.h">
|
|
|
|
|
</File>
|
2002-08-25 19:00:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GroupList.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="GroupList.h">
|
|
|
|
|
</File>
|
2003-03-30 18:12:57 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="HelpDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="HelpDisplay.h">
|
|
|
|
|
</File>
|
2003-02-11 02:20:38 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="JukeboxMenu.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="JukeboxMenu.h">
|
|
|
|
|
</File>
|
2003-12-28 08:25:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ListDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ListDisplay.h">
|
|
|
|
|
</File>
|
2003-12-19 04:52:07 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MemoryCardDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MemoryCardDisplay.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MenuElements.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MenuElements.h">
|
|
|
|
|
</File>
|
2002-05-27 08:23:27 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MenuTimer.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MenuTimer.h">
|
|
|
|
|
</File>
|
2003-06-04 22:41:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ModeSwitcher.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ModeSwitcher.h">
|
|
|
|
|
</File>
|
2002-12-13 08:33:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MusicBannerWheel.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MusicBannerWheel.h">
|
|
|
|
|
</File>
|
2002-08-24 06:30:32 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MusicList.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MusicList.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\MusicSortDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\MusicSortDisplay.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\MusicWheel.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\MusicWheel.h">
|
|
|
|
|
</File>
|
2003-02-10 05:30:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MusicWheelItem.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MusicWheelItem.h">
|
|
|
|
|
</File>
|
2002-09-02 21:59:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="OptionIcon.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="OptionIcon.h">
|
|
|
|
|
</File>
|
2002-09-03 06:33:08 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="OptionIconRow.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="OptionIconRow.h">
|
|
|
|
|
</File>
|
2002-08-13 23:26:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="OptionsCursor.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="OptionsCursor.h">
|
|
|
|
|
</File>
|
2003-11-17 06:08:30 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="PaneDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="PaneDisplay.h">
|
|
|
|
|
</File>
|
2002-05-01 19:14:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScrollBar.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScrollBar.h">
|
|
|
|
|
</File>
|
2002-08-27 03:59:22 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScrollingList.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScrollingList.h">
|
|
|
|
|
</File>
|
2002-08-13 23:26:46 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="SnapDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SnapDisplay.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\TextBanner.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\TextBanner.h">
|
|
|
|
|
</File>
|
2003-03-09 01:31:15 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="WheelNotifyIcon.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="WheelNotifyIcon.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
2002-05-27 08:23:27 +00:00
|
|
|
Name="Actors used in Gameplay"
|
2002-03-30 20:00:13 +00:00
|
|
|
Filter="">
|
2003-04-14 22:21:09 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ArrowBackdrop.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ArrowBackdrop.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\ArrowEffects.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\ArrowEffects.h">
|
|
|
|
|
</File>
|
2003-11-27 05:04:02 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="AttackDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="AttackDisplay.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\Background.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Background.h">
|
|
|
|
|
</File>
|
2003-08-20 18:16:15 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="BeginnerHelper.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="BeginnerHelper.h">
|
|
|
|
|
</File>
|
2003-10-02 03:22:57 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="CharacterHead.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="CharacterHead.h">
|
|
|
|
|
</File>
|
2003-07-01 20:15:39 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="CombinedLifeMeterTug.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="CombinedLifeMeterTug.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\Combo.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Combo.h">
|
|
|
|
|
</File>
|
2003-05-05 04:43:11 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="DancingCharacters.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="DancingCharacters.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\GhostArrow.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\GhostArrow.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
2002-04-16 17:31:00 +00:00
|
|
|
RelativePath="GhostArrowRow.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-04-16 17:31:00 +00:00
|
|
|
RelativePath="GhostArrowRow.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\HoldGhostArrow.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\HoldGhostArrow.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
2003-02-17 12:19:42 +00:00
|
|
|
RelativePath="HoldJudgment.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-02-17 12:19:42 +00:00
|
|
|
RelativePath="HoldJudgment.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-02-17 12:19:42 +00:00
|
|
|
RelativePath="Judgment.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2003-02-17 12:19:42 +00:00
|
|
|
RelativePath="Judgment.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="LifeMeter.h">
|
|
|
|
|
</File>
|
2002-04-28 20:42:32 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="LifeMeterBar.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="LifeMeterBar.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-07-23 01:41:40 +00:00
|
|
|
RelativePath="LifeMeterBattery.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-07-23 01:41:40 +00:00
|
|
|
RelativePath="LifeMeterBattery.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-03-19 19:59:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="LyricDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="LyricDisplay.h">
|
|
|
|
|
</File>
|
2002-04-16 17:31:00 +00:00
|
|
|
<File
|
2002-08-13 23:26:46 +00:00
|
|
|
RelativePath="NoteDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteDisplay.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
2002-04-16 17:31:00 +00:00
|
|
|
RelativePath="NoteField.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteField.h">
|
|
|
|
|
</File>
|
2003-10-04 08:23:04 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="PercentageDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="PercentageDisplay.h">
|
|
|
|
|
</File>
|
2003-02-25 00:33:42 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\Player.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Player.h">
|
|
|
|
|
</File>
|
2003-08-01 01:01:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ProTimingDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ProTimingDisplay.h">
|
|
|
|
|
</File>
|
2003-12-23 02:19:23 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\ReceptorArrow.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\ReceptorArrow.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ReceptorArrowRow.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ReceptorArrowRow.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
2002-07-23 01:41:40 +00:00
|
|
|
RelativePath="ScoreDisplay.cpp">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
2002-07-23 01:41:40 +00:00
|
|
|
RelativePath="ScoreDisplay.h">
|
|
|
|
|
</File>
|
2003-02-25 00:33:42 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayBattle.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayBattle.h">
|
|
|
|
|
</File>
|
2002-07-23 01:41:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayNormal.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayNormal.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayOni.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayOni.h">
|
2002-03-30 20:00:13 +00:00
|
|
|
</File>
|
2003-10-05 05:24:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayPercentage.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayPercentage.h">
|
|
|
|
|
</File>
|
2003-04-07 05:14:27 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayRave.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScoreDisplayRave.h">
|
|
|
|
|
</File>
|
2003-03-27 00:49:22 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="TimingAssist.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="TimingAssist.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="Rage"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageBitmapTexture.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageBitmapTexture.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageDisplay.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageDisplay.h">
|
|
|
|
|
</File>
|
2002-12-30 00:49:59 +00:00
|
|
|
<File
|
2003-05-22 05:28:37 +00:00
|
|
|
RelativePath="RageDisplay_D3D.cpp">
|
2003-05-26 19:42:35 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageDisplay_D3D.h">
|
2003-05-22 05:28:37 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageDisplay_OGL.cpp">
|
2003-05-26 19:42:35 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageDisplay_OGL.h">
|
2002-12-30 00:49:59 +00:00
|
|
|
</File>
|
2002-06-14 22:25:22 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageException.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageException.h">
|
|
|
|
|
</File>
|
2003-07-22 20:21:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageFile.cpp">
|
|
|
|
|
</File>
|
2003-12-10 07:38:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageFile.h">
|
|
|
|
|
</File>
|
2003-12-04 08:28:28 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileDriver.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileDriver.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileDriverDirect.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileDriverDirect.h">
|
|
|
|
|
</File>
|
2003-12-10 07:38:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileDriverZip.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileDriverZip.h">
|
|
|
|
|
</File>
|
2003-12-04 08:28:28 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageFileManager.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageInput.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageInput.h">
|
|
|
|
|
</File>
|
2003-02-15 18:49:18 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageInputDevice.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageInputDevice.h">
|
|
|
|
|
</File>
|
2002-05-01 19:14:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageLog.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageLog.h">
|
|
|
|
|
</File>
|
2002-10-28 05:30:45 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageMath.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageMath.h">
|
|
|
|
|
</File>
|
2002-12-13 08:33:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSound.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSound.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundManager.h">
|
|
|
|
|
</File>
|
2003-09-10 21:33:35 +00:00
|
|
|
<File
|
2003-09-13 06:10:14 +00:00
|
|
|
RelativePath="RageSoundReader.h">
|
2003-09-10 21:33:35 +00:00
|
|
|
</File>
|
2002-12-27 23:14:56 +00:00
|
|
|
<File
|
2003-09-13 06:10:14 +00:00
|
|
|
RelativePath="RageSoundReader_FileReader.cpp">
|
2002-12-27 23:14:56 +00:00
|
|
|
</File>
|
2003-06-22 02:06:49 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_FileReader.h">
|
|
|
|
|
</File>
|
2003-09-13 01:16:05 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_MP3.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_MP3.h">
|
|
|
|
|
</File>
|
2003-03-15 23:34:11 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Preload.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Preload.h">
|
|
|
|
|
</File>
|
2003-04-23 19:10:01 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Resample.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Resample.h">
|
|
|
|
|
</File>
|
2003-09-24 22:36:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Resample_Fast.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Resample_Fast.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Resample_Good.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Resample_Good.h">
|
|
|
|
|
</File>
|
2003-09-13 04:48:41 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Vorbisfile.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_Vorbisfile.h">
|
|
|
|
|
</File>
|
2003-09-10 21:33:35 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_WAV.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundReader_WAV.h">
|
|
|
|
|
</File>
|
2003-04-23 07:17:31 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundResampler.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSoundResampler.h">
|
|
|
|
|
</File>
|
2003-07-26 22:47:55 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageSounds.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageSounds.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageTexture.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageTexture.h">
|
|
|
|
|
</File>
|
2003-11-07 20:53:42 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageTextureID.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageTextureID.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageTextureManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageTextureManager.h">
|
|
|
|
|
</File>
|
2002-12-13 08:33:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageThreads.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageThreads.h">
|
|
|
|
|
</File>
|
2002-06-14 22:25:22 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageTimer.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageTimer.h">
|
|
|
|
|
</File>
|
2002-10-28 05:30:45 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageTypes.h">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageUtil.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\RageUtil.h">
|
|
|
|
|
</File>
|
2003-05-21 00:08:58 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageUtil_CharConversions.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageUtil_CharConversions.h">
|
|
|
|
|
</File>
|
2003-07-03 02:41:27 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="RageUtil_FileDB.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="RageUtil_FileDB.h">
|
|
|
|
|
</File>
|
2002-10-24 03:55:07 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="Helpers"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SDL_dither.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SDL_dither.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
2002-10-28 06:19:23 +00:00
|
|
|
RelativePath="SDL_rotozoom.cpp">
|
2002-10-24 03:55:07 +00:00
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SDL_rotozoom.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SDL_utils.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="SDL_utils.h">
|
|
|
|
|
</File>
|
2002-11-17 08:39:41 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="glext.h">
|
|
|
|
|
</File>
|
2003-01-05 02:47:42 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="regex.c">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="regex.h">
|
|
|
|
|
</File>
|
2003-06-27 19:59:05 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="pcre"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="pcre\get.c">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="pcre\internal.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="pcre\maketables.c">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="pcre\pcre.c">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="pcre\pcre.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="pcre\study.c">
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
2002-10-24 03:55:07 +00:00
|
|
|
</Filter>
|
2002-03-30 20:00:13 +00:00
|
|
|
</Filter>
|
2002-05-19 01:59:48 +00:00
|
|
|
<Filter
|
|
|
|
|
Name="Actors"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Actor.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Actor.h">
|
|
|
|
|
</File>
|
2003-04-03 22:10:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ActorCollision.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\ActorFrame.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\ActorFrame.h">
|
|
|
|
|
</File>
|
2003-04-03 22:10:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ActorScroller.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ActorScroller.h">
|
|
|
|
|
</File>
|
2003-07-07 01:29:18 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ActorUtil.cpp">
|
|
|
|
|
</File>
|
2003-04-13 21:17:14 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ActorUtil.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\BitmapText.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\BitmapText.h">
|
|
|
|
|
</File>
|
2003-04-25 21:05:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Milkshape.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Model.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Model.h">
|
|
|
|
|
</File>
|
2003-05-11 08:19:24 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ModelTypes.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ModelTypes.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Quad.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Sprite.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\Sprite.h">
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="Global Singletons"
|
|
|
|
|
Filter="">
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="AnnouncerManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="AnnouncerManager.h">
|
|
|
|
|
</File>
|
2003-07-12 19:57:56 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="arch\ArchHooks\ArchHooks.cpp">
|
|
|
|
|
</File>
|
2003-10-14 09:54:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="Bookkeeper.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="Bookkeeper.h">
|
|
|
|
|
</File>
|
2003-12-17 03:54:38 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="CombinedLifeMeter.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\FontManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\FontManager.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\GameManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\GameManager.h">
|
|
|
|
|
</File>
|
2002-07-23 01:41:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="GameState.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="GameState.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="InputFilter.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="InputFilter.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="InputMapper.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="InputMapper.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="InputQueue.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="InputQueue.h">
|
|
|
|
|
</File>
|
2003-11-17 04:22:34 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="LightsManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="LightsManager.h">
|
|
|
|
|
</File>
|
2003-12-17 03:56:32 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="MemoryCardManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="MemoryCardManager.h">
|
|
|
|
|
</File>
|
2003-02-06 07:32:57 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="NoteSkinManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="NoteSkinManager.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\PrefsManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\PrefsManager.h">
|
|
|
|
|
</File>
|
2003-09-08 07:21:41 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ProfileManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ProfileManager.h">
|
|
|
|
|
</File>
|
2003-03-12 01:26:44 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="ScreenManager.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\SongManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\SongManager.h">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\ThemeManager.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath=".\ThemeManager.h">
|
|
|
|
|
</File>
|
2003-05-11 08:19:24 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="UnlockSystem.cpp">
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="UnlockSystem.h">
|
|
|
|
|
</File>
|
2002-05-19 01:59:48 +00:00
|
|
|
</Filter>
|
2002-11-18 21:43:02 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="StepMania.xpm">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\error.bmp">
|
|
|
|
|
</File>
|
2002-09-09 00:21:12 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="error2.bmp">
|
|
|
|
|
</File>
|
2002-07-31 19:40:40 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath="loading.bmp">
|
|
|
|
|
</File>
|
2002-03-30 20:00:13 +00:00
|
|
|
<File
|
|
|
|
|
RelativePath=".\splash.bmp">
|
|
|
|
|
</File>
|
|
|
|
|
</Files>
|
|
|
|
|
<Globals>
|
|
|
|
|
</Globals>
|
|
|
|
|
</VisualStudioProject>
|