Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoWBench/To do
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== v1.11.0.a3 === * '''WoWBench now supports logging in multiple, separate users, and allows them to communicate. Perfect for developing and debugging addons with inter-addon communication!''' [√] --[[User:Mikk|Mikk]] 16:00, 1 July 2006 (EDT) * Update gender enumeration to match 1.11 (1=unknown, 2=male, 3=female) [√] --[[User:Mikk|Mikk]] 10:50, 25 June 2006 (EDT) * Get account and realm name from Config.wtf by default (if not specified in config.lua) (note that account name is not saved unless that box is checked in the login screen) --[[User:Mikk|Mikk]] 12:32, 15 June 2006 (EDT) [√] --[[User:Mikk|Mikk]] 13:37, 25 June 2006 (EDT) * Include installation instructions in download. Whoops. [√] --[[User:Mikk|Mikk]] 08:26, 26 June 2006 (EDT) * A '''DPC''' (deferred procedure call) mechanism is needed. Some APIs will recursively generate events before the calling function has returned. This should happen after AddOn code has finished running (right before WoWBench displays the next prompt). --[[User:Mikk|Mikk]] 06:43, 20 June 2006 (EDT) [√] --[[User:Mikk|Mikk]] 12:22, 26 June 2006 (EDT) ** <tt>WOWB_QueueDPC(WOWB_FireEvent, "SOMEEVENT", more, args, here);</tt> * Doesn't create "tmp" dir if it doesn't exist. This leads to all sorts of horrible bugs. Just create the dir. --[[User:Mikk|Mikk]] 08:46, 15 June 2006 (EDT) [√] --Endx7 15:09, 27 June 2006 (EDT) * Precompilation of XML->Lua->Compiled Lua does not work properly under non-windows, since the file age checking uses the cmd.exe "dir" command. Add in code to use "ls" if necessary. --[[User:Mikk|Mikk]] 20:38, 15 June 2006 (EDT) [√] --Endx7 15:09, 27 June 2006 (EDT) * Will now accept UTF-8 encoded TOC files (by simply ignoring the UTF-8 lead bytes) [√] --[[User:Mikk|Mikk]] 15:30, 27 June 2006 (EDT) * [[API CreateFrame]], [[API Frame CreateFontString]] and [[API Frame CreateTexture]] now accept the new inheritance parameter introduced in 1.11. [√] --[[User:Mikk|Mikk]] 23:28, 30 June 2006 (EDT) * Added more <On....> handlers. [√] --[[User:Lego|Lego]] * [[API CheckButton SetChecked]]() now checks the button as per the 1.11 change. [√] --[[User:Mikk|Mikk]] 23:28, 30 June 2006 (EDT) * _EDITDUMPONERROR (config.lua) works again. [√] --[[User:Mikk|Mikk]] 23:28, 30 June 2006 (EDT) * _TOCFILES[] defined in config.lua is now ignored. You can remove it, but having it around does no harm either. [√] --[[User:Mikk|Mikk]] 23:28, 30 June 2006 (EDT) ==== Portability bugs ==== * Will now look in (wowdir)/Interface/AddOns rather than (wowdir)/interface/addons for addons. Oops. [√] --[[User:Lego|Lego]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)