Skip to content

Commit 5512918

Browse files
committed
Release V64
1 parent 96f6b95 commit 5512918

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

MY_!Base/src/MY.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- @Date : 2014-11-24 08:40:30
55
-- @Email : admin@derzh.com
66
-- @Last modified by: Emil Zhai
7-
-- @Last modified time: 2016-12-13 15:32:43
7+
-- @Last modified time: 2016-12-14 15:14:02
88
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
99
--------------------------------------------
1010
-- #################################################################################################################################### --
@@ -115,8 +115,8 @@ MY = {}
115115
--------------------------------------------------------------------------------------------------------------------------------------------
116116
-- 本地函数变量
117117
--------------------------------------------------------------------------------------------------------------------------------------------
118-
local _BUILD_ = "20161016"
119-
local _VERSION_ = 0x2006300
118+
local _BUILD_ = "20161214"
119+
local _VERSION_ = 0x2006400
120120
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
121121
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
122122
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1

MY_CHANGELOG.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
茗伊插件集 v64
2+
* [结构调整]大量重构代码 优化性能
3+
* [战斗统计]霸刀颜色显示错误的问题
4+
* [门派染色]重构门派染色代码 解决导致主城顿卡的问题
5+
* [聊天记录]重构聊天记录 增加聊天记录搜索的功能
6+
* [常用工具]历史技能列表显示中屏蔽霸刀的普通攻击
7+
* [焦点列表]新增治疗辅助的功能 可以不用点击即可选中目标
8+
* [数据储存]调整角色配置数据存储位置 方便删除数据
9+
* [地图搜索]优化记录存储方式 大大加快搜索速度
10+
* [聊天过滤]重写聊天过滤为数据层过滤 支持设置不过滤好友聊天
11+
* [聊天记录]增加重伤记录和交易流水记录的功能
12+
113
茗伊插件集 v63
214
* [聊天过滤]修复忽略空格失效的问题
315
* [聊天过滤]增加陌生人密聊频道的选项

0 commit comments

Comments
 (0)