Ace2-r56171

Details

  • Filename
    Ace2-r56171.zip
  • Uploaded by
  • Uploaded
    Nov 28, 2007
  • Size
    100.11 KB
  • Downloads
    116
  • MD5
    cc7ef85eba35d79db5f09bdc60e75f05

Supported WoW Retail Versions

  • 2.3.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------