Change log
------------------------------------------------------------------------
r66 | kbranch | 2008-12-25 09:20:13 +0000 (Thu, 25 Dec 2008) | 9 lines
Changed paths:
A /tags/.77b (from /trunk:65)
GearDPS:
- Finally switched to using standard profiles instead of saving data for every class. Due to the new structure, all existing weight data had to be reset.
- Redesigned a lot of the options layout
- Added support for a lot of new defensive stats, including base and bonus armor. Base armor on items with both base and bonus armor are rough estimates based on item level and quality. Cloaks should be the only slot affected at level 80 due to how Blizzard chose to design items in the expansion.
- A new weight has been added for off hand DPS. If set above zero, off hand weights will be shown in parenthesis next to the main hand weight.
- Added an option to use compact tooltip data. All values will be shown on one line in their respective colors.
- Added an option to show item levels in tooltips.
- Fixed the "Attack from front" option.
- Changed class detection to hopefully be localization independent.
------------------------------------------------------------------------
r65 | kbranch | 2008-12-25 09:17:19 +0000 (Thu, 25 Dec 2008) | 9 lines
Changed paths:
M /trunk/Settings.lua
GearDPS:
- Finally switched to using standard profiles instead of saving data for every class. Due to the new structure, all existing weight data had to be reset.
- Redesigned a lot of the options layout
- Added support for a lot of new defensive stats, including base and bonus armor. Base armor on items with both base and bonus armor are rough estimates based on item level and quality. Cloaks should be the only slot affected at level 80 due to how Blizzard chose to design items in the expansion.
- A new weight has been added for off hand DPS. If set above zero, off hand weights will be shown in parenthesis next to the main hand weight.
- Added an option to use compact tooltip data. All values will be shown on one line in their respective colors.
- Added an option to show item levels in tooltips.
- Fixed the "Attack from front" option.
- Changed class detection to hopefully be localization independent.
------------------------------------------------------------------------
r64 | kbranch | 2008-12-25 09:14:39 +0000 (Thu, 25 Dec 2008) | 2 lines
Changed paths:
A /trunk/Settings.lua
GearDPS:
- Trying to fix a commit error.
------------------------------------------------------------------------
r63 | kbranch | 2008-12-25 09:14:04 +0000 (Thu, 25 Dec 2008) | 9 lines
Changed paths:
M /trunk/Core.lua
M /trunk/GearDPS.toc
GearDPS:
- Finally switched to using standard profiles instead of saving data for every class. Due to the new structure, all existing weight data had to be reset.
- Redesigned a lot of the options layout
- Added support for a lot of new defensive stats, including base and bonus armor. Base armor on items with both base and bonus armor are rough estimates based on item level and quality. Cloaks should be the only slot affected at level 80 due to how Blizzard chose to design items in the expansion.
- A new weight has been added for off hand DPS. If set above zero, off hand weights will be shown in parenthesis next to the main hand weight.
- Added an option to use compact tooltip data. All values will be shown on one line in their respective colors.
- Added an option to show item levels in tooltips.
- Fixed the "Attack from front" option.
- Changed class detection to hopefully be localization independent.
------------------------------------------------------------------------
r62 | kbranch | 2008-12-25 09:13:27 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
D /trunk/Settings.lua
Trying to fix a commit error.
------------------------------------------------------------------------
r61 | kbranch | 2008-12-25 08:54:12 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
D /trunk/Calculations.lua
Remaining functionality merged into Core.lua
------------------------------------------------------------------------
r59 | kbranch | 2008-12-08 06:11:33 +0000 (Mon, 08 Dec 2008) | 3 lines
Changed paths:
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
GearDPS:
- Added some worst case default hit and expertise caps to avoid hit and expertise being ignored in the default configuration
- Made a few performance tweaks
------------------------------------------------------------------------
r58 | kbranch | 2008-12-05 06:29:57 +0000 (Fri, 05 Dec 2008) | 2 lines
Changed paths:
A /trunk/.pkgmeta (from /trunk/.pkgmeta:54)
GearDPS:
- External tinkering
------------------------------------------------------------------------
r57 | kbranch | 2008-12-05 00:44:22 +0000 (Fri, 05 Dec 2008) | 2 lines
Changed paths:
D /trunk/.pkgmeta
GearDPS:
-
------------------------------------------------------------------------
r56 | kbranch | 2008-12-05 00:43:00 +0000 (Fri, 05 Dec 2008) | 2 lines
Changed paths:
M /trunk/Calculations.lua
GearDPS:
- More externals tinkering
------------------------------------------------------------------------
r54 | kbranch | 2008-12-01 18:24:34 +0000 (Mon, 01 Dec 2008) | 2 lines
Changed paths:
M /trunk
M /trunk/GearDPS.toc
GearDPS:
- Shot #2 at the externals problem
------------------------------------------------------------------------
r53 | kbranch | 2008-12-01 17:53:31 +0000 (Mon, 01 Dec 2008) | 2 lines
Changed paths:
M /trunk/GearDPS.toc
GearDPS:
- Hopefully fixed an issue where the FuBarPlugin library wasn't included properly as an external.
------------------------------------------------------------------------
r51 | kbranch | 2008-11-30 12:38:25 +0000 (Sun, 30 Nov 2008) | 4 lines
Changed paths:
M /trunk/Calculations.lua
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
GearDPS:
- Cleaned the code up a bit more
- Minor bug fixes
- Updating a stat weight will now reset the recent item cache
------------------------------------------------------------------------
r49 | kbranch | 2008-11-28 16:04:18 +0000 (Fri, 28 Nov 2008) | 4 lines
Changed paths:
M /trunk/Calculations.lua
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
GearDPS:
- Minor bug fixes
- Specs should now be detected at startup, before mousing over an item. Previous problems with this setup should be resolved.
- Added an option to only use the standard GameTooltip (and not TipHooker). Switching from using TipHooker to not probably requires a UI reload before seeing a performance difference.
------------------------------------------------------------------------
r47 | kbranch | 2008-11-24 11:32:19 +0000 (Mon, 24 Nov 2008) | 4 lines
Changed paths:
M /trunk/Calculations.lua
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
GearDPS:
- Redesigned and updated the gem interface. You now pick any two stats for each gem color, and the gem quality. The actual stat numbers are calculated based on the number of stats, gem quality, and the stat mods for the chosen stats. My testing has shown it to match up with the in game numbers, but let me know if it's off.
- Rearranged some menu items
- Added Death Knight support
------------------------------------------------------------------------
r45 | kbranch | 2008-11-23 17:33:06 +0000 (Sun, 23 Nov 2008) | 7 lines
Changed paths:
M /trunk
M /trunk/Calculations.lua
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
A /trunk/UTF8
A /trunk/UTF8/utf8.lua
A /trunk/UTF8/utf8data.lua
GearDPS:
- Fixed some embed issues
- Removed the old menu items for buffs since they're no longer used
- Added user selectable hit and expertise caps
- Fixed and added custom weights for melee and ranged weapon DPS
- Refined class detection a bit
- Generally cleaned up a lot of the code
------------------------------------------------------------------------
r43 | kbranch | 2008-11-21 14:00:42 +0000 (Fri, 21 Nov 2008) | 2 lines
Changed paths:
M /trunk/GearDPS.toc
GearDPS:
- TOC update... again
------------------------------------------------------------------------
r42 | kbranch | 2008-11-21 13:59:55 +0000 (Fri, 21 Nov 2008) | 2 lines
Changed paths:
M /trunk/Core.lua
GearDPS:
- Fixed a bug that would cause an error when trying to evaluate an item with an empty socket
------------------------------------------------------------------------
r41 | kbranch | 2008-11-21 10:23:09 +0000 (Fri, 21 Nov 2008) | 2 lines
Changed paths:
M /trunk/GearDPS.toc
GearDPS:
- Updated the TOC (doh)
------------------------------------------------------------------------
r39 | kbranch | 2008-11-21 10:18:26 +0000 (Fri, 21 Nov 2008) | 4 lines
Changed paths:
M /trunk/Calculations.lua
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
GearDPS:
- Fixed class detection
- Every class/spec has its own set of custom values, changing the values on one character won't change the values for others anymore.
- Added an "attack from front" option that doubles the value of expertise
------------------------------------------------------------------------
r37 | kbranch | 2008-11-12 07:59:05 +0000 (Wed, 12 Nov 2008) | 5 lines
Changed paths:
M /trunk/Calculations.lua
M /trunk/Core.lua
M /trunk/GearDPS.toc
M /trunk/Settings.lua
GearDPS:
- Removed dynamic stat calculations, all values are now fixed
- Temporarily removed percentage bonuses from buffs and talents while I update that portion for LK
- Added expertise support
- Added preliminary support for all classes
------------------------------------------------------------------------
r36 | kbranch | 2008-10-29 08:12:16 +0000 (Wed, 29 Oct 2008) | 2 lines
Changed paths:
M /trunk
M /trunk/GearDPS.toc
GearDPS:
- Minor bugfix update for 3.0
------------------------------------------------------------------------
r35 | kbranch | 2008-10-29 07:55:21 +0000 (Wed, 29 Oct 2008) | 2 lines
Changed paths:
M /trunk/GearDPS.toc
GearDPS:
- TOC update for 3.0, more coming later
------------------------------------------------------------------------
r34 | root | 2008-09-30 15:56:54 +0000 (Tue, 30 Sep 2008) | 1 line
Changed paths:
M /trunk/.pkgmeta
Hopefully fix .pkgmeta
------------------------------------------------------------------------
r33 | root | 2008-09-29 21:27:32 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
M /trunk
A /trunk/.pkgmeta
Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r31 | root | 2008-09-29 20:58:05 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
D /tmp/trunk/GearDPS
A /trunk (from /tmp/trunk/GearDPS:30)
Importing old repo data under /trunk
------------------------------------------------------------------------
r26 | kbranch | 2007-12-15 20:01:32 +0000 (Sat, 15 Dec 2007) | 3 lines
Changed paths:
M /tmp/trunk/GearDPS/Calculations.lua
M /tmp/trunk/GearDPS/Core.lua
M /tmp/trunk/GearDPS/GearDPS.toc
GearDPS:
- Updated the TOC to reflect the correct version
- Fixed an error that would sometimes come up when loading for the first time.
------------------------------------------------------------------------
r25 | kbranch | 2007-12-14 06:55:03 +0000 (Fri, 14 Dec 2007) | 2 lines
Changed paths:
M /tmp/trunk/GearDPS/Calculations.lua
M /tmp/trunk/GearDPS/Core.lua
GearDPS:
- Fixed a problem where haste rating wasn't being counted.
------------------------------------------------------------------------
r24 | kbranch | 2007-12-09 18:40:37 +0000 (Sun, 09 Dec 2007) | 2 lines
Changed paths:
M /tmp/trunk/GearDPS/Core.lua
M /tmp/trunk/GearDPS/GearDPS.toc
M /tmp/trunk/GearDPS/Settings.lua
GearDPS:
- Fixed a performance problem when comparing multiple items
------------------------------------------------------------------------
r23 | kbranch | 2007-12-06 03:14:02 +0000 (Thu, 06 Dec 2007) | 4 lines
Changed paths:
M /tmp/trunk/GearDPS/Calculations.lua
M /tmp/trunk/GearDPS/Core.lua
M /tmp/trunk/GearDPS/GearDPS.toc
M /tmp/trunk/GearDPS/Settings.lua
GearDPS:
- Added calculations for armor penetration, and a user specified weight for haste rating
- Added new features to auto fill empty gem slots with user specified gems
- Fixed some potential performance issues
------------------------------------------------------------------------
r22 | kbranch | 2007-11-23 09:51:35 +0000 (Fri, 23 Nov 2007) | 3 lines
Changed paths:
M /tmp/trunk/GearDPS/Calculations.lua
M /tmp/trunk/GearDPS/GearDPS.toc
M /tmp/trunk/GearDPS/Settings.lua
GearDPS:
-Updated TOC for 2.3
-Updated druid HotW calculations to reflect the change in 2.3.
------------------------------------------------------------------------
r21 | kbranch | 2007-10-06 19:29:27 +0000 (Sat, 06 Oct 2007) | 3 lines
Changed paths:
M /tmp/trunk/GearDPS/Calculations.lua
M /tmp/trunk/GearDPS/GearDPS.toc
GearDPS:
- Updated the TOC for 2.2
- Fixed some problems with feral druids
------------------------------------------------------------------------
r20 | kbranch | 2007-08-06 16:46:57 +0000 (Mon, 06 Aug 2007) | 5 lines
Changed paths:
A /tmp/trunk/GearDPS/Calculations.lua
M /tmp/trunk/GearDPS/Core.lua
M /tmp/trunk/GearDPS/GearDPS.toc
A /tmp/trunk/GearDPS/Settings.lua
GearDPS:
- Fixed a problem where some stats weren't being counted
- Reverted to the old (higher) weighting of crit (and thus agi)
- Split up the source into multiple files
- Fixed a problem where StatLogic wasn't being used properly when running disembedded
------------------------------------------------------------------------
r19 | kbranch | 2007-07-29 10:08:17 +0000 (Sun, 29 Jul 2007) | 2 lines
Changed paths:
M /tmp/trunk/GearDPS/Core.lua
GearDPS:
- Fixed a problem where Battle Shout wasn't being handled.
------------------------------------------------------------------------
r18 | kbranch | 2007-07-23 22:59:17 +0000 (Mon, 23 Jul 2007) | 3 lines
Changed paths:
M /tmp/trunk/GearDPS
M /tmp/trunk/GearDPS/Core.lua
M /tmp/trunk/GearDPS/GearDPS.toc
GearDPS:
- Trimmed down some externals
- Updated .toc
------------------------------------------------------------------------
r17 | kbranch | 2007-07-23 21:31:25 +0000 (Mon, 23 Jul 2007) | 2 lines
Changed paths:
A /tmp/trunk/GearDPS
A /tmp/trunk/GearDPS/Core.lua
A /tmp/trunk/GearDPS/GearDPS.toc
A /tmp/trunk/GearDPS/icon.tga
GearDPS: initial commit
- Adds DPS values to item tooltips from calculated weights given to each stat.
------------------------------------------------------------------------
Facts
- Uploaded on
- 25 Dec 2008
- Game version
- 3.0.3
- Filename
- GearDPS-.77b.zip
- Size
- 447.4 KiB
- MD5
- 02209b28469d5c4c5bfddc38468b4961
- Type
- Beta
- Status
- Normal