File Details
v1.27
- R
- Jun 8, 2009
- 27.01 KB
- 157
- 1825
File Name
Sol-v1.27.zip
Supported Versions
- 1825
------------------------------------------------------------------------
r50 | alleris2_0 | 2009-06-08 21:31:03 +0000 (Mon, 08 Jun 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Added support for SaveVariablesPerCharacter
------------------------------------------------------------------------
r49 | alleris2_0 | 2009-06-06 01:41:11 +0000 (Sat, 06 Jun 2009) | 1 line
Changed paths:
M /trunk/Sol.lua
Completely reworked function hooks. Now allows multiple hooks/unhooks of the same function without conflicts.
------------------------------------------------------------------------
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
------------------------------------------------------------------------