|
Welcome
|
Welcome to Eisa's author portal
This is where you can find my news, report bugs, submit feature requests, read the faq and more. Thanks for stopping by!
This is also the official home of AudioX II. If you wish to request new features or report any issues relating to AudioX II, then please do so here (and not on CurseForge).
|
|
|
This week I 'ave mostly..
|
By: Eisa - 11-19-2009 12:31 PM |
..been coding on 3.2.28. It's still very much a work-in-progress and fairly tortuous work at that.I really don't want to announce new features until I'm sure that I can get them working, so I'll keep quiet on what 3.2.28 will bring for now. However, I will say that 3.2.28 will require a more lengthy testing phase than usual.
Basically, what I'm saying is "AudioX development is in full swing, but -I maybe some time-" *sounds of a blizzard blowing outside the tent*
|
|
AudioX II 3.2.27 released :)
|
By: Eisa - 11-05-2009 02:16 PM |
Change log:
- Core: Pathname filter (/ax n) changed to allow N right-most folder display.
- Core: Hyperlink tooltip routines re-written as hooks.
- Search: Added /ax z to toggle search pattern matching on and off.
- Search: Changed /ax n [true|false] to /ax n <num>, where <num> = 0 to 11. 0 = filename only, 11 = show entire filepath, otherwise show N right-most folders.
- UI: Added UI options panel for changing the fontsize of the UI.
- UI: Full scaling of rows and row icons to accomodate fontsize variations.
- UI: Added /f <num> to search box (where <num> = 6 to 28) for changing fontsize. NOTE: /f is not a slash command. It will only work if typed into the search box.
- UI: Redesigned background texture tiling, thereby allowing smaller window dimensions.
- UI: Added code to re-search for a keyword if /ax z is toggled.
- UI: Added SoundLib indexes to soundpaths when in favourites mode.
- UI: Minor changes to account for /ax n changes.
- UI: Fixed: <Pending> no longer offset by sound index place holder when indexes off.
- UI: Fixed: Minor scaling problem in the first 20 rows.
- Options: Added /ax z equivalent.
- Options: "Hide path" checkbox changed to "Display right most N folders" slider.
- Options: (Experimental) Whole panel is movable.
- API: Added AX:API_IndexFromPath(soundpath,usingsoundlib) - see API docs.
|
|
AudioX II 3.2.25 released
|
By: Eisa - 10-27-2009 12:41 AM |
A few changes to make the UI a little bit more comfortable / readable:-
AudioX II 3.2.25- Core: Added pathname and file extension filters.
- Search: Added /ax n to hide pathnames from sound links.
- Search: Added /ax x to hide file extensions from sound links.
- Options: Added checkboxes for /ax n and /ax x.
- API: Added AX:API_FilterPathAndExt(soundpath) for applying /ax n and /ax x.
- UI: Search text box clears focus after pressing return (click it to give it focus). This should make using the chatframe much easier when the AudioX UI is open.
- UI: Title appended with footer if there isn't space next to the buttons.
- UI: AudioX II part of the title changes red if output is redirected to the chatframe.
Enjoy 
PS. Yes it is 4.41am!
|
|
Load-on-demand macro added to FAQ
|
By: Eisa - 10-23-2009 07:02 PM |
If you prefer to run with minimal mods, you can opt to leave AudioX disabled in mod options (i.e. "Addons" button on the character selection screen). You can then use the following macro to load AudioX for the current game session (until you logout or reload):-
Code:
/script v="AudioX";w="AudioX_Search";x="AudioX_Options";y="AudioX_UI";z="AudioX_Minimap"; e=EnableAddOn;d=DisableAddOn;l=LoadAddOn;e(v);e(w);e(x);e(y);e(z);l(v);l(w);l(x);l(y);l(z);d(v);d(w);d(x);d(y);d(z)
If you want to see macro debug information (which basically tells you if a mod has failed to load and why) you can use:-
Code:
/script v="AudioX";w="AudioX_Search";x="AudioX_Options";y="AudioX_UI";z="AudioX_Minimap"; e=EnableAddOn;d=DisableAddOn;l=LoadAddOn;p=print;e(v);e(w);e(x);e(y);e(z);p(v,l(v));p(w,l(w));p(x,l(x));p(y,l(y));p(z,l(z));d(v);d(w);d(x);d(y);d(z)
|
|
Looking for help re translating localization
|
By: Eisa - 10-10-2009 12:23 PM |
Please feel free to PM me on wowinterface if you're able to help translate AudioX's localized content.
|
|
|
Stats
|
|
Files: 1
Downloads: 836
Favorites:
|
New & Updated
|
|
WOWInterface
|
|
|
|