大秦Online网络游戏源代码+工具源码+说明文档 ├ │ ├ │ ├build.bat │ ├build_cl.bat │ ├clean.bat │ ├clean_cl.bat │ ├ │ ├ │ │ └ │ │ ├ │ │ ├ │ │ │ ├代码编程规范(C).doc │ │ │ ├客户端使用的第三方代码、库、与工具列表清单.txt │ │ │ ├客户端架构文档.doc │ │ │ ├客户端组队界面说明文档.doc │ │ │ ├客户端配置管理目录说明.doc │ │ │ ├服务端客户端移动与同步方案.doc │ │ │ ├模板-文档.doc │ │ │ ├物件编辑器使用文档.doc │ │ │ ├物件编辑器技术文档.doc │ │ │ ├美术资源规格.doc │ │ │ └角色编辑器文档.doc │ │ └ │ │ ├ │ │ │ ├ │ │ │ │ ├Core.vcproj │ │ │ │ ├ │ │ │ │ │ ├Allocator.h │ │ │ │ │ ├Archive.h │ │ │ │ │ ├Class.h │ │ │ │ │ ├Config.h │ │ │ │ │ ├CsvTable.h │ │ │ │ │ ├Enumerator.h │ │ │ │ │ ├Exporter.h │ │ │ │ │ ├Factory.h │ │ │ │ │ ├Linker.h │ │ │ │ │ ├Name.h │ │ │ │ │ ├Object.h │ │ │ │ │ ├Package.h │ │ │ │ │ ├Precomplier.h │ │ │ │ │ ├Property.h │ │ │ │ │ ├Register.h │ │ │ │ │ ├Resource.h │ │ │ │ │ ├Scriptable.h │ │ │ │ │ ├Singleton.h │ │ │ │ │ ├StlDbg.h │ │ │ │ │ ├StlUtils.h │ │ │ │ │ ├TextDocument.h │ │ │ │ │ └XmlDocument.h │ │ │ │ └ │ │ │ │ ├Archive.cpp │ │ │ │ ├Class.cpp │ │ │ │ ├Config.cpp │ │ │ │ ├CsvTable.cpp │ │ │ │ ├Exporter.cpp │ │ │ │ ├Factory.cpp │ │ │ │ ├ │ │ │ │ │ ├NGOLinker.h │ │ │ │ │ ├PathLinker.h │ │ │ │ │ └PluginLinker.h │ │ │ │ ├Linker.cpp │ │ │ │ ├Name.cpp │ │ │ │ ├Object.cpp │ │ │ │ ├Package.cpp │ │ │ │ ├Precomplier.cpp │ │ │ │ ├Property.cpp │ │ │ │ ├Resource.cpp │ │ │ │ ├StlDbg.cpp │ │ │ │ ├StlUtils.cpp │ │ │ │ ├TextDocument.cpp │ │ │ │ ├XmlDocument.cpp │ │ │ │ ├__PrivateClass.h │ │ │ │ └__PrivateName.h │ │ │ ├ │ │ │ │ ├Engine.vcproj │ │ │ │ ├ │ │ │ │ │ ├AtlasComponent.h │ │ │ │ │ ├AtlasEffect.h │ │ │ │ │ ├AtlasEmitter.h │ │ │ │ │ ├AtlasEntity.h │ │ │ │ │ ├AtlasExtern.h │ │ │ │ │ ├AtlasGrid.h │ │ │ │ │ ├AtlasListener.h │ │ │ │ │ ├AtlasMakeup.h │ │ │ │ │ ├AtlasManager.h │ │ │ │ │ ├AtlasObject.h │ │ │ │ │ ├AtlasObjectset.h │ │ │ │ │ ├AtlasRenderer.h │ │ │ │ │ ├AtlasStructure.h │ │ │ │ │ ├AtlasTilemap.h │ │ │ │ │ ├AtlasTransform.h │ │ │ │ │ ├DisplayAnimator.h │ │ │ │ │ ├DisplayEffect.h │ │ │ │ │ ├DisplayModel.h │ │ │ │ │ ├DisplayPattern.h │ │ │ │ │ ├DisplaySequence.h │ │ │ │ │ ├DisplaySkeleton.h │ │ │ │ │ ├DisplaySystem.h │ │ │ │ │ ├DisplayTable.h │ │ │ │ │ ├DisplayTraject.h │ │ │ │ │ └Precomplier.h │ │ │ │ └ │ │ │ │ ├AtlasComponent.cpp │ │ │ │ ├AtlasEffect.cpp │ │ │ │ ├AtlasEmitter.cpp │ │ │ │ ├AtlasEntity.cpp │ │ │ │ ├AtlasExtern.cpp │ │ │ │ ├AtlasGrid.cpp │ │ │ │ ├AtlasMakeup.cpp │ │ │ │ ├AtlasManager.cpp │ │ │ │ ├AtlasObject.cpp │ │ │ │ ├AtlasObjectset.cpp │ │ │ │ ├AtlasRenderer.cpp │ │ │ │ ├AtlasStructure.cpp │ │ │ │ ├AtlasTilemap.cpp │ │ │ │ ├AtlasTransform.cpp │ │ │ │ ├DisplayAnimator.cpp │ │ │ │ ├DisplayEffect.cpp │ │ │ │ ├DisplayModel.cpp │ │ │ │ ├DisplayPattern.cpp │ │ │ │ ├DisplaySequence.cpp │ │ │ │ ├DisplaySkeleton.cpp │ │ │ │ ├DisplaySystem.cpp │ │ │ │ ├DisplayTable.cpp │ │ │ │ ├__PrivateAtlas.h │ │ │ │ ├__PrivateDecode.h │ │ │ │ ├__PrivateEmitter.h │ │ │ │ ├__PrivateNameset.h │ │ │ │ ├__PrivatePattern.h │ │ │ │ └__PrivateSkeleton.h │ │ │ ├ │ │ │ │ ├Graphic.vcproj │ │ │ │ ├ │ │ │ │ │ ├Bitmap.h │ │ │ │ │ ├Canvas.h │ │ │ │ │ ├Fonts.h │ │ │ │ │ ├Graphics.h │ │ │ │ │ ├Precomplier.h │ │ │ │ │ ├Sprite.h │ │ │ │ │ ├Surface.h │ │ │ │ │ └Viewport.h │ │ │ │ └ │ │ │ │ ├Bitmap.cpp │ │ │ │ ├Canvas.cpp │ │ │ │ ├ │ │ │ │ │ ├BlitLine.cpp │ │ │ │ │ ├BlitSprite.cpp │ │ │ │ │ ├BlitSurface.cpp │ │ │ │ │ ├Canvas2D.cpp │ │ │ │ │ └Canvas2D.h │ │ │ │ ├ │ │ │ │ │ ├Canvas3D.cpp │ │ │ │ │ └Canvas3D.h │ │ │ │ ├Fonts.cpp │ │ │ │ ├Graphics.cpp │ │ │ │ ├Private.h │ │ │ │ ├Sprite.cpp │ │ │ │ ├Surface.cpp │ │ │ │ ├Viewport.cpp │ │ │ │ ├__PrivateDecoder.h │ │ │ │ ├__PrivateFont.h │ │ │ │ ├__PrivateMacros.h │ │ │ │ └__PrivateTypedef.h │ │ │ ├ │ │ │ │ ├ │ │ │ │ │ ├ │ │ │ │ │ │ ├NifEvent.h │ │ │ │ │ │ ├NifHandler.h │ │ │ │ │ │ ├NifInputEvent.h │ │ │ │ │ │ ├NifSignal.h │ │ │ │ │ │ ├NifSystemEvent.h │ │ │ │ │ │ └NifWindowsEvent.h │ │ │ │ │ ├INifImeControl.h │ │ │ │ │ ├NifDrawManager.h │ │ │ │ │ ├NifSystemManager.h │ │ │ │ │ ├NifThemesManager.h │ │ │ │ │ ├NifWindowsManager.h │ │ │ │ │ ├Precomplier.h │ │ │ │ │ ├ │ │ │ │ │ │ ├NifFont.h │ │ │ │ │ │ └NifTheme.h │ │ │ │ │ └ │ │ │ │ │ ├NifAnimate.h │ │ │ │ │ ├NifButton.h │ │ │ │ │ ├NifCaret.h │ │ │ │ │ ├NifCheckButton.h │ │ │ │ │ ├NifCombobox.h │ │ │ │ │ ├NifComboDropList.h │ │ │ │ │ ├NifContainer.h │ │ │ │ │ ├NifCooldown.h │ │ │ │ │ ├NifCursor.h │ │ │ │ │ ├NifEdit.h │ │ │ │ │ ├NifFlashButton.h │ │ │ │ │ ├NifImage.h │ │ │ │ │ ├NifImePanel.h │ │ │ │ │ ├NifItemContainer.h │ │ │ │ │ ├NifListbox.h │ │ │ │ │ ├NifListboxItem.h │ │ │ │ │ ├NifPanel.h │ │ │ │ │ ├NifPicture.h │ │ │ │ │ ├NifProgress.h │ │ │ │ │ ├NifScrollbar.h │ │ │ │ │ ├NifSpinner.h │ │ │ │ │ ├NifTabButton.h │ │ │ │ │ ├NifTabControl.h │ │ │ │ │ ├NifTextbox.h │ │ │ │ │ ├NifThumb.h │ │ │ │ │ ├NifTreeControl.h │ │ │ │ │ ├NifTreeItem.h │ │ │ │ │ ├NifWidget.h │ │ │ │ │ └NifWindows.h │ │ │ │ ├Interface.vcproj │ │ │ │ └ │ │ │ │ ├ │ │ │ │ │ ├NifEvent.cpp │ │ │ │ │ └NifHandler.cpp │ │ │ │ ├NifDrawManager.cpp │ │ │ │ ├NifSystemManager.cpp │ │ │ │ ├NifThemesManager.cpp │ │ │ │ ├NifWindowsManager.cpp │ │ │ │ ├Private.h │ │ │ │ ├ │ │ │ │ │ └NifFont.cpp │ │ │ │ └ │ │ │ │ ├ │ │ │ │ │ ├__HtmlDrawer.h │ │ │ │ │ └__HtmlStyle.h │ │ │ │ ├NifAnimate.cpp │ │ │ │ ├NifButton.cpp │ │ │ │ ├NifCaret.cpp │ │ │ │ ├NifCheckButton.cpp │ │ │ │ ├NifCombobox.cpp │ │ │ │ ├NifComboDropList.cpp │ │ │ │ ├NifContainer.cpp │ │ │ │ ├NifCooldown.cpp │ │ │ │ ├NifCursor.cpp │ │ │ │ ├NifEdit.cpp │ │ │ │ ├NifFlashButton.cpp │ │ │ │ ├NifImage.cpp │ │ │ │ ├NifImePanel.cpp │ │ │ │ ├NifItemContainer.cpp │ │ │ │ ├NifListbox.cpp │ │ │ │ ├NifListboxItem.cpp │ │ │ │ ├NifPanel.cpp │ │ │ │ ├NifPicture.cpp │ │ │ │ ├NifProgress.cpp │ │ │ │ ├NifScrollbar.cpp │ │ │ │ ├NifSpinner.cpp │ │ │ │ ├NifTabButton.cpp │ │ │ │ ├NifTabControl.cpp │ │ │ │ ├NifTextbox.cpp │ │ │ │ ├NifThumb.cpp │ │ │ │ ├NifTreeControl.cpp │ │ │ │ ├NifTreeItem.cpp │ │ │ │ ├NifWidget.cpp │ │ │ │ ├NifWindows.cpp │ │ │ │ ├__PrivateClazz.h │ │ │ │ ├__PrivateMacro.h │ │ │ │ ├__PrivateMember.h │ │ │ │ └__PrivateWatcher.h │ │ │ ├ │ │ │ │ ├ │ │ │ │ │ ├Endian.h │ │ │ │ │ ├ │ │ │ │ │ │ ├AudioManager.h │ │ │ │ │ │ ├FileManager.h │ │ │ │ │ │ ├InputManager.h │ │ │ │ │ │ ├MemoryManager.h │ │ │ │ │ │ ├NetworkManager.h │ │ │ │ │ │ ├ScriptManager.h │ │ │ │ │ │ └SynchronousManager.h │ │ │ │ │ ├Manager.h │ │ │ │ │ ├ │ │ │ │ │ │ ├Color.h │ │ │ │ │ │ ├Maths.h │ │ │ │ │ │ ├Point.h │ │ │ │ │ │ ├QuadTree.h │ │ │ │ │ │ ├Range.h │ │ │ │ │ │ ├Rect.h │ │ │ │ │ │ └Uuid.h │ │ │ │ │ ├ │ │ │ │ │ │ ├Buffer.h │ │ │ │ │ │ ├Channel.h │ │ │ │ │ │ ├FileChannel.h │ │ │ │ │ │ ├HeapBuffer.h │ │ │ │ │ │ ├LoggerChannel.h │ │ │ │ │ │ ├MappedBuffer.h │ │ │ │ │ │ ├OutputChannel.h │ │ │ │ │ │ └SessionChannel.h │ │ │ │ │ ├Portable.h │ │ │ │ │ └Precomplier.h │ │ │ │ ├Portable.vcproj │ │ │ │ └ │ │ │ │ ├Endian.cpp │ │ │ │ ├ │ │ │ │ │ ├AudioManager.cpp │ │ │ │ │ ├FileManager.cpp │ │ │ │ │ ├MemoryManager.cpp │ │ │ │ │ ├ │ │ │ │ │ │ ├ScriptManager.cpp │ │ │ │ │ │ └ScriptObject.cpp │ │ │ │ │ ├ScriptManager.cpp │ │ │ │ │ └ │ │ │ │ │ ├AudioBuffer.h │ │ │ │ │ ├AudioChannel.h │ │ │ │ │ ├AudioManager.cpp │ │ │ │ │ ├AudioWaveBuffer.h │ │ │ │ │ ├FileChannel.cpp │ │ │ │ │ ├FileManager.cpp │ │ │ │ │ ├FileSearcher.cpp │ │ │ │ │ ├MemoryBuddy.h │ │ │ │ │ ├MemoryHelper.h │ │ │ │ │ ├MemoryManager.cpp │ │ │ │ │ ├MemoryShared.h │ │ │ │ │ ├ThrCrashDumper.h │ │ │ │ │ ├ThrLocker.h │ │ │ │ │ └ThrProfile.h │ │ │ │ ├ │ │ │ │ │ ├Color.cpp │ │ │ │ │ └Uuid.cpp │ │ │ │ ├ │ │ │ │ │ ├Buffer.cpp │ │ │ │ │ ├Channel.cpp │ │ │ │ │ ├FileChannel.cpp │ │ │ │ │ ├HeapBuffer.cpp │ │ │ │ │ └MappedBuffer.cpp │ │ │ │ ├Portable.cpp │ │ │ │ ├Precomplier.cpp │ │ │ │ ├__PrivateAssert.h │ │ │ │ ├__PrivateDumper.h │ │ │ │ ├__PrivateLogger.h │ │ │ │ ├__PrivateMalloc.h │ │ │ │ ├__PrivateProfile.h │ │ │ │ └__PrivateSync.h │ │ │ ├ │ │ │ │ ├ │ │ │ │ │ ├Cmdline.cpp │ │ │ │ │ ├Cmdline.h │ │ │ │ │ ├Daqin.cpp │ │ │ │ │ ├Daqin.rc │ │ │ │ │ ├Daqin.vcproj │ │ │ │ │ ├ │ │ │ │ │ │ ├ProxyEvent.h │ │ │ │ │ │ └ProxyUIEvent.h │ │ │ │ │ ├ │ │ │ │ │ │ ├ │ │ │ │ │ │ │ ├Activity.cpp │ │ │ │ │ │ │ ├Activity.h │ │ │ │ │ │ │ ├CastActivity.cpp │ │ │ │ │ │ │ ├CastActivity.h │ │ │ │ │ │ │ ├CastingRule.cpp │ │ │ │ │ │ │ ├CastingRule.h │ │ │ │ │ │ │ ├ChargeActivity.h │ │ │ │ │ │ │ ├MovementActivity.cpp │ │ │ │ │ │ │ └MovementActivity.h │ │ │ │ │ │ ├Commons.h │ │ │ │ │ │ ├Extern.cpp │ │ │ │ │ │ ├Extern.h │ │ │ │ │ │ ├PathAdapter.h │ │ │ │ │ │ ├PathFinder.cpp │ │ │ │ │ │ ├PathFinder.h │ │ │ │ │ │ ├PathManager.cpp │ │ │ │ │ │ ├PathManager.h │ │ │ │ │ │ ├ │ │ │ │ │ │ │ ├PropCommon.h │ │ │ │ │ │ │ ├PropDefine.h │ │ │ │ │ │ │ ├PropHuman.h │ │ │ │ │ │ │ ├PropItem.h │ │ │ │ │ │ │ ├PropItemBag.h │ │ │ │ │ │ │ ├PropItemBox.h │ │ │ │ │ │ │ ├PropItemCommon.h │ │ │ │ │ │ │ ├PropItemCommonContainer.h │ │ │ │ │ │ │ ├PropItemContainer.h │ │ │ │ │ │ │ ├PropItemEquip.h │ │ │ │ │ │ │ ├PropItemEquipListContainer.h │ │ │ │ │ │ │ ├PropItemWarehouse.h │ │ │ │ │ │ │ ├PropMoneyManger.h │ │ │ │ │ │ │ ├PropMonster.h │ │ │ │ │ │ │ └PropPerformer.h │ │ │ │ │ │ ├ProxyActor.cpp │ │ │ │ │ │ ├ProxyActor.h │ │ │ │ │ │ ├ProxyController.cpp │ │ │ │ │ │ ├ProxyController.h │ │ │ │ │ │ ├ProxyEspecial.cpp │ │ │ │ │ │ ├ProxyEspecial.h │ │ │ │ │ │ ├ProxyManager.cpp │ │ │ │ │ │ ├ProxyManager.h │ │ │ │ │ │ ├ProxyMonster.cpp │ │ │ │ │ │ ├ProxyMonster.h │ │ │ │ │ │ ├ProxyPerformer.cpp │ │ │ │ │ │ ├ProxyPerformer.h │ │ │ │ │ │ ├ProxyPlayer.cpp │ │ │ │ │ │ ├ProxyPlayer.h │ │ │ │ │ │ ├ProxyRenderable.cpp │ │ │ │ │ │ ├ProxyRenderable.h │ │ │ │ │ │ ├ProxyScene.cpp │ │ │ │ │ │ ├ProxyScene.h │ │ │ │ │ │ ├SkillDescr.h │ │ │ │ │ │ ├ │ │ │ │ │ │ │ ├ActionStatus.cpp │ │ │ │ │ │ │ ├ActionStatus.h │ │ │ │ │ │ │ ├MovementStatus.cpp │ │ │ │ │ │ │ └MovementStatus.h │ │ │ │ │ │ ├StatusDesc.h │ │ │ │ │ │ ├StatusFlags.h │ │ │ │ │ │ ├StatusHandle.h │ │ │ │ │ │ ├StatusMachine.cpp │ │ │ │ │ │ ├StatusMachine.h │ │ │ │ │ │ ├StatusTransition.cpp │ │ │ │ │ │ ├StatusTransition.h │ │ │ │ │ │ ├