Restructure repository to include all source folders

Move git root from Client/ to src/ to track all source code:
- Client: Game client source (moved to Client/Client/)
- Server: Game server source
- GameTools: Development tools
- CryptoSource: Encryption utilities
- database: Database scripts
- Script: Game scripts
- rylCoder_16.02.2008_src: Legacy coder tools
- GMFont, Game: Additional resources

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 20:17:20 +09:00
parent 5d3cd64a25
commit dd97ddec92
11602 changed files with 1446576 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\cl.command.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\CL.read.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\CL.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\MEMORYMANAGER\DEBUG\GMMEMORY.OBJ
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\lib.command.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\Lib-link.read.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\Lib-link.write.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Debug\vc100.idb
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\MEMORYMANAGER\DEBUG\VC100.PDB
C:\PROJECT\TRUNK\SERVER\LIBRARY\DEBUG\GMMEMORY.LIB

View File

@@ -0,0 +1,2 @@
#v4.0:v100:false
Debug|Win32|C:\project\trunk\Server\RylServerProject\|

View File

@@ -0,0 +1,22 @@
Build started 28.12.2011 16:16:57.
1>Project "C:\project\trunk\Server\RylServerProject\MemoryManager\MemoryManager.vcxproj" on node 2 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "../../Intermediate/MemoryManager/Debug\MemoryManager.lastbuildstate".
InitializeBuildStatus:
Creating "../../Intermediate/MemoryManager/Debug\MemoryManager.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _LIB /D WIN32 /D _DEBUG /D _LIB /D _WINDOWS /D _USE_32BIT_TIME_T /D _MBCS /Gm /EHsc /RTC1 /MDd /GS- /fp:precise /Zc:wchar_t /Zc:forScope /Fo"../../Intermediate/MemoryManager/Debug\\" /Fd"../../Intermediate/MemoryManager/Debug\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt GMMemory.cpp
GMMemory.cpp
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\project\trunk\Server\RylServerProject\MemoryManager\../../Library/Debug\MemoryManager.lib) does not match the Library's OutputFile property value (C:\project\trunk\Server\Library\Debug\GMMemory.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(MemoryManager) does not match the Library's OutputFile property value (GMMemory). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"../../Library/Debug\GMMemory.lib" /NOLOGO ../../Intermediate/MemoryManager/Debug\GMMemory.obj
MemoryManager.vcxproj -> C:\project\trunk\Server\RylServerProject\MemoryManager\../../Library/Debug\MemoryManager.lib
FinalizeBuildStatus:
Deleting file "../../Intermediate/MemoryManager/Debug\MemoryManager.unsuccessfulbuild".
Touching "../../Intermediate/MemoryManager/Debug\MemoryManager.lastbuildstate".
1>Done Building Project "C:\project\trunk\Server\RylServerProject\MemoryManager\MemoryManager.vcxproj" (rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:01.08

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,9 @@
C:\project\trunk\Server\Intermediate\MemoryManager\Release\cl.command.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Release\CL.read.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Release\CL.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\MEMORYMANAGER\RELEASE\GMMEMORY.OBJ
C:\project\trunk\Server\Intermediate\MemoryManager\Release\lib.command.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Release\Lib-link.read.1.tlog
C:\project\trunk\Server\Intermediate\MemoryManager\Release\Lib-link.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\MEMORYMANAGER\RELEASE\VC100.PDB
C:\PROJECT\TRUNK\SERVER\LIBRARY\RELEASE\GMMEMORY.LIB

View File

@@ -0,0 +1,2 @@
#v4.0:v100:false
Release|Win32|C:\project\trunk\Server\RylServerProject\|

View File

@@ -0,0 +1,22 @@
Build started 28.12.2011 16:17:35.
1>Project "C:\project\trunk\Server\RylServerProject\MemoryManager\MemoryManager.vcxproj" on node 2 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "../../Intermediate/MemoryManager/Release\MemoryManager.lastbuildstate".
InitializeBuildStatus:
Creating "../../Intermediate/MemoryManager/Release\MemoryManager.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D NDEBUG /D NO_GAMEGUARD /D _LIB /D _USE_32BIT_TIME_T /Gm- /EHsc /MD /GS- /arch:SSE2 /fp:precise /Zc:wchar_t /Zc:forScope /Fo"../../Intermediate/MemoryManager/Release\\" /Fd"../../Intermediate/MemoryManager/Release\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt GMMemory.cpp
GMMemory.cpp
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(C:\project\trunk\Server\RylServerProject\MemoryManager\../../Library/Release\MemoryManager.lib) does not match the Library's OutputFile property value (C:\project\trunk\Server\Library\Release\GMMemory.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(MemoryManager) does not match the Library's OutputFile property value (GMMemory). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"../../Library/Release\GMMemory.lib" /NOLOGO ../../Intermediate/MemoryManager/Release\GMMemory.obj
MemoryManager.vcxproj -> C:\project\trunk\Server\RylServerProject\MemoryManager\../../Library/Release\MemoryManager.lib
FinalizeBuildStatus:
Deleting file "../../Intermediate/MemoryManager/Release\MemoryManager.unsuccessfulbuild".
Touching "../../Intermediate/MemoryManager/Release\MemoryManager.lastbuildstate".
1>Done Building Project "C:\project\trunk\Server\RylServerProject\MemoryManager\MemoryManager.vcxproj" (rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:00.69

Binary file not shown.