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,59 @@
|
||||
Type=Exe
|
||||
Reference=*\G{78BF8D80-7B03-11D1-AAB1-00AA00BDD685}#1.0#0#VBShell.tlb#VB-friendly Shell interfaces
|
||||
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#stdole2.tlb#OLE Automation
|
||||
Form=setup1.frm
|
||||
Module=basSetup1; setup1.bas
|
||||
Module=basCommon; common.bas
|
||||
Module=basSetupRes; setupres.bas
|
||||
Module=basLogging; logging.bas
|
||||
Form=begin.frm
|
||||
Form=welcome.frm
|
||||
Form=path.frm
|
||||
Form=message.frm
|
||||
Form=dskspace.frm
|
||||
Form=copy.frm
|
||||
Form=serverdt.frm
|
||||
Form=group.frm
|
||||
Module=modShell; modShell.bas
|
||||
Form=Overwrit.frm
|
||||
RelatedDoc=commonrc.rc
|
||||
RelatedDoc=setup1.rc
|
||||
RelatedDoc=commonrc.h
|
||||
RelatedDoc=setupres.h
|
||||
ResFile32="setup1.res"
|
||||
IconForm="frmSetup1"
|
||||
Startup="frmSetup1"
|
||||
HelpFile=""
|
||||
Title="Visual Basic 6.0 Setup Toolkit"
|
||||
ExeName32="setup1.exe"
|
||||
Command32=""
|
||||
Name="Setup1"
|
||||
HelpContextID="0"
|
||||
Description="Visual Basic 6.0 Setup Toolkit"
|
||||
CompatibleMode="0"
|
||||
MajorVer=8
|
||||
MinorVer=0
|
||||
RevisionVer=0000
|
||||
AutoIncrementVer=0
|
||||
ServerSupportFiles=0
|
||||
VersionCompanyName="Microsoft Corporation"
|
||||
VersionFileDescription="Visual Basic 6.0 Setup Toolkit"
|
||||
VersionLegalCopyright="Copyright (C) 1987-1999 Microsoft Corporation"
|
||||
VersionLegalTrademarks="Microsoft(R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation."
|
||||
VersionProductName="Visual Basic"
|
||||
CondComp="LOGGING = -1 : SMS = 0"
|
||||
CompilationType=0
|
||||
OptimizationType=0
|
||||
FavorPentiumPro(tm)=0
|
||||
CodeViewDebugInfo=0
|
||||
NoAliasing=0
|
||||
BoundsCheck=0
|
||||
OverflowCheck=0
|
||||
FlPointCheck=0
|
||||
FDIVCheck=0
|
||||
UnroundedFP=0
|
||||
StartMode=0
|
||||
Unattended=0
|
||||
Retained=0
|
||||
ThreadPerObject=0
|
||||
MaxNumberOfThreads=1
|
||||
Reference in New Issue
Block a user