File Details
v1.25
- R
- May 15, 2009
- 26.12 KB
- 1.4K
- 1825
File Name
Sol-v1.25.zip
Supported Versions
- 1825
------------------------------------------------------------------------
r47 | alleris2_0 | 2009-05-15 22:53:09 +0000 (Fri, 15 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Added Sol.data.items.FindEmptyBagSlot = function(bagIndex)
------------------------------------------------------------------------
r46 | alleris2_0 | 2009-05-12 22:51:51 +0000 (Tue, 12 May 2009) | 6 lines
Changed paths:
M /trunk/Sol.lua
Changed Sol.color.ColorValuesToHexColor to Sol.color.ColorValuesToHexColor = function(r, g, b, prefix) -- by Sigi_cz
Added Sol.config.SaveFrameBounds = function(addonName, frame)
Added Sol.config.RestoreFrameBounds = function(addonName, frame)
Added Sol.data.items.FindEmptyBagSlot = function(bagIndex)
Added Sol.math.DecToHex = function(dec) -- by Sigi_cz
Added Sol.math.HexToDec = function(hex) -- by Sigi_cz
------------------------------------------------------------------------
r45 | alleris2_0 | 2009-05-09 12:53:05 +0000 (Sat, 09 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Fixed bug: attempting to hook a nil function
------------------------------------------------------------------------
r43 | alleris2_0 | 2009-05-09 10:26:33 +0000 (Sat, 09 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Incremented version number
------------------------------------------------------------------------
r42 | alleris2_0 | 2009-05-09 10:26:03 +0000 (Sat, 09 May 2009) | 2 lines
Changed paths:
M /trunk/Sol.lua
Fixed bug that occurred when attempting to unhook a function that hasn't been hooked
Added Sol.util.IsMetaKeyDown = function(keyName)
------------------------------------------------------------------------
r41 | alleris2_0 | 2009-05-08 15:11:22 +0000 (Fri, 08 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Fixed bug in ParseItemData when worth is the last line
------------------------------------------------------------------------
r39 | alleris2_0 | 2009-05-08 13:54:37 +0000 (Fri, 08 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Incremented version number
------------------------------------------------------------------------
r38 | alleris2_0 | 2009-05-08 13:53:57 +0000 (Fri, 08 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Hotfix of reload bug
------------------------------------------------------------------------
r36 | alleris2_0 | 2009-05-08 11:49:47 +0000 (Fri, 08 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Fixed logout/reload bug when an earlier version of Sol was loaded and replaced by a newer one
------------------------------------------------------------------------
r35 | alleris2_0 | 2009-05-08 00:37:50 +0000 (Fri, 08 May 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Added checks for nil and type() == number to some of the color functions
------------------------------------------------------------------------
r34 | alleris2_0 | 2009-05-07 11:50:55 +0000 (Thu, 07 May 2009) | 4 lines
Changed paths:
M /trunk/Sol.lua
Changed Sol.config.LoadConfig and Sol.config.SaveConfig to be recursive, courtesy of Sigi_cz
Added more data to Sol.tooltip.ParseItemData
Added Sol.table.Compact = function(tbl)
Fixed bug with timers when using a 0 delay
------------------------------------------------------------------------
r32 | alleris2_0 | 2009-05-06 16:03:15 +0000 (Wed, 06 May 2009) | 2 lines
Changed paths:
M /trunk/Sol.lua
Added Sol.tooltip.ParseItemData = function(tooltip)
Added Sol.data.items.GetBagItemData = function(index, tooltip)
------------------------------------------------------------------------
r31 | alleris2_0 | 2009-05-04 04:08:21 +0000 (Mon, 04 May 2009) | 2 lines
Changed paths:
M /trunk/Sol.lua
Fixed a few bugs
Added Sol.data.items.GetBagItemAttributes = function(index, tooltip)
------------------------------------------------------------------------