r1019
Details
-
FilenameAce3-r1019.zip
-
Uploaded by
-
UploadedMar 27, 2011
-
Size156.42 KB
-
Downloads292
-
MD51a8c5439e7a2054d219759ad0dd8a41d
Supported WoW Retail Versions
- 4.0.6
Changelog
------------------------------------------------------------------------
r1019 | mikk | 2011-03-27 12:08:33 +0000 (Sun, 27 Mar 2011) | 10 lines
Changed paths:
M /trunk/AceComm-3.0/AceComm-3.0.lua
M /trunk/AceComm-3.0/ChatThrottleLib.lua
M /trunk/tests/AceComm-3.0-callbacks.lua
M /trunk/tests/AceComm-3.0.lua
M /trunk/tests/wow_api.lua
AceComm-3.0:
- Bump to v7
- Add autodetection of 4.1, where we make use of RegisterAddonMessagePrefix().
- Pull in ChatThrottleLib v22 (4.1 aware)
tests/AceComm:
- Make new AceComm test cases for 4.1, keep 4.0 ones also!
tests/wow_api:
- Implement RegisterAddonMessagePrefix
Details: Pre-4.1, we added control bytes to the PREFIX for handling multipart messages. We can't do this in 4.1 anymore since there's a global limit on the number of active prefixes. Now we put the control bytes at the start of multipart messages instead. If a nonmultipart message start with any of these control bytes, they get escaped.
------------------------------------------------------------------------
r1018 | mikk | 2011-03-27 10:33:22 +0000 (Sun, 27 Mar 2011) | 1 line
Changed paths:
A /trunk/tests/AceComm-3.0-pre-4.1.lua
Copy off current AceComm testcases to a "-pre-4.1" file that does NOT implement RegisterAddonMessagePrefix
------------------------------------------------------------------------
r1014 | mikk | 2011-03-05 15:38:39 +0000 (Sat, 05 Mar 2011) | 1 line
Changed paths:
M /trunk/Ace3.toc
Remove AceLocale-3.1 from .toc too, ups.
------------------------------------------------------------------------
r1013 | mikk | 2011-03-03 12:08:06 +0000 (Thu, 03 Mar 2011) | 1 line
Changed paths:
M /trunk/tests/AceLocale-3.0.lua
tests/AceLocale-3.0.lua Added testcase for doing :NewLocale() on something that already exists so you can keep writing more things to it (think "modules wanting to add to it"). (Yes it works)
------------------------------------------------------------------------
r1012 | mikk | 2011-02-15 15:45:00 +0000 (Tue, 15 Feb 2011) | 1 line
Changed paths:
A /branches/AceLocale-3.1 (from /trunk/AceLocale-3.1:1011)
D /trunk/AceLocale-3.1
Moving experimental AceLocale-3.1 to /branches so people don't think they should be using it.
------------------------------------------------------------------------