Commit Graph

509 Commits

Author SHA1 Message Date
yhh
f533186c8d listpool根据type划分池 2021-08-06 11:10:45 +08:00
yhh
0beadf8e5a 修复Time不传入dt获取deltaTime错误问题 2021-08-05 11:47:47 +08:00
yhh
8bc06f0476 Merge branch 'master' of https://github.com/esengine/ecs-framework
# Conflicts:
#	extensions/ecs-tween/lib/framework.d.ts
2021-08-04 12:54:18 +08:00
yhh
8fd8f74b27 update physics 2021-08-04 11:28:55 +08:00
yhh
9fc9b60de5 Merge branch 'master' of https://github.com/esengine/ecs-framework into master 2021-08-03 00:13:25 +08:00
yhh
2a026726db 修复tween中start报错 2021-08-03 00:09:43 +08:00
YHH
f9a99f8b09 Update physics.md v1.2.4 2021-08-02 09:00:27 +08:00
yhh
95b8dc765d add collision readme 2021-07-27 14:03:57 +08:00
yhh
052d6e25e7 新增emitter与physics文档 2021-07-27 10:05:18 +08:00
yhh
fd82486bbc Merge branch 'master' of https://github.com/esengine/ecs-framework into master 2021-07-24 13:48:35 +08:00
yhh
ef07f7555f add time/coroutine 使用文档 2021-07-23 14:09:53 +08:00
yhh
67859b7be0 update readme 2021-07-22 10:48:35 +08:00
yhh
1e5ddadd00 Merge branch 'master' of https://github.com/esengine/ecs-framework into master 2021-07-16 07:09:54 +08:00
yhh
7bab76d765 fix 2021-07-16 07:03:14 +08:00
yhh
416f243bda 新增cloth与ragdoll 2021-07-04 23:53:38 +08:00
yhh
77ad112f67 新增tire。修改transform.Component为es.ComponentTransform 2021-07-04 21:03:30 +08:00
yhh
dc3d639824 内置tween管理器 2021-07-03 12:27:21 +08:00
yhh
13a001c258 修复verlet报错 2021-07-02 20:59:44 +08:00
yhh
85bdd97d48 新增verlet物理引擎(实验性) 2021-07-02 18:25:30 +08:00
yhh
3d9c8699e7 框架优化 v1.2.3 2021-07-02 10:11:09 +08:00
yhh
ea482dab48 修复normalized 2021-06-29 18:40:34 +08:00
yhh
96a41eb2cc 移除collider的enable属性 v1.2.2 2021-06-22 14:42:30 +08:00
yhh
e5dfb20aa2 新增角色控制器 2021-06-22 14:41:21 +08:00
yhh
fe308d35f2 完善Color 2021-06-22 13:50:31 +08:00
yhh
219b90fc5d 感谢NEZ库提供的思路 2021-06-11 16:20:01 +08:00
yhh
44e2ca07e5 修复无graphics报错问题 2021-05-28 17:00:33 +08:00
yhh
79d684caae overlapCircle添加检测圆重合 2021-05-28 16:16:58 +08:00
yhh
4db8734a34 添加检查圆重叠的盒子 2021-05-28 16:13:10 +08:00
yhh
8b7baf7f86 新增physics.debugDraw默认绘制 2021-05-28 15:45:45 +08:00
yhh
28145e876f 修复mover返回的collisionResult无数据问题 2021-05-28 15:05:15 +08:00
yhh
53625cf87b 修复mover碰撞失效问题 2021-05-28 14:19:53 +08:00
yhh
88f9779dd0 修复ArcadeRigidbody不触发OnEntityTransform事件 2021-05-28 08:41:38 +08:00
yhh
561a44b26b Merge branch 'master' of https://github.com/esengine/egret-framework 2021-05-27 18:37:17 +08:00
yhh
26068aaf6f 新增渲染接口 2021-05-27 18:32:38 +08:00
YHH
fb0f9dc608 Update README.md 2021-05-25 12:10:23 +08:00
yhh
6c44d38c10 对像素进行取整保证在不同分辨率下保持清晰 2021-05-25 11:16:49 +08:00
yhh
da3ab02a8d 优化vector2构造函数 2021-05-24 17:20:27 +08:00
yhh
9c7703eb2d 优化框架性能,Time支持传入引擎dt 2021-05-13 16:58:24 +08:00
yhh
84922794fb updateComponent更新 2021-05-12 14:53:29 +08:00
yhh
1dcce99d87 Merge branch 'master' of https://github.com/esengine/egret-framework 2021-05-12 13:09:02 +08:00
yhh
fd62aa469a 优化实体更新效率 2021-05-12 13:08:47 +08:00
yhh
63d307b95a 新增identifierPool用于实体id复用 2021-05-11 17:23:04 +08:00
YHH
9f12971eda Update README.md v1.2.1 2021-05-08 10:56:48 +08:00
YHH
47edd4f583 Update README.md 2021-05-08 10:54:22 +08:00
yhh
e94b7b23e4 update readme 2021-05-08 10:53:13 +08:00
yhh
5c77e6c56d publish 2021-05-07 16:25:01 +08:00
yhh
522cbe0e6e Merge branch 'master' of https://github.com/esengine/egret-framework
# Conflicts:
#	source/bin/framework.min.js
2021-05-07 16:24:25 +08:00
yhh
f7061f360d 移除Bitset更改为Bits 2021-05-07 16:23:15 +08:00
yhh
16cdfa0426 完善mathhelper类与vector2 2021-05-03 08:17:48 +08:00
yhh
74bd0c161f 完善MathHelper/RectangleExt/Vector2Ext 2021-05-02 20:03:56 +08:00