Ace2-r57236

Details

  • Filename
    Ace2-r57236.zip
  • Uploaded by
  • Uploaded
    Dec 20, 2007
  • Size
    102.13 KB
  • Downloads
    223
  • MD5
    a94be4a4fe75b3a9c57c20e25e362e1f

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r56534 | rabbit | 2007-12-03 14:12:10 -0500 (Mon, 03 Dec 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

.AceDB-2.0: deDE update by Gamefaq.
------------------------------------------------------------------------
r56239 | rabbit | 2007-11-29 06:48:47 -0500 (Thu, 29 Nov 2007) | 5 lines
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0:
 * Remove more unused code.
 * Merge :SendCommMessage and :SendPrioritizedCommMessage.
 * GetCurrentGroupDistribution always returns something, no need to nil-check the return.
 * Clean up HandleMessage considerably, refactoring it out into 3 methods, could probably be cleaned up a bit more.
------------------------------------------------------------------------
r56171 | rabbit | 2007-11-28 08:08:50 -0500 (Wed, 28 Nov 2007) | 10 lines
Changed paths:
   M /trunk/Ace2/Ace2.toc
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

Ace2:
 * AceEvent: Finally remove the ability to use tables as event IDs, something that was scheduled for post-2.1.
 * AceEvent: Remove AceEvent:IsPostPlayerLogin(), since this method just wraps a WoW API call anyway, there's no point in having it.
 * AceEvent: Simplify the triggering of AceEvent_FullyInitialized a bit, I'm sure it could be even more simplified now after the last few patches.
 * AceEvent: Don't collect garbage at AceEvent_FullyInitialized, the GC is active enough on its own.
 * AceComm: Remove some unused local functions and variables.
 * AceComm: Remove a uneccessary string.find when leaving a AceComm channel.
 * AceComm: :SetDefaultCommPriority can now be called as many times as you want, there's no harm in doing so.
 * AceComm: Bump bundled CTL to version 19.
 * Bump TOC to 20300 and remove old commented libraries from it.
------------------------------------------------------------------------
r56124 | rabbit | 2007-11-27 08:17:48 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Optimize WHISPER/CUSTOM :Send[Prioritized]CommMessages slightly when only one argument is provided.
------------------------------------------------------------------------
r56114 | rabbit | 2007-11-27 04:43:02 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Removed legacy 2.2 checks.
------------------------------------------------------------------------
r56100 | rabbit | 2007-11-27 02:06:35 -0500 (Tue, 27 Nov 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Work around SendMessage creating too large chunks by lowering the amount of bytes per message to 240. Yes, this is a hack.
------------------------------------------------------------------------