Commit Graph

259 Commits

Author SHA1 Message Date
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
26068aaf6f 新增渲染接口 2021-05-27 18:32:38 +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
fd62aa469a 优化实体更新效率 2021-05-12 13:08:47 +08:00
yhh
63d307b95a 新增identifierPool用于实体id复用 2021-05-11 17:23:04 +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
yhh
5277c0de7d Time.deltaTime更正
ArcadeRigidbody优化
2021-04-30 20:35:10 +08:00
yhh
b3c85e00f9 完善mathHelper类 2021-04-30 15:10:11 +08:00
yhh
0748652a8d 修复getcomponents获取为空问题 2021-04-29 11:00:15 +08:00
yhh
9fa0442b20 shapeCollisions拆分 2021-04-28 14:43:48 +08:00
yhh
bc6920f829 优化getComponent与getComponents性能 2021-04-26 15:23:16 +08:00
yhh
d576a95548 fix wx 2021-04-23 21:27:34 +08:00
yhh
b5d0fc6d0d 优化component add/remove效率 2021-04-20 15:46:18 +08:00
yhh
17b36f01b0 优化实体列表add/remove效率。性能大幅度提高 2021-04-16 17:48:13 +08:00
yhh
030fade7b6 修复bitset问题 2021-04-14 17:17:12 +08:00
yhh
a28fb72e36 新增 collidesWithAnyNonMotion 2021-04-14 10:51:18 +08:00
yhh
5e15543bab 新增collidesWithAny方法 2021-04-14 10:44:33 +08:00
yhh
e1365ed343 新增系统debug使用时间 2021-04-07 15:24:37 +08:00
yhh
abb5d10a54 新增getComponentInScene 2021-04-02 19:17:44 +08:00
yhh
c58ca510cc 实体获取组件参数补全 2021-04-01 15:48:30 +08:00
yhh
781bad9573 1.新增类型识别
2.EntitySystem新增initialize生命周期,构造函数后执行
2021-03-31 16:59:21 +08:00
yhh
7e94f42b10 修复transform.setparent报错 2021-03-30 18:02:27 +08:00
yhh
0b8d752773 随机类移动至es命名空间 2021-03-29 17:45:36 +08:00
yhh
e6096b644f getComponent不再需要指定类型 2021-03-29 17:28:58 +08:00
yhh
6b2c18ad75 更改命名空间linq为es 2021-03-29 15:28:18 +08:00
yhh
8b5bc444f1 场景搜索包含特定组件的实体列表 2021-03-26 17:36:50 +08:00
yhh
d2915fe30c 新增 tryGetComponent 方法 2021-03-26 12:53:09 +08:00
yhh
b9522ade5d 干掉timerruler 2021-03-26 12:49:00 +08:00
yhh
f6513a0cf3 新增jobSystem 2021-02-01 14:23:13 +08:00
yhh
d7ec4d087c 优化updateList,性能提高百倍! 2021-02-01 11:11:53 +08:00
yhh
25fca1ed56 新增workerutils 2021-01-29 16:19:00 +08:00
yhh
11d03cef0c 新增bitVector用于优化bitSet 2021-01-28 11:57:29 +08:00
yhh
1c9276b4a1 新增DelayedIteratingSystem/IntervalSystem/IntervalIteratingSystem 2021-01-27 14:58:51 +08:00
yhh
93768fb4d9 更改注释 2021-01-21 10:18:23 +08:00
yhh
f6b6a8aa1b 新增TimeRuler用于分析游戏平均帧率 2021-01-20 15:35:59 +08:00
yhh
3e182db019 新增Debug辅助Insist 2021-01-18 19:54:41 +08:00