Ace2-r56239
Details
-
FilenameAce2-r56239.zip
-
Uploaded by
-
UploadedNov 29, 2007
-
Size100.38 KB
-
Downloads143
-
MD5dc384c8cb904e5884345bbf739f9c5f2
Supported WoW Retail Versions
- 2.3.3
Changelog
------------------------------------------------------------------------
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.
------------------------------------------------------------------------