Commit Graph

43 Commits

Author SHA1 Message Date
PP
5878829d51 refactor UI pointer event dispatcher (#9363)
* optimize node event processor

# Conflicts:
#	cocos/core/scene-graph/node-event-processor.ts
#	cocos/core/scene-graph/node.ts

* support pointer event dispatcher

* remove event manager, event listener

# Conflicts:
#	cocos/core/director.ts
#	cocos/input/index.ts

* remove docs for event-manager

* fix pointer lock on web

* BREAKING-CHANGE: ui-transform.isHit interface

ud

* fix CI

* fix CI

* activeInHierarchy
2021-09-24 13:34:43 +08:00
Leslie Leigh (李的序)
9ce03e2986 Optimize editor exports (#8943)
* Optimize editor exports

* Update doc
2021-07-07 17:11:52 +08:00
Jare Guo
a0d5508779 simplify attribute implements (sync #5040) (#7679) 2020-11-05 17:37:56 +08:00
Leslie Leigh (李的序)
f99240f664 @cocos/build-engine: add option to remove deprecated features (#7603) 2020-10-27 18:28:58 +08:00
Leslie Leigh (李的序)
903e79b90f Docs/contribution/modules (#7605)
* Docs/contribution/modules

* Typo
2020-10-27 18:28:34 +08:00
Jare Guo
2cdc3d1b8b Refine EngineErrorMap and sync 2D changes (#7542)
* refine Color.toCSS/toHex (sync #6216 #6207)

* refine component.resetInEditor (sync #6244)

* Revert "Improve error maps (#5527)"

This reverts commit 224cea23ab.

# Conflicts:
#	EngineErrorMap.md
#	cocos/core/assets/sprite-frame.ts

* Revert "Component rename for new standard and 2d compatibility (#7103)"

This reverts commit 3240dba206.

# Conflicts:
#	EngineErrorMap.md

* Remove some old deprecations (sync #6271)
2020-10-16 10:55:32 +08:00
ChiaNing
67ff1bbe25 vmath deprecated (#5018) 2019-07-30 18:09:54 +08:00
jiaxin.lai
f24afe627c remove some function from cc.misc to cc.vmath (#4989) 2019-07-26 14:23:49 +08:00
pandamicro
2c5dfc03ca Remove 2d legacy (#4796)
* Remove 2d codes

* Remove CCCamera
2019-07-02 19:10:07 +08:00
Yun Hsiao Wu
af2789ffd9 pass 2019-01-02 18:19:17 +08:00
pandamicro
e55ec15987 Refactor IdGenerater to IDGenerator (#3276)
* Refactor IdGenerater to IDGenerator

* Rename file and fix issues
2018-09-19 14:14:45 +08:00
pandamicro
46be82e7c0 Improve docs & deprecation (#3053)
* Add Texture deprecated APIs

* Improve BaseNode deprecation message

* Fix api doc

* Secure cc._widgetManager access
2018-08-08 11:03:12 +08:00
pandamicro
4b28b30657 Improve API docs and fix TiledLayer.setTileGIDAt (#3022)
* Update documents

* Fix TiledLayer.getTileGIDAt with 0
2018-07-27 14:31:20 +08:00
pandamicro
03e2af76a5 Merge remote-tracking branch 'fireball/master' into merge 2018-06-15 18:37:33 +08:00
Jare Guo
e018939977 load native asset from raw-assets after build (#2830)
* remove some init code about raw assets

* load native asset from raw-assets after build
2018-06-08 11:05:06 +08:00
pandamicro
5b99f8cdfa Fix API doc configs (#2750) 2018-05-28 18:22:37 +08:00
pandamicro
efaf0c5d4d Merge remote-tracking branch 'fireball/master' into next 2018-05-24 19:04:55 +08:00
Jare Guo
32205ee27b define apisrc.json in this repo 2018-05-05 18:07:40 +08:00
pandamicro
e4bdd1edc3 Merge remote-tracking branch 'fireball/master' into next 2018-05-02 16:16:33 +08:00
pandamicro
38c61c70b4 Refactor EventTarget: remove hasListenerCache, move dispatch APIs to Node (#2595)
* Improve node property setter performance

* Avoid physics sync trigger events

* Improve callbacksHandler.has performance

* Use flag instead of hasListenerCache in animation state

* Remove hasListenerCache, add event target APIs for dispatch

* Fix some issues

* Fix event target has check

* Expose EventType and LocalDirtyFlag

* Move dispatch related APIs to Node and fix issues

* Refactor event target

* Fix sub listener usage for event target

* Improve code

* Remove callbacksInvoker.has
2018-04-26 21:50:27 +08:00
Jare Guo
5da0f872ee refine api doc 2018-04-26 12:43:33 +08:00
pandamicro
9e0c688de7 Cleanup CCMacro 2018-03-19 22:30:52 +08:00
Jare Guo
68869a3167 update example of CCEnum 2017-05-16 16:02:15 +08:00
Jare Guo
d187f903e4 refine cc.Enum 2017-05-16 14:31:41 +08:00
knoxHuang
3a7dd5e127 update KEY API 2016-10-09 17:53:18 +08:00
knoxHuang
d06e317809 add CCSpriteFrame API and add warn log for #fireball/issues/3337 2016-07-05 10:52:01 +08:00
2youyouo2
f0b5a21165 update AnimationClip doc 2016-07-01 10:36:57 +08:00
knoxHuang
0c096ac8e4 update event-dat for animation-clip 2016-06-22 10:14:12 +08:00
knoxHuang
e258b0a0f9 perfection scheduler API 2016-04-05 11:27:47 +08:00
knoxHuang
03f80eb447 fix value-types all API error 2016-04-01 15:22:19 +08:00
knoxHuang
579bb843f8 fix value-types all API error 2016-04-01 14:58:15 +08:00
knoxHuang
4dcacbc8d1 update value-types all API 2016-03-31 18:15:55 +08:00
knoxHuang
dd7e228c34 update Node and Component API 2016-03-24 17:14:06 +08:00
knoxHuang
a5ef25e29f fix Animation api 2016-03-22 17:32:41 +08:00
knoxHuang
bf21367874 update animation all api 2016-03-22 16:12:49 +08:00
knoxHuang
1e3a652440 update event api 2016-03-18 16:48:32 +08:00
knoxHuang
2a97562b5c update Event Related API 2016-03-18 13:39:23 +08:00
knoxHuang
db4036f6e9 fix SpriteFrame example 2016-03-15 16:24:56 +08:00
knoxHuang
edc94b155b update Sprite related api 2016-03-15 16:14:28 +08:00
knoxHuang
7e79937f7c add Sprite related api 2016-03-15 15:56:55 +08:00
knoxHuang
f86cad8c5f cc.sprite renname _ccsg.sprite and file name 2015-12-21 13:29:01 +08:00
Jare Guo
b97e70e71d support loading builtin raw assets 2015-12-07 21:33:24 +08:00
Nan Wang
c0f59c1598 synchronized to cocos2d-html5#6700f8bb94b2. starting from fresh history. 2015-12-05 12:22:41 +08:00