minggo
|
734d857ced
|
Merge branch 'v3.12' into merge-v312
|
2016-07-07 15:13:21 +08:00 |
pandamicro
|
305bd95dc2
|
More secure release in JSB_closeWindow
|
2016-07-06 13:55:18 +08:00 |
mogemimi
|
2443e09d29
|
Fix typos and other mistakes in docs
|
2016-07-04 00:42:10 +09:00 |
minggo
|
bbd837aefa
|
merge v3.12 back to v3
|
2016-06-28 17:53:50 +08:00 |
pandamicro
|
e7e365a00f
|
Fix window.close crash in JSB
|
2016-06-28 11:59:55 +08:00 |
pandamicro
|
8cb2e93644
|
Fix easing action crash because the js object is not rooted
|
2016-06-24 14:38:59 +08:00 |
mogemimi
|
cbc0612306
|
Use nullptr instead of 0 or NULL
|
2016-06-23 12:39:23 +09:00 |
James Chen
|
67dd4b0684
|
JSScript* may be garbage collected before the next time execute the same JS file.
It will crash in JS_ExecuteScript.
|
2016-06-22 16:18:20 +08:00 |
minggo
|
b7b74f2328
|
avoid to access invalid memory when received data length is the same as buffer size
|
2016-06-03 11:39:01 +08:00 |
minggo
|
127f718dfc
|
Merge pull request #15728 from mogemimi/remove-duplicate-includes
Remove duplicate header includes
|
2016-05-27 14:25:39 +08:00 |
minggo
|
80039c4aee
|
Merge pull request #15731 from minggo/jsb-debug-issue
fix the bug that will lost message if only received one message
|
2016-05-27 09:46:36 +08:00 |
mogemimi
|
fc6c612c4c
|
Remove duplicate header includes
|
2016-05-26 23:25:44 +09:00 |
minggo
|
031e329d64
|
fix the bug that will lost message if only received one message
|
2016-05-26 16:32:10 +08:00 |
pandamicro
|
8692ee176c
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3
Conflicts:
cocos/network/HttpAsynConnection-apple.m
cocos/network/HttpClient-android.cpp
cocos/network/HttpClient.cpp
cocos/network/HttpCookie.h
cocos/network/HttpRequest.h
cocos/network/HttpResponse.h
cocos/network/SocketIO.cpp
cocos/network/WebSocket.h
|
2016-05-25 19:19:27 +08:00 |
pandamicro
|
2c05ecc3cd
|
Fix Component event issue
|
2016-05-25 18:36:02 +08:00 |
minggo
|
c8c57696be
|
Merge pull request #15705 from minggo/jsb-debug-issue
lock mutext to get element from g_queue
|
2016-05-25 13:55:34 +08:00 |
minggo
|
fff7a78efe
|
lock mutext to get element from g_queue
|
2016-05-24 15:59:00 +08:00 |
mogemimi
|
38fd8ebca9
|
Fix typo in function name: Keybard -> Keyboard
|
2016-05-24 10:14:36 +09:00 |
minggo
|
3e396fedab
|
Merge pull request #15617 from pandamicro/v3
Some modifications merged from Creator
|
2016-05-17 13:43:41 +08:00 |
minggo
|
abe020e808
|
Merge pull request #15654 from minggo/ipv6-compatibility
Ipv6 compatibility
|
2016-05-17 09:25:14 +08:00 |
minggo
|
88db5d3660
|
use AF_UNSPEC to support ipv6
|
2016-05-16 15:15:29 +08:00 |
minggo
|
74af3b5232
|
merge v3.11 back to v3
|
2016-05-12 09:50:03 +08:00 |
pandamicro
|
1023c8730e
|
[JSB] Made cc.log overwrite-able
|
2016-05-11 11:58:24 +08:00 |
pandamicro
|
d0fc3ec4c4
|
Add cc.game.end to close game window
|
2016-05-07 14:37:36 +08:00 |
xpol
|
1e70fb5eb5
|
Remove include of cocos2d.h (#15435)
|
2016-04-18 15:09:21 +08:00 |
Ricardo Quesada
|
3eb7d62e6e
|
fix: compile in Windows
Github issue #15372
|
2016-04-15 09:33:19 +08:00 |
Ricardo Quesada
|
ae369c1b68
|
fix: compile in Windows
Github issue #15372
|
2016-04-06 10:26:46 -07:00 |
Xpol Wan
|
90456d29ba
|
Fixes 1605 include path in 541 files
using the tools/coding-style/include-linter.py with -f options.
|
2016-03-20 21:53:44 +08:00 |
pandamicro
|
6e7c9ab8db
|
Cleanup log
|
2016-02-15 17:19:37 +08:00 |
pandamicro
|
94c62bed53
|
Remove ScriptingCore::retainCount
|
2016-02-15 16:32:00 +08:00 |
pandamicro
|
3c550853bc
|
Fix restart game issue and windows crash issue
|
2016-02-02 23:38:37 +08:00 |
pandamicro
|
08056b7b02
|
Fix debugger issue
|
2016-02-02 16:45:17 +08:00 |
pandamicro
|
01f41921d1
|
Fix enableDebugger issue
|
2016-01-28 01:55:10 +08:00 |
pandamicro
|
e2568b3a6f
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into hbmemory
Conflicts:
tests/js-memory-gc-tests/src/tests-main.js
|
2016-01-28 01:12:49 +08:00 |
pandamicro
|
de9b51c0cf
|
Fix other GC issues
|
2016-01-28 01:03:50 +08:00 |
pandamicro
|
d6cedb88ec
|
Remove JS::Persistent and move js object reference into JS scope
|
2016-01-24 19:47:26 +08:00 |
pandamicro
|
39ab445f7d
|
Merge pull request #14904 from pandamicro/v3
[ci skip]Add more test case to jsb memory test
|
2016-01-20 11:43:49 +08:00 |
pandamicro
|
fc19435123
|
Merge branch 'v3' of github.com:pandamicro/cocos2d-x into hbmemory
Conflicts:
cocos/base/ccConfig.h
cocos/scripting/js-bindings/manual/ScriptingCore.cpp
cocos/scripting/js-bindings/manual/ScriptingCore.h
cocos/scripting/js-bindings/script/jsb_prepare.js
|
2016-01-18 16:40:00 +08:00 |
pandamicro
|
f8016978ff
|
Fix an improper macro syntax for windows platform
|
2016-01-18 14:28:39 +08:00 |
pandamicro
|
8bc9f712ea
|
Merge pull request #14895 from minggo/firefox-remote-debug
web console supports for JSB projects
|
2016-01-15 21:27:27 +08:00 |
minggo
|
e062ade514
|
make require() returns the value of last statement
|
2016-01-15 18:02:11 +08:00 |
XiaoFeng
|
ab0efd933a
|
Merge branch 'v3.10' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
CHANGELOG
cocos/scripting/js-bindings/manual/cocos2d_specifics.cpp
tests/js-tests/src/RenderTextureTest/RenderTextureTest.js
|
2016-01-09 18:01:56 +08:00 |
Ricardo Quesada
|
b92b67edad
|
moves macro definition to `ccConfig.h`
|
2015-12-29 17:36:02 -08:00 |
Ricardo Quesada
|
7cd80cb669
|
Adds iOS tests, calls GC after replacing scene
and some bug fixes
Squashed commit of the following:
commit 36b74ce4e68bf2f4a4c464453e695497716506eb
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 22 19:07:01 2015 -0800
adds missing file
commit 017d03807122faa38fefaa8f4554db8edc83561d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 22 19:02:27 2015 -0800
disables GC by default
commit a2f3767a952e052eb8f0391bb5cbd1a8d0ce1b38
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 22 18:57:14 2015 -0800
Adds iOS test and calls GC after replacing the scene
commit 7b3b628caeb3366356d9a896aebd9c96887a85ed
Merge: 79e926a e311655
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Tue Dec 22 15:29:01 2015 -0800
Merge branch 'v3' into v3_js_memory_test_and_fixes
commit 79e926a970e3153ee826b299c3417fb6ac599153
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Mon Dec 21 21:27:19 2015 -0800
fixes crashes
commit 76f3910748e15c4ea179eab846f24f3e65d52d2d
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Mon Dec 21 11:57:56 2015 -0800
Adds standalone test for JS GC memory
and fixes leaks on extended/subclassed objects
|
2015-12-29 17:36:02 -08:00 |
pandamicro
|
daac6ceb08
|
Made require overwritable
|
2015-12-29 21:28:30 +08:00 |
pandamicro
|
2ce866c4ba
|
Fix jsb_ref_rebind issue on win32 (mystery GC crash)
|
2015-12-25 19:08:32 +08:00 |
pandamicro
|
616f5c0a01
|
Correct return type to adopt GC Rooting API
|
2015-12-21 11:07:40 +08:00 |
pandamicro
|
81918f51ea
|
Fix event handle function issue with compartment
and Fix a crash issue caused by malformed js usage
|
2015-12-21 00:16:17 +08:00 |
pandamicro
|
8d712a4c45
|
Expose CC_ENABLE_GC_FOR_NATIVE_OBJECTS
|
2015-12-21 00:16:17 +08:00 |
pandamicro
|
34c7331b99
|
Issue fixes for new memory model
|
2015-12-21 00:16:17 +08:00 |