Change Log:
--------------------
version 1.20.2:
- Update to API 100026 "Wrathstone".
Version 1.21 (Rhyono)
*API Bump
Version 1.20 (Rhyono)
*API Bump
Version 1.19 (Rhyono)
*API Bump
*Updated LAM.
Version 1.18 (Rhyono)
*API Bump
Version 1.17 (Rhyono)
*API Bump
Version 1.16 (Rhyono)
*Improved French localization (lexo1000).
*Removed no longer used strings.
Version 1.15 (Rhyono)
*API Bump.
*Updated LAM.
Version 1.14 (Rhyono & votan)
*Translated addon settings menu to French & German.
Version 1.13.1 (Rhyono)
*Added enchant text toggle.
Version 1.12 (votan)
- Redone localization
Version 1.11 (Rhyono)
*API Bump
*Updated LAM
Version 1.10.1 (votan)
- Improved French localization (there was a little typo)
Version 1.10 (votan)
- Improved French localization (hopefully)
Version 1.09 (Rhyono)
*Reversed quality placement on enchantments for French.
*De-synced settings version from main version (stops resetting settings).
*Ensured multi-enchant colorization follows settings.
Version 1.08 (votan)
- Colorize Multi-Enchantment, too.
- Add quality name and color to armor and weapons only, because the german localization string does not work for all items.
Version 1.07.1 (votan)
- Fixed bug in gamepad tooltip hook I know of from "Rune Tooltips".
- Improved german localization.
Version 1.07 (Rhyono & votan)
*Added color and quality to enchantment name
*Added quality to item name
*Removed the data from appearing at the bottom
Version 1.06.1
*Fixed gamepad
*Centralized tooltip parser
*Added item quality
*Added settings (/eqoptions)
Version 1.05.1
*Improved German
Version 1.05
*Multilingual (Scootworks)
Version 1.04
*Text now includes name of quality.
Version 1.03
*Estimation thoroughly tested and no longer shows "est"
*Enhanced mismatched glyph detection for low level items.
Version 1.02
*Displays "est" on estimated enchantments.
Version 1.01
*Disabled displaying on crafting tooltips (for now)
*Displays variati...
Description:
--------------------
https://i.imgur.com/zDpjKCE.png
A big "Thank You!" to ZOS for providing us with the API for script profiling.
The Profiler
You have a new tab in your "Journal", now.
There is a button at the bottom to start/stop the profiler.
You get a summary with the functions called and their total time used.
You can click a row to see its call-stack. The shown call-stack is the slowest run to give you a hint what to look for.
For more details there is an "Export" button in the top-right corner. The UI will reload afterwards to save the data to disk.
The profiler auto-starts on reloadui to see what's going on during load. Because settings are not available at that time, this can not be made optional. Load the addon if you want to profile, only.
ESOProfiler Viewer
The addon also includes an external application which allows you to view the exported data with catapult-tracing (used by chrome dev tools for profiling).
In order to use it you need to download node-webkit and unzip all files into the viewer folder in the addon. Once done the folder should look like this:
http://cdn-eso.mmoui.com/preview/pvw7372.jpg
The viewer is started via nw.exe and will automatically load the ESOProfiler.lua from your saved variables folder.
With the save button you can store a trace in catapult-tracing's own json format (you could also just copy ESOProfiler.lua for later use since it is smaller than the resulting json).
The load button allows you to select either a lua or json file which will then be imported for viewing.
The "?" button in the top right shows the navigation help. Most important to know is that alt-mousewheel zooms, click selects an event and drag allows to pan the view.
Warning:
If you capture traces over multip...
--------------------
version 1.20.2:
- Update to API 100026 "Wrathstone".
Version 1.21 (Rhyono)
*API Bump
Version 1.20 (Rhyono)
*API Bump
Version 1.19 (Rhyono)
*API Bump
*Updated LAM.
Version 1.18 (Rhyono)
*API Bump
Version 1.17 (Rhyono)
*API Bump
Version 1.16 (Rhyono)
*Improved French localization (lexo1000).
*Removed no longer used strings.
Version 1.15 (Rhyono)
*API Bump.
*Updated LAM.
Version 1.14 (Rhyono & votan)
*Translated addon settings menu to French & German.
Version 1.13.1 (Rhyono)
*Added enchant text toggle.
Version 1.12 (votan)
- Redone localization
Version 1.11 (Rhyono)
*API Bump
*Updated LAM
Version 1.10.1 (votan)
- Improved French localization (there was a little typo)
Version 1.10 (votan)
- Improved French localization (hopefully)
Version 1.09 (Rhyono)
*Reversed quality placement on enchantments for French.
*De-synced settings version from main version (stops resetting settings).
*Ensured multi-enchant colorization follows settings.
Version 1.08 (votan)
- Colorize Multi-Enchantment, too.
- Add quality name and color to armor and weapons only, because the german localization string does not work for all items.
Version 1.07.1 (votan)
- Fixed bug in gamepad tooltip hook I know of from "Rune Tooltips".
- Improved german localization.
Version 1.07 (Rhyono & votan)
*Added color and quality to enchantment name
*Added quality to item name
*Removed the data from appearing at the bottom
Version 1.06.1
*Fixed gamepad
*Centralized tooltip parser
*Added item quality
*Added settings (/eqoptions)
Version 1.05.1
*Improved German
Version 1.05
*Multilingual (Scootworks)
Version 1.04
*Text now includes name of quality.
Version 1.03
*Estimation thoroughly tested and no longer shows "est"
*Enhanced mismatched glyph detection for low level items.
Version 1.02
*Displays "est" on estimated enchantments.
Version 1.01
*Disabled displaying on crafting tooltips (for now)
*Displays variati...
Description:
--------------------
https://i.imgur.com/zDpjKCE.png
A big "Thank You!" to ZOS for providing us with the API for script profiling.
The Profiler
You have a new tab in your "Journal", now.
There is a button at the bottom to start/stop the profiler.
You get a summary with the functions called and their total time used.
You can click a row to see its call-stack. The shown call-stack is the slowest run to give you a hint what to look for.
For more details there is an "Export" button in the top-right corner. The UI will reload afterwards to save the data to disk.
The profiler auto-starts on reloadui to see what's going on during load. Because settings are not available at that time, this can not be made optional. Load the addon if you want to profile, only.
ESOProfiler Viewer
The addon also includes an external application which allows you to view the exported data with catapult-tracing (used by chrome dev tools for profiling).
In order to use it you need to download node-webkit and unzip all files into the viewer folder in the addon. Once done the folder should look like this:
http://cdn-eso.mmoui.com/preview/pvw7372.jpg
The viewer is started via nw.exe and will automatically load the ESOProfiler.lua from your saved variables folder.
With the save button you can store a trace in catapult-tracing's own json format (you could also just copy ESOProfiler.lua for later use since it is smaller than the resulting json).
The load button allows you to select either a lua or json file which will then be imported for viewing.
The "?" button in the top right shows the navigation help. Most important to know is that alt-mousewheel zooms, click selects an event and drag allows to pan the view.
Warning:
If you capture traces over multip...