Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Jan 5, 2017
1 parent 0e771af commit de4781b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions script/gui/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,17 @@ return function(window_, canvas_)
log('NEW', '优化详情的显示')
log('CHG', '变身技能的buff引用改为搜索', 'Amil、AHav')
log('CHG', '必须保留列表移除一些对象', 'Barm')
log('CHG', '空的slk文件会保留文件头', '包含标题等信息,而再是个空文件')
log('CHG', '生成lni时会使用正确的数据类型')
log('FIX', '修正部分技能的引用分析错误的问题', 'Acoi、Acoh')
log('FIX', '修正lpeg模块加载失败的问题')
log('FIX', '修正市场没有被搜索到的问题')
log('FIX', '修正没有读取的SLK会被删除的问题')
log('FIX', '修正转换为SLK时数据可能不对的问题', '例如技能的[100,200,300,400,400]改成[100,200,300,500,400],上个版本会错误的转换为[100,200,300,500,500]')
log('FIX', '修正平衡常数分析不正确的问题')
log('FIX', '修正部分物编文本没有截断的问题', '例如buff的描述应该只显示到逗号前')
log('FIX', '修正生成lni时有冗余数据的问题', '超过4级的技能应该不显示与底板完全相同的属性')
log('FIX', '修正w3i和imp文件不正确的问题')
end)
version('1.1', function()
log('NEW', '支持模型压缩', '有损压缩')
Expand Down

0 comments on commit de4781b

Please sign in to comment.