samuele3hu
|
61d1b67116
|
Merge branch 'v3_getAllTouches' of https://github.com/newnon/cocos2d-x into v3_check_newnon
|
2014-09-04 18:17:05 +08:00 |
minggo
|
cbe357bbca
|
Merge pull request #7943 from Dhilan007/v3
fix compile error on android.
|
2014-09-04 13:43:39 +08:00 |
Dhilan007
|
64d926a75f
|
fix compile error on android.
|
2014-09-04 11:04:50 +08:00 |
minggo
|
83719db8d4
|
Merge pull request #7934 from wohaaitinciu/loc_ver
fix: win32 cpp-tests sometimes cannot display font correctly
|
2014-09-04 10:49:30 +08:00 |
Sergey
|
89ed897f47
|
getAllTouches() in GLView
|
2014-09-03 23:25:30 +04:00 |
minggo
|
b37ef4e1c3
|
remove unneeded files
|
2014-09-03 11:52:19 +08:00 |
Jeff
|
ed849a1863
|
fix: win32 cpp-tests sometimes cannot display font correctly
Pass FILE_SHARE_READ to the 3rd parameter of CreateFileW. Otherwise, it
may fail to get date from the font file.
|
2014-09-03 11:34:40 +08:00 |
andyque
|
8033b1f7bb
|
Merge branch 'v3' into mergeExtensionEditBox
|
2014-09-02 00:03:16 -07:00 |
kaishiqi
|
8f11dd7f8b
|
Update CCGLViewImpl.cpp
fix GLViewImpl::onGLFWMouseScrollCallback forger transform cursor position.
|
2014-09-02 11:13:30 +08:00 |
andyque
|
aef0f5e729
|
Merge branch 'v3' into mergeExtensionEditBox
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
cocos/ui/Android.mk
cocos/ui/CMakeLists.txt
cocos/ui/proj.win32/libui.vcxproj
cocos/ui/proj.win32/libui.vcxproj.filters
tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CocosGUIScene.cpp
tests/cpp-tests/proj.wp8-xaml/cpp-testsComponent/cpp-testsComponent.vcxproj.filters
|
2014-09-01 15:26:25 +08:00 |
minggo
|
bb85ecf0da
|
Merge pull request #7913 from chuanweizhang2013/v3fixed
make debug writable path the same as release
|
2014-09-01 10:15:52 +08:00 |
Ricardo Quesada
|
2c068cd1f5
|
Merge pull request #7915 from ricardoquesada/xcode_mark_todo_fixme
Adds MARK: TODO: FIXME: in code
|
2014-08-29 12:55:14 -07:00 |
Ricardo Quesada
|
c149bfca00
|
Adds MARK: TODO: FIXME: in code
Replaces XXX with FIXME:
Xcode 6 beta 4 supports this new format
|
2014-08-29 12:54:24 -07:00 |
chuanweizhang2013
|
25a7f21056
|
make debug writable path the same as release
|
2014-08-29 17:27:55 +08:00 |
minggo
|
e4920ffdea
|
fix conflict
|
2014-08-29 15:45:21 +08:00 |
minggo
|
3679d66c8e
|
remove unneeded includes
|
2014-08-29 15:39:52 +08:00 |
andyque
|
cf0baef7c0
|
add web view javascript support
|
2014-08-29 11:50:08 +08:00 |
andyque
|
cd031c4493
|
Merge branch 'v3' into addWebView
Conflicts:
cocos/Android.mk
cocos/ui/Android.mk
|
2014-08-29 10:25:24 +08:00 |
minggo
|
b8447baf73
|
Merge pull request #7893 from slackmoehrle/glview_fix
Glview fix
|
2014-08-28 10:10:17 +08:00 |
Ricardo Quesada
|
781b0bc478
|
properties revert back to 10
|
2014-08-27 16:35:13 -07:00 |
Ricardo Quesada
|
3dda35b4ef
|
Adds `std::nothrow` to `new`
Since cocos2d-x doesn't support exceptions, it is important to add
`std::nothrow` to all the `new` statements
|
2014-08-27 16:31:57 -07:00 |
Slack-Moehrle
|
1b5413d8b4
|
comment out [glview release]; and [eaglview release];
|
2014-08-27 10:42:27 -07:00 |
Slack-Moehrle
|
d4d2b8c83e
|
comment out [glview release]; and [eaglview release];
|
2014-08-27 10:26:09 -07:00 |
andyque
|
3d97ddc739
|
Merge branch 'v3' into addWebView
Conflicts:
cocos/ui/Android.mk
|
2014-08-27 14:08:16 +08:00 |
minggo
|
04bfbdd5a1
|
fix conflict
|
2014-08-27 13:50:01 +08:00 |
minggo
|
d290076917
|
invoke nativeOnPause after onSurfaceCreated is invoked
|
2014-08-27 10:13:03 +08:00 |
minggo
|
b9c51e6994
|
remove unneeded codes
|
2014-08-26 18:19:28 +08:00 |
andyque
|
15815118a2
|
finish android version
|
2014-08-26 16:53:37 +08:00 |
andyque
|
631e1a70c4
|
add WebView-inl.h and refactor Android code
|
2014-08-26 14:26:37 +08:00 |
minggo
|
e5ac6e204b
|
Merge pull request #7864 from minggo/module-devide
Module devide
|
2014-08-25 11:01:19 +08:00 |
minggo
|
030f80a257
|
one static library for c++ and another one for lua-binding
|
2014-08-24 03:52:51 -07:00 |
huangshiwu
|
07af58c0c2
|
OpenGL context attributions setting revise -2
|
2014-08-22 16:22:16 +08:00 |
huangshiwu
|
7f57d15cb3
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_glviewattrs
|
2014-08-22 11:04:13 +08:00 |
huangshiwu
|
7dec715288
|
OpenGL context attributions setting revise
|
2014-08-22 10:55:39 +08:00 |
minggo
|
4563e65427
|
fix compiling error on android and fix some coding style
|
2014-08-21 15:41:05 +08:00 |
minggo
|
b349ce43ae
|
use macro to control whether to use jpeg, tiff, webp or not
|
2014-08-21 15:19:26 +08:00 |
huangshiwu
|
2369a5900d
|
merge v3 to v3_glviewattrs
|
2014-08-21 10:18:55 +08:00 |
huangshiwu
|
2a03bea1a4
|
OpenGL context attributions setting
|
2014-08-21 09:35:32 +08:00 |
minggo
|
d91dc842de
|
Merge pull request #7822 from Teivaz/v3_WP8
Added method for custom precompiled shader program loading in WP8
|
2014-08-20 11:22:26 +08:00 |
teivaz
|
0e5a79d486
|
+ [WP8] Added method for custom precompiled shader program loading
|
2014-08-20 12:02:16 +03:00 |
andyque
|
07eb0d373c
|
Merge branch 'v3' into mergeExtensionEditBox
Conflicts:
cocos/ui/Android.mk
|
2014-08-20 09:32:29 +08:00 |
Sergey
|
bfe6513706
|
setKeepScreenOn method
|
2014-08-19 15:00:58 +04:00 |
teivaz
|
0e7ec265ee
|
* [WP8] Fixed default search path: renamed "Assets\Resources" to "Assets\res"
|
2014-08-20 11:54:41 +03:00 |
andyque
|
8d1c422ac5
|
merge extension EditBox to ui module
|
2014-08-19 10:28:24 +08:00 |
minggo
|
b842c57954
|
Merge pull request #7794 from minggo/seperate-jpg-tiff-webp
Seperate jpg tiff webp
|
2014-08-15 15:24:09 +08:00 |
minggo
|
e59283343a
|
Merge pull request #7751 from zawasp/win32_minimize
add minimize / restore for desktop (win32, linux, mac)
|
2014-08-15 15:00:13 +08:00 |
minggo
|
bf75e9996a
|
separate jpeg, tiff and webp
|
2014-08-15 14:29:10 +08:00 |
minggo
|
1643c29a00
|
Merge pull request #7782 from liang8305/v3
mLastTickInNanoSeconds is the renderStart
|
2014-08-14 18:11:41 +08:00 |
胖梁
|
3619fb943a
|
mLastTickInNanoSeconds is the renderStart
because:
this.mLastTickInNanoSeconds = renderEnd - renderInterval;
renderInterval = renderEnd - renderStart
so:
this.mLastTickInNanoSeconds = renderEnd - ( renderEnd - renderStart );
so:
this.mLastTickInNanoSeconds = renderStart ;
so:
no need nanoTime() twice
|
2014-08-14 17:07:04 +08:00 |
Mircea Rila
|
d9a0c6a2ad
|
replace tabs with spaces
|
2014-08-14 10:48:09 +03:00 |