英雄岛源码(原始),开sf
.
├── code
│ ├── Common
│ │ ├── AccountSpace.h
│ │ ├── ArrayAlloter.h
│ │ ├── ArrayCleaner.h
│ │ ├── BattleTeamStDef.h
│ │ ├── BrotherHoodDef.h
│ │ ├── CMemPool.h
│ │ ├── Canvas.dll
│ │ ├── CanvasD.dll
│ │ ├── ChatDef.h
│ │ ├── CheatDeathDef.h
│ │ ├── ConfigHelper.h
│ │ ├── ConsortiaDef.h
│ │ ├── DAntiAddictionGlobal.h
│ │ ├── DAttackGlobal.h
│ │ ├── DAuctionGlobalDef.h
│ │ ├── DAuctionProtocol.h
│ │ ├── DBStruct.h
│ │ ├── DBStructAntiAddiction.h
│ │ ├── DBattleGlobal.h
│ │ ├── DConBattle.h
│ │ ├── DContainer.h
│ │ ├── DCreatureProp.h
│ │ ├── DEffectGlobal.h
│ │ ├── DEmailDef.h
│ │ ├── DErrorCode.h
│ │ ├── DEventContext.h
│ │ ├── DGoodsProp.h
│ │ ├── DHardGlobal.h
│ │ ├── DHouseMsgDef.h
│ │ ├── DLandGlobal.h
│ │ ├── DLoginServerMsg.h
│ │ ├── DMasterGlobalDef.h
│ │ ├── DMasterProtocol.h
│ │ ├── DMiscFormat.h
│ │ ├── DMsgCenter.h
│ │ ├── DMsgFormat.h
│ │ ├── DMsgKeyCenterServer.h
│ │ ├── DMsgKeyMain.h
│ │ ├── DMsgKeyRoot.h
│ │ ├── DMsgKeySystem.h
│ │ ├── DMsgSubAction.h
│ │ ├── DMsgSubActionParse.h
│ │ ├── DOtherThingsProp.h
│ │ ├── DPetGlobal.h
│ │ ├── DRebuildEquipGlobal.h
│ │ ├── DRevenueMsgDef.h
│ │ ├── DSkillGlobal.h
│ │ ├── DStatusGlobal.h
│ │ ├── DThingGlobal.h
│ │ ├── DTradeGlobal.h
│ │ ├── DVehicalGlobal.h
│ │ ├── DWorkSkillGlobal.h
│ │ ├── DYXDPayServer.h
│ │ ├── FastIDgenerator.h
│ │ ├── HashTable.h
│ │ ├── IAuctionServer.h
│ │ ├── ICallStack.h
│ │ ├── ICanvas.h
│ │ ├── IColdPart.h
│ │ ├── IColdTime.h
│ │ ├── ICrashDumpHelper.h
│ │ ├── IDBEngine.h
│ │ ├── IDataArchive.h
│ │ ├── IEvent.h
│ │ ├── IExceptionMon.h
│ │ ├── IFileSystem.h
│ │ ├── IItemClassFactory.h
│ │ ├── IJL15.DLL
│ │ ├── IResourceMgr.h
│ │ ├── IScreen.h
│ │ ├── IScriptUpdate.h
│ │ ├── ISocketSystem.h
│ │ ├── IStringManager.h
│ │ ├── ISvrMgr.h
│ │ ├── IThingPart.h
│ │ ├── ITrace.h
│ │ ├── InteractDef.h
│ │ ├── Language_cfg.h
│ │ ├── LogDataDef.h
│ │ ├── MapItem.h
│ │ ├── MapItemDef.h
│ │ ├── NickNameDataDef.h
│ │ ├── QPerformanceTimer.h
│ │ ├── RandClientStr.h
│ │ ├── Random.h
│ │ ├── RelationDef.h
│ │ ├── Sha1.h
│ │ ├── SimpleEncrypt.h
│ │ ├── SysMessageDef.h
│ │ ├── TeamDef.h
│ │ ├── Tile.h
│ │ ├── avcodec.dll
│ │ ├── avformat.dll
│ │ ├── avutil.dll
│ │ ├── fmodex.dll
│ │ ├── ijl.h
│ │ ├── stlmem.h
│ │ ├── templ.h
│ │ └── vssver.scc
│ ├── DailyBuild
│ │ ├── Auto.bat
│ │ ├── Common
│ │ ├── DailyBuild.exe
│ │ ├── EnvVar.txt
│ │ ├── Proj.scp
│ │ ├── Release
│ │ ├── SrcCenter
│ │ ├── SrcClient
│ │ ├── SrcKernel
│ │ ├── SrcLogin
│ │ ├── SrcManager
│ │ ├── SrcServer
│ │ ├── SrcTools
│ │ ├── SrcVestibule
│ │ ├── info.dat
│ │ ├── infoCheckInDll.dat
│ │ └── vssver.scc
│ ├── Release
│ │ └── Client
│ ├── SrcAntiAddiction
│ │ ├── AntiAddictionServer
│ │ └── Include
│ ├── SrcCenter
│ │ ├── AntiAddictionPlugin
│ │ ├── AuctionPlugin
│ │ ├── BattleTeamPlugin
│ │ ├── BrotherhoodPlugin
│ │ ├── CenterClient
│ │ ├── CenterServer
│ │ ├── ChatPlugin
│ │ ├── CheatingDeathPlugin
│ │ ├── ConsortiaPlugin
│ │ ├── EctypePlugin
│ │ ├── HousePlugin
│ │ ├── Include
│ │ ├── Lib
│ │ ├── LoggerPlugin
│ │ ├── MasterPlugin
│ │ ├── MsgRecordPlugin
│ │ ├── NickNamePlugin
│ │ ├── QQPayPlugin
│ │ ├── RelationPlugin
│ │ ├── ResControlPlugin
│ │ ├── ScriptEnginePlugin
│ │ ├── TeamPlugin
│ │ ├── binRD
│ │ └── binRD_old
│ ├── SrcClient
│ │ ├── ActivitieClient
│ │ ├── AuctionClient
│ │ ├── Axis
│ │ ├── BasicSys
│ │ ├── BattleClient
│ │ ├── BattleTeamClient
│ │ ├── BrotherhoodClient
│ │ ├── ChatClient
│ │ ├── ConsortiaClient
│ │ ├── ContainerClient
│ │ ├── Controller
│ │ ├── Cyclopedia
│ │ ├── EffectClient
│ │ ├── EmailClient
│ │ ├── Game
│ │ ├── GameProxy
│ │ ├── HouseClient
│ │ ├── HouseTradeClient
│ │ ├── Include
│ │ ├── InteractClient
│ │ ├── KeywordFilter
│ │ ├── LandClient
│ │ ├── LandClient_V2
│ │ ├── Lib
│ │ ├── LoggerClient
│ │ ├── MMSystem
│ │ ├── MapView
│ │ ├── MasterClient
│ │ ├── MedicineClient
│ │ ├── NickNameClient
│ │ ├── PKClient
│ │ ├── PetClient
│ │ ├── QQAccountClient
│ │ ├── ReadClient
│ │ ├── RelationClient
│ │ ├── RoomModelClient
│ │ ├── ScriptClient
│ │ ├── SkillClient
│ │ ├── SoSo
│ │ ├── SocketDll
│ │ ├── StatusClient
│ │ ├── TaskClient
│ │ ├── TeamClient
│ │ ├── Tenio
│ │ ├── ThingClient
│ │ ├── TradeClient
│ │ ├── VehicalClient
│ │ ├── WndMgr
│ │ ├── WndMgr_new
│ │ ├── WndSys
│ │ ├── WorkSkillClient
│ │ ├── WorkSkillClient_N
│ │ ├── audiere
│ │ ├── binRD
│ │ └── binRD_old
│ ├── SrcKernel
│ │ ├── CallStack
│ │ ├── Canvas
│ │ ├── CrashDump
│ │ ├── ExceptionMon
│ │ ├── FileSystem
│ │ ├── ResMgr
│ │ ├── StringManager
│ │ ├── Trace
│ │ └── XCrashReport
│ ├── SrcLogin
│ │ ├── Include
│ │ ├── Lib
│ │ └── LoginServer
│ ├── SrcManager
│ │ ├── Include
│ │ ├── Lib
│ │ ├── SvrGameWebMgr
│ │ ├── SvrMgr
│ │ ├── SvrMgrCenter
│ │ └── SvrMgrServer
│ ├── SrcServer
│ │ ├── AIModule
│ │ ├── AttackServer
│ │ ├── AuctionServer
│ │ ├── BattleAchievementSystem
│ │ ├── BattleServer
│ │ ├── ColdTime
│ │ ├── ContainerServer
│ │ ├── DBEngine
│ │ ├── EctypeServer
│ │ ├── EffectServer
│ │ ├── Event
│ │ ├── GameServer
│ │ ├── HouseServer
│ │ ├── HouseTrade
│ │ ├── Include
│ │ ├── InteractServer
│ │ ├── LandServer
│ │ ├── LandServer_V2
│ │ ├── Lib
│ │ ├── LuaLib
│ │ ├── LuaPlusLib
│ │ ├── MasterServer
│ │ ├── MedicineServer
│ │ ├── NickNameServer
│ │ ├── OSS
│ │ ├── PKServer
│ │ ├── PetServer
│ │ ├── ResGenerator
│ │ ├── Revenue
│ │ ├── RoomServer
│ │ ├── ScriptEngine
│ │ ├── ScriptUpdate
│ │ ├── ServerModule
│ │ ├── SkillServer
│ │ ├── SocketSystem
│ │ ├── StatusServer
│ │ ├── TaskSystem
│ │ ├── ThingServer
│ │ ├── TimeAxis
│ │ ├── TradeServer
│ │ ├── VehicalServer
│ │ ├── WorkSkillServer
│ │ ├── WorkSkillServer_V2
│ │ ├── binRD
│ │ └── binRD_old
│ ├── SrcTools
│ │ ├── CreatureEditor
│ │ ├── MapCut
│ │ ├── MapResChecker
│ │ ├── MsgParse
│ │ ├── Packager
│ │ ├── QQYXDPAYPROXY
│ │ ├── ScriptConver
│ │ ├── StrTool
│ │ ├── TaskScriptEdit
│ │ ├── TextReplace
│ │ └── Upgrade
│ ├── SrcVestibule
│ │ ├── DBProxy
│ │ ├── Include
│ │ ├── Lib
│ │ ├── VestibuleClient
│ │ └── VestibuleServer
│ └── ThirdPart
│ ├── include
│ └── lib
└── 找例子网_英雄岛源码(原始).7z
187 directories, 107 files
评论