promotional bannermobile promotional banner

PaperDollFrame Stats

Lets you customise the layout of the character frame stats panel.

File Details

2.0.1

  • R
  • Dec 9, 2011
  • 10.42 KB
  • 345
  • 4.3.0
  • Retail

File Name

PDFStats-2.0.1.zip

Supported Versions

  • 4.3.0

------------------------------------------------------------------------
r13 | lombra | 2011-12-09 20:24:35 +0000 (Fri, 09 Dec 2011) | 1 line
Changed paths:
   A /tags/2.0.1 (from /trunk:12)

- Tagging as 2.0.1.
------------------------------------------------------------------------
r12 | lombra | 2011-12-09 20:23:06 +0000 (Fri, 09 Dec 2011) | 4 lines
Changed paths:
   M /trunk/PDFStats.toc
   M /trunk/core.lua
   M /trunk/stats.lua

- Make GUI movable.
- Removed average item level stat as it's now implemented in defaul tUI.
- Fix for resistances-stat not to always show lowest resistance being 0.
- ToC bump.
------------------------------------------------------------------------
r10 | lombra | 2011-11-12 22:34:17 +0000 (Sat, 12 Nov 2011) | 8 lines
Changed paths:
   M /trunk/PDFStats.toc
   M /trunk/core.lua
   M /trunk/stats.lua

- Use drag handlers instead of mouse up/down for moving the GUI.
- Remove debug frame.
- Merge hide button funcionality into delete button.
- Show delete button at all times, but disable it as appropriate.
- Enable reset button after moving stats around using the arrows.
- Take libraries out of the ToC since they will not be used.
- Add a stat that shows all resistances. ("lowest - highest" + more detailed tooltip)
- Cleaned up a whole lot of code.
------------------------------------------------------------------------
r9 | lombra | 2011-11-12 04:48:50 +0000 (Sat, 12 Nov 2011) | 1 line
Changed paths:
   M /trunk/core.lua

- Hide debug frame.
------------------------------------------------------------------------
r8 | lombra | 2011-11-12 04:46:57 +0000 (Sat, 12 Nov 2011) | 3 lines
Changed paths:
   M /trunk/core.lua

- Don't register ACTIVE_TALENT_GROUP_CHANGED until login to prevent an error.
- Clear out deprecated stats on load.
- Always disable dual profile checkbox when character doesn't have dual spec.
------------------------------------------------------------------------
r7 | lombra | 2011-11-11 17:29:16 +0000 (Fri, 11 Nov 2011) | 10 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/stats.lua

* Release candidate 1!
- Use correct CVars after switching spec or toggling the dual profile option.
- Prevent default UI from modifying stuff when dual profile is disabled.
- Hide and reset buttons are shown at all times and are enabled/disabled as appropriate.
- Copy defaults to inactive profile when enabling dual profile instead of copying the active profile.
- Add note that clarifies that hidden categories need be shown before they can be modified.
- Disable reset button if category has returned to default state after a change.
- Do not automatically enable dual profile on every login if dual spec has been purchased.
- Always select no category after switching spec.
- Do not reset ID when resetting a non hidden category.
------------------------------------------------------------------------
r6 | lombra | 2011-11-10 05:01:28 +0000 (Thu, 10 Nov 2011) | 7 lines
Changed paths:
   M /trunk/core.lua

- When disabling dual profile, always set the current profile as the active one, rather than always using the secondary spec profile.
- Put the dual profile checkbox in an appropriate place.
- Disable dual profile checkbox if no dual spec on login.
- Update the GUI upon switching talent spec.
- Properly clean up collapsed-data when deleting stat groups.
- Hide stats for hidden stat groups, as they cannot be editted as long as the group is hidden.
- More code cleanup.
------------------------------------------------------------------------
r5 | lombra | 2011-11-09 15:16:57 +0000 (Wed, 09 Nov 2011) | 3 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/stats.lua

- Add dual profile toggle.
- Fix restoring hidden default categories.
- Minor code cleanup and optimisation.
------------------------------------------------------------------------
r4 | lombra | 2011-11-08 23:57:44 +0000 (Tue, 08 Nov 2011) | 1 line
Changed paths:
   M /trunk/core.lua

- Initial dual spec support.
------------------------------------------------------------------------
r3 | lombra | 2011-11-08 21:13:32 +0000 (Tue, 08 Nov 2011) | 3 lines
Changed paths:
   M /trunk/PDFStats.toc
   M /trunk/core.lua
   M /trunk/stats.lua

- Lots of logic changes to make it all work properly. (still no dual spec support)
- Added class specific stats (such as rune regen).
- Store order and collapse cvar data in variables.
------------------------------------------------------------------------
r2 | lombra | 2011-07-04 03:25:59 +0000 (Mon, 04 Jul 2011) | 4 lines
Changed paths:
   A /trunk/PDFStats.toc
   A /trunk/core.lua
   A /trunk/stats.lua

WIP support for the new stat frame system.
Core functionality, such as creating custom stat frames, is pretty much complete.
Existing frames can be modified.
Some known issues are; stat frames moving around under certain circumstances, dual spec support not implemented.
------------------------------------------------------------------------