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,91 @@
Build started 28.12.2011 16:17:36.
1>Project "C:\project\trunk\Server\RylServerProject\BaseLibrary\BaseLibrary.vcxproj" on node 3 (rebuild target(s)).
1>_PrepareForClean:
Deleting file "../../Intermediate/BaseLibrary/Release\BaseLibrary.lastbuildstate".
InitializeBuildStatus:
Creating "../../Intermediate/BaseLibrary/Release\BaseLibrary.unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /I./ /I../ /I../MemoryManager /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 /openmp /Fo"../../Intermediate/BaseLibrary/Release\\" /Fd"../../Intermediate/BaseLibrary/Release\vc100.pdb" /Gd /TP /wd4996 /wd4819 /wd4482 /analyze- /errorReport:prompt Network\Dispatch\Dispatch.cpp Network\Dispatch\ServerRequest.cpp Network\Iocp\CompletionHandler.cpp Network\Iocp\IOCPNet.cpp Network\Iocp\IOWorker.cpp Network\Iocp\Overlapped.cpp Network\Listener\Listener.cpp Network\Session\Session.cpp Network\Session\SessionMgr.cpp Network\Session\SessionPolicy.cpp Network\Winsock\SocketFactory.cpp Network\Address\INET_Addr.cpp Stream\Buffer\Buffer.cpp Stream\Buffer\BufferFactory.cpp Stream\Buffer\BufferQueue.cpp Thread\ThreadMgr.cpp Log\ServerLog.cpp Utility\Debug\DebugUtils.cpp Utility\Debug\ExceptionReport.cpp Utility\Debug\PerformanceCheck.cpp Utility\Math\Math.cpp Utility\Math\PseudoRandom.cpp Utility\Math\Random.cpp Utility\Compress\MiniLZO\minilzo.cpp Utility\Compress\MiniLZO\miniLZOWrapper.cpp Utility\Registry\RegFunctions.cpp Utility\Time\Pulse\Pulse.cpp Utility\checksum\Crc32Static.cpp Utility\checksum\Crc8Static.cpp Utility\File\MappedFile.cpp Pattern\Command.cpp Pattern\CommandQueue.cpp Db\OLEDB.cpp Memory\MemoryPool.cpp stdafx.cpp
Dispatch.cpp
ServerRequest.cpp
CompletionHandler.cpp
IOCPNet.cpp
IOWorker.cpp
Overlapped.cpp
Listener.cpp
Session.cpp
SessionMgr.cpp
SessionPolicy.cpp
SocketFactory.cpp
INET_Addr.cpp
Buffer.cpp
BufferFactory.cpp
BufferQueue.cpp
ThreadMgr.cpp
ServerLog.cpp
DebugUtils.cpp
ExceptionReport.cpp
PerformanceCheck.cpp
Generating Code...
Compiling...
Math.cpp
PseudoRandom.cpp
Random.cpp
minilzo.cpp
miniLZOWrapper.cpp
RegFunctions.cpp
Pulse.cpp
Crc32Static.cpp
Crc8Static.cpp
MappedFile.cpp
Command.cpp
CommandQueue.cpp
OLEDB.cpp
MemoryPool.cpp
stdafx.cpp
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\Lib.exe /OUT:"../../Library/Release\BaseLibrary.lib" ws2_32.lib /NOLOGO ../../Intermediate/BaseLibrary/Release\Dispatch.obj
../../Intermediate/BaseLibrary/Release\ServerRequest.obj
../../Intermediate/BaseLibrary/Release\CompletionHandler.obj
../../Intermediate/BaseLibrary/Release\IOCPNet.obj
../../Intermediate/BaseLibrary/Release\IOWorker.obj
../../Intermediate/BaseLibrary/Release\Overlapped.obj
../../Intermediate/BaseLibrary/Release\Listener.obj
../../Intermediate/BaseLibrary/Release\Session.obj
../../Intermediate/BaseLibrary/Release\SessionMgr.obj
../../Intermediate/BaseLibrary/Release\SessionPolicy.obj
../../Intermediate/BaseLibrary/Release\SocketFactory.obj
../../Intermediate/BaseLibrary/Release\INET_Addr.obj
../../Intermediate/BaseLibrary/Release\Buffer.obj
../../Intermediate/BaseLibrary/Release\BufferFactory.obj
../../Intermediate/BaseLibrary/Release\BufferQueue.obj
../../Intermediate/BaseLibrary/Release\ThreadMgr.obj
../../Intermediate/BaseLibrary/Release\ServerLog.obj
../../Intermediate/BaseLibrary/Release\DebugUtils.obj
../../Intermediate/BaseLibrary/Release\ExceptionReport.obj
../../Intermediate/BaseLibrary/Release\PerformanceCheck.obj
../../Intermediate/BaseLibrary/Release\Math.obj
../../Intermediate/BaseLibrary/Release\PseudoRandom.obj
../../Intermediate/BaseLibrary/Release\Random.obj
../../Intermediate/BaseLibrary/Release\minilzo.obj
../../Intermediate/BaseLibrary/Release\miniLZOWrapper.obj
../../Intermediate/BaseLibrary/Release\RegFunctions.obj
../../Intermediate/BaseLibrary/Release\Pulse.obj
../../Intermediate/BaseLibrary/Release\Crc32Static.obj
../../Intermediate/BaseLibrary/Release\Crc8Static.obj
../../Intermediate/BaseLibrary/Release\MappedFile.obj
../../Intermediate/BaseLibrary/Release\Command.obj
../../Intermediate/BaseLibrary/Release\CommandQueue.obj
../../Intermediate/BaseLibrary/Release\OLEDB.obj
../../Intermediate/BaseLibrary/Release\MemoryPool.obj
../../Intermediate/BaseLibrary/Release\stdafx.obj
BaseLibrary.vcxproj -> C:\project\trunk\Server\RylServerProject\BaseLibrary\../../Library/Release\BaseLibrary.lib
FinalizeBuildStatus:
Deleting file "../../Intermediate/BaseLibrary/Release\BaseLibrary.unsuccessfulbuild".
Touching "../../Intermediate/BaseLibrary/Release\BaseLibrary.lastbuildstate".
1>Done Building Project "C:\project\trunk\Server\RylServerProject\BaseLibrary\BaseLibrary.vcxproj" (rebuild target(s)).
Build succeeded.
Time Elapsed 00:00:23.79