Commit Graph

884 Commits

Author SHA1 Message Date
yhh
78079252c9 修复rectangle中rayinterest方法返回错误信息 2023-03-13 15:23:02 +08:00
yhh
72fdabd099 mathHelper优化及注释。修复pointCircle错误实现 2023-03-13 14:51:38 +08:00
yhh
64bd6aa055 优化mathHelper代码 2023-03-13 12:31:59 +08:00
yhh
6329200b84 升级package包,更新readme 2023-03-13 12:10:17 +08:00
yhh
3f3fd16110 新增扇形collider 2023-02-24 19:16:20 +08:00
YHH
34f0c4ac2d 新增allTweensWithTargetEntity与clearAllCoroutines方法 2022-07-09 11:24:32 +08:00
YHH
dde04d514e 新增场景过渡效果 2022-03-12 23:49:14 +08:00
YHH
ffddadd798 新增Out类 2022-03-12 10:23:33 +08:00
YHH
5dca337b92 新增MathHelper.toInt 2022-03-12 09:13:06 +08:00
YHH
131df181e6 pool池优化性能 2022-03-07 22:52:51 +08:00
YHH
e207952786 性能优化 2022-03-07 16:00:48 +08:00
YHH
3f7ef284fc transform.position更改不需要修改dirty 2022-03-06 18:40:42 +08:00
YHH
1a41533d15 修复mover.motion修正错误问题 2022-03-06 13:56:34 +08:00
YHH
85f7bbbf1a Merge branch 'master' of https://github.com/esengine/ecs-framework
# Conflicts:
#	source/bin/framework.min.js
2022-03-05 10:24:33 +08:00
YHH
ccc603b59f 移除渲染模块,提供更纯净的ecs 2022-03-05 10:23:49 +08:00
YHH
8135f99616 防止小游戏函数丢失console.assert 2022-02-24 09:38:07 +08:00
YHH
713f4ae18b Merge branch 'master' of https://github.com/esengine/ecs-framework 2021-10-21 10:09:02 +08:00
YHH
f3f5d0bbd1 修复重复多余的定义 2021-10-04 16:53:00 +08:00
YHH
4a9e11c480 更新注释 2021-09-14 18:24:57 +08:00
yhh
cd94326aad 新增系统时序控制 2021-08-28 21:26:44 +08:00
yhh
a4b971bba0 新增StringUtils.isNullOrEmpty方法 2021-08-26 13:58:09 +08:00
yhh
5d1609111c 补充泛型参数 2021-08-20 19:10:20 +08:00
yhh
d54ccaf629 提供component的快捷操作 2021-08-20 19:05:40 +08:00
yhh
6adea240e2 修复componentlist中渲染组件add错误 2021-08-13 19:27:15 +08:00
yhh
3486d403d2 修复ITriggerListener失效问题 2021-08-09 19:08:27 +08:00
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