Ace2-r47060

Details

  • Filename
    Ace2-r47060.zip
  • Uploaded by
  • Uploaded
    Aug 20, 2007
  • Size
    101.24 KB
  • Downloads
    163
  • MD5
    f1f7548294044c6369ebf4f435c4e52e

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r47060 | mikk | 2007-08-21 04:15:58 -0400 (Tue, 21 Aug 2007) | 4 lines
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

Ace2 - AceComm-2.0.lua
- Embed ChatThrottleLib v18
- Fix the embedding mechanism so it actually does the right thing inside AceComm. Up to now, AceComm has been using its OWN local copy of CTL in the majority of cases, meaning that the actual speed limit enforced has been MAX_CPS * 2 if AceComm apps + other apps have been talking at the same time. EEK!

------------------------------------------------------------------------
r46766 | rabbit | 2007-08-17 05:18:40 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Update the embedded ChatThrottleLib to version 17, which asserts when you try to send over-sized addon messages, as opposed to just getting you disconnected (although I thought AceComm-2.0 should handle this already by splitting your message into several smaller ones).
------------------------------------------------------------------------
r46764 | rabbit | 2007-08-17 05:05:49 -0400 (Fri, 17 Aug 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.lua
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

Ace2: koKR update and some space cleanup by Sayclub.
------------------------------------------------------------------------
r45434 | ckknight | 2007-07-31 14:49:07 -0400 (Tue, 31 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - autodoc the AceConsole namespace.
------------------------------------------------------------------------
r44832 | ckknight | 2007-07-25 16:32:44 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - remove my event debugger thing.
------------------------------------------------------------------------
r44825 | antiarc | 2007-07-25 16:02:50 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

Ace2: Comment out the debug crap at the end of the file.
------------------------------------------------------------------------
r44816 | ckknight | 2007-07-25 14:02:40 -0400 (Wed, 25 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - fix issue where different casings or aliases would be passed as passValues. (thanks, mitch0)
------------------------------------------------------------------------
r44791 | rabbit | 2007-07-25 09:32:00 -0400 (Wed, 25 Jul 2007) | 4 lines
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0:
 * Passing groups within passing groups will no longer pass sets&gets to the bottom-most parent if the child group has its own get&set defined (bug fix of Mikk's passing-in-passing support) (Mikk)
 * A group with set&get defined that is a child of a passing group will no longer call the parent's get() when it is _listed_ in aceconsole (long-standing bug) (Mikk)
 * Random cleanups (rabbit)
------------------------------------------------------------------------
r44693 | ckknight | 2007-07-23 23:34:23 -0400 (Mon, 23 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - set .currentEventUID for OnUpdate.
------------------------------------------------------------------------
r44572 | ckknight | 2007-07-22 23:06:14 -0400 (Sun, 22 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - fix a typo (self => AceEvent)
------------------------------------------------------------------------
r44571 | ckknight | 2007-07-22 23:03:32 -0400 (Sun, 22 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - add AceEvent.currentEventUID which is a unique number for the current event that is firing.
------------------------------------------------------------------------