minggo
|
42e6232113
|
fix typo and memory leak
|
2014-12-26 14:25:55 +08:00 |
minggo
|
94d70358b7
|
make FileUtils extendable
|
2014-12-26 11:34:31 +08:00 |
minggo
|
1c87c53ff8
|
Merge pull request #9636 from musikov/v3-language
added Turkish and Ukrainian language;
|
2014-12-26 09:31:57 +08:00 |
minggo
|
3b01762db4
|
Merge pull request #9638 from yinjimmy/writablepath
set default resource root path & writable path
|
2014-12-26 09:27:59 +08:00 |
yinjimmy
|
744a9043f9
|
set default resource root path & writable path
|
2014-12-25 20:33:47 +08:00 |
Mykyta Usikov
|
d9b5ab4a4c
|
added Turkish and Ukrainian language;
replaced 'tabs' with 'spaces' in Application::getCurrentLanguage();
|
2014-12-25 12:08:23 +02:00 |
andyque
|
60893607cc
|
fix ci compile error
|
2014-12-25 15:38:51 +08:00 |
minggo
|
0c66e638f7
|
Merge pull request #8183 from xseekerj/patch-3
CCPlatformMacros.h
|
2014-12-25 14:02:52 +08:00 |
andyque
|
6856f03bff
|
fix webp format premultipliedAlpha error
|
2014-12-17 14:21:46 +08:00 |
joewanchen
|
7b23e3ab1d
|
remove useless function call.
|
2014-12-15 19:47:25 +08:00 |
minggo
|
a1c60bcf24
|
Merge pull request #9452 from minggo/java-style
[ci skip]use java coding style
|
2014-12-11 10:55:14 +08:00 |
minggo
|
7c07bc6a90
|
Merge pull request #9449 from Dhilan007/v3-keycode
Make KEY_SHIFT equal to KEY_LEFT_SHIFT, KEY_CTRL equal to KEY_LEFT_CTRL, KEY_ALT equal to KEY_LEFT_ALT.
|
2014-12-11 09:58:57 +08:00 |
minggo
|
1d1028a68b
|
Merge pull request #9410 from andyque/fixEditBox_v3
Fix edit box v3
|
2014-12-10 18:54:20 +08:00 |
minggo
|
0e7470505f
|
replace tab with 4 spaces
|
2014-12-10 18:32:58 +08:00 |
Dhilan007
|
8b78c181ce
|
Make KEY_SHIFT equal to KEY_LEFT_SHIFT, KEY_CTRL equal to KEY_LEFT_CTRL, KEY_ALT equal to KEY_LEFT_ALT.
|
2014-12-10 18:11:07 +08:00 |
minggo
|
77ed7a47e2
|
use java coding style
|
2014-12-10 18:07:46 +08:00 |
minggo
|
dd5659b6eb
|
Merge pull request #9401 from minggo/iss9398-not-close-dir
invoke closedir after invoke opendir
|
2014-12-08 18:10:41 +08:00 |
andyque
|
119a68afd9
|
fix EditBox move animation position is wrong on iPhone6 Plus
|
2014-12-08 15:34:58 +08:00 |
minggo
|
c067338c17
|
closedir when succeed
|
2014-12-08 11:36:11 +08:00 |
minggo
|
74c80296aa
|
invoke closedir after invoke opendir
|
2014-12-08 09:58:58 +08:00 |
Dale Stammen
|
1d908f94ab
|
fixed renameFile for wp8 and winrt to pass file and assetmangers tests
|
2014-12-05 18:12:25 -08:00 |
minggo
|
0d89b9b742
|
Merge pull request #9368 from huangshiwu/v3_wincpu
fix win32 high cpu occupancy rate
|
2014-12-04 15:17:26 +08:00 |
minggo
|
0badda268a
|
Merge pull request #9366 from Dhilan007/v3-33rc1
Fixed label may show nothing when using system font on Mac
|
2014-12-04 15:11:50 +08:00 |
huangshiwu
|
1212b4a6e9
|
fix win32 high cpu occupancy rate
|
2014-12-04 14:33:17 +08:00 |
Wenhai Lin
|
ed86f65270
|
Fixed label may show nothing when using system font on Mac
|
2014-12-03 17:07:51 +08:00 |
minggo
|
77b5c40283
|
Merge pull request #9224 from pjc0247/v3
fix C4129 warning
|
2014-12-03 14:15:38 +08:00 |
Wenhai Lin
|
1bfdd757a2
|
Fixed fail to play background music again after invoking stopBackgroundMusic
|
2014-12-02 15:03:26 +08:00 |
Park June Chul
|
9b792d97c4
|
Merge pull request #2 from cocos2d/v3
update project
|
2014-11-28 22:52:13 +09:00 |
minggo
|
e93ff4f5b7
|
Merge pull request #8979 from Gamevy/bugfix/release-eaglview-on-ios
eaglview release leak in CCEAGLViewImpl-ios
|
2014-11-26 13:54:49 +08:00 |
minggo
|
d7de8a48a3
|
Merge pull request #9241 from dumganhar/iss8988-left-ctrl
issue #8988: Adds new enum types (LEFT_CTRL, RIGHT_CTRL, LEFT_ALT, RIGHTALT, LEFT_SHIFT, RIGHT_SHIFT) in EventKeyboard::KeyCode.
|
2014-11-26 13:47:36 +08:00 |
minggo
|
dbb473fdcb
|
Merge pull request #9203 from dumganhar/arm64-juno
Some updates for neon64 instruction
|
2014-11-26 11:46:19 +08:00 |
James Chen
|
cebfed108c
|
issue #8988: Adds new enum types (LEFT_CTRL, RIGHT_CTRL, LEFT_ALT, RIGHT_ALT, LEFT_SHIFT, RIGHT_SHIFT) in EventKeyboard::KeyCode.
|
2014-11-26 10:41:14 +08:00 |
Dale Stammen
|
2c8cb4b3bd
|
updated Application::getCurrentLanguage to work on WP8 and Universal App
|
2014-11-25 11:21:56 -08:00 |
Dale Stammen
|
fac9d2880f
|
added missing OpenURL support for universal app
|
2014-11-25 10:05:02 -08:00 |
Dale Stammen
|
8da06fb9cc
|
Merge branch 'v3' into v3-win8.1-appstate
|
2014-11-25 08:07:29 -08:00 |
James Chen
|
528f24010b
|
Workaround for missing __ctype_get_mb_cur_max function in ndk-r10c
|
2014-11-25 10:33:16 +08:00 |
Park June Chul
|
be60a33d25
|
fix C4129 warning
|
2014-11-25 04:52:44 +09:00 |
minggo
|
97df35f346
|
Merge pull request #9207 from dumganhar/iss8984-remove-unused
#8984: Removes unused codes in CCStdC-linux.cpp
|
2014-11-24 18:48:05 +08:00 |
minggo
|
88c3cc2ad9
|
Merge pull request #9105 from Dhilan007/v3-video-web-fix
Fix WebView and VideoPlayer in wrong place on Android 2.3.x
|
2014-11-24 15:15:18 +08:00 |
James Chen
|
cb6d81599b
|
#8984: Removes unused codes in CCStdC-linux.cpp
|
2014-11-24 15:01:57 +08:00 |
Dale Stammen
|
fc09fa8798
|
Merge branch 'v3' into v3-win8.1-appstate
|
2014-11-21 16:27:01 -08:00 |
Dale Stammen
|
a607d41454
|
implemented lostDevice support when app loses the directx device
|
2014-11-21 16:24:51 -08:00 |
Dale Stammen
|
32fe5d07ae
|
fixed compiler warning. Don't use _filePath to check tga if it's length is 0
|
2014-11-21 16:23:54 -08:00 |
Ricardo Quesada
|
9fedb14354
|
Fixes for FileUtils
compiles after previous patch
|
2014-11-21 14:52:13 -08:00 |
Ricardo Quesada
|
0f268e7aaa
|
Merge pull request #9176 from MSOpenTech/v3-winrt-accelerometer-fix
Fixed accelerometer for windows store apps device orientation
|
2014-11-21 11:50:08 -08:00 |
Bartosz Duszel
|
fbd27dff9c
|
changed few loops for C++11 range-based for loop
|
2014-11-21 20:12:55 +01:00 |
Dale Stammen
|
2a86c77066
|
added foreground, background, lostdevice support
|
2014-11-21 10:31:57 -08:00 |
Dale Stammen
|
9bf15d424f
|
added CC_PLATFORM_WINRT to enable CC_ENABLE_CACHE_TEXTURE_DATA
|
2014-11-21 09:52:33 -08:00 |
Dale Stammen
|
ff172e0057
|
fixed accelerometer for windows store apps device orientation
|
2014-11-20 09:00:22 -08:00 |
Vladimir Timofeev
|
a689fc4c7e
|
sync with upstream
Conflicts:
CMakeLists.txt
|
2014-11-20 12:19:00 +03:00 |