James Chen
e072d5ff36
Merge pull request #3013 from hawkwood/develop
...
closed #2337 : EditBox doesn't show any text in TestJavascript/ExtensionsTest/EditBoxTest.
The hidden property of UITextField is always NO when it's initialized but the keyboard is not opened.
We should set hidden property to YES right after it's initialized.
2013-06-26 20:33:16 -07:00
zhangbin
6f34a59075
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
2013-06-27 11:07:25 +08:00
zhangbin
3c060fbcd8
closed #2334 , Add user login & logout functions in plugin nd91.
2013-06-27 10:57:13 +08:00
minggo
d2940bf4c7
Merge pull request #3008 from minggo/ccx_filesystem
...
remove unneeded codes when using assets manager
2013-06-26 18:53:34 -07:00
wtyqm
ab36c433fa
fix sub ccb node resource root path bug
...
When load sub ccb type node , create a new ccbreader from parent
ccbreader. Should copy ccbRootPath from parent, otherwise, load
resource will fail if sub ccb node resource use special path
2013-06-27 09:41:38 +08:00
Ricardo Quesada
880a2a53f6
Merge branch 'develop' into js_mac
2013-06-26 18:38:55 -07:00
Justin Hawkwood
9067918d73
Set textview_hidden to true on init
2013-06-26 13:44:49 -07:00
James Chen
30fa9e80d3
Merge pull request #3012 from dumganhar/ios-project-fix
...
Fixing iOS workspace project, using c99 instead of gnu99.
2013-06-26 02:55:01 -07:00
James Chen
0fdf4b97d6
Fixing iOS workspace project, using c99 instead of gnu99.
2013-06-26 17:52:54 +08:00
minggo
7e26a86e2e
issue #2329:not bind CCFileUtils private function
2013-06-26 17:36:31 +08:00
James Chen
2a3d3279d3
Merge pull request #3011 from CocosRobot/updategeneratedsubmodule_1372237663
...
[AUTO] : updating submodule reference to latest autogenerated bindings
2013-06-26 02:10:36 -07:00
CocosRobot
b681238425
[AUTO] : updating submodule reference to latest autogenerated bindings
2013-06-26 09:07:45 +00:00
James Chen
b61687ef46
Merge pull request #3009 from dumganhar/travis-jsb-fix
...
Fixing travis errors for generating JSB glue codes.
2013-06-26 01:59:22 -07:00
James Chen
cde809951a
Fixing travis errors for generating JSB glue codes.
2013-06-26 16:57:08 +08:00
minggo
8938268183
issue #2329 : remove unneeded codes
2013-06-26 16:42:11 +08:00
James Chen
a31918deaa
Merge pull request #3007 from dumganhar/iss2313-bind-clipnode
...
issue #2313 : Exposing cc.ClippingNode to JS.[Not finished]
2013-06-26 01:36:44 -07:00
James Chen
14208cfda9
Only skip ^visit$
2013-06-26 16:35:41 +08:00
James Chen
e1b1eee46d
issue #2313 : Ignores `visit` and exposes ClippingNode to JS. [Not finished]
2013-06-26 16:29:45 +08:00
James Chen
afc7e39d0f
issue #2313 : Opens stencil for TestJavascript.
2013-06-26 16:28:14 +08:00
zhangbin
4a9a1261ef
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
2013-06-26 16:05:10 +08:00
James Chen
4074d89939
Merge pull request #3000 from natural-law/develop
...
Add ProtocolUser for user system.
2013-06-26 01:01:01 -07:00
zhangbin
d8e9e2ef1c
issue #2334 , Update the SDK of ND91 to newest version.
2013-06-26 15:52:42 +08:00
minggo
6f79ea94ac
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into ccx_filesystem
2013-06-26 15:42:38 +08:00
minggo
d3c10408ff
Merge pull request #3006 from minggo/iss2305-replace-pthread
...
fix some errors of c++11 thread usage in CCTextureCache
2013-06-26 00:40:17 -07:00
James Chen
ea452c0a1a
Merge pull request #3005 from dumganhar/iss2305-std-thread
...
issue #2305 : Using std::thread instead of pthread for ScriptingCore.
2013-06-26 00:17:23 -07:00
minggo
ca2966745e
closed #2305 : fix a running time error
2013-06-26 15:11:13 +08:00
James Chen
057d5c18a4
issue #2305 : sched_yield(); --> std::this_thread::yield();
2013-06-26 14:55:20 +08:00
minggo
9d44b52ebf
issue #2305:use c++11 thread correctly
2013-06-26 14:48:19 +08:00
minggo
72937aa6d8
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2305-replace-pthread
2013-06-26 14:47:31 +08:00
James Chen
adf6932543
issue #2305 : Using std::thread instead of pthread for ScriptingCore.
2013-06-26 14:41:19 +08:00
zhangbin
9205880135
Modify the target version of plugin samples to android-10.
2013-06-26 14:37:24 +08:00
zhangbin
f0d1df426f
Modify the min sdk version of android platform required in plugin samples.
2013-06-26 14:14:40 +08:00
minggo
f531842735
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into ccx_filesystem
2013-06-26 14:02:16 +08:00
James Chen
456f422c8a
Update AUTHORS [ci skip]
2013-06-26 14:44:24 +09:00
James Chen
10f4446596
Merge pull request #2998 from sbc100/emscripten_linux
...
closed #2333 : 1) Share top level Makefile between emscripten, linux and nacl.
2) Remove the dependacy of the emscripten build on /Library/Fonts
(a darwin-only folder). On non-darwin platforms we use the
ariel.tff that is part of TestCpp.
2013-06-25 22:43:16 -07:00
James Chen
bd3106fef2
Update AUTHORS [ci skip]
2013-06-26 13:59:09 +09:00
James Chen
ad7d606b48
Merge pull request #2703 from sergey-shambir/linux_qmake
...
close #2332 : [Linux] Adding project part for QtCreator.
2013-06-25 21:57:20 -07:00
James Chen
790ec1a953
Merge pull request #3003 from dumganhar/iss2305-std-thread
...
issue #2305 : [Win32] Removing the third party library pthreadVCE2.
2013-06-25 21:54:39 -07:00
James Chen
229e181625
issue #2305 : [Win32] Removing the third party library pthreadVCE2.
2013-06-26 12:52:38 +08:00
James Chen
7797967080
Merge pull request #3001 from dumganhar/iss2305-std-thread
...
issue #2305 : Using c++11 std::thread instead of pthread for HttpClient class.
2013-06-25 20:50:42 -07:00
James Chen
ae737365d7
issue #2305 : Sleep(50) on Win32, usleep(50000) on unix --> std::this_thread::sleep_for(std::chrono::milliseconds(50));
2013-06-26 11:34:04 +08:00
James Chen
ea36707c57
issue #2305 : Using the old logic of "wait".
2013-06-26 11:10:19 +08:00
James Chen
3ad11cc63a
issue #2305 : Fixing a bug that passing wrong mutex parameter to "wait".
2013-06-26 11:06:13 +08:00
James Chen
f2ab73c533
issue #2305 : Reverting to use lock and unlock for HttpClient.
2013-06-26 10:45:46 +08:00
James Chen
8a0046a139
issue #2305 : Fixing a crash when error is triggered in WebSocket. Using std::lock_guard to replace lock and unlock manually.
2013-06-26 10:11:10 +08:00
James Chen
79962cdf5d
issue #2305 : Using c++11 std::thread instead of pthread for HttpClient class.
2013-06-26 10:11:10 +08:00
zhangbin
3d5494019c
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
2013-06-26 09:41:58 +08:00
Sam Clegg
f9ae701a4b
Fix emscripten build on linux
...
Remove the dependacy of the emscripten build on /Library/Fonts
(a darwin-only folder). On non-darwin platforms we use the
ariel.tff that is part of TestCpp.
2013-06-25 11:47:52 -07:00
Sam Clegg
cb2f42d0c6
Share top level Makefile between emscripten, linux and nacl.
...
Remove the custom top level Makefile.emscripten and instead
add build-emscripten.sh which can be used like build-linux.sh
and build-nacl.sh.
Also, use the top level lib folder to store emscripten libs.
This brings it in line with the other make-based builds.
2013-06-25 11:45:01 -07:00
Ricardo Quesada
c22ebb154d
Merge branch 'develop' into js_mac
2013-06-25 10:21:26 -07:00