Ace2-r58150

Details

  • Filename
    Ace2-r58150.zip
  • Uploaded by
  • Uploaded
    Jan 9, 2008
  • Size
    101.19 KB
  • Downloads
    132
  • MD5
    ce078abb327b116745fbd4932e642456

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
r58150 | rabbit | 2008-01-09 17:30:11 -0500 (Wed, 09 Jan 2008) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Get rid of a unused table creation and optimize away a event handler.
------------------------------------------------------------------------
r58148 | antiarc | 2008-01-09 17:04:41 -0500 (Wed, 09 Jan 2008) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

Ace2: Re-merge changes from previous revision
------------------------------------------------------------------------
r58147 | antiarc | 2008-01-09 16:58:14 -0500 (Wed, 09 Jan 2008) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

Ace2 - Revert changes to islist; add upper bound check for islist so that hash tables that happen to have small numeric keys don't register as lists.
------------------------------------------------------------------------
r58127 | rabbit | 2008-01-09 09:04:38 -0500 (Wed, 09 Jan 2008) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary: Remove WoW >2.2 checks and code that only ran pre-2.2.
------------------------------------------------------------------------
r58120 | rabbit | 2008-01-09 07:29:44 -0500 (Wed, 09 Jan 2008) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Attempt to fix table serializing, not tested either. Thanks to Xinhuan for debugging the problem.
------------------------------------------------------------------------
r58112 | rabbit | 2008-01-09 06:44:05 -0500 (Wed, 09 Jan 2008) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Fix number serializing thanks to Xinhuan, and a few other small tuneups that I had locally, hopefully nothing breaks - someone test it\!
------------------------------------------------------------------------
r57245 | rabbit | 2007-12-20 12:55:41 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.lua

.AceAddon-2.0: Fix category display in the about dialog, and uncomment some categories in zhCN (can't have empty entries here, it's not AceLocale instances).
------------------------------------------------------------------------
r57236 | rabbit | 2007-12-20 09:24:44 -0500 (Thu, 20 Dec 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Fix it so we're not limited to 10 channels, in case blizz decides to change the limit + some other small tuneups.
------------------------------------------------------------------------
r57139 | antiarc | 2007-12-18 13:35:28 -0500 (Tue, 18 Dec 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

Ace2: Update GetCurrentGroupDistribution() and IsInDistribution() to not rely on the battleground minimap active status to detemine the difference between BATTLEGROUND and RAID distributions. Now uses select(2, IsInInstance()) == "pvp". Addresses http://www.wowace.com/forums/index.php?topic=6419.msg166161#msg166161 and a number of other potential silent comms failures in raid situations.
------------------------------------------------------------------------
r57107 | ckknight | 2007-12-17 19:55:18 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - don't autoload libraries or addons with the addon version pinger.
------------------------------------------------------------------------
r57104 | ckknight | 2007-12-17 15:00:00 -0500 (Mon, 17 Dec 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - remove a few globals, possibly fix a bug or two, but unlikely.
------------------------------------------------------------------------