James Chen
|
3e01dd5edf
|
[dispatcher] Using std::vector instead of std::list for EventListenerItem container.
|
2013-09-15 21:58:54 +08:00 |
James Chen
|
9891077bba
|
[dispatcher] Adding 'emit touch event' menu item.
|
2013-09-15 21:56:02 +08:00 |
James Chen
|
e3cce1fd0b
|
[dispatcher] 100 times for Touch event dispatch test.
|
2013-09-15 18:26:17 +08:00 |
James Chen
|
bfdc2a0efe
|
[dispatcher] Adding argument for whether to sort listeners when dispatching events.
|
2013-09-15 18:25:44 +08:00 |
James Chen
|
62a0dc41c3
|
[dispatcher] Adding TouchEvent dispatch test.
|
2013-09-15 17:49:36 +08:00 |
James Chen
|
23e80857fa
|
[dispatcher] Defines TOUCH_PERF_DEBUG to enable setting touches in TouchEvent.
|
2013-09-15 17:49:09 +08:00 |
James Chen
|
499e8caf7a
|
[dispatcher] Updating the declare of event listeners in Layer. Using more specified type.
|
2013-09-15 17:48:29 +08:00 |
James Chen
|
d940e01bc1
|
[dispatcher] Supporting changing priority from fixed value to node or from node to fixed value.
|
2013-09-15 12:17:01 +08:00 |
James Chen
|
1b9658f5ad
|
[dispatcher] Adding Node::dissociateEventListener method.
|
2013-09-15 12:14:48 +08:00 |
James Chen
|
8102272b15
|
[dispatcher] Updating comments of EventDispatcher, renaming some functions and some performance improves when dispatching event.
|
2013-09-15 11:07:27 +08:00 |
James Chen
|
1ed980d27c
|
[dispatcher] Updating win32 TestCpp.vcxproj.
|
2013-09-14 10:32:37 +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
|
dd55822465
|
[dispatcher] Updating NewEventDispatcherTest.cpp.
|
2013-09-13 18:51:00 +08:00 |
minggo
|
438d041167
|
Merge pull request #3592 from Dhilan007/develop
Add icon for IOS 7.
|
2013-09-13 03:43:20 -07:00 |
minggo
|
4dac164ec8
|
Merge pull request #3591 from samuele3hu/doxygen
issue #2784:Add js-binding and lua-binding document
|
2013-09-13 03:24:07 -07:00 |
James Chen
|
ff24eac21a
|
[dispatcher] Adding new EventDispatcher Test to Makefile and project.
|
2013-09-13 18:08:00 +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 |
James Chen
|
7729756d04
|
[dispatcher] Updating EventDispatcherTest.cpp.
|
2013-09-13 18:01:32 +08:00 |
James Chen
|
2fd655dc57
|
[dispatcher] Using cocos2d-x memory model instead of std::shared_ptr. It should be unified.
|
2013-09-13 18:00:56 +08:00 |
Dhilan007
|
ab21e84f2a
|
Add icon for IOS 7.
|
2013-09-13 18:00:17 +08:00 |
minggo
|
9c259823e1
|
Merge pull request #3590 from Dhilan007/develop
issue #2800:Can not hide status bar on iOS 7
|
2013-09-13 02:12:30 -07:00 |
samuele3hu
|
d8bd65b2e8
|
issue #2784:Add class constructor js-binding document
|
2013-09-13 16:46:31 +08:00 |
James Chen
|
51548b9542
|
Adding NewEventDispatcher Test.
|
2013-09-13 16:38:21 +08:00 |
James Chen
|
40c410b78d
|
file mode changed, cocos2d.h from 100755 -> 100644
|
2013-09-13 16:37:47 +08:00 |
James Chen
|
490c74fd99
|
Unneeded cast fix.
|
2013-09-13 16:37:19 +08:00 |
James Chen
|
1f0a883dbd
|
[dispatcher] Checking whether the listener was registered.
|
2013-09-13 16:36:54 +08:00 |
James Chen
|
72c978f9fb
|
[dispatcher] Adding clone method for listener class.
|
2013-09-13 16:36:25 +08:00 |
James Chen
|
838b059b45
|
[dispatcher] Adding (s|g)etCurrentTarget for Event.
|
2013-09-13 16:34:34 +08:00 |
Dhilan007
|
b827162113
|
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 16:18:58 +08:00 |
Dhilan007
|
18f2f831b4
|
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 16:07:02 +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 |
samuele3hu
|
1d4d1f251c
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into doxygen
Conflicts:
cocos2dx/label_nodes/CCLabel.h
|
2013-09-13 14:04:22 +08:00 |
samuele3hu
|
5ddd9ae23c
|
issue #2784:Delete class destuctor js-binding and lua-binding document
|
2013-09-13 13:52:42 +08:00 |
minggo
|
fd92708d16
|
Merge pull request #3588 from minggo/label-best-practice
fixed #2793:best practice of New Label
|
2013-09-12 22:29:56 -07:00 |
minggo
|
c4cb2582cc
|
fixed #2793:best practice of New Label
|
2013-09-13 11:46:46 +08:00 |
samuele3hu
|
3a334b7478
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into doxygen
|
2013-09-13 11:42:04 +08:00 |
samuele3hu
|
a34ec99014
|
issue #2784:Add js-binding and lua-binding document
|
2013-09-13 11:41:20 +08:00 |
minggo
|
d74adcf5e4
|
Merge pull request #3587 from Dhilan007/develop
Fix not hide status on ios7
|
2013-09-12 19:31:42 -07:00 |
LinWenhai
|
368d668e7b
|
Update RootViewController.mm
fix not hide status on ios7
|
2013-09-13 09:42:26 +08:00 |
LinWenhai
|
644c3ebff5
|
Update RootViewController.h
Fix not hide status bar on iOS 7
|
2013-09-13 09:40:43 +08:00 |
James Chen
|
9e144f32fa
|
Merge pull request #3580 from seemk/vc12_fix
Fixed compilation on VC12 (VS2013 RC)
|
2013-09-12 07:19:13 -07:00 |
James Chen
|
c948a67243
|
[dispatcher] Updating SimpleGame.
|
2013-09-12 22:12:58 +08:00 |
James Chen
|
cb7d090992
|
[dispatcher] Updating CCDevice.cpp for linux.
|
2013-09-12 21:39:47 +08:00 |
James Chen
|
b02d2f1274
|
[dispatcher] Comments keypad event for lua bindings. Need to be fixed.
|
2013-09-12 21:12:46 +08:00 |
James Chen
|
3605fce2e3
|
[dispatcher] Comments self->setTouchPriority. Need to be fixed.
|
2013-09-12 21:12:20 +08:00 |
James Chen
|
57b0a66bda
|
[dispatcher] Removing Layer::setTouchPriority since it's not needed.
|
2013-09-12 21:11:47 +08:00 |
James Chen
|
c90291e01d
|
ScrollView::_touches is std::vector now, so it should not be inited by NULL pointer.
|
2013-09-12 21:02:30 +08:00 |
James Chen
|
1702cbd7b2
|
[dispatcher] Other platforms update.
|
2013-09-12 20:56:57 +08:00 |
James Chen
|
dd57d6321b
|
[dispatcher] Updating Makefile.
|
2013-09-12 20:51:44 +08:00 |