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

View File

@@ -0,0 +1,38 @@
../../Executable/Release\RylAuthServer.pdb
C:\PROJECT\TRUNK\SERVER\EXECUTABLE\RELEASE\RYLAUTHSERVER.EXE
C:\project\trunk\Server\Executable\Release\RylAuthServer.exp
C:\project\trunk\Server\Executable\Release\RylAuthServer.lib
C:\PROJECT\TRUNK\SERVER\EXECUTABLE\RELEASE\RYLAUTHSERVER.PDB
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\AUTHAGENTDISPATCH.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\AUTHAGENTSERVERTABLE.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\AUTHCLIENTDISPATH.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\AUTHCLIENTSEND.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\AUTHORIZETHREAD.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\AUTHORIZEUSER.OBJ
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\cl.command.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\CL.read.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\CL.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\ITEMCREATOR.OBJ
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\link.command.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\link.read.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\link.write.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\link-cvtres.read.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\link-cvtres.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\MASTERPASSWORD.OBJ
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\mt.command.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\mt.read.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\mt.write.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\rc.command.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\rc.read.1.tlog
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\rc.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\RYLAUTHSERVER.EXE.INTERMEDIATE.MANIFEST
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\RYLAUTHSERVER.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\RYLAUTHSERVER.RES
C:\project\trunk\Server\Intermediate\RylAuthServer\Release\RylAuthServer.write.1.tlog
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\RYLAUTHSERVERCOMMANDS.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\RYLAUTHSERVERMAIN.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\RYLAUTHSERVERWINDOW.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\SENDUSERLOGINOUT.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\STDAFX.OBJ
C:\PROJECT\TRUNK\SERVER\INTERMEDIATE\RYLAUTHSERVER\RELEASE\VC100.PDB
C:\project\trunk\Server\RylServerProject\RylAuthServer\../../Executable/Release\RylAuthServer.exe

View File

@@ -0,0 +1,10 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level='asInvoker' uiAccess='false' />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

View File

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

View File

@@ -0,0 +1,59 @@
Build started 28.12.2011 16:24:53.
1>Project "C:\project\trunk\Server\RylServerProject\RylAuthServer\RylAuthServer.vcxproj" on node 5 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "../../Intermediate/RylAuthServer/Release\RylAuthServer.lastbuildstate".
InitializeBuildStatus:
Creating "../../Intermediate/RylAuthServer/Release\RylAuthServer.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I../ /I./ /I../BaseLibrary /I../RylServerLibrary /I../RylGameLibrary /I../MemoryManager /I../NFAuthClient /Zi /nologo /W3 /WX- /O2 /Oy- /D WIN32 /D NDEBUG /D NO_GAMEGUARD /D _WINDOWS /D _USE_32BIT_TIME_T /Gm- /EHsc /MD /GS- /arch:SSE2 /fp:precise /Zc:wchar_t /Zc:forScope /openmp /Fo"../../Intermediate/RylAuthServer/Release\\" /Fd"../../Intermediate/RylAuthServer/Release\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt AuthAgentDispatch.cpp AuthAgentServerTable.cpp AuthClientDispath.cpp AuthClientSend.cpp AuthorizeThread.cpp AuthorizeUser.cpp ItemCreator.cpp MasterPassword.cpp RylAuthServer.cpp RylAuthServerCommands.cpp RylAuthServerMain.cpp RylAuthServerWindow.cpp SendUserLoginout.cpp stdafx.cpp
AuthAgentDispatch.cpp
AuthAgentServerTable.cpp
AuthClientDispath.cpp
AuthClientSend.cpp
AuthorizeThread.cpp
AuthorizeUser.cpp
ItemCreator.cpp
MasterPassword.cpp
RylAuthServer.cpp
RylAuthServerCommands.cpp
RylAuthServerMain.cpp
RylAuthServerWindow.cpp
SendUserLoginout.cpp
stdafx.cpp
Generating Code...
ResourceCompile:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /l"0x0409" /nologo /fo"../../Intermediate/RylAuthServer/Release\RylAuthServer.res" RylAuthServer.rc
Link:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"../../Executable/Release\RylAuthServer.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NODEFAULTLIB:LIBCMT /NODEFAULTLIB:LIBCMTD /MANIFEST /ManifestFile:"../../Intermediate/RylAuthServer/Release\RylAuthServer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\project\trunk\Server\Executable\Release\RylAuthServer.pdb" /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /TLBID:1 /DYNAMICBASE /NXCOMPAT:NO /IMPLIB:"../../Executable/Release\RylAuthServer.lib" /MACHINE:X86 ../../Intermediate/RylAuthServer/Release\RylAuthServer.res
../../Intermediate/RylAuthServer/Release\AuthAgentDispatch.obj
../../Intermediate/RylAuthServer/Release\AuthAgentServerTable.obj
../../Intermediate/RylAuthServer/Release\AuthClientDispath.obj
../../Intermediate/RylAuthServer/Release\AuthClientSend.obj
../../Intermediate/RylAuthServer/Release\AuthorizeThread.obj
../../Intermediate/RylAuthServer/Release\AuthorizeUser.obj
../../Intermediate/RylAuthServer/Release\ItemCreator.obj
../../Intermediate/RylAuthServer/Release\MasterPassword.obj
../../Intermediate/RylAuthServer/Release\RylAuthServer.obj
../../Intermediate/RylAuthServer/Release\RylAuthServerCommands.obj
../../Intermediate/RylAuthServer/Release\RylAuthServerMain.obj
../../Intermediate/RylAuthServer/Release\RylAuthServerWindow.obj
../../Intermediate/RylAuthServer/Release\SendUserLoginout.obj
../../Intermediate/RylAuthServer/Release\stdafx.obj
C:\project\trunk\Server\Library\Release\GMMemory.lib
C:\project\trunk\Server\Library\Release\BaseLibrary.lib
C:\project\trunk\Server\Library\Release\RylServerLibrary.lib
C:\project\trunk\Server\Library\Release\ScriptEngine.lib
C:\project\trunk\Server\Library\Release\zlib.lib
C:\project\trunk\Server\Library\Release\RylGameLibrary.lib
Creating library ../../Executable/Release\RylAuthServer.lib and object ../../Executable/Release\RylAuthServer.exp
RylAuthServer.vcxproj -> C:\project\trunk\Server\RylServerProject\RylAuthServer\../../Executable/Release\RylAuthServer.exe
Manifest:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\mt.exe /nologo /verbose /outputresource:"../../Executable/Release\RylAuthServer.exe;#1" /manifest ../../Intermediate/RylAuthServer/Release\RylAuthServer.exe.intermediate.manifest
FinalizeBuildStatus:
Deleting file "../../Intermediate/RylAuthServer/Release\RylAuthServer.unsuccessfulbuild".
Touching "../../Intermediate/RylAuthServer/Release\RylAuthServer.lastbuildstate".
1>Done Building Project "C:\project\trunk\Server\RylServerProject\RylAuthServer\RylAuthServer.vcxproj" (rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:24.86

View File

@@ -0,0 +1,5 @@
^C:\project\trunk\Server\RylServerProject\RylAuthServer\RylAuthServer.vcxproj
C:\project\trunk\Server\Executable\Release\RylAuthServer.lib
C:\project\trunk\Server\Executable\Release\RylAuthServer.lib
C:\project\trunk\Server\Executable\Release\RylAuthServer.exp
C:\project\trunk\Server\Executable\Release\RylAuthServer.exp

View File

@@ -0,0 +1 @@
<EFBFBD><EFBFBD>

View File

@@ -0,0 +1 @@
<EFBFBD><EFBFBD>

Binary file not shown.

Binary file not shown.