James Chen
|
b135d512d2
|
Update copyright to 2016. (#16311)
|
2016-08-05 09:42:15 +08:00 |
mogemimi
|
c0f2194961
|
Fix some minor typos in local variable names
|
2016-06-29 11:04:11 +09:00 |
mogemimi
|
de5dd21ded
|
Add missing default cases within switch block for JS and Lua JavaBridge
|
2016-06-08 15:41:44 +09:00 |
xpol
|
1e70fb5eb5
|
Remove include of cocos2d.h (#15435)
|
2016-04-18 15:09:21 +08:00 |
Xpol Wan
|
32e408487f
|
Fixes import path for m and mm files.
|
2016-03-21 20:12:58 +08:00 |
Xpol Wan
|
931d56bc10
|
Fixes includes in .m and .mm files.
|
2016-03-21 11:02:00 +08: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
|
8ddaf310ef
|
Update manual bindings to use the new memory model
|
2015-12-21 00:16:16 +08:00 |
pandamicro
|
1071f63ac7
|
Merge branch 'v3' of github.com:cocos2d/cocos2d-x into v3
|
2015-12-20 22:45:51 +08:00 |
Wenhai Lin
|
66b0a0e9b1
|
Adds `std::nothrow` to the `new` statements
|
2015-12-16 17:06:56 +08:00 |
pandamicro
|
662c7fbec5
|
Made API consistent with old version
|
2015-12-14 13:55:17 +08:00 |
pandamicro
|
17bdfb4050
|
Fix android compilation issue
|
2015-11-30 15:20:57 +08:00 |
pandamicro
|
8320c2f702
|
Use rooted object for js_proxy new and get
|
2015-11-27 10:19:13 +08:00 |
pandamicro
|
ae2b75c8be
|
Fix issues causing by temporary RootedObject passed as function parameters
|
2015-11-27 01:35:06 +08:00 |
jianglong0156
|
fac7a78fc8
|
improve getUTFCharsFromJavaEnv api to getStringUTFCharsJNI and add newStringUTFJNI
getUTFCharsFromJavaEnv:
getUTFCharsFromJavaEnv:change jstring to utf8 std string
newStringUTFJNI:change utf8 std string to jstring
|
2015-08-05 16:10:14 +08:00 |
jianglong0156
|
00b7e98c89
|
improve the getUTFCharsFromJavaEnv logic and fix the httpclient response message memery leak.
|
2015-08-04 16:24:08 +08:00 |
jianglong0156
|
979700e343
|
there is a bug for getStringUTFChars function. it can't translate the emotion utf8 code. so change the getStringUTFChars to getStringChars. and translate unicode to utf8 in c++ program
|
2015-08-04 11:30:30 +08:00 |
Shin Hirota
|
221d33a431
|
Fixed iOS/JS-Bind callStaticMethod() with bool arg
|
2015-06-30 14:00:28 +09:00 |
zhangbin
|
b4f2d94109
|
Update js bindings & js tests.
|
2015-05-05 10:50:19 +08:00 |