Initial commit: ROW Client source code

Game client codebase including:
- CharacterActionControl: Character and creature management
- GlobalScript: Network, items, skills, quests, utilities
- RYLClient: Main client application with GUI and event handlers
- Engine: 3D rendering engine (RYLGL)
- MemoryManager: Custom memory allocation
- Library: Third-party dependencies (DirectX, boost, etc.)
- Tools: Development utilities

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 16:24:34 +09:00
commit e067522598
5135 changed files with 1745744 additions and 0 deletions

View File

@@ -0,0 +1,139 @@
//Microsoft Developer Studio generated resource script.
//
#include "dicfgres.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE DISCARDABLE
BEGIN
"dicfgres.h\0"
END
2 TEXTINCLUDE DISCARDABLE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_AXESGLYPH BITMAP DISCARDABLE "axesglyph.bmp"
IDB_BUTTONGLYPH BITMAP DISCARDABLE "buttonglyph.bmp"
IDB_CHECKGLYPH BITMAP DISCARDABLE "checkglyph.bmp"
IDB_HATGLYPH BITMAP DISCARDABLE "hatglyph.bmp"
IDB_IB BITMAP DISCARDABLE "ib.bmp"
IDB_IB2 BITMAP DISCARDABLE "ib2.bmp"
IDB_CHECKGLYPHDARK BITMAP DISCARDABLE "bitmap1.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_DCONFIG_PRODUCTNAME "Device Action Configuration"
IDS_BUTTON_OK "OK"
IDS_TITLE_NOLOADVIEWIMAGE "Failed to Load Image"
IDS_NULLPATH "The path was NULL."
IDS_COULDNOTCREATEIMAGEFROMFILE "Could not create image from file ""%s""."
IDS_BUTTON_CANCEL "Cancel"
IDS_BUTTON_RESET "Reset"
IDS_INFOMSG_VIEW_TAB "Click to select a different device."
IDS_INFOMSG_VIEW_TABSCROLL "Click to scroll device tabs."
IDS_INFOMSG_VIEW_DEVICE "The current settings for this device are displayed to the right."
IDS_INFOMSG_VIEW_SORTDISABLED
"Click to show assigned actions at the top of the list."
IDS_INFOMSG_VIEW_SORTENABLED "Click to disable list sorting."
IDS_INFOMSG_VIEW_VIEWSEL "Click to see another view of this device."
IDS_INFOMSG_VIEW_OK "Click to close this window."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_INFOMSG_VIEW_USERNAME "Displays the current user for this device."
IDS_INFOMSG_VIEW_GAMEMODE "Show settings for another mode."
IDS_INFOMSG_EDIT_TAB "Click to select a different device."
IDS_INFOMSG_EDIT_TABSCROLL "Click to scroll device tabs."
IDS_INFOMSG_EDIT_DEVICE "Select a control with the mouse, by moving an axis or by pressing a button."
IDS_INFOMSG_EDIT_SORTDISABLED
"Click to show assigned actions at the top of the list."
IDS_INFOMSG_EDIT_SORTENABLED "Click to disable list sorting."
IDS_INFOMSG_EDIT_VIEWSEL "Click to see another view of this device."
IDS_INFOMSG_EDIT_RESET "Click to return to the recommended settings for this device."
IDS_INFOMSG_EDIT_OK "Click to accept changes and close this dialog."
IDS_INFOMSG_EDIT_CANCEL "Click to cancel changes."
IDS_INFOMSG_EDIT_ACTLISTDISABLED
"Select a control on the device to be configured."
IDS_INFOMSG_EDIT_ACTLISTENABLED
"Press the Enter key, or double click the control to begin configuring it."
IDS_INFOMSG_EDIT_USERNAME "Assign this device to a player."
IDS_INFOMSG_EDIT_GAMEMODE "Configure for a different mode."
IDS_INFOMSG_DEF_EDIT "Select a control with the mouse, by moving an axis or by pressing a button."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_INFOMSG_DEF_VIEW "The current settings for this device are displayed to the right."
IDS_INFOMSG_EDIT_CTRLSELECTED
"Edit the action assigned to this control by pressing ENTER or double clicking the control."
IDS_INFOMSG_EDIT_EDITMODEENABLED
"Choose an action for this control from the list. Press [Delete] to remove an action from the device. Press [Escape] to stop changes."
IDS_INFOMSG_EDIT_KEYBOARD
"Select a control with the mouse or by pressing a key."
IDS_INFOMSG_EDIT_MOUSE "Select a control with the mouse."
IDS_INFOMSG_APPFIXEDSELECT "This control cannot be remapped."
IDS_INFO_TITLE "Information"
IDS_PLAYER_TITLE "Player"
IDS_GENRE_TITLE "Game Mode"
IDS_AVAILABLEACTIONS_TITLE "Available Actions"
IDS_SORTASSIGNED "Sort Assigned"
IDS_AXISACTIONS "Axis Actions"
IDS_BUTTONACTIONS "Button Actions"
IDS_POVACTIONS "POV Actions"
IDS_LISTHEADER_CTRL "Controls"
IDS_LISTHEADER_ACTION "Actions"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_RESETMSG "Resetting the device..."
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////