Skip to content

Commit

Permalink
update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengine committed Feb 25, 2017
1 parent 84e78f1 commit a861629
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions HISTORY.md
@@ -1,3 +1,25 @@
###v0.9.11

2017/2/25

新增与改善:
防止def中属性和方法重名。(#449)
对坐标系统进行优化
installer.py脚本linux安装完善(#451)
entityID资源每次申请的段大小支持可配置(increasing_range)(#453)
移除引擎内部对Entity.topSpeed添加的冗余值,这个冗余值会对使用者产生Entity.topSpeed机制无效或不稳定的困扰。
更新API文档。


BUG修正:
修正将Account实体作为Player时断线重连重新获得控制权后客户端没有收到enterworld消息。(#454)
修正websocket协议在一个包数据不全时解析出错的问题
修正冻结账号后用户登陆返回的错误码并不是账号被冻结码
修正被控制的对象移动速度不受Entity.topSpeed限制的问题(#433)
修正FixedArray::insert在脚本层错误的只给了一个参数时导致错误,必须给入2个参数



###v0.9.10

2017/1/24
Expand Down

0 comments on commit a861629

Please sign in to comment.