Ace2-r44791

Details

  • Filename
    Ace2-r44791.zip
  • Uploaded by
  • Uploaded
    Jul 25, 2007
  • Size
    105.13 KB
  • Downloads
    135
  • MD5
    c9650ca46025e9deaf7f535f593c0787

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r42145 | ckknight | 2007-06-28 20:11:57 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.lua

.AceAddon-2.0 - do not show a Donate button if addon.donate (or X-Donate) is not specified. If you still want it to direct to wowace automatically, do X-Donate: Wowace
------------------------------------------------------------------------
r42014 | rabbit | 2007-06-28 06:19:47 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0: Merge Mikk's branch. Adds multilevel passing group support and numeric option key support.
------------------------------------------------------------------------
r42013 | rabbit | 2007-06-28 06:19:24 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

.AceDB-2.0: Merge Mikk's branch with a few wording changes, adds support for deleting profiles.
------------------------------------------------------------------------
r42001 | ckknight | 2007-06-28 02:48:51 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - if a blank message is received, return ASAP
------------------------------------------------------------------------
r41706 | rabbit | 2007-06-25 20:02:05 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Fix GetCurrentGroupDistribution (always returns at least 'PARTY' now, since the player is always grouped with himself).
------------------------------------------------------------------------
r41689 | rabbit | 2007-06-25 16:59:36 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0: Fix an error message.
------------------------------------------------------------------------
r41671 | ckknight | 2007-06-25 13:46:06 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - properly tell the size of an encoded serialized message.
------------------------------------------------------------------------
r41670 | ckknight | 2007-06-25 13:45:02 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - revert the last two commits
------------------------------------------------------------------------
r41669 | ckknight | 2007-06-25 13:43:34 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - fix typo
------------------------------------------------------------------------
r41660 | ckknight | 2007-06-25 13:29:25 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - possible bugfix to not being able to figure out the right lengths of things.
------------------------------------------------------------------------
r41562 | ckknight | 2007-06-24 14:53:01 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - possible bugfix
------------------------------------------------------------------------
r41515 | ckknight | 2007-06-24 03:01:09 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - potential optimization
------------------------------------------------------------------------
r41513 | ckknight | 2007-06-24 02:53:09 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - another optimization
------------------------------------------------------------------------
r41512 | ckknight | 2007-06-24 02:38:48 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - slight optimization
------------------------------------------------------------------------
r41511 | ckknight | 2007-06-24 02:28:12 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - memory optimizations in the serialization/encoding process
------------------------------------------------------------------------
r41504 | ckknight | 2007-06-24 01:39:54 -0400 (Sun, 24 Jun 2007) | 5 lines
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - lots of optimizations
- global caching
- prevent repeated gsubs (which would make 1 new string per gsub)
- use a string buffer instead of mass-concatentation.
- other memory and CPU optimizations.
------------------------------------------------------------------------