Ace2-r50175

Details

  • Filename
    Ace2-r50175.zip
  • Uploaded by
  • Uploaded
    Sep 28, 2007
  • Size
    103.79 KB
  • Downloads
    107
  • MD5
    87d95058295a47b95bb46e83d44c51e7

Supported WoW Retail Versions

  • 2.2.3

Changelog

------------------------------------------------------------------------
r50175 | ckknight | 2007-09-28 15:16:51 -0400 (Fri, 28 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/Ace2.toc

Ace2 - remove an errant line.
------------------------------------------------------------------------
r49773 | mikk | 2007-09-25 17:51:08 -0400 (Tue, 25 Sep 2007) | 3 lines
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

Ace2 (ChatThrottleLib embedded into AceComm):
- Sigh, fix the fix. It worked everywhere except AceComm.

------------------------------------------------------------------------
r49755 | mikk | 2007-09-25 16:45:44 -0400 (Tue, 25 Sep 2007) | 3 lines
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

Ace2 (AceComm):
- Better fix for copy&pasting ChatThrottleLib into a lua file that gets it into its head to "local ChatThrottleLib" (aka AceComm). It should not ALWAYS Do The Right Thing, not just when AceComm loads before other CTL users.

------------------------------------------------------------------------
r49750 | ckknight | 2007-09-25 16:06:36 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/Ace2.toc
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.toc
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.toc
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.toc
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.toc
   M /trunk/Ace2/AceDebug-2.0/AceDebug-2.0.toc
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.toc
   M /trunk/Ace2/AceHook-2.1/AceHook-2.1.toc
   M /trunk/Ace2/AceLibrary/AceLibrary.toc
   M /trunk/Ace2/AceLocale-2.2/AceLocale-2.2.toc
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.toc
   M /trunk/Ace2/AceOO-2.0/AceOO-2.0.toc
   M /trunk/Ace2/AceTab-2.0/AceTab-2.0.toc

Ace2 - bump TOC to 20200
------------------------------------------------------------------------
r49731 | ckknight | 2007-09-25 14:35:49 -0400 (Tue, 25 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - EnableErrorSpeech => Sound_EnableErrorSpeech
------------------------------------------------------------------------
r49421 | ckknight | 2007-09-21 03:10:21 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary - make sure :IsNewVersion checks LibStub for versions
------------------------------------------------------------------------
r49307 | ckknight | 2007-09-19 17:35:38 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - possible bugfix
------------------------------------------------------------------------
r49287 | ckknight | 2007-09-19 12:58:04 -0400 (Wed, 19 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - fire an event when all events are registered.
------------------------------------------------------------------------
r48940 | ckknight | 2007-09-14 16:41:39 -0400 (Fri, 14 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - make :InjectAceOptionsTable not mess up when dealing with non-AceOO objects.
------------------------------------------------------------------------
r48767 | ckknight | 2007-09-12 18:13:43 -0400 (Wed, 12 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - fix 1922: attempt to index local 'prefix' (a nil value)
------------------------------------------------------------------------
r48673 | ckknight | 2007-09-11 22:27:44 -0400 (Tue, 11 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - bugfix to IsEventRegistered
------------------------------------------------------------------------
r48655 | ckknight | 2007-09-11 20:28:33 -0400 (Tue, 11 Sep 2007) | 3 lines
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - some optimizations
- bugfix for sending serialized tables (fringe case)
- add ability to send sets efficiently. (Doesn't take place until WoW 2.2)
------------------------------------------------------------------------
r48022 | ckknight | 2007-09-02 22:03:36 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary - upgrade to LibStub r2
------------------------------------------------------------------------
r47971 | ckknight | 2007-09-02 14:46:24 -0400 (Sun, 02 Sep 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary - merge in LibStub branch. I did a whole bunch of testing, so this should work fine, but please alert me if any issues arise.
------------------------------------------------------------------------