r47

Details

  • Filename
    Quartz3-ace3-r47.zip
  • Uploaded by
  • Uploaded
    May 24, 2009
  • Size
    276.20 KB
  • Downloads
    96
  • MD5
    b85e505b0029f43e2a69db77a75b94f2

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r47 | durcyn | 2009-05-25 04:31:14 +0000 (Mon, 25 May 2009) | 1 line
Changed paths:
   M /trunk/modules/GCD.lua

_SUCCEEDED as well
------------------------------------------------------------------------
r46 | durcyn | 2009-05-25 04:25:27 +0000 (Mon, 25 May 2009) | 1 line
Changed paths:
   M /trunk/modules/GCD.lua

GCD: use UNIT_SPELLCAST_START instead of CLEU/SPELL_CAST_SUCCESS.  Things with cast times matter too.
------------------------------------------------------------------------
r45 | durcyn | 2009-05-24 21:04:02 +0000 (Sun, 24 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Buff.lua
   M /trunk/modules/Flight.lua
   M /trunk/modules/Focus.lua
   M /trunk/modules/GCD.lua
   M /trunk/modules/Latency.lua
   M /trunk/modules/Mirror.lua
   M /trunk/modules/Pet.lua
   M /trunk/modules/Player.lua
   M /trunk/modules/Range.lua
   M /trunk/modules/Swing.lua
   M /trunk/modules/Target.lua
   M /trunk/modules/Timer.lua

clean up module options a bit more, looks like Swing is still tossing errors though, ymmv.
------------------------------------------------------------------------
r44 | durcyn | 2009-05-24 10:08:00 +0000 (Sun, 24 May 2009) | 1 line
Changed paths:
   M /trunk/modules/GCD.lua

another bugfix
------------------------------------------------------------------------
r43 | durcyn | 2009-05-24 10:01:34 +0000 (Sun, 24 May 2009) | 1 line
Changed paths:
   M /trunk/modules/GCD.lua

fix a retarded bug in GCD module
------------------------------------------------------------------------
r42 | durcyn | 2009-05-24 02:13:02 +0000 (Sun, 24 May 2009) | 1 line
Changed paths:
   M /trunk/Quartz.lua

fix ApplySettings
------------------------------------------------------------------------
r41 | durcyn | 2009-05-24 02:12:44 +0000 (Sun, 24 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Buff.lua
   M /trunk/modules/Flight.lua
   M /trunk/modules/Focus.lua
   M /trunk/modules/GCD.lua
   M /trunk/modules/Interrupt.lua
   M /trunk/modules/Latency.lua
   M /trunk/modules/Mirror.lua
   M /trunk/modules/Pet.lua
   M /trunk/modules/Player.lua
   M /trunk/modules/Range.lua
   M /trunk/modules/Swing.lua
   M /trunk/modules/Target.lua
   M /trunk/modules/Timer.lua
   M /trunk/modules/Tradeskill.lua

modules should all be converted, now to clean up the options...
------------------------------------------------------------------------
r40 | durcyn | 2009-05-23 17:45:56 +0000 (Sat, 23 May 2009) | 1 line
Changed paths:
   M /trunk/modules/GCD.lua
   M /trunk/modules/Latency.lua
   M /trunk/modules/Mirror.lua
   M /trunk/modules/Player.lua
   M /trunk/modules/Target.lua

move over some more modules, this is exciting
------------------------------------------------------------------------
r39 | durcyn | 2009-05-23 17:32:03 +0000 (Sat, 23 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Buff.lua
   M /trunk/modules/Flight.lua
   M /trunk/modules/Focus.lua
   M /trunk/modules/GCD.lua
   M /trunk/modules/Interrupt.lua

modernize GCD tracking a bit, using CLEU instead of hardcoded spells
------------------------------------------------------------------------
r38 | durcyn | 2009-05-23 17:20:40 +0000 (Sat, 23 May 2009) | 1 line
Changed paths:
   M /trunk/modules/GCD.lua

convert GCD module to new format
------------------------------------------------------------------------
r37 | durcyn | 2009-05-22 20:21:20 +0000 (Fri, 22 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Buff.lua
   M /trunk/modules/Player.lua
   M /trunk/modules/Target.lua

port over the Target module, among other things
------------------------------------------------------------------------
r36 | durcyn | 2009-05-22 19:55:48 +0000 (Fri, 22 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Player.lua

tweak Options table a bit
------------------------------------------------------------------------
r35 | durcyn | 2009-05-22 02:05:56 +0000 (Fri, 22 May 2009) | 1 line
Changed paths:
   M /trunk/Quartz.lua
   M /trunk/modules/Focus.lua
   M /trunk/modules.xml

let's use functions that actually exist when registering callbacks
------------------------------------------------------------------------
r34 | durcyn | 2009-05-21 22:34:23 +0000 (Thu, 21 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Flight.lua

more module work, guaranteed to break or your money back
------------------------------------------------------------------------
r33 | durcyn | 2009-05-20 20:43:04 +0000 (Wed, 20 May 2009) | 1 line
Changed paths:
   A /trunk/Config.lua
   M /trunk/Quartz.lua
   M /trunk/Quartz3.toc
   M /trunk/locale/deDE.lua
   M /trunk/locale/enUS.lua
   M /trunk/locale/frFR.lua
   M /trunk/locale/koKR.lua
   M /trunk/locale/ruRU.lua
   M /trunk/locale/zhCN.lua
   M /trunk/locale/zhTW.lua
   M /trunk/modules/Buff.lua
   M /trunk/modules/Player.lua

more module work, untested
------------------------------------------------------------------------
r32 | durcyn | 2009-05-07 02:25:02 +0000 (Thu, 07 May 2009) | 1 line
Changed paths:
   M /trunk/Quartz.lua

comment out the rest of the pass values for now.  options are still a godawful mess.
------------------------------------------------------------------------
r30 | durcyn | 2009-05-01 19:00:16 +0000 (Fri, 01 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Player.lua

attempt to unfuck Player options get/set, untested
------------------------------------------------------------------------
r29 | durcyn | 2009-04-27 20:05:33 +0000 (Mon, 27 Apr 2009) | 1 line
Changed paths:
   M /trunk/Quartz3.toc
   M /trunk/modules/Player.lua

clean up some more Player config errors, get/set are still broken for basically everything.  god, i hate options tables.
------------------------------------------------------------------------
r28 | durcyn | 2009-04-25 20:09:36 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/Player.lua

Player castbar works, options are still broken, ymmv
------------------------------------------------------------------------
r27 | durcyn | 2009-04-24 23:16:58 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   M /trunk/Quartz.lua
   M /trunk/locale/enUS.lua
   M /trunk/modules/Player.lua

fix core options and defaults tables, modules are still broken
------------------------------------------------------------------------
r26 | durcyn | 2009-04-24 22:22:17 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   A /trunk/locale.xml
   A /trunk/modules.xml

add locale and module xml, oops
------------------------------------------------------------------------
r25 | durcyn | 2009-04-24 22:20:40 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   M /trunk/locale/deDE.lua
   M /trunk/locale/enUS.lua
   M /trunk/locale/frFR.lua
   M /trunk/locale/koKR.lua
   M /trunk/locale/ruRU.lua
   M /trunk/locale/zhCN.lua
   M /trunk/locale/zhTW.lua

use temp Quartz3 namespace for locales too
------------------------------------------------------------------------
r24 | durcyn | 2009-04-24 21:37:21 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Quartz.lua
   D /trunk/Quartz.toc
   A /trunk/Quartz3.toc (from /trunk/Quartz.toc:23
   D /trunk/locale/locale.xml
   M /trunk/modules/Player.lua

package as Quartz3 so we can test alongside mainline
------------------------------------------------------------------------
r23 | durcyn | 2009-04-24 19:48:07 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   M /trunk/Quartz.lua
   M /trunk/modules/Player.lua

start cleaning up the Player module
------------------------------------------------------------------------
r22 | durcyn | 2009-04-24 18:35:33 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   D /trunk/Config.lua
   M /trunk/Quartz.lua
   M /trunk/Quartz.toc
   M /trunk/modules/Player.lua

more conversion work on base
------------------------------------------------------------------------
r21 | durcyn | 2009-04-24 17:43:50 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   D /trunk/Buff.lua
   R /trunk/Config.lua
   D /trunk/Flight.lua
   D /trunk/Focus.lua
   D /trunk/GCD.lua
   D /trunk/Interrupt.lua
   D /trunk/Latency.lua
   D /trunk/Mirror.lua
   D /trunk/Pet.lua
   D /trunk/Player.lua
   M /trunk/Quartz.lua
   M /trunk/Quartz.toc
   D /trunk/Range.lua
   D /trunk/Swing.lua
   D /trunk/Target.lua
   D /trunk/Timer.lua
   D /trunk/Tradeskill.lua
   D /trunk/libs
   D /trunk/locale/Quartz-deDE.lua
   D /trunk/locale/Quartz-enUS.lua
   D /trunk/locale/Quartz-frFR.lua
   D /trunk/locale/Quartz-koKR.lua
   D /trunk/locale/Quartz-ruRU.lua
   D /trunk/locale/Quartz-zhCN.lua
   D /trunk/locale/Quartz-zhTW.lua
   A /trunk/locale/deDE.lua (from /trunk/locale/Quartz-deDE.lua:15
   A /trunk/locale/enUS.lua (from /trunk/locale/Quartz-enUS.lua:15
   A /trunk/locale/frFR.lua (from /trunk/locale/Quartz-frFR.lua:15
   A /trunk/locale/koKR.lua (from /trunk/locale/Quartz-koKR.lua:15
   A /trunk/locale/ruRU.lua (from /trunk/locale/Quartz-ruRU.lua:15
   A /trunk/locale/zhCN.lua (from /trunk/locale/Quartz-zhCN.lua:15
   A /trunk/locale/zhTW.lua (from /trunk/locale/Quartz-zhTW.lua:15
   A /trunk/modules
   A /trunk/modules/Buff.lua
   A /trunk/modules/Flight.lua
   A /trunk/modules/Focus.lua
   A /trunk/modules/GCD.lua
   A /trunk/modules/Interrupt.lua
   A /trunk/modules/Latency.lua
   A /trunk/modules/Mirror.lua
   A /trunk/modules/Pet.lua
   A /trunk/modules/Player.lua
   A /trunk/modules/Range.lua
   A /trunk/modules/Swing.lua
   A /trunk/modules/Target.lua
   A /trunk/modules/Timer.lua
   A /trunk/modules/Tradeskill.lua
   D /trunk/modules.xml
   D /trunk/textures/Note on Bar Textures.txt

reorganize directory structure a bit, nothing to see here
------------------------------------------------------------------------
r20 | durcyn | 2009-04-24 17:05:19 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/Buff
   A /trunk/Buff.lua
   A /trunk/Config.lua
   D /trunk/Flight
   A /trunk/Flight.lua
   D /trunk/Focus
   A /trunk/Focus.lua
   D /trunk/GCD
   A /trunk/GCD.lua
   D /trunk/Interrupt
   A /trunk/Interrupt.lua
   D /trunk/Latency
   A /trunk/Latency.lua
   D /trunk/Mirror
   A /trunk/Mirror.lua
   D /trunk/Pet
   A /trunk/Pet.lua
   D /trunk/Player
   A /trunk/Player.lua
   D /trunk/Quartz ReadMe.html
   M /trunk/Quartz.lua
   M /trunk/Quartz.toc
   D /trunk/Range
   A /trunk/Range.lua
   D /trunk/Swing
   A /trunk/Swing.lua
   D /trunk/Target
   A /trunk/Target.lua
   D /trunk/Timer
   A /trunk/Timer.lua
   D /trunk/Tradeskill
   A /trunk/Tradeskill.lua
   A /trunk/locale/locale.xml

do away with LOD nonsense for the time being
------------------------------------------------------------------------
r19 | durcyn | 2009-04-24 16:02:31 +0000 (Fri, 24 Apr 2009) | 1 line
Changed paths:
   M /trunk/Buff/Buff.lua
   M /trunk/Flight/Flight.lua
   M /trunk/Focus/Focus.lua
   M /trunk/GCD/GCD.lua
   M /trunk/Interrupt/Interrupt.lua
   M /trunk/Latency/Latency.lua
   M /trunk/Mirror/Mirror.lua
   M /trunk/Pet/Pet.lua
   M /trunk/Player/Player.lua
   M /trunk/Quartz.lua
   M /trunk/Range/Range.lua
   M /trunk/Swing/Swing.lua
   M /trunk/Target/Target.lua
   M /trunk/Timer/Timer.lua
   M /trunk/Tradeskill/Tradeskill.lua

start cleaning up module instantiation, still not functional
------------------------------------------------------------------------
r18 | durcyn | 2009-04-23 20:22:00 +0000 (Thu, 23 Apr 2009) | 1 line
Changed paths:
   M /trunk/Focus/Focus.lua
   M /trunk/Interrupt/Interrupt.lua
   M /trunk/Latency/Latency.lua
   M /trunk/Mirror/Mirror.lua
   M /trunk/Pet/Pet.lua
   M /trunk/Player/Player.lua
   M /trunk/Range/Range.lua
   M /trunk/Swing/Swing.lua
   M /trunk/Target/Target.lua
   M /trunk/Tradeskill/Tradeskill.lua

ace3-style event handlers, don't even bother trying to run this yet.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
161.48 KB May 24, 2009 3.1.0 36