James Chen
edc02b5777
fixed #1825 : The default color of text on CCEditBox is WHITE now. Fixed issues for CCEditBox of MAC port.
2013-03-14 14:29:22 +08:00
James Chen
cf999be928
Merge branch 'master' of https://github.com/neokim/cocos2d-x into ios-editbox
2013-03-14 11:30:41 +08:00
James Chen
cce4733f31
Merge pull request #2160 from CocosRobot/updategeneratedsubmodule_1363231211
...
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-13 20:22:40 -07:00
CocosRobot
0b828a67c7
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-14 11:20:23 +08:00
James Chen
a57cc21d7a
Merge pull request #2156 from dumganhar/iss1830-jsb-utf8
...
fixed #1830 : Using JS::CompileOptions::setUTF8(true) to compile script.
2013-03-13 19:59:25 -07:00
James Chen
29aa62d923
fixed #1830 : Using JS::CompileOptions::setUTF8(true) to compile script.
2013-03-13 18:10:54 +08:00
minggo
58117a6aaf
Merge pull request #2155 from minggo/iss1803-spritetest-lua
...
refactor lua test cases
2013-03-13 02:49:46 -07:00
minggo
6507a7fd7f
Merge https://github.com/cocos2d/cocos2d-x into iss1803-spritetest-lua
2013-03-13 17:47:04 +08:00
minggo
e82074eb4f
issue #1803:refactor lua codes
2013-03-13 17:45:09 +08:00
James Chen
0f3344387d
Merge pull request #2152 from CocosRobot/updategeneratedsubmodule_1363147492
...
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-12 22:03:34 -07:00
CocosRobot
57b7a85dc8
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-13 12:05:05 +08:00
minggo
2bc703c3f0
Merge pull request #2069 from jxhgzs/cocos2dx_getDeltaTime
...
add m_fDeltaTime getter function
2013-03-12 19:38:57 -07:00
minggo
85f39cee24
Merge pull request #2114 from linshun/master
...
Added compatible function for multi secene resouces preloading.
2013-03-12 19:38:09 -07:00
minggo
a987c87844
Merge pull request #2151 from sbc100/fix_warning
...
Fix warning in linux build.
2013-03-12 19:30:51 -07:00
minggo
2a9cde6af6
Merge pull request #2149 from fape/jsb_update
...
Rename cocos2dx.hpp to jsb_cocos2dx_auto.hpp in AssetsManagerTest and CocosPlayer
2013-03-12 19:28:16 -07:00
James Chen
b77e5bc2cb
Merge pull request #2147 from CocosRobot/updategeneratedsubmodule_1363104181
...
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-12 18:50:57 -07:00
Sam Clegg
863286b0b9
Fix warning in linux build.
...
Also, define _DEBUG rather then DEBUG in linux and nacl makefiles
by default, and limit the command line definions that are used
when building Box2D.
2013-03-12 16:59:22 -07:00
fape
75c68f178a
Rename cocos2dx.hpp to jsb_cocos2dx_auto.hpp in AppDelegate.cpp
2013-03-12 22:18:45 +01:00
CocosRobot
bf31b7af26
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-13 00:03:13 +08:00
James Chen
d19a631fbe
Merge pull request #2146 from dumganhar/master
...
Updating cocos2dx.ini(adding CCScheduler to 'abstract_class' section) and adding ScriptingCore::getGlobalObject method.
2013-03-12 07:05:32 -07:00
James Chen
3aaf5cabdb
Updating cocos2dx.ini(adding CCScheduler to 'abstract_class' section) and adding ScriptingCore::getGlobalObject method.
2013-03-12 22:03:37 +08:00
minggo
6b78e2f341
Merge pull request #2145 from minggo/iss1803-spritetest-lua
...
issue #1803:add SpriteBatchNodeOffsetAnchorScale
2013-03-12 03:42:54 -07:00
minggo
e9df9918f7
issue #1803:add SpriteBatchNodeOffsetAnchorScale
2013-03-12 18:21:34 +08:00
Neo Kim
b2a78d9264
Comment out 'setVisible()'
2013-03-12 18:53:43 +09:00
Neo Kim
ec8241058c
Workaround for some problems due to UITextField of CCEditBoxImplIOS is attached as a view above OpenGL view. It has a topmost touch priority higher than any other CCNode objects, and also cannot be veiled by any other CCNode objects.
...
In this change, UITextField is visible only when the CCEditBox is in edit mode. And in non-edit mode, UITextField is hidden and CCLabelTTF is shown instead with all same attributes at the same place.
2013-03-12 18:23:12 +09:00
James Chen
ae1c64573e
Merge pull request #2046 from rohankuruvilla/eclipse
...
fixed #1827 : Eclipse Project import - Documentation Added and Tested.
2013-03-12 01:36:17 -07:00
James Chen
2be1347dc7
Merge pull request #2141 from dumganhar/master
...
Updating the template of muti-platform-js and iOS template.
2013-03-11 07:48:55 -07:00
James Chen
f465a72ab6
Updating iOS Template.
2013-03-11 22:47:48 +08:00
James Chen
32a8eb45f4
Updating the template of muti-platform-js.
2013-03-11 22:44:10 +08:00
minggo
79cda8296c
Merge pull request #2140 from minggo/refactor-ccuserdefault
...
Refactor ccuserdefault
2013-03-11 03:38:00 -07:00
James Chen
7f2c7eead2
Merge pull request #2138 from CocosRobot/updategeneratedsubmodule_1362994431
...
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-11 02:36:35 -07:00
CocosRobot
ee768ba814
cocos2dxmatoMac-mini : updating submodule reference to latest autogenerated bindings
2013-03-11 17:34:03 +08:00
James Chen
c780f2ff78
Merge pull request #2137 from dumganhar/iss1748-jsb-chipmunk-sqlite
...
fixed #1748 : Separating js extension from cocos2dx.hpp/cpp.
1) Generating jsb_cocos2dx_extension_auto.hpp/.cpp. It was separated from original cocos2dx.hpp/cpp. Developer could remove redundant jsbinding native codes now.
2) cocos2dx.hpp/cpp ~> jsb_cocos2dx_auto.hpp/cpp
3) Adding jsb_cocos2dx_extension_manual.hpp/cpp
2013-03-11 02:31:40 -07:00
James Chen
2a032bc6c9
fixed #1748 : Updating win32 project setting.
2013-03-11 17:24:33 +08:00
James Chen
32f0cf5993
Updating the submodule reference of JS tests.
2013-03-11 17:21:01 +08:00
James Chen
a250d83513
Updating the submodule of cocos2d-js-tests.
2013-03-11 17:13:35 +08:00
minggo
1d51f9a3d7
issue #1529:CCUserDefault work ok on Android
2013-03-11 16:45:20 +08:00
James Chen
69b2b13325
fixed #1748 : Generating jsb_cocos2dx_extension_auto.hpp/.cpp. It was separated from original `cocos2dx.hpp/cpp`.
...
Developer could remove redundant jsbinding codes now.
2013-03-11 16:39:28 +08:00
minggo
ac888fee01
issue #1529:CCUserDefault supports default value on iOS
2013-03-11 14:45:07 +08:00
James Chen
0bccb2caff
Update AUTHORS
2013-03-11 14:15:52 +08:00
James Chen
6829f82893
Merge pull request #2107 from SevInf/patch-1
...
fixed #1823 : Using shared NodeLoaderLibrary in CCBReader bindings.
2013-03-10 23:14:56 -07:00
minggo
5c107f289e
Merge pull request #2136 from yuezang/feature_1803
...
issue #1803:add spritetest lua test case
2013-03-10 23:05:54 -07:00
wangshuai
78d5c480b7
add spritetest lua test case
2013-03-11 13:49:09 +08:00
James Chen
faf4e63ee4
Update AUTHORS
2013-03-11 13:43:49 +08:00
James Chen
3f709c3edb
Merge pull request #2134 from AsadR/remove-all-notifications-for-target
...
fixed #1822 : Added CCNotificationCenter::removeAllObservers(CCObject *target).
2013-03-10 22:41:59 -07:00
James Chen
6ac16d9db5
Update AUTHORS
2013-03-11 11:19:54 +08:00
James Chen
ca15cfb2b3
Merge pull request #2108 from csy1988525/master
...
fixed #1821 : The display result is wrong when invoking CCControlButton:: setHighlighted.
2013-03-10 20:18:08 -07:00
James Chen
8b56396ee2
Update AUTHORS
2013-03-11 11:06:12 +08:00
James Chen
30e304961f
Merge pull request #2126 from sbc100/make_run_for_linux
...
fixed #1820 : Adding 'make run' target for linux projects.
2013-03-10 20:04:40 -07:00
James Chen
b8a97463fe
Update AUTHORS
2013-03-11 10:52:57 +08:00