Walzer
f039741e82
Merge commit 'c76e3c09367aea27c2428401c9d206b8ea017111' into gles20
2012-05-07 17:06:03 +08:00
Walzer
c76e3c0936
remove CppReflection, add CCBCustomClass and CCBCustomClassFactory to implement reflection, leave some jobs to class HelloCocosBuilder: public CCBCustomClass. The approach is not so tricky, much easier to understand now.
2012-05-07 17:05:17 +08:00
Walzer
07276c3bba
Merge commit '184b31efa3aaa340621f5aa736d3b16e6ad97327' into gles20
2012-05-05 15:49:11 +08:00
Walzer
184b31efa3
fix compilation warnings on android & ios
2012-05-05 10:44:42 +08:00
Walzer
6b374881f0
Merge branch 'gles20' of http://github.com/cocos2d/cocos2d-x into gles20
2012-05-05 10:07:21 +08:00
Walzer
f70855e959
fixed #1229 , reduce the requirement of gles20 branch from NDK android-10 to android-8 level (official android 2.2 image, the lowest version which supports OpenGL ES 2.0), remove EGL dependency.
2012-05-05 10:06:41 +08:00
Walzer
be2fa353a7
Merge commit '1afd7f2701b5e9fec0d2a4fd514d1d4e069b3830' into gles20
2012-05-05 09:55:06 +08:00
minggo
1afd7f2701
Merge pull request #893 from minggo/iss1217_EaseAction_reverse
...
Iss1217 ease action reverse
2012-05-04 01:26:56 -07:00
minggo
14b923409a
fixed #1217 : implement reverse() for all subclass of CCEaseAction that missing it
2012-05-04 16:22:50 +08:00
James Chen
dcf7c9e053
Merge pull request #892 from dumganhar/iss1220_getstring
...
fixed #1220 : Using CCString::stringWithContentsOfFile to get string from lua script files.
2012-05-03 23:35:32 -07:00
James Chen
22b2f722b5
fixed #1220 : Using CCString::stringWithContentsOfFile to get string from lua script files.
2012-05-04 14:31:56 +08:00
James Chen
9887be6624
Merge pull request #890 from dumganhar/iss1191_gles20_template
...
issue #1191 : Updated win32 template.
2012-05-03 20:27:33 -07:00
James Chen
bf0da624b4
issue #1191 : Updated win32 templates, tested by vs2008 and vs2010. Updated win32 project configurations for VS2O10.
2012-05-04 11:16:57 +08:00
James Chen
47b8148064
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1191_gles20_template
2012-05-04 02:08:31 +08:00
minggo
d924b5cd9a
Merge pull request #887 from minggo/iss1212_android_crash
...
Iss1212 android crash
2012-05-03 02:39:47 -07:00
minggo
28ca8a4fb1
fixed #1216 : change resource path of png in iso-test-bug787.tmx
2012-05-03 17:36:51 +08:00
minggo
fc4937541e
Merge pull request #886 from minggo/merge_iss1216
...
Merge iss1216
2012-05-03 01:34:40 -07:00
minggo
27b5fb8074
merge commit of issue 1216
2012-05-03 16:30:13 +08:00
Walzer
a584aee897
issue #1205 update license declaration
2012-05-03 15:33:22 +08:00
Walzer
ebaf1da460
issue 1205, CCBReader. Not perfect yet, I will use CCNotificationCenter to improve SET macro/assign var to parent.
2012-05-03 15:29:27 +08:00
James Chen
2e66f55219
Merge pull request #884 from dumganhar/iss1215_win_retina
...
fixed #1215 : fixed a bug in retina support for win32.
2012-05-03 00:09:10 -07:00
James Chen
7cdb11b668
fixed #1215 : fixed a bug in retina support for win32.
2012-05-03 15:05:19 +08:00
Walzer
2fc1322cc8
update copyright and license declaration of CCCBReader relative files
2012-05-03 14:43:27 +08:00
Walzer
5faaab0d16
add CocosBuilderTest into extension test. fix a bug in CCLayerGradient::updateColor
2012-05-03 12:17:28 +08:00
Walzer
160b0aba88
Merge commit 'b7b21f3dc2e2c541a06fdd381b6b43d213a90093' into gles20
2012-05-03 12:02:13 +08:00
Walzer
9e62412ce9
issue #1205 , add CCBReader, CppReflection, CocosBuilderTestCase
2012-05-03 11:58:53 +08:00
James Chen
b7b21f3dc2
Merge pull request #882 from dumganhar/iss1211_ToEng
...
fixed #1211 : Translated Chinese comments to English for CCTextureWatcher and CCListView. And Updated AUTHORS file.
2012-05-02 20:12:08 -07:00
James Chen
b6a1e89aa5
fixed #1211 : Translated Chinese comments to English for CCTextureWatcher and CCListView. And Updated AUTHORS file.
2012-05-03 11:09:27 +08:00
James Chen
ec433b46cd
Merge pull request #881 from dumganhar/iss1204_initInstance
...
fixed #1204 : Removed CCApplication::initInstance.
If users want to custom some features of CCEGLView, e.g. set the design resolution, they should add the following code in "HelloWorld/proj.win32/main.cpp" (on win32) or "HelloWorld/proj.android/jni/helloworld/main.cpp" (on android).
CCEGLView::sharedOpenGLView().setDesignResolutionSize(480, 320);
You should look into main.cpp files for detail infomations.
This commit also update something as follows:
1. Modified some project configuations for win32, we used MultiByte rather than Unicode as CharacterSet for all win32 projects, and removed some unused codes for win32 platform.
2. Made CCEGLView::Create(on win32) as a private function.
3. Updated ExtensionsTest.
4. Updated the format of source files(changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces).
2012-05-02 19:38:34 -07:00
James Chen
82439733c5
fixed #1204 : Made CCEGLView::Create(on win32) as a private function. Updated ExtensionsTest.
...
And updated the format of source files(changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces).
2012-05-03 10:12:00 +08:00
James Chen
136866bc12
issue #1204 : Updated tests/proj.win32/main.cpp
2012-05-02 18:56:03 +08:00
James Chen
ca5ef69d50
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1204_initInstance
2012-05-02 18:44:30 +08:00
minggo
405deb6c67
Merge pull request #880 from minggo/iss1201_android_build
...
Iss1201 android build
2012-05-02 03:42:14 -07:00
minggo
4bcf67078d
fixed #1201 : add prebuilt libs
2012-05-02 18:37:37 +08:00
James Chen
395dbc90aa
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1204_initInstance
...
Conflicts:
lua/cocos2dx_support/LuaCocos2d.cpp
2012-05-02 18:23:16 +08:00
James Chen
aa93497b45
Merge branch 'iss1204_initInstance' of https://github.com/dumganhar/cocos2d-x into iss1204_initInstance
2012-05-02 18:21:26 +08:00
minggo
7e882ae89e
Merge pull request #879 from minggo/iss1201_android_build
...
simplify writing of Android.mk
2012-05-02 03:19:36 -07:00
James Chen
4580fffed7
issue #1204 : Updated CCApplication.mm and ios template.
2012-05-02 18:18:43 +08:00
Walzer
da2b2e42fc
Merge commit '46f2abeb8ef9cbf5908608d7ea8b9d6002fc387f' into gles20
2012-05-02 18:16:28 +08:00
James Chen
5fc72581cb
issue #1204 : Removed CCApplication::initInstance.
2012-05-02 17:50:26 +08:00
minggo
75601fbc02
fixed #1201 : simplify the writing of Android.mk and correct corresponding template
2012-05-02 17:29:16 +08:00
James Chen
d68e6400e4
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
2012-05-02 14:57:13 +08:00
James Chen
46f2abeb8e
Merge pull request #878 from dumganhar/iss1206_remove
...
fixed #1206 : Removed some unused files, first release will only support ios, win32 and android.
2012-05-01 23:54:42 -07:00
James Chen
61f33a87af
fixed #1206 : Removed some unused files, first release will only support ios, win32 and android.
2012-05-02 14:50:47 +08:00
minggo
c048fe77c6
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1201_android_build
2012-05-02 14:41:49 +08:00
James Chen
e2e2798639
Merge pull request #877 from dumganhar/iss1194_tex_wat
...
fixed #1194 : Added CCTextureWatcher and updated template files.
Also, added extension namespace, all extension classes are in cocos2d::extension namespace.
2012-05-01 23:37:56 -07:00
James Chen
db92c9c1dc
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1194_tex_wat
2012-05-02 14:32:27 +08:00
James Chen
a666dc7edb
fixed #1194 : Updated template file -- cocos2d_chipmunk.xctemplate/Classes/HelloWorldScene.cpp.
2012-05-02 14:31:46 +08:00
James Chen
547bd6910d
fixed #1194 : Updated ios template.
2012-05-02 14:29:36 +08:00
James Chen
99bc442dad
#issue #1194 : Updated chipmuck template for ios platform.
2012-05-02 14:17:14 +08:00