Skip to content

Commit

Permalink
Release V35
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed May 27, 2015
1 parent 2c29123 commit 4d3e307
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .Framework/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- @Date : 2014-11-24 08:40:30
-- @Email : admin@derzh.com
-- @Last Modified by: 翟一鸣 @tinymins
-- @Last Modified time: 2015-05-22 14:54:46
-- @Last Modified time: 2015-05-27 12:44:52
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
--------------------------------------------
-- ####################################################################################################################################
Expand Down Expand Up @@ -127,8 +127,8 @@ MY = {}
-- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-- ##################################################################################################################################################
local _DEBUG_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _BUILD_ = "20150513"
local _VERSION_ = 0x2003400
local _BUILD_ = "20150527"
local _VERSION_ = 0x2003500
local _ADDON_ROOT_ = '/Interface/MY/'
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'

Expand Down Expand Up @@ -360,6 +360,7 @@ MY.ReopenPanel = function()
local bVisible = MY.IsPanelVisible()
MY.ClosePanel(true, true)
MY.OpenPanel(true, true)
MY.ResizePanel(780, 540)
if not bVisible then
MY.ClosePanel(true)
end
Expand Down
24 changes: 24 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
��������� v35
* [������]�ַ���ƥ��֧��ʹ��$zj,$ghƥ���Լ���ID�Ͱ��������
* [������]��ȡ�������б��޸���ȡʧ�ܵ����Ⲣ���ӻ��洦��
* [������]�ع�������¼���Ӧ���� ��ߴ�������
* [������]�޸�Xml�����һ�����ܵ��½�����ҵ�����
* [������]��ɫѡ����֧���Զ�����ɫ��
* [��������]֧����Ʒ����ȫ�ļ�����
* [��������]�Ż������������ӻ���ӿ�����ٶ�
* [��Ϣ��ʾ]������ʾ�����ӳ�
* [��������]����ˢ������ѡ��
* [��������]Ĭ�Ͽ�������ϵͳ����
* [��������]�ṩ��������ͼǰ��������Ĺ���
* [��������]������ݼ���ʧ�ܵ�������������յ�����
* [������]�Ż����ִ����߼� ���������ļ���ȡ����
* [ս��ͳ��]�޸��ؽ�DPSͳ�ƻ��쳣�ߵ�����
* [ս��ͳ��]���Ӽ���DPSʱ�Ƿ��ȥ����ʱ���ѡ��
* [���ù���]��¼��Ϸ2������ʾ�����ܱ�����������ͨ�ܱ���
* [��ƽѪ��]�Ż����� �ӿ������ٶ�
* [��ƽѪ��]�޸���ͼʱ���ܳ��ֵĸ�������
* [��ƽѪ��]֧�ֵ������ó���Ѫ������
* [�����б�]�޸���ѡ��������Ŀ��ʱĿ�긴��ܽ��������
* [��������]�ع����� �޸����ܵ�ϷС�Ӷ��ѵ�����
* [�������]�ı��С��ʽ��Ϊ��ק�������½�

��������� v34
* [���Ŀ�]ս���߽��ж���һ������ս��������ս��ʱ�䲻��ȷ������
* [ս��ͳ��]�Ŷ��������/����ʱ�����������¼ ����״̬�¸���ҵ�ս��ͳ����ֵ�����ٳ���ˢ�²�����������Ի�ɫ��ʾ
Expand Down

0 comments on commit 4d3e307

Please sign in to comment.