File Details
V3.0.6
- R
- Nov 6, 2016
- 32.24 MB
- 253
- 3.4
File Name
EnKai-V3.0.6.zip
Supported Versions
- 3.4
------------------------------------------------------------------------
r349 | naifu | 2016-11-06 17:32:08 +0000 (Sun, 06 Nov 2016) | 1 line
Changed paths:
A /tags/V3.0.6 (from /trunk:348)
Tagging as V3.0.6
------------------------------------------------------------------------
r348 | naifu | 2016-11-06 17:26:31 +0000 (Sun, 06 Nov 2016) | 1 line
Changed paths:
M /trunk/RiftAddon.toc
update version no
------------------------------------------------------------------------
r347 | naifu | 2016-11-06 17:26:19 +0000 (Sun, 06 Nov 2016) | 4 lines
Changed paths:
M /trunk/cooldown/cooldown.lua
M /trunk/events/events.lua
M /trunk/fx/fx.lua
M /trunk/inventory/inventory.lua
M /trunk/map/zone.lua
optimized the execution of periodic functions
separated the periodic cooldown functions in order to prevent performance warnings
fixed a bug in inventory api
added some SFP pois
------------------------------------------------------------------------
r345 | naifu | 2016-10-30 14:46:41 +0000 (Sun, 30 Oct 2016) | 5 lines
Changed paths:
M /trunk/RiftAddon.toc
M /trunk/inventory/inventory.lua
M /trunk/locales/localizationDE.lua
M /trunk/locales/localizationEN.lua
M /trunk/map/data.lua
M /trunk/map/map.lua
M /trunk/map/zone.lua
M /trunk/ui/map/map.lua
fixed EnKai.inventory.querySlotByType not properly working
added soul mender to map units
added first set of SFP ressources identifiers
added map support for SFP
added SFP zones
------------------------------------------------------------------------
r343 | naifu | 2016-10-16 10:28:58 +0000 (Sun, 16 Oct 2016) | 2 lines
Changed paths:
M /trunk/RiftAddon.toc
M /trunk/cooldown/cooldown.lua
M /trunk/ui/pane/tabPaneMetro.lua
added method EnKai.cdManager.setGCD(newGCD) to set global CD
TabPaneMetro:SwitchToPane() will exit if new pane is the same as the active one
------------------------------------------------------------------------
r341 | naifu | 2016-10-16 08:40:43 +0000 (Sun, 16 Oct 2016) | 2 lines
Changed paths:
M /trunk/RiftAddon.toc
M /trunk/locales/localizationDE.lua
M /trunk/locales/localizationEN.lua
M /trunk/map/data.lua
M /trunk/map/map.lua
M /trunk/ui/map/map.lua
map support for autumn event
fixed clearing of waypoint not working
------------------------------------------------------------------------
r339 | naifu | 2016-10-15 10:09:47 +0000 (Sat, 15 Oct 2016) | 1 line
Changed paths:
M /trunk/buffManager/buffManager.lua
M /trunk/cooldown/cooldown.lua
M /trunk/events/events.lua
M /trunk/map/map.lua
M /trunk/map/zone.lua
M /trunk/ui/ui.lua
rebuild the periodic event handler so that it checks for enough processor time being available
------------------------------------------------------------------------
r338 | naifu | 2016-10-15 09:15:11 +0000 (Sat, 15 Oct 2016) | 1 line
Changed paths:
M /trunk/RiftAddon.toc
M /trunk/ui/form/combo.lua
M /trunk/ui/ui.lua
fixed a bug in EnKai.ui.attachGenericTooltip if title was nil
------------------------------------------------------------------------
r336 | naifu | 2016-10-15 07:29:29 +0000 (Sat, 15 Oct 2016) | 1 line
Changed paths:
M /trunk/RiftAddon.toc
M /trunk/buffManager/buffManager.lua
hot fix for buff manager
------------------------------------------------------------------------
r333 | naifu | 2016-10-09 18:34:35 +0000 (Sun, 09 Oct 2016) | 1 line
Changed paths:
M /trunk/RiftAddon.toc
updated version no
------------------------------------------------------------------------
r332 | naifu | 2016-10-09 18:28:39 +0000 (Sun, 09 Oct 2016) | 1 line
Changed paths:
M /trunk/unit/unit.lua
bug fix in unit manager
------------------------------------------------------------------------
r331 | naifu | 2016-10-09 18:24:09 +0000 (Sun, 09 Oct 2016) | 1 line
Changed paths:
M /trunk/buffManager/buffManager.lua
M /trunk/unit/unit.lua
another round of bug fixes
------------------------------------------------------------------------
r330 | naifu | 2016-10-09 15:00:30 +0000 (Sun, 09 Oct 2016) | 7 lines
Changed paths:
M /trunk/buffManager/buffManager.lua
M /trunk/cooldown/cooldown.lua
M /trunk/tools/tools.lua
M /trunk/ui/button/buttonMetro.lua
M /trunk/ui/ui.lua
M /trunk/unit/unit.lua
lots of bug fixes in the new buffManager
some bug fixes in the cooldown manager
EnKai.tools.table.isMember will now test if table is nil
aded EnKai.tools.table.addValue which checks for duplicates
fixed AnimateIcon in nkButtonMetro
EnKai.ui.messageDialog now supports optional parameter (function) which gets called on click of ok button
bug fix in EnKai.unit.getUnitTypes
------------------------------------------------------------------------
r329 | naifu | 2016-10-08 18:42:46 +0000 (Sat, 08 Oct 2016) | 2 lines
Changed paths:
M /trunk/buffManager/buffManager.lua
M /trunk/unit/unit.lua
implemented first version of buff tracker for through combat log (yeah cheating again)
improved unit manager
------------------------------------------------------------------------
r328 | naifu | 2016-10-03 17:58:02 +0000 (Mon, 03 Oct 2016) | 2 lines
Changed paths:
M /trunk/tools/tools.lua
M /trunk/ui/button/actionButtonMetro.lua
fixed a bug in EnKai.tools.table.serialize if key included a dot
nkActionButtonMetro now supports up to 4 values in SetContent()/GetContent() ... which were not need and I don't like what I did there so I'll need to change this at some point
------------------------------------------------------------------------