Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fuba82
AddOnSkins
Commits
8c4f0805
Commit
8c4f0805
authored
Mar 20, 2019
by
Azilroka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.14
parent
85c39a48
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
AddOnSkins.toc
AddOnSkins.toc
+1
-1
Core/Core.lua
Core/Core.lua
+5
-4
Core/Options.lua
Core/Options.lua
+4
-0
No files found.
AddOnSkins.toc
View file @
8c4f0805
## Interface: 80100
## Interface: 80100
## Title: |cff1784d1AddOnSkins|r
## Title: |cff1784d1AddOnSkins|r
## Version: 4.1
3
## Version: 4.1
4
## Author: Azilroka, Whiro
## Author: Azilroka, Whiro
## SavedVariables: AddOnSkinsDB, AddOnSkinsDS
## SavedVariables: AddOnSkinsDB, AddOnSkinsDS
## OptionalDeps: ElvUI, Tukui
## OptionalDeps: ElvUI, Tukui
...
...
Core/Core.lua
View file @
8c4f0805
...
@@ -496,17 +496,18 @@ function AS:CreateChangeLog()
...
@@ -496,17 +496,18 @@ function AS:CreateChangeLog()
ChangeLogFrame
.
Changes
=
{}
ChangeLogFrame
.
Changes
=
{}
local
offset
,
i
=
0
,
0
local
offset
,
i
=
0
,
0
for
_
,
Change
in
pairs
(
AS
.
ChangeLog
[
AS
.
ProperVersion
])
do
i
,
offset
=
i
+
1
,
offset
+
16
for
_
,
Change
in
pairs
(
AS
.
ChangeLog
[
tostring
(
AS
.
ProperVersion
or
AS
.
Version
)])
do
i
,
offset
=
i
+
1
,
offset
+
28
ChangeLogFrame
.
Changes
[
i
]
=
ChangeLogFrame
:
CreateFontString
(
nil
,
'OVERLAY'
)
ChangeLogFrame
.
Changes
[
i
]
=
ChangeLogFrame
:
CreateFontString
(
nil
,
'OVERLAY'
)
ChangeLogFrame
.
Changes
[
i
]:
SetSize
(
375
,
16
)
ChangeLogFrame
.
Changes
[
i
]:
SetSize
(
375
,
28
)
ChangeLogFrame
.
Changes
[
i
]:
SetFont
(
AS
.
Font
,
14
)
ChangeLogFrame
.
Changes
[
i
]:
SetFont
(
AS
.
Font
,
14
)
ChangeLogFrame
.
Changes
[
i
]:
SetPoint
(
"TOP"
,
ChangeLogFrame
.
Title
,
"BOTTOM"
,
5
,
-
offset
)
ChangeLogFrame
.
Changes
[
i
]:
SetPoint
(
"TOP"
,
ChangeLogFrame
.
Title
,
"BOTTOM"
,
5
,
-
offset
)
ChangeLogFrame
.
Changes
[
i
]:
SetText
(
Change
)
ChangeLogFrame
.
Changes
[
i
]:
SetText
(
Change
)
ChangeLogFrame
.
Changes
[
i
]:
SetWordWrap
(
true
)
ChangeLogFrame
.
Changes
[
i
]:
SetWordWrap
(
true
)
end
end
ChangeLogFrame
:
SetSize
(
400
,
100
+
(
i
*
16
))
ChangeLogFrame
:
SetSize
(
400
,
100
+
(
i
*
28
))
AS
.
ChangeLogFrame
=
ChangeLogFrame
AS
.
ChangeLogFrame
=
ChangeLogFrame
end
end
...
...
Core/Options.lua
View file @
8c4f0805
...
@@ -56,6 +56,10 @@ AS.ChangeLog = {
...
@@ -56,6 +56,10 @@ AS.ChangeLog = {
[
'4.13'
]
=
{
[
'4.13'
]
=
{
'Added: Changelog Screen'
,
'Added: Changelog Screen'
,
'Updated: Ace3, AdiBags, Clique, Guild Roster Manager, Macro, Spell Book, Quest, TradeSkill, Talents'
,
'Updated: Ace3, AdiBags, Clique, Guild Roster Manager, Macro, Spell Book, Quest, TradeSkill, Talents'
,
},
[
'4.14'
]
=
{
'Added: Changelog Screen'
,
'Updated: Ace3, AdiBags, Clique, Guild Roster Manager, Macro, Spell Book, Quest, TradeSkill, Talents'
,
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment