r1020

Details

  • Filename
    Ace3-r1020.zip
  • Uploaded by
  • Uploaded
    Mar 27, 2011
  • Size
    156.52 KB
  • Downloads
    721
  • MD5
    f62d2826519aa8f82a6e37ff017d3af5

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r1020 | nevcairiel | 2011-03-27 14:28:40 +0000 (Sun, 27 Mar 2011) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua

AceGUI-3.0: TabGroup: Merged tab-width fix for 4.1
------------------------------------------------------------------------
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.
------------------------------------------------------------------------