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:
@@ -0,0 +1,52 @@
|
||||
#define resLOG_FILEUPTODATE 2000
|
||||
#define resLOG_FILECOPIED 2001
|
||||
#define resLOG_ERROR 2002
|
||||
#define resLOG_WARNING 2003
|
||||
#define resLOG_DURINGACTION 2004
|
||||
|
||||
//2005 - 2011 not currently used in Setup1.exe
|
||||
#define resLOG_CANNOTWRITE 2005
|
||||
#define resLOG_CANNOTCREATE 2006
|
||||
#define resLOG_DONOTMODIFY 2007
|
||||
#define resLOG_FILECONTENTS 2008
|
||||
#define resLOG_FILEUSEDFOR 2009
|
||||
#define resLOG_UNEXPECTED 2010
|
||||
#define resLOG_OUTOFMEMORY 2011
|
||||
|
||||
#define resLOG_USERRESPONDEDWITH 2012
|
||||
#define resLOG_CANTRUNAPPREMOVER 2013
|
||||
#define resLOG_ABOUTTOREMOVEAPP 2014
|
||||
|
||||
// The following are the captions on system dialog buttons
|
||||
#define resLOG_IDOK 2100
|
||||
#define resLOG_IDCANCEL 2101
|
||||
#define resLOG_IDABORT 2102
|
||||
#define resLOG_IDRETRY 2103
|
||||
#define resLOG_IDIGNORE 2104
|
||||
#define resLOG_IDYES 2105
|
||||
#define resLOG_IDNO 2106
|
||||
#define resLOG_IDUNKNOWN 2107
|
||||
|
||||
|
||||
#define resCOMMON_CANTREG 2200
|
||||
#define resCOMMON_CANTREGUNEXPECTED 2201
|
||||
#define resCOMMON_CANTREGOLE 2202
|
||||
#define resCOMMON_CANTREGLOAD 2203
|
||||
#define resCOMMON_CANTREGENTRY 2204
|
||||
#define resCOMMON_CANTREGREG 2205
|
||||
|
||||
//2206 - 2208 not currently used in setup1.exe
|
||||
#define resCOMMON_CANTREGAUTPRXRPC1 2206
|
||||
#define resCOMMON_CANTREGAUTPRXRPC2 2207
|
||||
#define resCOMMON_CTL3D32NOTCOPIED 2208
|
||||
|
||||
#define resCOMMON_INVALIDFILECHARS 2209
|
||||
#define resCOMMON_MULTDIRBASENAME 2210
|
||||
#define resCOMMON_CANTFINDSRCFILE 2211
|
||||
#define resCOMMON_CANTREGTLB 2212
|
||||
#define resCOMMON_RICHED32NOTCOPIED 2213
|
||||
|
||||
//2214 - 2216 not currently used in setup1.exe
|
||||
#define resCOMMON_AXDISTNOTCOPIED 2214
|
||||
#define resCOMMON_WINT351NOTCOPIED 2215
|
||||
#define resCOMMON_CANTDOREBOOTCOPY 2216
|
||||
Reference in New Issue
Block a user