Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Hekili
ElvUI
Commits
45ffd3b6
Commit
45ffd3b6
authored
May 30, 2019
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cache stuff in /core
parent
476a7b67
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
ElvUI/Core/Core.lua
ElvUI/Core/Core.lua
+0
-1
ElvUI/Core/Math.lua
ElvUI/Core/Math.lua
+1
-0
ElvUI/Core/Smoothie.lua
ElvUI/Core/Smoothie.lua
+1
-0
No files found.
ElvUI/Core/Core.lua
View file @
45ffd3b6
...
...
@@ -57,7 +57,6 @@ local GetAddOnEnableState = GetAddOnEnableState
local
UIParentLoadAddOn
=
UIParentLoadAddOn
local
UnitGroupRolesAssigned
=
UnitGroupRolesAssigned
local
UnitHasVehicleUI
=
UnitHasVehicleUI
local
WrapTextInColorCode
=
WrapTextInColorCode
local
UnitStat
,
UnitAttackPower
=
UnitStat
,
UnitAttackPower
local
hooksecurefunc
=
hooksecurefunc
local
LE_PARTY_CATEGORY_HOME
=
LE_PARTY_CATEGORY_HOME
...
...
ElvUI/Core/Math.lua
View file @
45ffd3b6
...
...
@@ -5,6 +5,7 @@ local tinsert, tremove, next, wipe, ipairs = tinsert, tremove, next, wipe, ipair
local
select
,
tonumber
,
type
,
unpack
=
select
,
tonumber
,
type
,
unpack
local
atan2
,
modf
,
ceil
,
floor
,
abs
,
sqrt
,
mod
=
math
.
atan2
,
math.modf
,
math.ceil
,
math.floor
,
math.abs
,
math.sqrt
,
mod
local
format
,
strsub
,
strupper
,
gsub
,
gmatch
,
utf8sub
=
format
,
strsub
,
strupper
,
gsub
,
gmatch
,
string.utf8sub
local
tostring
,
pairs
=
tostring
,
pairs
--WoW
API
/
Variables
local
CreateFrame
=
CreateFrame
local
UnitPosition
=
UnitPosition
...
...
ElvUI/Core/Smoothie.lua
View file @
45ffd3b6
...
...
@@ -2,6 +2,7 @@ local E, L, V, P, G = unpack(select(2, ...)); --Import: Engine, Locales, Private
-- Credit: ls- (lightspark)
local
abs
,
next
,
Lerp
=
abs
,
next
,
Lerp
local
tonumber
,
assert
=
tonumber
,
assert
local
activeObjects
=
{}
local
handledObjects
=
{}
local
TARGET_FPS
=
60
...
...
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