minggo
acdd1cfe9d
issue #2430:move GLProgram enum into class
2013-07-25 17:48:22 +08:00
James Chen
1e00a0a6bf
Merge pull request #3241 from minggo/releasing
...
fix some errors for template
2013-07-25 02:25:09 -07:00
minggo
8a2baff4a0
Merge pull request #12 from dumganhar/minggo-releasing
...
[Android] Fixing path error and reducing dependence for extension.
2013-07-25 02:03:33 -07:00
James Chen
25beed0051
[Android] Fixing path error and reducing dependence for extension.
2013-07-25 16:53:35 +08:00
zhangbin
75f5c49a64
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
2013-07-25 16:07:32 +08:00
zhangbin
dd6ed6e6a8
closed #2356
...
1. Modify the JS binding of interface ProtocolAds::showAds.
2. Update the JS binding for plugin.
2013-07-25 16:07:09 +08:00
James Chen
653c1f7f8f
Merge branch 'releasing' of https://github.com/minggo/cocos2d-x into minggo-releasing
2013-07-25 16:00:45 +08:00
James Chen
c1a8916dd6
Merge pull request #3249 from dumganhar/iss2404-ext-deprecated
...
Deprecated warning fixes.
2013-07-25 00:49:47 -07:00
James Chen
90fbcec9c5
issue #2404 : Reverting cocos2dx/proj.linux/cocos2dx.mk, ignoring deprecated methods since linux build will treat warning as errors.
2013-07-25 15:32:46 +08:00
James Chen
aaf5bcef52
issue #2404 : Invocation of some deprecated methods fixes.
2013-07-25 15:25:11 +08:00
minggo
3d6f3bf8b2
issue #2430:move ProgressTimer enum into class
2013-07-25 15:11:36 +08:00
James Chen
6a0a4ed0f9
#issue #2404 : Using Texture2D::getDefaultAlphaPixelFormat instead of Texture2D::defaultAlphaPixelFormat in TextureCache.
2013-07-25 15:05:56 +08:00
James Chen
f8392adce2
issue #2404 : Open deprecated warning for Android and Linux.
2013-07-25 15:05:56 +08:00
James Chen
387ea1899c
issue #2404 : Disabling warning of invoking deprecated methods in engine. Rename CCCallFuncND to __CCCallFuncND, and add deprecated typedef CCCallFuncND.
...
Only disable warning for CCActionInstant.cpp and CCMenuItem.cpp
#if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#elif _MSC_VER >= 1400 //vs 2005 or higher
#pragma warning (push)
#pragma warning (disable: 4996)
#endif
#if defined(__GNUC__) && ((__GNUC__ >= 4) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
#elif _MSC_VER >= 1400 //vs 2005 or higher
#pragma warning (pop)
#endif
2013-07-25 15:05:56 +08:00
minggo
658bffbb69
issue #2430:use upper letter for enum item in ccGLStateCache.h
2013-07-25 15:04:13 +08:00
minggo
08b13e9867
issue #2430:move Configuration enum into class
2013-07-25 14:47:12 +08:00
minggo
8dab462f6f
issue #2430:move Director enum into class
2013-07-25 14:39:32 +08:00
minggo
edcea3eb8d
issue #2430:move more Particle enum into class
2013-07-25 14:27:46 +08:00
minggo
4519a09ce4
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2430-modify_enum
2013-07-25 13:54:55 +08:00
minggo
4bfe6c2439
issue #2430:move Particle enum into class
2013-07-25 13:54:32 +08:00
minggo
991aa570bd
Merge pull request #3242 from dumganhar/iss2404-ext-deprecated
...
Deprecated methods and macros in extensions.
2013-07-24 22:51:14 -07:00
James Chen
6c3878fc45
issue #2404 : Fixing a warning in ccTypes.h.
2013-07-25 13:45:41 +08:00
James Chen
af3b8a0390
issue #2404 : Rename CallFuncND/CallFuncO to CCCallFuncND/CCCallFuncO and mark them as deprecated classes. In v3.0, we could use CallFuncN instead.
2013-07-25 13:45:02 +08:00
minggo
0175cf0538
Merge pull request #3246 from natural-law/develop
...
Resolve the bug in plugin 360 & uc
2013-07-24 22:43:00 -07:00
James Chen
f16a64cf4a
issue #2404 : Compilation error fixes.
2013-07-25 11:56:09 +08:00
James Chen
306587167d
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2404-ext-deprecated
...
Conflicts:
AUTHORS
2013-07-25 11:28:48 +08:00
James Chen
fa3d125c4b
issue #2404 : Adding CCDeprecated-ext.h to iOS/Mac projects.
2013-07-25 10:45:54 +08:00
James Chen
99a750f7b2
Merge branch 'iss2404-ext-deprecated' of https://github.com/dumganhar/cocos2d-x into iss2404-ext-deprecated
2013-07-25 10:33:51 +08:00
James Chen
477dd6c3c7
issue #2404 : cocos-ext include WebSocket.h and SocketIO.h now. WebSocket.h doesn't depend on <libwebsockets.h> now.
2013-07-25 10:33:19 +08:00
zhangbin
b9eacf8517
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
2013-07-25 10:20:56 +08:00
minggo
a13a46e54f
Merge pull request #3243 from azmeuk/emscripten-package
...
Use of a single emscripten HTML template file
2013-07-24 18:36:28 -07:00
minggo
a55982cbfe
Merge pull request #3245 from ricardoquesada/fixes_warnings
...
Fixes some warnings
2013-07-24 18:25:33 -07:00
Ricardo Quesada
943b805bc8
Fixes some warnings
...
... and updates the version to pre-alpha0
2013-07-24 14:02:36 -07:00
Thomas Perl
0557eb9674
Import local copy of libwebp to external/
2013-07-24 19:39:26 +00:00
Thomas Perl
6e1c9b24f3
Qt 5: Add support for changing animation interval at runtime
2013-07-24 20:23:10 +02:00
Thomas Perl
97c4e4898a
Qt 5: Fix language mapping in CCApplication
...
Reorder language mappings as listed in the enum
definition and remove comment after checking all
available languages are added to the mapping.
2013-07-24 20:23:09 +02:00
Thomas Perl
539f71c814
Qt 5: Implement input method showing/hiding
...
[nemo] Integration of QInputMethod
2013-07-24 20:23:09 +02:00
Thomas Perl
bcee05d471
Qt 5: Add CCAccelerometer implementation
...
[nemo] Add QtSensors-based Accelerometer implementation
2013-07-24 20:23:08 +02:00
Thomas Perl
7f0a05d8c0
Initial RPM packaging for Qt5
...
[nemo] Initial packaging
2013-07-24 20:23:08 +02:00
Thomas Perl
6f4f8c0e38
Qt 5: System-wide installation of targets
2013-07-24 20:23:08 +02:00
Thomas Perl
366dbeda31
Qt 5: Build test application (Cpp/TestCpp)
2013-07-24 20:23:07 +02:00
Thomas Perl
8044c52d6d
Qt 5: Add support for building libextension
2013-07-24 20:23:07 +02:00
Thomas Perl
db230a3d2b
Do not include Qt headers in CCApplication.h
...
This avoids name collisions with the extensions sub-project
where "slots" is used as attribute of a class ("slots" is
redefined in Qt headers).
2013-07-24 20:23:07 +02:00
Thomas Perl
485d973e24
Implement CocosDenshion backend using QMediaPlayer
...
Music and effect playback works, effect playback is not
totally low-latency; we could implement our own decoding
and mixing using QAudioDecoder and QAudioOutput to get
buffering, preloading, looping and latency working well.
2013-07-24 20:19:50 +02:00
Thomas Perl
4b52754dd3
CocosDenshion build setup for Qt 5 (no-op implementation)
...
Right now, all operations are implemented as no-op, but
libcocosdenshion can now be built as shared library and used.
2013-07-24 20:19:50 +02:00
Thomas Perl
15e3a7825c
Re-enable use of CocosDenshion in SimpleGame
2013-07-24 20:19:49 +02:00
Thomas Perl
e1baba5407
Build SimpleGame example
2013-07-24 20:19:20 +02:00
Thomas Perl
b64c0a0e87
Platform abstraction implementation with Qt 5
...
Based partially on the Linux platform abstraction, therefore
this right now works only with Qt 5 on Linux.
2013-07-24 20:18:43 +02:00
Thomas Perl
4860e3551c
Add new platform: CC_PLATFORM_QT5
2013-07-24 20:18:43 +02:00
Thomas Perl
309269e8e2
Fix building of chipmunk on Linux
2013-07-24 20:18:42 +02:00