Sol

Abandoned
See http://theromwiki.com/index.php/Sol

File Details

v1.28

  • R
  • Jun 9, 2009
  • 27.10 KB
  • 987
  • 1825

File Name

Sol-v1.28.zip

Supported Versions

  • 1825

------------------------------------------------------------------------
r53 | alleris2_0 | 2009-06-09 00:53:11 +0000 (Tue, 09 Jun 2009) | 1 line
Changed paths:
   M /trunk/Sol.lua

Incremented version number
------------------------------------------------------------------------
r52 | alleris2_0 | 2009-06-09 00:41:03 +0000 (Tue, 09 Jun 2009) | 1 line
Changed paths:
   M /trunk/Sol.lua

Updated Sol.tootip.ParseItemData with changes from last patches (e.g., it once again gets attribute data).
------------------------------------------------------------------------
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
------------------------------------------------------------------------