summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ManaWorld.sln24
-rw-r--r--ManaWorld.vcproj322
-rw-r--r--keyboard.datbin0 -> 11374 bytes
3 files changed, 346 insertions, 0 deletions
diff --git a/ManaWorld.sln b/ManaWorld.sln
new file mode 100644
index 00000000..c9610635
--- /dev/null
+++ b/ManaWorld.sln
@@ -0,0 +1,24 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ManaWorld", "ManaWorld.vcproj", "{DE31E83E-62BD-460E-8E6A-648CF98CC5A4}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Profile = Profile
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Debug.ActiveCfg = Debug|Win32
+ {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Debug.Build.0 = Debug|Win32
+ {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Profile.ActiveCfg = Debug|Win32
+ {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Profile.Build.0 = Debug|Win32
+ {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Release.ActiveCfg = Release|Win32
+ {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj
new file mode 100644
index 00000000..2c4f1f24
--- /dev/null
+++ b/ManaWorld.vcproj
@@ -0,0 +1,322 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="ManaWorld"
+ ProjectGUID="{DE31E83E-62BD-460E-8E6A-648CF98CC5A4}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="alleg.lib masking.lib alfont.lib ws2_32.lib"
+ OutputFile="$(OutDir)/ManaWorld.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/ManaWorld.pdb"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="sdl_mixer.lib sdl.lib alleg.lib ws2_32.lib masking.lib alfont.lib"
+ OutputFile="The Mana World.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Profile|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1">
+ <Tool
+ Name="VCCLCompilerTool"
+ RuntimeLibrary="2"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="allp.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\being.cpp">
+ </File>
+ <File
+ RelativePath=".\chat.cpp">
+ </File>
+ <File
+ RelativePath=".\game.cpp">
+ </File>
+ <File
+ RelativePath=".\gui.cpp">
+ </File>
+ <File
+ RelativePath=".\main.cpp">
+ </File>
+ <File
+ RelativePath=".\map.cpp">
+ </File>
+ <File
+ RelativePath=".\npc.cpp">
+ </File>
+ <File
+ RelativePath=".\Sound\Sound.cpp">
+ </File>
+ <File
+ RelativePath=".\Graphic\SuperEagle.cpp">
+ </File>
+ <Filter
+ Name="Net"
+ Filter="">
+ <File
+ RelativePath=".\Net\char_server.cpp">
+ </File>
+ <File
+ RelativePath=".\Net\login_server.cpp">
+ </File>
+ <File
+ RelativePath=".\Net\map_server.cpp">
+ </File>
+ <File
+ RelativePath=".\Net\net.cpp">
+ </File>
+ <File
+ RelativePath=".\Net\packet_buffer.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Gui"
+ Filter="">
+ <File
+ RelativePath=".\Gui\char_del_dialog.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\char_dialog.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\char_sel_dialog.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\chat_dialog.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\ColoredTextArea.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\dialog.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\lexgui.c">
+ </File>
+ <File
+ RelativePath=".\Gui\login_dialog.cpp">
+ </File>
+ <File
+ RelativePath=".\Gui\TextBox.cpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\being.h">
+ </File>
+ <File
+ RelativePath=".\chat.h">
+ </File>
+ <File
+ RelativePath=".\game.h">
+ </File>
+ <File
+ RelativePath=".\item.h">
+ </File>
+ <File
+ RelativePath=".\map.h">
+ </File>
+ <File
+ RelativePath=".\player.h">
+ </File>
+ <File
+ RelativePath=".\Sound.h">
+ </File>
+ <File
+ RelativePath=".\Graphic\SuperEagle.h">
+ </File>
+ <Filter
+ Name="Net"
+ Filter="">
+ <File
+ RelativePath=".\Net\char_server.h">
+ </File>
+ <File
+ RelativePath=".\Net\login_server.h">
+ </File>
+ <File
+ RelativePath=".\Net\map_server.h">
+ </File>
+ <File
+ RelativePath=".\Net\net.h">
+ </File>
+ <File
+ RelativePath=".\Net\packet_buffer.h">
+ </File>
+ <File
+ RelativePath=".\Net\server_includes.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Gui"
+ Filter="">
+ <File
+ RelativePath=".\Gui\char_del_dialog.h">
+ </File>
+ <File
+ RelativePath=".\Gui\char_dialog.h">
+ </File>
+ <File
+ RelativePath=".\Gui\char_sel_dialog.h">
+ </File>
+ <File
+ RelativePath=".\Gui\chat_dialog.h">
+ </File>
+ <File
+ RelativePath=".\Gui\ColoredTextArea.h">
+ </File>
+ <File
+ RelativePath=".\Gui\dialog.h">
+ </File>
+ <File
+ RelativePath=".\gui.h">
+ </File>
+ <File
+ RelativePath=".\Gui\lexgui.h">
+ </File>
+ <File
+ RelativePath=".\Gui\login_dialog.h">
+ </File>
+ <File
+ RelativePath=".\Gui\TextBox.h">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/keyboard.dat b/keyboard.dat
new file mode 100644
index 00000000..7d62923e
--- /dev/null
+++ b/keyboard.dat
Binary files differ