在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 梦幻大话单机引擎之一

梦幻大话单机引擎之一

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.60M
  • 下载次数:9
  • 浏览次数:664
  • 发布时间:2020-08-03
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
捣鼓梦单 日期版 浪西游 整理的一些工具和引擎 cocos2dx框架 galaxy2d引擎(百度"剑孤寒的小站") 内置wdf/was/map直读
【实例截图】
【核心代码】
xyq2d.10.10
└── xyq2d
├── Debug
│   ├── galaxy2d.dll
│   ├── libasert
│   │   ├── libasert.Build.CppClean.log
│   │   └── libasert.log
│   ├── libcoco
│   │   ├── 2d
│   │   │   ├── CCActionCatmullRom.cpp
│   │   │   ├── CCActionCatmullRom.h
│   │   │   ├── CCAction.cpp
│   │   │   ├── CCActionEase.cpp
│   │   │   ├── CCActionEase.h
│   │   │   ├── CCAction.h
│   │   │   ├── CCActionInstant.cpp
│   │   │   ├── CCActionInstant.h
│   │   │   ├── CCActionInterval.cpp
│   │   │   ├── CCActionInterval.h
│   │   │   ├── CCActionManager.cpp
│   │   │   ├── CCActionManager.h
│   │   │   ├── CCActionTween.cpp
│   │   │   ├── CCActionTween.h
│   │   │   ├── CCNode.cpp
│   │   │   ├── CCNode.h
│   │   │   ├── CCScene.cpp
│   │   │   ├── CCScene.h
│   │   │   ├── CCTransition.cpp
│   │   │   ├── CCTransition.h
│   │   │   ├── CCTweenFunction.cpp
│   │   │   └── CCTweenFunction.h
│   │   ├── base
│   │   │   ├── base64.cpp
│   │   │   ├── base64.h
│   │   │   ├── CCAutoreleasePool.cpp
│   │   │   ├── CCAutoreleasePool.h
│   │   │   ├── ccCArray.cpp
│   │   │   ├── ccCArray.h
│   │   │   ├── ccConfig.h
│   │   │   ├── CCController.cpp
│   │   │   ├── CCController.h
│   │   │   ├── CCDirector.cpp
│   │   │   ├── CCDirector.h
│   │   │   ├── CCEventAcceleration.cpp
│   │   │   ├── CCEventAcceleration.h
│   │   │   ├── CCEventController.cpp
│   │   │   ├── CCEventController.h
│   │   │   ├── CCEvent.cpp
│   │   │   ├── CCEventCustom.cpp
│   │   │   ├── CCEventCustom.h
│   │   │   ├── CCEventDispatcher.cpp
│   │   │   ├── CCEventDispatcher.h
│   │   │   ├── CCEventFocus.cpp
│   │   │   ├── CCEventFocus.h
│   │   │   ├── CCEvent.h
│   │   │   ├── CCEventKeyboard.cpp
│   │   │   ├── CCEventKeyboard.h
│   │   │   ├── CCEventListenerAcceleration.cpp
│   │   │   ├── CCEventListenerAcceleration.h
│   │   │   ├── CCEventListenerController.cpp
│   │   │   ├── CCEventListenerController.h
│   │   │   ├── CCEventListener.cpp
│   │   │   ├── CCEventListenerCustom.cpp
│   │   │   ├── CCEventListenerCustom.h
│   │   │   ├── CCEventListenerFocus.cpp
│   │   │   ├── CCEventListenerFocus.h
│   │   │   ├── CCEventListener.h
│   │   │   ├── CCEventListenerKeyboard.cpp
│   │   │   ├── CCEventListenerKeyboard.h
│   │   │   ├── CCEventListenerMouse.cpp
│   │   │   ├── CCEventListenerMouse.h
│   │   │   ├── CCEventListenerTouch.cpp
│   │   │   ├── CCEventListenerTouch.h
│   │   │   ├── CCEventMouse.cpp
│   │   │   ├── CCEventMouse.h
│   │   │   ├── CCEventTouch.cpp
│   │   │   ├── CCEventTouch.h
│   │   │   ├── CCEventType.h
│   │   │   ├── CCIMEDelegate.h
│   │   │   ├── CCIMEDispatcher.cpp
│   │   │   ├── CCIMEDispatcher.h
│   │   │   ├── ccMacros.h
│   │   │   ├── CCMap.h
│   │   │   ├── ccRandom.cpp
│   │   │   ├── ccRandom.h
│   │   │   ├── CCRef.cpp
│   │   │   ├── CCRef.h
│   │   │   ├── CCScheduler.cpp
│   │   │   ├── CCScheduler.h
│   │   │   ├── CCTouch.cpp
│   │   │   ├── CCTouch.h
│   │   │   ├── ccTypes.cpp
│   │   │   ├── ccTypes.h
│   │   │   ├── CCVector.h
│   │   │   ├── uthash.h
│   │   │   └── utlist.h
│   │   ├── cocos.h
│   │   ├── Debug
│   │   │   ├── base64.obj
│   │   │   ├── CCActionCatmullRom.obj
│   │   │   ├── CCActionEase.obj
│   │   │   ├── CCActionInstant.obj
│   │   │   ├── CCActionInterval.obj
│   │   │   ├── CCActionManager.obj
│   │   │   ├── CCAction.obj
│   │   │   ├── CCActionTween.obj
│   │   │   ├── CCAffineTransform.obj
│   │   │   ├── CCApplication.obj
│   │   │   ├── CCAutoreleasePool.obj
│   │   │   ├── ccCArray.obj
│   │   │   ├── CCController.obj
│   │   │   ├── CCDirector.obj
│   │   │   ├── CCEventAcceleration.obj
│   │   │   ├── CCEventController.obj
│   │   │   ├── CCEventCustom.obj
│   │   │   ├── CCEventDispatcher.obj
│   │   │   ├── CCEventFocus.obj
│   │   │   ├── CCEventKeyboard.obj
│   │   │   ├── CCEventListenerAcceleration.obj
│   │   │   ├── CCEventListenerController.obj
│   │   │   ├── CCEventListenerCustom.obj
│   │   │   ├── CCEventListenerFocus.obj
│   │   │   ├── CCEventListenerKeyboard.obj
│   │   │   ├── CCEventListenerMouse.obj
│   │   │   ├── CCEventListener.obj
│   │   │   ├── CCEventListenerTouch.obj
│   │   │   ├── CCEventMouse.obj
│   │   │   ├── CCEvent.obj
│   │   │   ├── CCEventTouch.obj
│   │   │   ├── CCGeometry.obj
│   │   │   ├── CCGLView.obj
│   │   │   ├── CCIMEDispatcher.obj
│   │   │   ├── CCNode.obj
│   │   │   ├── ccRandom.obj
│   │   │   ├── CCRef.obj
│   │   │   ├── CCScene.obj
│   │   │   ├── CCScheduler.obj
│   │   │   ├── CCStdC.obj
│   │   │   ├── CCTouch.obj
│   │   │   ├── CCTransition.obj
│   │   │   ├── CCTweenFunction.obj
│   │   │   ├── ccTypes.obj
│   │   │   ├── libcoco.Build.CppClean.log
│   │   │   ├── libcoco.log
│   │   │   ├── libcoco.tlog
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── libcoco.lastbuildstate
│   │   │   │   ├── lib.command.1.tlog
│   │   │   │   ├── Lib-link.read.1.tlog
│   │   │   │   └── Lib-link.write.1.tlog
│   │   │   ├── Mat4.obj
│   │   │   ├── MathUtil.obj
│   │   │   ├── Quaternion.obj
│   │   │   ├── TransformUtils.obj
│   │   │   ├── vc120.idb
│   │   │   ├── vc120.pdb
│   │   │   ├── Vec2.obj
│   │   │   ├── Vec3.obj
│   │   │   └── Vec4.obj
│   │   ├── libcoco.vcxproj
│   │   ├── libcoco.vcxproj.filters
│   │   ├── math
│   │   │   ├── CCAffineTransform.cpp
│   │   │   ├── CCAffineTransform.h
│   │   │   ├── CCGeometry.cpp
│   │   │   ├── CCGeometry.h
│   │   │   ├── CCMathBase.h
│   │   │   ├── CCMath.h
│   │   │   ├── Mat4.cpp
│   │   │   ├── Mat4.h
│   │   │   ├── Mat4.inl
│   │   │   ├── MathUtil.cpp
│   │   │   ├── MathUtil.h
│   │   │   ├── MathUtil.inl
│   │   │   ├── Quaternion.cpp
│   │   │   ├── Quaternion.h
│   │   │   ├── Quaternion.inl
│   │   │   ├── TransformUtils.cpp
│   │   │   ├── TransformUtils.h
│   │   │   ├── Vec2.cpp
│   │   │   ├── Vec2.h
│   │   │   ├── Vec2.inl
│   │   │   ├── Vec3.cpp
│   │   │   ├── Vec3.h
│   │   │   ├── Vec3.inl
│   │   │   ├── Vec4.cpp
│   │   │   ├── Vec4.h
│   │   │   └── Vec4.inl
│   │   └── platform
│   │   ├── CCApplication.cpp
│   │   ├── CCApplication.h
│   │   ├── CCApplicationProtocol.h
│   │   ├── CCCommon.h
│   │   ├── CCGLView.cpp
│   │   ├── CCGLView.h
│   │   ├── CCPlatformConfig.h
│   │   ├── CCPlatformDefine.h
│   │   ├── CCPlatformMacros.h
│   │   ├── CCStdC.cpp
│   │   ├── CCStdC.h
│   │   └── stdint.h
│   ├── libcocogge
│   │   ├── libcocogge.Build.CppClean.log
│   │   └── libcocogge.log
│   ├── libcpp
│   │   ├── asert.h
│   │   ├── Astar.cpp
│   │   ├── Astar.h
│   │   ├── efolder.cpp
│   │   ├── efolder.h
│   │   ├── libcpp.vcxproj
│   │   ├── libcpp.vcxproj.filters
│   │   ├── libcpp.vcxproj.user
│   │   ├── stringutils.cpp
│   │   ├── stringutils.h
│   │   ├── template.h
│   │   ├── utf.cpp
│   │   └── utf.h
│   ├── libgge
│   │   ├── ggeanimation.h
│   │   ├── ggebase.h
│   │   ├── ggecolor.h
│   │   ├── ggecommon.h
│   │   ├── ggefont.h
│   │   ├── ggefw.h
│   │   ├── ggegamestate.h
│   │   ├── ggeguibutton.h
│   │   ├── ggeguieditbox.h
│   │   ├── ggeguilistbox.h
│   │   ├── ggeguiloader.h
│   │   ├── ggeguimanager.h
│   │   ├── ggeguirichtext.h
│   │   ├── ggeguislider.h
│   │   ├── ggeguiwindow.h
│   │   ├── gge.h
│   │   ├── ggeimage.h
│   │   ├── ggemath.h
│   │   ├── ggematrix.h
│   │   ├── ggemesh.h
│   │   ├── ggeparticle.h
│   │   ├── ggeprocess.h
│   │   ├── ggerefcounter.h
│   │   ├── ggerenderobj.h
│   │   ├── ggeresmanager.h
│   │   ├── ggeribbontrail.h
│   │   ├── ggeshader.h
│   │   ├── ggesound.h
│   │   ├── ggesprite.h
│   │   ├── ggeswapchain.h
│   │   ├── ggetexture.h
│   │   ├── ggetypes.h
│   │   ├── ggevariant.h
│   │   ├── ggexml.h
│   │   ├── libgge.vcxproj
│   │   ├── libgge.vcxproj.filters
│   │   └── libgge.vcxproj.user
│   ├── liblzo
│   │   ├── aclocal.m4
│   │   ├── asm
│   │   │   └── i386
│   │   │   ├── 00README.TXT
│   │   │   ├── obj
│   │   │   │   ├── coff32
│   │   │   │   │   ├── lzo1c_s1.o
│   │   │   │   │   ├── lzo1f_f1.o
│   │   │   │   │   ├── lzo1x_f1.o
│   │   │   │   │   ├── lzo1x_s1.o
│   │   │   │   │   ├── lzo1y_f1.o
│   │   │   │   │   └── lzo1y_s1.o
│   │   │   │   ├── elf32
│   │   │   │   │   ├── lzo1c_s1.o
│   │   │   │   │   ├── lzo1f_f1.o
│   │   │   │   │   ├── lzo1x_f1.o
│   │   │   │   │   ├── lzo1x_s1.o
│   │   │   │   │   ├── lzo1y_f1.o
│   │   │   │   │   └── lzo1y_s1.o
│   │   │   │   ├── macho32
│   │   │   │   │   ├── lzo1c_s1.o
│   │   │   │   │   ├── lzo1f_f1.o
│   │   │   │   │   ├── lzo1x_f1.o
│   │   │   │   │   ├── lzo1x_s1.o
│   │   │   │   │   ├── lzo1y_f1.o
│   │   │   │   │   └── lzo1y_s1.o
│   │   │   │   ├── omf32
│   │   │   │   │   ├── lzo1c_s1.obj
│   │   │   │   │   ├── lzo1f_f1.obj
│   │   │   │   │   ├── lzo1x_f1.obj
│   │   │   │   │   ├── lzo1x_s1.obj
│   │   │   │   │   ├── lzo1y_f1.obj
│   │   │   │   │   └── lzo1y_s1.obj
│   │   │   │   └── win32
│   │   │   │   ├── lzo1c_s1.obj
│   │   │   │   ├── lzo1f_f1.obj
│   │   │   │   ├── lzo1x_f1.obj
│   │   │   │   ├── lzo1x_s1.obj
│   │   │   │   ├── lzo1y_f1.obj
│   │   │   │   └── lzo1y_s1.obj
│   │   │   ├── src
│   │   │   │   ├── enter.ash
│   │   │   │   ├── leave.ash
│   │   │   │   ├── lzo1c_d.ash
│   │   │   │   ├── lzo1c_s1.S
│   │   │   │   ├── lzo1f_d.ash
│   │   │   │   ├── lzo1f_f1.S
│   │   │   │   ├── lzo1x_d.ash
│   │   │   │   ├── lzo1x_f1.S
│   │   │   │   ├── lzo1x_s1.S
│   │   │   │   ├── lzo1y_f1.S
│   │   │   │   ├── lzo1y_s1.S
│   │   │   │   └── lzo_asm.h
│   │   │   ├── src_gas
│   │   │   │   ├── all
│   │   │   │   │   └── asm_all.S
│   │   │   │   ├── asminit.def
│   │   │   │   ├── lzo1c_s1.S
│   │   │   │   ├── lzo1f_f1.S
│   │   │   │   ├── lzo1x_f1.S
│   │   │   │   ├── lzo1x_s1.S
│   │   │   │   ├── lzo1y_f1.S
│   │   │   │   └── lzo1y_s1.S
│   │   │   ├── src_masm
│   │   │   │   ├── all
│   │   │   │   │   └── asm_all.asm
│   │   │   │   ├── asminit.def
│   │   │   │   ├── lzo1c_s1.asm
│   │   │   │   ├── lzo1f_f1.asm
│   │   │   │   ├── lzo1x_f1.asm
│   │   │   │   ├── lzo1x_s1.asm
│   │   │   │   ├── lzo1y_f1.asm
│   │   │   │   └── lzo1y_s1.asm
│   │   │   └── src_nasm
│   │   │   ├── all
│   │   │   │   └── asm_all.asm
│   │   │   ├── asminit.def
│   │   │   ├── lzo1c_s1.asm
│   │   │   ├── lzo1f_f1.asm
│   │   │   ├── lzo1x_f1.asm
│   │   │   ├── lzo1x_s1.asm
│   │   │   ├── lzo1y_f1.asm
│   │   │   └── lzo1y_s1.asm
│   │   ├── AUTHORS
│   │   ├── autoconf
│   │   │   ├── ar-lib
│   │   │   ├── compile
│   │   │   ├── config.guess
│   │   │   ├── config.rpath
│   │   │   ├── config.sub
│   │   │   ├── depcomp
│   │   │   ├── install-sh
│   │   │   ├── local.m4
│   │   │   ├── ltmain.sh
│   │   │   ├── mdate-sh
│   │   │   ├── missing
│   │   │   ├── mkinstalldirs
│   │   │   ├── py-compile
│   │   │   ├── shtool
│   │   │   └── ylwrap
│   │   ├── B
│   │   │   ├── 00README.TXT
│   │   │   ├── clean.bat
│   │   │   ├── done.bat
│   │   │   ├── dos32
│   │   │   │   ├── bc_pp.bat
│   │   │   │   ├── dj2.bat
│   │   │   │   ├── dj2.opt
│   │   │   │   ├── dm.bat
│   │   │   │   ├── emx.bat
│   │   │   │   ├── highc.bat
│   │   │   │   ├── highc.rsp
│   │   │   │   ├── ndp.bat
│   │   │   │   ├── ndp.rsp
│   │   │   │   ├── sc.bat
│   │   │   │   ├── wc.bat
│   │   │   │   └── zc.bat
│   │   │   ├── generic
│   │   │   │   ├── build_freestanding.sh
│   │   │   │   ├── build_gcc.sh
│   │   │   │   ├── build.sh
│   │   │   │   ├── clean.sh
│   │   │   │   └── Makefile
│   │   │   ├── os2
│   │   │   │   ├── emx.bat
│   │   │   │   ├── wc.bat
│   │   │   │   └── zc.bat
│   │   │   ├── prepare.bat
│   │   │   ├── src.rsp
│   │   │   ├── unset.bat
│   │   │   ├── win32
│   │   │   │   ├── bc.bat
│   │   │   │   ├── bc.rsp
│   │   │   │   ├── cygwin.bat
│   │   │   │   ├── cygwin.rsp
│   │   │   │   ├── dm.bat
│   │   │   │   ├── ic.bat
│   │   │   │   ├── lccwin32.bat
│   │   │   │   ├── mingw.bat
│   │   │   │   ├── mwerks.bat
│   │   │   │   ├── pellesc.bat
│   │   │   │   ├── pgi.bat
│   │   │   │   ├── pw32.bat
│   │   │   │   ├── rsxnt.bat
│   │   │   │   ├── sc.bat
│   │   │   │   ├── vc.bat
│   │   │   │   ├── vc_dll.bat
│   │   │   │   ├── vc_dll.def
│   │   │   │   ├── vc.rsp
│   │   │   │   ├── wc.bat
│   │   │   │   └── wc.rsp
│   │   │   └── win64
│   │   │   ├── ic.bat
│   │   │   ├── ic_dll.bat
│   │   │   ├── vc.bat
│   │   │   ├── vc_dll.bat
│   │   │   ├── vc_dll.def
│   │   │   └── vc.rsp
│   │   ├── BUGS
│   │   ├── ChangeLog
│   │   ├── CMakeLists.txt
│   │   ├── config.hin
│   │   ├── configure
│   │   ├── configure.ac
│   │   ├── COPYING
│   │   ├── doc
│   │   │   ├── LZOAPI.TXT
│   │   │   ├── LZO.FAQ
│   │   │   ├── LZOTEST.TXT
│   │   │   └── LZO.TXT
│   │   ├── examples
│   │   │   ├── dict.c
│   │   │   ├── lzopack.c
│   │   │   ├── overlap.c
│   │   │   ├── portab_a.h
│   │   │   ├── portab.h
│   │   │   ├── precomp2.c
│   │   │   ├── precomp.c
│   │   │   └── simple.c
│   │   ├── include
│   │   │   └── lzo
│   │   │   ├── lzo1a.h
│   │   │   ├── lzo1b.h
│   │   │   ├── lzo1c.h
│   │   │   ├── lzo1f.h
│   │   │   ├── lzo1.h
│   │   │   ├── lzo1x.h
│   │   │   ├── lzo1y.h
│   │   │   ├── lzo1z.h
│   │   │   ├── lzo2a.h
│   │   │   ├── lzo_asm.h
│   │   │   ├── lzoconf.h
│   │   │   ├── lzodefs.h
│   │   │   └── lzoutil.h
│   │   ├── INSTALL
│   │   ├── liblzo.vcxproj
│   │   ├── liblzo.vcxproj.filters
│   │   ├── lzo2.pc.cmakein
│   │   ├── lzo2.pc.in
│   │   ├── lzotest
│   │   │   ├── asm.h
│   │   │   ├── db.h
│   │   │   ├── lzotest.c
│   │   │   ├── wrap.h
│   │   │   └── wrapmisc.h
│   │   ├── main.cpp
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── minilzo
│   │   │   ├── Makefile.minilzo
│   │   │   ├── minilzo.c
│   │   │   ├── minilzo.h
│   │   │   ├── README.LZO
│   │   │   └── testmini.c
│   │   ├── NEWS
│   │   ├── README
│   │   ├── src
│   │   │   ├── compr1b.h
│   │   │   ├── compr1c.h
│   │   │   ├── config1a.h
│   │   │   ├── config1b.h
│   │   │   ├── config1c.h
│   │   │   ├── config1f.h
│   │   │   ├── config1.h
│   │   │   ├── config1x.h
│   │   │   ├── config1y.h
│   │   │   ├── config1z.h
│   │   │   ├── config2a.h
│   │   │   ├── lzo1_99.c
│   │   │   ├── lzo1a_99.c
│   │   │   ├── lzo1a.c
│   │   │   ├── lzo1a_cm.ch
│   │   │   ├── lzo1a_cr.ch
│   │   │   ├── lzo1a_de.h
│   │   │   ├── lzo1b_1.c
│   │   │   ├── lzo1b_2.c
│   │   │   ├── lzo1b_3.c
│   │   │   ├── lzo1b_4.c
│   │   │   ├── lzo1b_5.c
│   │   │   ├── lzo1b_6.c
│   │   │   ├── lzo1b_7.c
│   │   │   ├── lzo1b_8.c
│   │   │   ├── lzo1b_99.c
│   │   │   ├── lzo1b_9.c
│   │   │   ├── lzo1b_9x.c
│   │   │   ├── lzo1b_cc.c
│   │   │   ├── lzo1b_c.ch
│   │   │   ├── lzo1b_cc.h
│   │   │   ├── lzo1b_cm.ch
│   │   │   ├── lzo1b_cr.ch
│   │   │   ├── lzo1b_d1.c
│   │   │   ├── lzo1b_d2.c
│   │   │   ├── lzo1b_d.ch
│   │   │   ├── lzo1b_de.h
│   │   │   ├── lzo1b_r.ch
│   │   │   ├── lzo1b_rr.c
│   │   │   ├── lzo1b_sm.ch
│   │   │   ├── lzo1b_tm.ch
│   │   │   ├── lzo1b_xx.c
│   │   │   ├── lzo1.c
│   │   │   ├── lzo1c_1.c
│   │   │   ├── lzo1c_2.c
│   │   │   ├── lzo1c_3.c
│   │   │   ├── lzo1c_4.c
│   │   │   ├── lzo1c_5.c
│   │   │   ├── lzo1c_6.c
│   │   │   ├── lzo1c_7.c
│   │   │   ├── lzo1c_8.c
│   │   │   ├── lzo1c_99.c
│   │   │   ├── lzo1c_9.c
│   │   │   ├── lzo1c_9x.c
│   │   │   ├── lzo1c_cc.c
│   │   │   ├── lzo1c_cc.h
│   │   │   ├── lzo1c_d1.c
│   │   │   ├── lzo1c_d2.c
│   │   │   ├── lzo1_cm.ch
│   │   │   ├── lzo1c_rr.c
│   │   │   ├── lzo1c_xx.c
│   │   │   ├── lzo1_d.ch
│   │   │   ├── lzo1f_1.c
│   │   │   ├── lzo1f_9x.c
│   │   │   ├── lzo1f_d1.c
│   │   │   ├── lzo1f_d2.c
│   │   │   ├── lzo1f_d.ch
│   │   │   ├── lzo1x_1.c
│   │   │   ├── lzo1x_1k.c
│   │   │   ├── lzo1x_1l.c
│   │   │   ├── lzo1x_1o.c
│   │   │   ├── lzo1x_9x.c
│   │   │   ├── lzo1x_c.ch
│   │   │   ├── lzo1x_d1.c
│   │   │   ├── lzo1x_d2.c
│   │   │   ├── lzo1x_d3.c
│   │   │   ├── lzo1x_d.ch
│   │   │   ├── lzo1x_o.c
│   │   │   ├── lzo1x_oo.ch
│   │   │   ├── lzo1y_1.c
│   │   │   ├── lzo1y_9x.c
│   │   │   ├── lzo1y_d1.c
│   │   │   ├── lzo1y_d2.c
│   │   │   ├── lzo1y_d3.c
│   │   │   ├── lzo1y_o.c
│   │   │   ├── lzo1z_9x.c
│   │   │   ├── lzo1z_d1.c
│   │   │   ├── lzo1z_d2.c
│   │   │   ├── lzo1z_d3.c
│   │   │   ├── lzo2a_9x.c
│   │   │   ├── lzo2a_d1.c
│   │   │   ├── lzo2a_d2.c
│   │   │   ├── lzo2a_d.ch
│   │   │   ├── lzo_conf.h
│   │   │   ├── lzo_crc.c
│   │   │   ├── lzo_dict.h
│   │   │   ├── lzo_dll.ch
│   │   │   ├── lzo_func.h
│   │   │   ├── lzo_init.c
│   │   │   ├── lzo_mchw.ch
│   │   │   ├── lzo_ptr.c
│   │   │   ├── lzo_ptr.h
│   │   │   ├── lzo_str.c
│   │   │   ├── lzo_supp.h
│   │   │   ├── lzo_swd.ch
│   │   │   ├── lzo_util.c
│   │   │   ├── stats1a.h
│   │   │   ├── stats1b.h
│   │   │   └── stats1c.h
│   │   ├── tests
│   │   │   ├── align.c
│   │   │   ├── chksum.c
│   │   │   ├── promote.c
│   │   │   └── sizes.c
│   │   ├── THANKS
│   │   └── util
│   │   ├── checkasm.sh
│   │   ├── check.sh
│   │   ├── notime.pl
│   │   ├── overlap.sh
│   │   ├── shortf.pl
│   │   ├── table.pl
│   │   └── uncompr.pl
│   ├── libminilzo
│   │   ├── COPYING
│   │   ├── libminilzo.vcxproj
│   │   ├── libminilzo.vcxproj.filters
│   │   ├── lzoconf.h
│   │   ├── lzodefs.h
│   │   ├── Makefile
│   │   ├── minilzo.c
│   │   ├── minilzo.h
│   │   └── README.LZO
│   ├── testcocogge
│   │   ├── testcocogge.Build.CppClean.log
│   │   └── testcocogge.log
│   ├── xyq2d
│   │   ├── COPYING
│   │   ├── galaxy2d.log
│   │   ├── lzoconf.h
│   │   ├── lzodefs.h
│   │   ├── main.cpp
│   │   ├── Makefile
│   │   ├── minilzo.c
│   │   ├── minilzo.h
│   │   ├── README.LZO
│   │   ├── xyq2d.vcxproj
│   │   ├── xyq2d.vcxproj.filters
│   │   └── xyq2d.vcxproj.user
│   └── xyqtest
│   ├── galaxy2d.log
│   ├── xyqtest.vcxproj
│   ├── xyqtest.vcxproj.filters
│   └── xyqtest.vcxproj.user
├── libasert
│   ├── asert.h
│   ├── efolder.cpp
│   ├── efolder.h
│   ├── libasert.vcxproj
│   ├── libasert.vcxproj.filters
│   ├── libasert.vcxproj.user
│   ├── stringutils.cpp
│   ├── stringutils.h
│   ├── template.h
│   ├── utf.cpp
│   └── utf.h
├── libcocogge
│   ├── 2d
│   │   ├── CCActionCatmullRom.cpp
│   │   ├── CCActionCatmullRom.h
│   │   ├── CCAction.cpp
│   │   ├── CCActionEase.cpp
│   │   ├── CCActionEase.h
│   │   ├── CCAction.h
│   │   ├── CCActionInstant.cpp
│   │   ├── CCActionInstant.h
│   │   ├── CCActionInterval.cpp
│   │   ├── CCActionInterval.h
│   │   ├── CCActionManager.cpp
│   │   ├── CCActionManager.h
│   │   ├── CCActionTween.cpp
│   │   ├── CCActionTween.h
│   │   ├── CCNode.cpp
│   │   ├── CCNode.h
│   │   ├── CCScene.cpp
│   │   ├── CCScene.h
│   │   ├── CCTransition.cpp
│   │   ├── CCTransition.h
│   │   ├── CCTweenFunction.cpp
│   │   └── CCTweenFunction.h
│   ├── AppDelegate.cpp
│   ├── AppDelegate.h
│   ├── base
│   │   ├── base64.cpp
│   │   ├── base64.h
│   │   ├── CCAutoreleasePool.cpp
│   │   ├── CCAutoreleasePool.h
│   │   ├── ccCArray.cpp
│   │   ├── ccCArray.h
│   │   ├── ccConfig.h
│   │   ├── CCController.cpp
│   │   ├── CCController.h
│   │   ├── CCDirector.cpp
│   │   ├── CCDirector.h
│   │   ├── CCEventAcceleration.cpp
│   │   ├── CCEventAcceleration.h
│   │   ├── CCEventController.cpp
│   │   ├── CCEventController.h
│   │   ├── CCEvent.cpp
│   │   ├── CCEventCustom.cpp
│   │   ├── CCEventCustom.h
│   │   ├── CCEventDispatcher.cpp
│   │   ├── CCEventDispatcher.h
│   │   ├── CCEventFocus.cpp
│   │   ├── CCEventFocus.h
│   │   ├── CCEvent.h
│   │   ├── CCEventKeyboard.cpp
│   │   ├── CCEventKeyboard.h
│   │   ├── CCEventListenerAcceleration.cpp
│   │   ├── CCEventListenerAcceleration.h
│   │   ├── CCEventListenerController.cpp
│   │   ├── CCEventListenerController.h
│   │   ├── CCEventListener.cpp
│   │   ├── CCEventListenerCustom.cpp
│   │   ├── CCEventListenerCustom.h
│   │   ├── CCEventListenerFocus.cpp
│   │   ├── CCEventListenerFocus.h
│   │   ├── CCEventListener.h
│   │   ├── CCEventListenerKeyboard.cpp
│   │   ├── CCEventListenerKeyboard.h
│   │   ├── CCEventListenerMouse.cpp
│   │   ├── CCEventListenerMouse.h
│   │   ├── CCEventListenerTouch.cpp
│   │   ├── CCEventListenerTouch.h
│   │   ├── CCEventMouse.cpp
│   │   ├── CCEventMouse.h
│   │   ├── CCEventTouch.cpp
│   │   ├── CCEventTouch.h
│   │   ├── CCEventType.h
│   │   ├── CCIMEDelegate.h
│   │   ├── CCIMEDispatcher.cpp
│   │   ├── CCIMEDispatcher.h
│   │   ├── ccMacros.h
│   │   ├── CCMap.h
│   │   ├── ccRandom.cpp
│   │   ├── ccRandom.h
│   │   ├── CCRef.cpp
│   │   ├── CCRef.h
│   │   ├── CCScheduler.cpp
│   │   ├── CCScheduler.h
│   │   ├── CCTouch.cpp
│   │   ├── CCTouch.h
│   │   ├── ccTypes.cpp
│   │   ├── ccTypes.h
│   │   ├── CCVector.h
│   │   ├── uthash.h
│   │   └── utlist.h
│   ├── ccg.h
│   ├── cocogge.h
│   ├── DrawNode.cpp
│   ├── DrawNode.h
│   ├── gge
│   │   ├── ggeanimation.h
│   │   ├── ggebase.h
│   │   ├── ggecolor.h
│   │   ├── ggecommon.h
│   │   ├── ggefont.h
│   │   ├── ggefw.h
│   │   ├── ggegamestate.h
│   │   ├── ggeguibutton.h
│   │   ├── ggeguieditbox.h
│   │   ├── ggeguilistbox.h
│   │   ├── ggeguiloader.h
│   │   ├── ggeguimanager.h
│   │   ├── ggeguirichtext.h
│   │   ├── ggeguislider.h
│   │   ├── ggeguiwindow.h
│   │   ├── gge.h
│   │   ├── ggeimage.h
│   │   ├── ggemath.h
│   │   ├── ggematrix.h
│   │   ├── ggemesh.h
│   │   ├── ggeparticle.h
│   │   ├── ggeprocess.h
│   │   ├── ggerefcounter.h
│   │   ├── ggerenderobj.h
│   │   ├── ggeresmanager.h
│   │   ├── ggeribbontrail.h
│   │   ├── ggeshader.h
│   │   ├── ggesound.h
│   │   ├── ggesprite.h
│   │   ├── ggeswapchain.h
│   │   ├── ggetexture.h
│   │   ├── ggetypes.h
│   │   ├── ggevariant.h
│   │   └── ggexml.h
│   ├── LabelFont.cpp
│   ├── LabelFont.h
│   ├── LayerColor.cpp
│   ├── LayerColor.h
│   ├── libcocogge.vcxproj
│   ├── libcocogge.vcxproj.filters
│   ├── libcocogge.vcxproj.user
│   ├── math
│   │   ├── CCAffineTransform.cpp
│   │   ├── CCAffineTransform.h
│   │   ├── CCGeometry.cpp
│   │   ├── CCGeometry.h
│   │   ├── CCMathBase.h
│   │   ├── CCMath.h
│   │   ├── Mat4.cpp
│   │   ├── Mat4.h
│   │   ├── Mat4.inl
│   │   ├── MathUtil.cpp
│   │   ├── MathUtil.h
│   │   ├── MathUtil.inl
│   │   ├── Quaternion.cpp
│   │   ├── Quaternion.h
│   │   ├── Quaternion.inl
│   │   ├── TransformUtils.cpp
│   │   ├── TransformUtils.h
│   │   ├── Vec2.cpp
│   │   ├── Vec2.h
│   │   ├── Vec2.inl
│   │   ├── Vec3.cpp
│   │   ├── Vec3.h
│   │   ├── Vec3.inl
│   │   ├── Vec4.cpp
│   │   ├── Vec4.h
│   │   └── Vec4.inl
│   ├── NodeGGE.cpp
│   ├── NodeGGE.h
│   └── platform
│   ├── CCApplication.cpp
│   ├── CCApplication.h
│   ├── CCApplicationProtocol.h
│   ├── CCCommon.h
│   ├── CCGLView.cpp
│   ├── CCGLView.h
│   ├── CCPlatformConfig.h
│   ├── CCPlatformDefine.h
│   ├── CCPlatformMacros.h
│   ├── CCStdC.cpp
│   ├── CCStdC.h
│   └── stdint.h
├── libjpeg
│   ├── BMP.c
│   ├── compress.c
│   ├── decode.c
│   ├── HUFFMAN.C
│   ├── IDCT2D.C
│   ├── IDCT.C
│   ├── JPEG.C
│   ├── JPEG.H
│   ├── JPEGINT.H
│   ├── pack.c
│   ├── QUANTY.C
│   ├── RGB.C
│   └── SEGMENT.C
├── library
│   ├── galaxy2d.dll
│   ├── galaxy2d.lib
│   └── jpeglib.lib
├── libutils
│   ├── AppDelegate.cpp
│   ├── AppDelegate.h
│   ├── base
│   │   ├── asert.h
│   │   ├── Astar.cpp
│   │   ├── Astar.h
│   │   ├── config.h
│   │   ├── cppstruct.cpp
│   │   ├── cppstruct.h
│   │   ├── efolder.cpp
│   │   ├── efolder.h
│   │   ├── logic.cpp
│   │   ├── logic.h
│   │   ├── stringutils.cpp
│   │   ├── stringutils.h
│   │   ├── template.h
│   │   ├── utf.cpp
│   │   └── utf.h
│   ├── Button (2).cpp
│   ├── Button (2).h
│   ├── Button.cpp
│   ├── Button.h
│   ├── ccc.h
│   ├── cocoMacro.h
│   ├── config2.cpp
│   ├── config2.h
│   ├── data
│   │   ├── DataAttri.h
│   │   ├── DataEquip.cpp
│   │   ├── DataEquip.h
│   │   ├── DataFushi.h
│   │   ├── DataInc.h
│   │   ├── DataItem.cpp
│   │   ├── DataItem.h
│   │   └── eModel.h
│   ├── Debug
│   │   └── libutils.log
│   ├── DrawNode.cpp
│   ├── DrawNode.h
│   ├── Label1.cpp
│   ├── Label1.h
│   ├── Label2.cpp
│   ├── Label2.h
│   ├── Label.cpp
│   ├── Label.h
│   ├── LayerColor.cpp
│   ├── LayerColor.h
│   ├── libutils.vcxproj
│   ├── libutils.vcxproj.filters
│   ├── libutils.vcxproj.user
│   ├── MapCache (2).cpp
│   ├── MapCache (2).h
│   ├── MapCache.cpp
│   ├── MapCache.h
│   ├── MapReader (2).cpp
│   ├── MapReader (2).h
│   ├── MapReader.cpp
│   ├── MapReader.h
│   ├── Mouse (2).cpp
│   ├── Mouse (2).h
│   ├── Mouse.cpp
│   ├── Mouse.h
│   ├── Node2.cpp
│   ├── Node2.h
│   ├── Sprite1.cpp
│   ├── Sprite1.h
│   ├── Sprite2.cpp
│   ├── Sprite2.h
│   ├── Sprite9.cpp
│   ├── Sprite9.h
│   ├── Sprite.cpp
│   ├── Sprite.h
│   ├── text
│   │   ├── TxtChat.cpp
│   │   ├── TxtChat.h
│   │   ├── TxtInc.h
│   │   ├── TxtItem.cpp
│   │   ├── TxtItem.h
│   │   ├── TxtJiaju.cpp
│   │   ├── TxtJiaju.h
│   │   ├── TxtMap.cpp
│   │   ├── TxtMap.h
│   │   ├── TxtMenpai.cpp
│   │   ├── TxtMenpai.h
│   │   ├── TxtModelPet.cpp
│   │   ├── TxtModelPet.h
│   │   ├── TxtModelRole.cpp
│   │   ├── TxtModelRole.h
│   │   ├── TxtNpc.cpp
│   │   ├── TxtNpc.h
│   │   ├── TxtSkill.cpp
│   │   ├── TxtSkill.h
│   │   ├── TxtWeapon.cpp
│   │   ├── TxtWeapon.h
│   │   ├── TxtZuoqi.cpp
│   │   └── TxtZuoqi.h
│   ├── Utils.h
│   ├── WasCache (2).cpp
│   ├── WasCache (2).h
│   ├── WasCache.cpp
│   ├── WasCache.h
│   ├── Was.cpp
│   ├── Was.h
│   ├── WasHandle.cpp
│   ├── WasHandle.h
│   ├── WasReader.cpp
│   ├── WasReader.h
│   ├── WdfReader.cpp
│   └── WdfReader.h
├── testcocogge
│   ├── _inc.h
│   ├── _main.cpp
│   ├── TestActTouch.h
│   ├── testcocogge.vcxproj
│   ├── testcocogge.vcxproj.filters
│   ├── TestDrawNode.h
│   ├── TestKeyboard.h
│   ├── TestMouse.h
│   └── xyq2d.log
├── xyq2d.sln
└── xyq2d.v12.suo

64 directories, 896 files

标签:

实例下载地址

梦幻大话单机引擎之一

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警