minggo
e3bc4471ff
update authors, changelog
2012-03-02 15:39:03 +08:00
minggo
796ba89e9d
Merge pull request #742 from minggo/iss762_label_position
...
compute correct text rect and display it on center
2012-03-01 22:24:04 -08:00
minggo
2360a9a04e
fixed #762 : let zfont display on center
2012-03-02 14:22:01 +08:00
minggo
5485eb19d9
fixed #762 : compute correct text rect and display it on center
2012-03-02 14:17:22 +08:00
minggo
79495fd743
Merge pull request #741 from minggo/master
...
remove libiconv.a
2012-03-01 19:28:35 -08:00
minggo
c196f2dff2
issue #983 : remove libiconv.a
2012-03-02 11:25:35 +08:00
minggo
30e952b093
Merge pull request #740 from minggo/iss762_label_position
...
fixed #762 : make label display on center on iOS
2012-03-01 19:19:12 -08:00
minggo
528a769cf6
fixed #762 : make label display on center on iOS
2012-03-02 11:15:44 +08:00
James Chen
d6d75b844d
Merge pull request #739 from dumganhar/iss995_marmalade
...
fixed #995 : Modify project configure for marmalade port after adding extension support and renaming resource folders.
2012-03-01 01:41:27 -08:00
James Chen
d3dedd19f2
fixed #995 : Modify project configure for marmalade port after adding extension support and refactor resource folder.
2012-03-01 17:38:31 +08:00
James Chen
c74006c5fd
Merge pull request #738 from dumganhar/iss994_bbndk2.0
...
fixed #994 : add support for bbndk2.0 on blackberry platform.
2012-03-01 01:09:01 -08:00
Walzer
2acd80bb73
fixed #982 , copy resources as recursively (-r), and let sed works on mac
2012-03-01 16:57:59 +08:00
James Chen
dfd5adb3bd
fixed #994 : add support for bbndk2.0 on blackberry platform.
2012-03-01 16:52:17 +08:00
minggo
a8a82ec7ec
Merge pull request #737 from minggo/iss982_box2d_template
...
Iss982 android template
2012-02-29 19:26:12 -08:00
minggo
8e0d0304b7
fixed #982 : modify create-linux-eclipse-project.sh to support lua box2d and chipmunk
2012-03-01 03:13:33 +08:00
minggo
a87e76c399
fixed #982 : android template works ok on linux
2012-03-01 02:51:58 +08:00
minggo
c0d2118aac
issue #982 : android template support lua box2d and chipmunk
2012-02-29 17:48:45 +08:00
James Chen
d753646bcc
Merge pull request #736 from dumganhar/iss986_add_init_CCMenu
...
fixed #986 : Add init() member funciton of CCMenu class.
2012-02-28 18:14:53 -08:00
James Chen
6c01009a18
fixed #986 : Add init() member funciton of CCMenu class.
2012-02-29 10:07:18 +08:00
James Chen
f166ee2611
Merge pull request #735 from dumganhar/iss984_bada_qnx_static_lib
...
fixed #984 : Use static library for cocos2dx project on platforms(bada and qnx) that use gcc compiler. Because dynamic_cast may fail when using a gcc compiler.
2012-02-27 23:10:15 -08:00
James Chen
05bf647ec3
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into iss984_bada_qnx_static_lib
2012-02-28 15:00:18 +08:00
James Chen
7daeb5cd86
fixed #984 : Use static library for cocos2dx project on platforms(bada and qnx) that use gcc compiler. Because dynamic_cast may fail if you use a gcc compiler.
2012-02-28 14:59:46 +08:00
minggo
de0388d53a
Merge pull request #734 from minggo/iss985_remove_xcode3_template
...
fixed #985 : remove xcode3 template
2012-02-27 18:31:44 -08:00
minggo
bb2ca44c24
fixed #985 : remove xcode3 template
2012-02-28 10:21:59 +08:00
James Chen
2bc48219f8
remove libjpeg, libpng, libz project, use them as sources in cocos2dx project.
2012-02-27 18:18:40 +08:00
minggo
be66bec269
Merge pull request #727 from minggo/iss946_retina
...
fixed #946 : HD image for both retina and normal
2012-02-27 00:10:17 -08:00
Walzer
a4cdbcea5f
Merge branch 'master' of http://github.com/cocos2d/cocos2d-x
2012-02-25 10:15:43 +08:00
Walzer
9d37b214d5
fix "Resource" to "Resources" in template/android/copy_files.sh
2012-02-25 10:14:06 +08:00
minggo
fd9445f6df
add commet for CCArray
2012-02-23 10:06:36 +08:00
minggo
0cedaae58c
update AUTHORS
2012-02-21 17:04:50 +08:00
Walzer
79791298cf
fixed #975 , update doxygen config, add CC_SYNTHESIZE_XXX marcos into PREDEFINED, update version and logo
2012-02-18 15:22:07 +08:00
James Chen
d1614213dd
Merge pull request #728 from dumganhar/iss972_CCNotificationCenter
...
fixed #972 : update ios project configures.
2012-02-15 19:52:53 -08:00
James Chen
6d97e3e381
fixed #972 : update ios project configures.
2012-02-16 11:48:09 +08:00
minggo
b0b6b85a79
fixed #946 : HD image for both retina and normal
2012-02-16 10:47:16 +08:00
James Chen
dc3599f7ae
Merge pull request #726 from dumganhar/iss972_CCNotificationCenter
...
fixed #972 : Refactor some folder and modify project configures for all platforms
2012-02-15 02:25:54 -08:00
James Chen
bcbb2b571b
modify HelloLua project configure for ios platform
2012-02-15 18:17:41 +08:00
James Chen
525854fc40
modify linux template.
2012-02-15 17:39:10 +08:00
James Chen
dfc3d67926
update scripts of creating projects.
2012-02-15 17:27:29 +08:00
James Chen
2c599d31b5
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into iss972_CCNotificationCenter
2012-02-15 17:02:47 +08:00
James Chen
ac98d22367
update ios project configures for ios, and modify xcode4's template
2012-02-15 16:59:47 +08:00
James Chen
e1413dff5e
update linux project configure
2012-02-15 15:57:09 +08:00
James Chen
a2a5af3348
update bada and qnx project settings
2012-02-15 13:52:41 +08:00
James Chen
2ef7b5d413
refactor folders for qnx
2012-02-15 11:26:28 +08:00
James Chen
d0266f0064
refactor folder
2012-02-15 10:45:14 +08:00
minggo
44d04f3590
Merge pull request #725 from minggo/master
...
use gnustl_static
2012-02-14 18:44:15 -08:00
minggo
5c4f9415ec
use gnustl_static
2012-02-15 10:42:48 +08:00
James Chen
4fb9282569
move library to platform folders
2012-02-15 10:35:19 +08:00
James Chen
abbda72b2f
modify bada 2.0 project setting
2012-02-14 23:31:37 +08:00
James Chen
dac63dd2c2
rename include file name from uppercase to lowercase for linux platform
2012-02-14 22:41:33 +08:00
James Chen
3422696145
1.modify some project setting for bada
...
2.rename some files
2012-02-14 22:35:51 +08:00