Ace2-r45434

Details

  • Filename
    Ace2-r45434.zip
  • Uploaded by
  • Uploaded
    Jul 31, 2007
  • Size
    101.76 KB
  • Downloads
    170
  • MD5
    0cdb505b9a036d1fff2ac0fcc677bc96

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r44196 | rabbit | 2007-07-19 08:11:40 -0400 (Thu, 19 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.lua
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

Ace2: zhTW update by heliumwong.
------------------------------------------------------------------------
r43318 | antiarc | 2007-07-09 17:19:17 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

Ace2: Added autodoc
------------------------------------------------------------------------
r43167 | ckknight | 2007-07-08 00:47:59 -0400 (Sun, 08 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

.AceDB-2.0 - add method :OnDatabaseCleanup, which will be run right before the database is cleaned on PLAYER_LOGOUT
------------------------------------------------------------------------
r42928 | ckknight | 2007-07-05 21:46:03 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - remove unintended event debugging
------------------------------------------------------------------------
r42926 | ckknight | 2007-07-05 21:39:35 -0400 (Thu, 05 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - bugfix with AceConsole's handling of multiToggle
------------------------------------------------------------------------
r42536 | ckknight | 2007-07-02 15:06:45 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

.AceModuleCore-2.0 - :IterateModulesWithMethod and :CallMethodOnAllModules only work with active modules now.
------------------------------------------------------------------------
r42442 | ckknight | 2007-07-01 20:29:32 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

.AceModuleCore-2.0 - add :IterateModulesWithMethod("method")
- add :CallMethodOnAllModules("method", ...)
------------------------------------------------------------------------
r42430 | ckknight | 2007-07-01 18:04:20 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.lua

.AceAddon-2.0 - don't show the donate button in the about box if .donate doesn't exist.
------------------------------------------------------------------------