James Chen
|
a2081ea210
|
issue #4557: Updates comments for EventListener::setPaused.
|
2014-04-03 17:20:16 +08:00 |
James Chen
|
a3214b7505
|
issue #4557: Updates comments for EventListener::setEnabled/setPaused.
Also does whitespace cleanup and untabify codes. Thanks emacs. :)
|
2014-04-03 17:02:17 +08:00 |
James Chen
|
7a5dba9eb9
|
issue #4557: Adds const for `EventListener::isEnabeld`.
|
2014-04-03 16:46:16 +08:00 |
James Chen
|
89048dd6bd
|
closed #4557: Comment fixes in CCEventListener.h.
|
2014-04-03 15:35:18 +08:00 |
James Chen
|
f6859a3ca9
|
closed #4557: Adds `EventListener::setEnabled/isEnabled`.
|
2014-04-03 15:32:16 +08:00 |
James Chen
|
51808b59e9
|
More const reference love in EventDispatcher.
|
2014-02-25 14:31:24 +08:00 |
James Chen
|
5e6130c92c
|
issue #4058: Get rid of Object ,rename it to Ref.
|
2014-02-20 10:53:49 +08:00 |
walzer
|
64af0de648
|
update copyrights for 2014, in cocos/2d/ folder
|
2014-01-07 11:25:07 +08:00 |
James Chen
|
5852c66e5a
|
closed #3463: ListenerID is std::string now. To avoid hash collision when using lots of EventCustoms.
|
2013-12-20 19:47:11 +08:00 |
Ricardo Quesada
|
4848e3d3bb
|
correct size for Listener ID
|
2013-11-12 17:14:51 -08:00 |
Nite Luo
|
fe04448c8d
|
Merge folder changes from develop
|
2013-10-30 23:19:36 -07:00 |
James Chen
|
5698dcd0e1
|
issue #3069: Protecting some methods in EventListener, make EventDispatcher as its friend class.
|
2013-10-29 14:58:47 +08:00 |
James Chen
|
8b7d1934c8
|
issue #3069: Using enum class for define Event type and EventListener type.
|
2013-10-28 16:00:01 +08:00 |
James Chen
|
27b71ba73c
|
Use integer as event type and listener type.
|
2013-10-25 10:53:47 +08:00 |
James Chen
|
5ecb664a58
|
crash and memory leak fix.
|
2013-10-25 10:53:46 +08:00 |
James Chen
|
1f3863e787
|
Event Dispatcher refactor commit. TestCpp could run.
|
2013-10-25 10:53:45 +08:00 |
James Chen
|
f7e2c63230
|
Refactor event dispatcher. Remove non-node relative member variables.
|
2013-10-25 10:53:45 +08:00 |
James Chen
|
779e539658
|
Remove event controller codes from Layer class. HelloCpp works.
|
2013-10-25 10:53:45 +08:00 |
minggo
|
95acb1b9e3
|
issue #2905: helloworld build ok on android
|
2013-10-14 14:01:00 +08:00 |
minggo
|
49d7bbd600
|
issue #2905: remove sub folders except platform
|
2013-10-12 15:41:45 +08:00 |