minggo
|
9e5420c954
|
Merge pull request #4029 from minggo/iss2905-adjust_folder
use build/android-build to build android samples, and update readme
|
2013-10-30 03:30:03 -07:00 |
minggo
|
da9f7c912b
|
use build/android-build to build android samples, and update readme
|
2013-10-30 18:27:56 +08:00 |
Michael Contento
|
fe180078f0
|
Android: add xlargeScreens="true" to supports-screens
|
2013-10-28 23:12:51 +01:00 |
minggo
|
e81efb24c9
|
issue #2905: android samples run ok
|
2013-10-23 16:49:50 +08:00 |
minggo
|
abcf8f268d
|
fix conflicts
|
2013-10-22 18:36:13 +08:00 |
minggo
|
6a664d480a
|
issue #2905:samples build ok on linux
|
2013-10-22 18:01:56 +08:00 |
Dhilan007
|
f11dba586a
|
issue #2905:modification vs-project for folder structure change
|
2013-10-21 22:09:21 +08:00 |
Dhilan007
|
d82c2ca060
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
|
2013-10-17 09:39:48 +08:00 |
Ricardo Quesada
|
3cbeabc777
|
Icons for test projects
|
2013-10-16 11:55:14 -07:00 |
Dhilan007
|
2865ad798b
|
issues #2905:Updating project configuration for folder change.
|
2013-10-15 10:18:37 +08:00 |
minggo
|
95acb1b9e3
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |
minggo
|
4313c46e93
|
issue #2905:adjust folder structure
|
2013-10-12 11:22:05 +08:00 |
minggo
|
866906fd58
|
issue #2905:modify project settings to include correct audio path
|
2013-10-10 15:40:06 +08:00 |
Dhilan007
|
9727436a5d
|
issues #2834:Use Android standalone toolchain on windows to remove the dependence of cygwin
|
2013-09-27 21:54:48 +08:00 |
minggo
|
8238a05039
|
fix compiling error
|
2013-09-21 15:30:54 +08:00 |
minggo
|
bcb171e3c9
|
fix line end in windows
|
2013-09-20 22:23:13 +08:00 |
Huabing.Xu
|
19e37d284e
|
rename test case to correct name
|
2013-09-18 18:26:03 +08:00 |
Huabing.Xu
|
a2dee37b0e
|
glfw EGLView set alloc on the stack to prevent memory leak
|
2013-09-18 17:00:21 +08:00 |
minggo
|
ddaff9cce6
|
make cocos2dx depend chipmunk
|
2013-09-17 19:24:30 +08:00 |
boyu0
|
54f7146d5f
|
issue #2771: update vs project setting
|
2013-09-17 11:18:53 +08:00 |
boyu0
|
481ad7ef12
|
issue #2771: update project setting
|
2013-09-17 10:41:08 +08:00 |
James Chen
|
d8fb3aa731
|
issue #2087: [dispatcher] Reverts: HelloCpp.
|
2013-09-16 16:22:22 +08:00 |
James Chen
|
997a5a36c1
|
[dispatcher] Renaming 'registerEventListenerXXX' to 'addEventListenerXXX'.
|
2013-09-14 09:02:49 +08:00 |
James Chen
|
dd7bfd7b60
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into new-event-dispatcher-rebase
Conflicts:
cocos2dx/CCDirector.h
cocos2dx/keyboard_dispatcher/CCKeyboardDispatcher.h
cocos2dx/keypad_dispatcher/CCKeypadDelegate.h
cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h
cocos2dx/layers_scenes_transitions_nodes/CCLayer.h
cocos2dx/menu_nodes/CCMenu.h
cocos2dx/platform/CCAccelerometerDelegate.h
cocos2dx/platform/android/CCAccelerometer.h
cocos2dx/platform/ios/CCAccelerometer.h
cocos2dx/platform/mac/CCAccelerometer.h
cocos2dx/platform/win32/CCAccelerometer.h
cocos2dx/script_support/CCScriptSupport.h
cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h
cocos2dx/touch_dispatcher/CCTouchDispatcher.h
cocos2dx/touch_dispatcher/CCTouchHandler.h
extensions/CocoStudio/Components/CCInputDelegate.h
|
2013-09-13 19:06:09 +08:00 |
James Chen
|
cf66992b51
|
[dispatcher] Updating HelloWorldScene.cpp, if you wish to using the same listener for different target, please invoke clone to create a new one.
|
2013-09-13 18:02:26 +08:00 |
Dhilan007
|
5350b1ad06
|
issue #2800:Can not hide status bar on iOS 7
fixed #2800:User prefersStatusBarHidden in RootViewController on IOS 7 to hide status.
|
2013-09-13 15:54:58 +08:00 |
James Chen
|
6f37529236
|
[dispatcher] Adding 'Node::updateEventPriorityIndex' and making 'Node::addEventId(removeEventId)' method to be private.
|
2013-09-12 20:47:15 +08:00 |
James Chen
|
24c8438fa6
|
[Dispatcher] Updating Android.mk, and some refractor.
|
2013-09-12 17:31:37 +08:00 |
James Chen
|
da1101beeb
|
[Dispatcher] New event dispatcher, first commit.
|
2013-09-11 22:09:34 +08:00 |
minggo
|
249b4d79a3
|
Merge pull request #3503 from dabingnn/Iss2460-glfw-refractor
Iss2460 glfw refractor
|
2013-09-05 18:28:31 -07:00 |
zhangbin
|
b854c25103
|
Add parameter in method cocos_android_app_init() to initialize plugin.
|
2013-09-02 16:10:08 +08:00 |
Huabing.Xu
|
bc5ae78423
|
issue #2460: change other sample projects to glfw version
|
2013-09-02 11:46:23 +08:00 |
minggo
|
e567b6c54b
|
fix warnings on ndk-r9
|
2013-08-26 18:02:51 +08:00 |
boyu0
|
70df1a6061
|
closed #2517: Use LocalVarToAuto.py to change Samples src file
|
2013-08-16 16:05:27 +08:00 |
Lee, Jae-Hong
|
66593ae4bf
|
[Tizen] Update project files
- include stdint.h
- set etc, s3tc header path
- exclude CCImageCommonWebp.cpp, include etc, s3tc directories.
- update project files.
|
2013-08-10 23:11:31 +09:00 |
folecr
|
cbd7796438
|
Update nojava.txt with readme.
|
2013-08-07 12:29:58 -07:00 |
James Chen
|
a5067f63dd
|
Merge pull request #3372 from pyrasis/tizen_2.2
[Tizen] Fix Debug Settings
|
2013-08-05 22:51:06 -07:00 |
Lee, Jae-Hong
|
3db495ab0e
|
[Tizen] Fix Debug Settings.
- fix debugging failure problem
|
2013-08-06 01:26:56 +09:00 |
folecr
|
d3476bec17
|
HelloCpp
|
2013-08-05 02:05:46 -07:00 |
Éloi Rivard
|
9dcb6fb80e
|
Multi-resolution emscripten html template.
Default emscripten html template update.
Minor emscripten warnings.
|
2013-08-05 09:24:47 +02:00 |
minggo
|
d887008bb8
|
Merge pull request #3336 from minggo/simplify-sample-code
Simplify sample code
|
2013-07-31 00:41:20 -07:00 |
minggo
|
e412fe5a31
|
use Point::+ to simplify HelloWorld sample
|
2013-07-31 14:38:50 +08:00 |
Éloi Rivard
|
14e200e61a
|
Added debugging information in emscripten DEBUG mode
|
2013-07-30 10:11:30 +02:00 |
James Chen
|
5aab0cab7b
|
[Android] Fixing build errors for ndk-r9.
|
2013-07-29 14:54:00 +08:00 |
minggo
|
9780b75da8
|
Merge pull request #3273 from thp/develop-qt5
Port Cocos2D-X to Qt 5 (develop branch)
|
2013-07-28 16:51:55 -07:00 |
James Chen
|
e16a5f469b
|
issue #2430: Refactoring enum 'ResolutionPolicy'.
|
2013-07-26 18:18:58 +08:00 |
James Chen
|
d345ac7f3f
|
[Android] Usage changes: ccGLInvalidateStateCache --> GL::invalidateStateCache();
|
2013-07-26 14:00:10 +08:00 |
Ricardo Quesada
|
058935aa8d
|
Removes Hungarian notation
Removes Hungarian notation from the code.
|
2013-07-25 15:53:24 -07:00 |
James Chen
|
a1c3631962
|
issue #2404: DrawPrimitives deprecated.
|
2013-07-25 22:38:55 +08: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 |