WenhaiLin
|
9edd66d4a7
|
Label:support font that contains GB2312 char map.
|
2015-07-28 16:28:32 +08:00 |
Ricardo Quesada
|
2deb492d36
|
compiles and runs on Xcode 7
|
2015-07-23 14:28:23 -07:00 |
pandamicro
|
31bd25a5e9
|
Merge pull request #12762 from yangws/issue_10759
Fix bug: Clipping node doesn't work on Android 5.0.
|
2015-07-21 10:47:55 +08:00 |
pandamicro
|
371053305e
|
Merge pull request #12915 from yangws/issue_12887
Fixed #12887 : [Android] Cocos2dxHelper will not be initialized after…
|
2015-07-20 14:01:21 +08:00 |
Vincent Yang
|
14a419d725
|
Fixed #12887 : [Android] Cocos2dxHelper will not be initialized after activity recreate.
|
2015-07-20 11:14:06 +08:00 |
Wenhai Lin
|
66dadea0cd
|
Rollback log level
|
2015-07-17 15:56:51 +08:00 |
WenhaiLin
|
f0b29814c3
|
Label:support font that contains GB2312 char map.[android]
|
2015-07-16 21:35:10 +08:00 |
andyque
|
7c665e6447
|
remove EMSCRIPTEN related code
|
2015-07-16 14:15:41 +08:00 |
子龙山人
|
d291afe295
|
Merge pull request #12856 from fusijie/fix_rendertexture_backtofront
fixed renderTexture switch foreground to background issue.
|
2015-07-15 14:32:40 +08:00 |
Jacky
|
a204b02668
|
fixed renderTexture switch foreground to background issue.
|
2015-07-15 13:47:10 +08:00 |
andyque
|
e4cad50c2f
|
fix tons of warnings
|
2015-07-15 12:04:48 +08:00 |
子龙山人
|
af4442d0d6
|
Merge pull request #12833 from fusijie/v3
Fixed setAnimationInterval JNI bug.
|
2015-07-14 16:33:39 +08:00 |
Jacky
|
ea773cac20
|
Fixed setAnimationInterval JNI bug.
|
2015-07-14 15:11:35 +08:00 |
andyque
|
ef5d4ddf86
|
Merge remote-tracking branch 'upstream/v3' into v3
# Conflicts:
# tests/cpp-tests/proj.win8.1-universal/cpp-tests.Shared/cpp-tests.Shared.vcxitems.filters
|
2015-07-14 11:24:38 +08:00 |
Vincent Yang
|
0589c14302
|
Restructure CCFileUtils class, move platform related functions to CCFileUtilsXXX.
Add TestIsDirectoryExist and TestUnicodePath in cpp-tests FileUtil test.
|
2015-07-14 09:44:36 +08:00 |
Vincent Yang
|
06bf6ffa90
|
Merge pr11866: FileUtilsWin32 correct use all unicode version winapi.
|
2015-07-14 09:35:01 +08:00 |
andyque
|
fc673ee502
|
Merge branch 'v3.7-release' into v3
|
2015-07-13 22:44:54 +08:00 |
Vincent Yang
|
74227eaf16
|
Add TestIsDirectoryExist and TestUnicodePath in cpp-tests FileUtil test.
|
2015-07-13 22:44:40 +08:00 |
子龙山人
|
3d06ca297f
|
Merge pull request #10255 from WenhaiLin/v3-activitylife-fix
Fixed game awaked by the clock on Android
|
2015-07-13 22:34:22 +08:00 |
子龙山人
|
22b4f5a11e
|
Merge pull request #12238 from lite3/patch-3
remove old path When added existing new searchPath
|
2015-07-13 22:16:50 +08:00 |
Vincent Yang
|
e65b01bdc0
|
Merge pr11866: FileUtilsWin32 correct use all unicode version winapi.
|
2015-07-13 17:06:01 +08:00 |
pandamicro
|
8ab1dce2a0
|
Merge pull request #12778 from yangws/issue_9586
Fix bug: FileUtils::isDirectoryExist not correct on Android when using relative path in 'assets'
|
2015-07-13 11:03:24 +08:00 |
Vincent Yang
|
8bc68395de
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into issue_9586
|
2015-07-13 11:00:18 +08:00 |
WenhaiLin
|
142d354485
|
[ci skip]Replace tab with spaces.
|
2015-07-10 21:03:43 +08:00 |
WenhaiLin
|
b459940bb8
|
[ci skip]Replace tab with spaces.
|
2015-07-10 20:47:21 +08:00 |
WenhaiLin
|
c68469a611
|
Update Nibiru SDK.
|
2015-07-10 20:42:05 +08:00 |
Vincent Yang
|
34aa7a0bb1
|
Remove unused variable.
|
2015-07-10 16:40:02 +08:00 |
Vincent Yang
|
1711a70869
|
Merge v3 branch.
|
2015-07-10 16:39:36 +08:00 |
Vincent Yang
|
187c72e2b9
|
[ci skip] replace tab with 4 space.
|
2015-07-10 16:17:34 +08:00 |
pandamicro
|
2d27091398
|
Merge pull request #12717 from jianglong0156/FileUtilsWriteFunctionMerge
add write api in FileUtils
|
2015-07-10 15:13:21 +08:00 |
Vincent Yang
|
52293ad451
|
Fixed #9586 : FileUtils::isDirectoryExist not correct on Android when using relative path in 'assets'.
|
2015-07-10 14:37:42 +08:00 |
Vincent Yang
|
02226c6a26
|
Fix bug: Clipping node doesn't work on Android 5.0.
|
2015-07-09 16:49:26 +08:00 |
jianglong0156
|
d55c0c64c5
|
add std::nothrow
|
2015-07-08 15:19:17 +08:00 |
jianglong0156
|
7e26c381c6
|
remove invalid code
|
2015-07-08 14:36:37 +08:00 |
jianglong0156
|
abee4a376a
|
add write api in FileUtils
bool writeStringToFile(std::string dataStr, const std::string& fullPath);
bool writeDataToFile(Data retData, const std::string& fullPath);
bool writeValueMapToFile(ValueMap& dict, const std::string& fullPath);
bool writeValueVectorToFile(ValueVector vecData, const std::string& fullPath);
and
formate the FileUtils code
|
2015-07-07 14:06:59 +08:00 |
WenhaiLin
|
4bd1fa7d37
|
Fixed crash cause by the case of file name on WIN32.
|
2015-07-07 10:08:47 +08:00 |
Ricardo Quesada
|
ad1fc88fa8
|
compiles on Xcode 7
|
2015-07-06 16:30:29 -07:00 |
jianglong0156
|
6f3b977c1e
|
add UserDefault api deleteValueForKey
|
2015-07-06 17:01:17 +08:00 |
子龙山人
|
17207f14e5
|
Merge pull request #12689 from fusijie/refine_setAnimationInterval
Refine setAnimationInterval from double to float.
|
2015-07-06 16:18:45 +08:00 |
Jacky
|
4499b60446
|
Refine setAnimationInterval from double to float.
|
2015-07-06 14:57:42 +08:00 |
pandamicro
|
f126eb3267
|
Merge pull request #12644 from WenhaiLin/v3-38-backevent-fix
Fixed EventListenerKeyboard.onKeyPressed not firing for back button on Android.
|
2015-07-03 15:42:45 +08:00 |
pandamicro
|
1b22438792
|
Merge branch 'v3.7-release' of https://github.com/cocos2d/cocos2d-x into merge-v3.7
Conflicts:
cocos/ui/UICheckBox.cpp
|
2015-07-03 10:23:49 +08:00 |
Michael Sotnikov
|
363da2beab
|
Fixed: #12645 iOS: depth/stencil buffers attributes are ignored
|
2015-07-02 12:07:24 +03:00 |
WenhaiLin
|
a28ad6939d
|
Fixed EventListenerKeyboard.onKeyPressed not firing for back button on Android.
|
2015-07-02 16:19:33 +08:00 |
Dale Stammen
|
7684c208e0
|
unsupported cocos2d-x image formats removed or updated
|
2015-06-29 08:41:44 -07:00 |
Dale Stammen
|
eb668f63ce
|
unsupported cocos2d-x image formats removed or updated
|
2015-06-29 08:39:31 -07:00 |
kompjoefriek
|
6eca03fdd2
|
Merged changes from "Vibrate support in v4" into v3 branch.
|
2015-06-26 01:02:44 +02:00 |
pandamicro
|
e574c38a6b
|
Merge pull request #12496 from WenhaiLin/v3-tagetplatform-fix
Fixed cannot differentiate between Windows Phone Application and Windows Store Application by `Application::getTargetPlatform`
|
2015-06-23 22:26:54 +08:00 |
WenhaiLin
|
ed029d264f
|
Fixed cannot differentiate between Windows Phone Application and Windows Store Application by `Application::getTargetPlatform`
|
2015-06-23 18:40:39 +08:00 |
WenhaiLin
|
cbb073e905
|
Fixed Application may be created more than once on Android.
|
2015-06-23 16:58:38 +08:00 |
pandamicro
|
f617d6f1aa
|
Merge pull request #12478 from WenhaiLin/v3-37-label-sfFix
Label:Fixed IllegalArgumentException on Android 2.3.x
|
2015-06-23 15:27:43 +08:00 |
WenhaiLin
|
79aa300448
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3-37alpha0
|
2015-06-23 13:42:32 +08:00 |
WenhaiLin
|
b275ce2283
|
Label:Fixed IllegalArgumentException on Android 2.3.x
|
2015-06-23 13:38:06 +08:00 |
andyque
|
55b86b2e14
|
add more docs for samsung enhanced API
|
2015-06-19 18:09:42 +08:00 |
lite3
|
c249f7cb69
|
keep old behavior
|
2015-06-15 19:48:12 +08:00 |
WuHao
|
27d0f51e9b
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into fix_spritepolygon
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
build/cocos2d_tests.xcodeproj/project.pbxproj
cocos/2d/libcocos2d.vcxproj.filters
tools/cocos2d-console
web
|
2015-06-15 16:13:36 +08:00 |
Hao Wu
|
b4ca8c1489
|
Merge pull request #15 from pandamicro/spritepolygon
Add SpritePolygon JSB bindingsJSB bindings
|
2015-06-15 15:47:02 +08:00 |
子龙山人
|
86b6ea702a
|
Merge pull request #12342 from WenhaiLin/v3-37-android-studio-fix
[ci skip]Android Studio projects:Fixed compile error.
|
2015-06-15 14:48:42 +08:00 |
WenhaiLin
|
518de1ff57
|
[ci skip]Android Studio projects:Fixed compile error.
|
2015-06-15 14:42:45 +08:00 |
pandamicro
|
d0db40c4a6
|
Merge pull request #12080 from linshun/v3
issue #12078 added audio, network, physics, platform and storage group.
|
2015-06-15 12:45:11 +08:00 |
pandamicro
|
19ef0e0983
|
Fix indent
|
2015-06-12 13:01:13 +08:00 |
Dale Stammen
|
0f64a2d192
|
removed obsolete override of setViewPortInPoints
|
2015-06-11 07:59:52 -07:00 |
子龙山人
|
03814a569d
|
Merge pull request #12256 from WenhaiLin/v3-simpleaudio-fix
SimpleAudioEngine:Fixed thread safety problem on android.
|
2015-06-11 14:30:36 +08:00 |
pandamicro
|
6dfe937cae
|
Merge pull request #11892 from dabingnn/v3FrameBufferObject
V3 frame buffer object
|
2015-06-11 14:04:30 +08:00 |
Huabing.Xu
|
10352c40b2
|
Merge branch 'v3' into v3FrameBufferObject
# Conflicts:
# cocos/2d/CCCamera.h
|
2015-06-10 10:16:42 +08:00 |
iris-wy
|
79b3d70b60
|
fix bug #12200
solve warning ""Service Intent must be explicit: Intent {
act=com.enhance.gameservice.IGameTuningService }""
|
2015-06-09 18:43:46 +08:00 |
Huabing.Xu
|
b79eec0b20
|
fix grid bug for viewport
|
2015-06-09 17:24:30 +08:00 |
Huabing.Xu
|
ef4978f0cd
|
move viewport to experimental namespace
|
2015-06-09 16:21:50 +08:00 |
WenhaiLin
|
6fec9c40b0
|
SimpleAudioEngine:Fixed thread safety problem on android.
|
2015-06-09 15:07:35 +08:00 |
Huabing.Xu
|
97b387560b
|
revert some accidental changes
|
2015-06-09 14:06:11 +08:00 |
lite3
|
f1d879f7ed
|
remove old path When added existing new searchPath
|
2015-06-08 13:34:45 +08:00 |
Huabing.Xu
|
133ef90c09
|
Merge branch 'v3Viewport' into v3FrameBufferObject
# Conflicts:
# cocos/renderer/CCFrameBufferObject.h
|
2015-06-06 18:16:22 +08:00 |
pandamicro
|
6216e74a38
|
Merge pull request #12165 from gyf19/v3
HttpClient Android supports gzip
|
2015-06-04 22:00:13 +08:00 |
Huabing.Xu
|
ad1f7c472c
|
add render buffer render target for color attachment
|
2015-06-04 11:18:35 +08:00 |
Dale Stammen
|
38c9490f4d
|
don't delete rendering thread. SpiderMonkey needs to stay on same thread
|
2015-06-03 09:19:05 -07:00 |
gyf19
|
164e4c8314
|
HttpClient Android supports gzip
|
2015-06-03 19:41:14 +08:00 |
子龙山人
|
883f250f6a
|
Merge pull request #12137 from WenhaiLin/v3-text-line-height
Fixed the text line height calculation is wrong with system font on Android.
|
2015-06-03 16:24:38 +08:00 |
WenhaiLin
|
88697bf136
|
Remove unused function.
|
2015-06-02 16:38:06 +08:00 |
WenhaiLin
|
67d0088103
|
Fixed the text line height calculation is wrong with system font on Android.
|
2015-06-02 16:23:40 +08:00 |
子龙山人
|
2c611693c6
|
Merge pull request #12123 from WenhaiLin/v3-UserDefault-robustness
Improve UserDefault's robustness on Android.
|
2015-06-02 10:11:19 +08:00 |
WenhaiLin
|
9d8225aae8
|
Improve UserDefault's robustness on Android.
|
2015-06-01 15:09:11 +08:00 |
Huabing.Xu
|
27d0f6328f
|
origin code of viewport
|
2015-06-01 14:26:08 +08:00 |
linshun
|
09b52331d1
|
issue #12078: added renderer group and removed core and support group.
|
2015-06-01 13:43:56 +08:00 |
Dale Stammen
|
e0c65c203a
|
Merge branch 'v3' into v3-uwp
|
2015-05-29 08:09:05 -07:00 |
子龙山人
|
039c0036be
|
Merge pull request #12072 from iris-wy/v3
Add enhance service API
|
2015-05-29 15:32:06 +08:00 |
Dale Stammen
|
05d33ac0c8
|
removed old WP8 files
|
2015-05-28 14:08:25 -07:00 |
linshun
|
ef39251d14
|
issue #12078: added platform group
|
2015-05-28 15:47:40 +08:00 |
iris-wy
|
bbfc33dfd2
|
format
format
|
2015-05-28 11:03:49 +08:00 |
iris-wy
|
9e477303f1
|
delete useless TAG
delete useless TAG
|
2015-05-28 10:55:10 +08:00 |
iris-wy
|
0007799794
|
modify Enhance API
modify Enhance API
|
2015-05-28 10:47:12 +08:00 |
Dale Stammen
|
9ee4b4af1e
|
Merge branch 'v3' into v3-winrt-audio
|
2015-05-27 11:54:21 -07:00 |
anniruddh.koppal
|
4501a53cfa
|
Added MP3 support to simple audio engine
|
2015-05-27 10:57:26 -07:00 |
minggo
|
999de9072a
|
Merge pull request #12003 from minggo/remove-unneeded-function
remove uneeded function
|
2015-05-25 16:33:38 +08:00 |
minggo
|
db0caf68c6
|
remove uneeded function
|
2015-05-25 09:50:48 +08:00 |
andyque
|
03e8f16a8a
|
add vs2015 support
|
2015-05-21 13:55:01 +08:00 |
Dale Stammen
|
aa7876aefc
|
remove deprecated methods
|
2015-05-20 07:55:10 -07:00 |
Dale Stammen
|
cada493685
|
remove deprecated methods
|
2015-05-20 07:51:52 -07:00 |
WenhaiLin
|
a569d877ba
|
[ci skip]Remove unnecessary code.
|
2015-05-20 18:05:46 +08:00 |
WenhaiLin
|
df3548673f
|
Remove unnecessary files.
|
2015-05-20 10:19:32 +08:00 |
minggo
|
e700ef6d30
|
Merge pull request #11856 from WenhaiLin/v3-support-android-studio
Add Android Studio support
|
2015-05-18 16:17:24 +08:00 |