
cocos2d-x:疑难杂症
第三代程序员
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
升级ios7后字符串显示不正常问题
问题描述:项目是在IOS6下开发的,后来将Xcode升级,并在没有修改的情况下运行在了IOS7设备中。CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 24 bits/pixel; 3-component color space; kCGImageAlphaNone; 36转载 2013-09-29 10:38:58 · 965 阅读 · 0 评论 -
大图文件Plist解析
转载:http://cn.cocos2d-x.org/tutorial/show?id=2117转载 2015-03-17 11:29:10 · 842 阅读 · 0 评论 -
CCTableView的滑动对齐
只要知道了CCTableView的滑动所触发的事件是什么,就好办了。---------------美丽的分割线-------------------首先,当我们拖动TableView结束的时候,它有一个自动对齐的函数relocateContainer():void CCScrollView::relocateContainer(bool animated)原创 2013-11-11 20:39:18 · 2170 阅读 · 0 评论 -
Coco2d-x 3.x : Cocos Studio 制作的UI无法正确显示,出现绿色或白色底
可以在论坛看到原创 2014-07-31 14:20:41 · 981 阅读 · 0 评论 -
cocos2d-x 3.x : 使用VS2012/2013调试 Cocos2d-x + Lua (赞哦, 很不错)
http://blog.youkuaiyun.com/babestudio/article/details/27494837转载 2014-07-31 15:11:47 · 567 阅读 · 0 评论 -
cocos2d-x3.x : ant 不是内部或外部命令也不是可运行的程序
Cocos2d-x 3.0 以后, 在windows平台下有两种三种打包Apk的方法.一个是Eclipse, 一个是Cocos Ide, 还有一个是用Cocosm原创 2014-07-31 09:43:23 · 4423 阅读 · 1 评论 -
nodesWithAnimationManagers为nil
使用的是cocos2d-x2.1.4到2.2版本,cocosbuilder则为3.0版本 在使用lua对ccbi文件解析时需要cocosbuilder中勾选上js controller选项,此时基类不是custom类型了。转载 2013-11-19 23:42:05 · 1352 阅读 · 0 评论 -
cocos2d-x Cygwin编译:recipe for target "xxx/libcocos2d.so" fail解决办法
在项目文件夹中找到Application.mk文件,添加如下内容:STLPORT_FORCE_REBUILD := true转载 2014-02-24 16:45:31 · 1144 阅读 · 0 评论 -
关于CCProgressTo的使用
CCProgressTo :class CC_DLL CCProgressTo : public CCActionInterval{public: /** Initializes with a duration and a percent */ bool initWithDuration(float duration, float fPercent); vir原创 2013-11-07 01:17:06 · 986 阅读 · 0 评论 -
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
解决方法:项目-->工程属性->配置属性-> 清单工具->输入和输出->嵌入清单,选择[否]转载 2013-11-19 01:41:25 · 1804 阅读 · 0 评论 -
cocos2d-x使用的图片格式全面分析
http://blog.youkuaiyun.com/langresser_king/article/details/8426708转载 2015-03-17 21:20:22 · 1210 阅读 · 0 评论