WoWInterface SVN KuiNameplates

[/] [trunk/] - Rev 158

Filtering Options

Clear current filter

Rev Log message Author Age Path
158 * use icons for combo points rather than a number
* reposition combo points
* fix combat events (automatic toggling) not being registered correctly
* reposition raid icon
* fix raid icon being different sizes depending on "Fix aliasing" setting
SlikerHawk-99516 4009d 16h 35m /trunk/
157 * remove old TODOs SlikerHawk-99516 4010d 19h 02m /trunk/
156 * move castbar shield to the left side of the castbar
* fix castbar shield sometimes displaying beneath the castbar
* fix castbar shield being incorrect size when "Fix aliasing" is disabled
* fix frames being incorrectly recognised as the current target when they are shown while a target exists
* fix previously targeted frames sometimes not being correctly lowered when "Fix aliasing" is enabled
SlikerHawk-99516 4010d 19h 45m /trunk/
155 * embed AceTimer
* use AceTimer hooks rather than OnUpdate
* fix auras don't hide when removed from any frame not monitored by UNIT_AURA
* fix auras don't display on mouseover
* fix auras don't display on raid/party members
* fix auras sometimes aren't hidden correctly
* do not hide auras when the timer gets to 0 (wait for combat log)
* use combat log to determine when to hide auras
* move "useWhitelist" option out of display group
SlikerHawk-99516 4011d 10h 42m /trunk/
152 * handle errors caused by updating to 150 while running wow
* fix debug font strings using old syntax
SlikerHawk-99516 4011d 18h 31m /trunk/
151 * reverse position of castbar current/max time text
* change castbar shield texture slightly (base on vector)
* add more help text to "Fix aliasing" tooltip
* change `SetScript`s on default UI elements to `HookScript`s
SlikerHawk-99516 4015d 22h 04m /trunk/
150 * update custom-rename-me.lua to work with new core SlikerHawk-99516 4032d 13h 28m /trunk/
149 * reintegrate v4 (rename) SlikerHawk-99516 4032d 13h 37m /trunk/
148 * reintegrate v4 branch SlikerHawk-99516 4032d 13h 37m /trunk/
147 * move revision 141 SlikerHawk-99516 4032d 13h 38m /trunk/
146 ---
* remove living seed as a tracked ability for druids
SlikerHawk-99516 4032d 14h 06m /trunk/
144 * add auras SlikerHawk-99516 4032d 14h 14m /trunk/
141 * bump TOC to 50200
* update kui
SlikerHawk-99516 4042d 10h 08m /trunk/
135 * updated media font readme
* updated media texture readme
* removed unused media files
SlikerHawk-99516 4115d 10h 14m /trunk/
133 * minor castbar performance improvements
* cast warnings now correctly display on cross realm players when using names
* added PostTarget template to custom lua
* health display patterns now parse =< as <=
* name text on trivial nameplates no longer has a maximum width. No more ellipses.
* fixed issue where the glow of a frame which was only displayed for one frame would remain on screen until it was shown again

-- technical
* merged some changes from v4 branch
SlikerHawk-99516 4116d 18h 03m /trunk/
132 - reverted to revision 125
- fixed issue where profile changes were not saved correctly
SlikerHawk-99516 4116d 18h 28m /trunk/
128 * castbar performance improvements
* moved font configuration into it's own category (expand the Kui Nameplates group in interface options).
* name text on trivial nameplates no longer has a maximum width. No more ellipses.

-- since last revision
* fixed issue where a font change did not apply to newly created frames

-- caveats/technical changes
* removed unused locals from layout.lua
* new font options are NYI
* frame helper function for creating font strings - adds font strings to the frames .fontObjects table, sizes are stored as a key of KuiNameplates.fontSizes. Allows all font strings to be scaled easily.
SlikerHawk-99516 4118d 17h 34m /trunk/
127 - fixed issue where the glow of a frame which was only displayed for one frame would remain on screen until it was shown again SlikerHawk-99516 4128d 12h 39m /trunk/
126 - the cast bar no longer has a frame glow
- the cast bar now scales correctly
- cast warnings now correctly display on cross realm players when using names
- combo points moved into a separate file
- changing font, font size, health display patterns or toggling combo points no longer requires a UI reload
- added PostTarget template to custom lua
- invalid health display patterns now evaluate to blank

caveats:
- cast bar shield may sometimes display below the castbar.lua
- cast bar statusbar may sometimes display below the castbar background
- cast bar spell icon may sometimes display below the background
- INEFFICIENT ARASKILHASLFHALDKAJSDL
SlikerHawk-99516 4128d 12h 58m /trunk/
125 - profiles are now available across characters.
- fixed issue where casting wasn't detected upon targeting a unit which was casting.
- expanded readme for custom lua
SlikerHawk-99516 4131d 19h 08m /trunk/
124 - added option to hide levels
- added options to change name text colour of friendly and enemy units
- changed some config tooltips
- altered detection of nameplates
- alternate/contextual health display is now disabled by default
- continuing code clean-ups
- improved performance, memory usage slightly

decreased memory usage over last revision
castbars/castwarnings now work (broken since last revision)
self.player is set if the nameplate is a human player
SlikerHawk-99516 4131d 19h 30m /trunk/
123 - added a fourth condition for health display patterns: `b`, meaning blank. Displays nothing. The pattern `<=:b;` will always display nothing.
- increased height of trivial nameplates slightly.
- fixed bugs that could occur when changing certain options without reloading the interface.
- added capability for external files/addons to interact with the creation process without having to find all the nameplates manually again.
- moved code for cast bar and cast warnings into separate files.

Some variables are exposed in global KuiNameplates.
Added twidth, theight to sizes. Width and height for trivial nameplates.
SlikerHawk-99516 4132d 22h 01m /trunk/
122 - fixed issue where the frame glow was an incorrect size with fixaa disabled
- fixed issue where position of frames was incorrect for trivial units
- fixed issue where disabling fixaa would cause nameplates to stick in place before reloading the ui
- now supports default ui's trivial units (half-sized nameplates)
SlikerHawk-99516 4138d 22h 06m /trunk/
121 - now supports 5.1
- added an option to use a grey health bar for tapped units (support for new default UI feature, enabled by default)
- updated kui
- bumped toc to 50100
SlikerHawk-99516 4139d 03h 04m /trunk/
120 - fixed occasionally failing to detect a default nameplate SlikerHawk-99516 4167d 17h 37m /trunk/
119 - font selection now uses LibSharedMedia, to better support non-latin locales
- yanone kaffesatz is no longer used as the default font for non-latin locales
- cast warnings are now disabled by default
- using names to display warnings is now disabled by default
SlikerHawk-99516 4190d 15h 36m /trunk/
118 - added font selector to options, for better support of non-English versions of WoW. SlikerHawk-99516 4193d 15h 09m /trunk/
115 - plates should no longer flash in the wrong position before being repositioned when fix aliasing is enabled
- plates should no longer display above other interface elements (such as action bars, unit frames, etc.)
SlikerHawk-99516 4204d 16h 20m /trunk/
114 - slightly adjusted size of health text
- slightly adjusted alpha of contextual health text
- slightly adjusted size of cast warning spell name text
SlikerHawk-99516 4209d 17h 55m /trunk/
113 - fixed global variable taint on: x, y
- health text is now 1 point smaller (depending on font scale)
SlikerHawk-99516 4209d 18h 09m /trunk/