Ricardo Quesada
8a6d33a212
Adds CC prefix to CALLBACK()
...
Now it is called: CC_CALLBACK()
2013-06-13 20:36:43 -07:00
Ricardo Quesada
e2e68aa36d
Removes "calling explicit constructor"
2013-06-13 20:08:56 -07:00
Ricardo Quesada
98190a21c0
Actions with clone() pattern 1/3
...
This is the 1st patch of 3.
1)
Removes the copyWithZone() patterns.
Adds the clone() pattern instead (which is more C++ friendly)
Adds also "const" to getters.
2013-06-13 17:25:14 -07:00
Mykyta Usikov
28e8899089
fixed strokeColor and fontFillColor of CCLabelTTF
2013-06-13 14:16:33 +03:00
minggo
cd5bcb87af
issue #2284 : merge master and fixed some conflicts
2013-06-13 17:54:05 +08:00
James Chen
fbe4e505fd
Update AUTHORS [ci skip]
2013-06-13 15:01:52 +08:00
James Chen
b372fc8534
Merge pull request #2872 from maciekczwa/develop
...
fixed #2283 : Adding Polish language support.
2013-06-13 00:00:36 -07:00
James Chen
b429d1a387
Update AUTHORS [ci skip]
2013-06-13 14:54:22 +08:00
James Chen
1f2f366ef6
Merge pull request #2868 from folecr/develop
...
fixed #2281 : When user has built with JS Debugger support ScriptingCore will handle necessary runtime changes
2013-06-12 23:52:53 -07:00
James Chen
0de1a4ebd8
Merge pull request #2877 from pyrasis/tizen_2.1
...
Support Tizen device
2013-06-12 22:56:23 -07:00
minggo
6ef681bfff
Merge pull request #2876 from ricardoquesada/chipmunk_6_1_5
...
updates chipmunk2d to v6.1.5
2013-06-12 22:53:35 -07:00
minggo
5996e99b74
Merge pull request #2875 from ricardoquesada/CALLBACK_macro_for_callbacks
...
Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2
2013-06-12 22:51:21 -07:00
Ricardo Quesada
c1d519aac2
LabelTTF vertical alignment fixed on OS X
...
vertical alignment was broken on OS X.
top and bottom were switched.
2013-06-13 10:46:28 +08:00
minggo
92ce25371a
Merge pull request #2874 from ricardoquesada/labelttf_mac_fix
...
LabelTTF vertical alignment fixed on OS X
2013-06-12 19:45:31 -07:00
Ricardo Quesada
1780643c63
merge pull reqeust fixing for iOS7 and Xcode5 into master
2013-06-13 10:43:41 +08:00
minggo
f123a5c48d
Merge pull request #2873 from ricardoquesada/ios7_xcode5_fixes
...
Fixes for iOS7 and Xcode5
2013-06-12 19:28:22 -07:00
James Gregory
872be8e964
Initial commit of browser accelerated async image-loading code for Emscripten.
2013-06-12 14:46:32 -07:00
James Gregory
cdb63898d9
Simplify AsyncStruct slightly -- make it a class, add a constructor.
2013-06-12 10:03:12 -07:00
Lee, Jae-Hong
1bd3f10601
Support Tizen device.
2013-06-12 10:20:18 +09:00
Ricardo Quesada
e770121711
updates chipmunk2d to v6.1.5
2013-06-11 17:03:20 -07:00
Ricardo Quesada
83b43ab93e
Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2
...
Handy macros for callbacks.
Instead of:
std::bind(func_ptr, instnace, std::placeholder::_1)
you use:
CALLBACK_1(func_ptr, instance)
And also removes more warnings from the tests
2013-06-11 16:30:05 -07:00
Ricardo Quesada
75b9913c92
LabelTTF vertical alignment fixed on OS X
...
vertical alignment was broken on OS X.
top and bottom were switched.
2013-06-11 14:59:40 -07:00
Ricardo Quesada
af49023741
Fixes for iOS7 and Xcode5
2013-06-11 12:11:05 -07:00
folecr
bab8eff915
enableDebugger() will be called inside ScriptingCore when JSB_ENABLE_DEBUGGER is #defined
2013-06-11 08:18:22 -07:00
Maciej Czerniak
1e71ea85f3
add Polish language support
2013-06-11 16:46:38 +02:00
Maciej Czerniak
dddb487639
fix formatting
2013-06-11 16:43:35 +02:00
Maciej Czerniak
c9b88e1c0c
add missing Norwegian language for marmelade platform
2013-06-11 16:41:54 +02:00
Maciej Czerniak
eb79c01003
add missing Norwegian language for linux platform
2013-06-11 16:39:33 +02:00
minggo
ef319da264
Update AUTHORS
...
[ti ignore]
2013-06-11 21:50:02 +08:00
minggo
9404f3e0ce
Merge pull request #2704 from simpliplant/develop
...
Hardware keyboard support
2013-06-11 06:48:33 -07:00
Rene Klacan
44851e36e9
removed forgotten debug printf
2013-06-11 15:37:51 +02:00
James Chen
71e038a869
Merge pull request #2870 from dumganhar/master
...
[travis-ci] Speed up android build. [master]
2013-06-10 20:51:24 -07:00
James Chen
0d7b7819c2
[travis-ci] Speed up android build.
2013-06-11 11:31:24 +08:00
xyhl515
9ea4f7ea8e
fix Jsb function getCPBody return type bug
2013-06-11 11:04:29 +08:00
Rene Klacan
f31a258c01
Merge pull request from cocos2d/develop
2013-06-11 01:06:12 +02:00
folecr
99266d19c5
If user has enabled debugger support, call enableDebugger() to setup the debug context, start the debugger thread, etc.
2013-06-10 11:38:31 -07:00
minggo
7cccf1db03
Merge pull request #2866 from minggo/master
...
update changelog
2013-06-10 09:04:57 -07:00
minggo
31e7456af5
update changelog [ti ignore]
2013-06-10 23:58:21 +08:00
minggo
48d5dafe09
Merge pull request #2865 from minggo/master
...
add description of path that custom font can put in
2013-06-10 08:04:41 -07:00
minggo
29607bd741
fixed #2259:add description of path that custom font can put in
2013-06-10 23:01:48 +08:00
minggo
845585a294
Merge pull request #2864 from minggo/master
...
make create-android-project.sh work ok
2013-06-10 07:36:30 -07:00
minggo
e8fb1f4da0
copy lua script when creating a project by create-android-project.sh
2013-06-10 22:35:05 +08:00
James Chen
a03da1b2d2
Merge pull request #2863 from dumganhar/master
...
Adding travis-ci build for emscripten port.
2013-06-10 07:20:42 -07:00
minggo
bb583996d0
define and export LCC_ENABLE_CHIPMUNK_INTEGRATION for extensions anroid project
2013-06-10 22:19:59 +08:00
James Chen
4cf1946142
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
2013-06-10 21:58:14 +08:00
James Chen
15f5538835
Adding travis-ci build for emscripten port.
2013-06-10 21:57:26 +08:00
James Chen
9ede4f17b2
Merge pull request #2862 from dumganhar/master
...
Fixing a bug that vs express can't work.
2013-06-10 06:25:00 -07:00
James Chen
94d3517ac1
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
2013-06-10 21:22:06 +08:00
James Chen
835520da66
Fixing a bug that vs express can't work. Reported at https://github.com/cocos2d/cocos2d-x/issues/2859
2013-06-10 21:20:44 +08:00
James Chen
5da7a7692e
Fixing a logic error in CCDirector.cpp.
2013-06-10 21:19:22 +08:00