Thread Tools Display Modes
08-28-10, 03:05 PM   #1
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
Addons Enabled Next Build

http://forums.worldofwarcraft.com/th...Id=26560769980

WOOT!
 
08-28-10, 03:16 PM   #2
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
*crosses fingers that as few lua errors as possible occur *
__________________

 
08-28-10, 03:28 PM   #3
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
Originally Posted by sacrife View Post
*crosses fingers that as few lua errors as possible occur *
That would be boring
 
08-28-10, 04:16 PM   #4
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
I hope as few in my addons, however if you like you are more then happy to have heaps of errors =P
Originally Posted by d87 View Post
That would be boring
 
08-29-10, 01:46 PM   #5
Drauer
A Fallenroot Satyr
 
Drauer's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 22
Good News Everyone! AddOns in Beta!
__________________
Quando omni flunkus moritati
 
08-29-10, 01:57 PM   #6
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 196
Originally Posted by Drauer View Post
Good News Everyone! AddOns in Beta!
it's about time. lets hope in that build that we can walk the maelstrom.
 
09-01-10, 09:16 PM   #7
Jamash
A Fallenroot Satyr
 
Jamash's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 20
So since some nameless toolbox got /run, /script and /dump disabled, I wrote an AddOn to, uh, undisable them.

Last edited by Jamash : 09-01-10 at 09:32 PM.
 
09-01-10, 09:26 PM   #8
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
* The global variables this, event and arg1[b], [b]arg2... have been removed. Event handlers and other callbacks must use the appropriate locals. If you have lua installed locally, the command luac -l -p somefile.lua can be useful to search for the GETGLOBAL instruction to find places where code is referencing a global instance of these variables.
It's finally happened, hallelujah
 
09-01-10, 09:32 PM   #9
Cogwheel
Sans Poisson
 
Cogwheel's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 237
Originally Posted by Jamash View Post
So since some nameless toolbox got /run, /script and /dump disabled, I wrote an AddOn to, uh, undisable them.
WHO IS THAT I DONT EVEN
__________________
[SIGPIC][/SIGPIC]
 
09-02-10, 12:11 AM   #10
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 440
* The global variables this, event and arg1[b], [b]arg2... have been removed. Event handlers and other callbacks must use the appropriate locals.
Do not know if want.


I just recently got into addons, and now it seems I'll likely have to relearn how to do a few things. >.<
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
 
09-02-10, 12:27 AM   #11
VincentSDSH
Non-Canadian Luzer!
 
VincentSDSH's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 350
Yeah, I have to sorta agree. The removal of 'this' is giving me a bit of a headache.
 
09-02-10, 12:59 AM   #12
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 440
Originally Posted by VincentSDSH View Post
Yeah, I have to sorta agree. The removal of 'this' is giving me a bit of a headache.
For me, it's less about this being removed, so much as event.
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
 
09-02-10, 12:28 AM   #13
Sythalin
Curse staff
 
Sythalin's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 680
Originally Posted by TMcMahon51 View Post
Do not know if want.


I just recently got into addons, and now it seems I'll likely have to relearn how to do a few things. >.<
Don't feel bad; it's causing a few issues across all my projects, as well as a few others I'm sure. The problem is that these things were supposed to have been removed a LONG time ago, but their old API still depended on them. Pre-Cata dropdowns were littered with "this" still in it and has become a major thorn in my side with this change.

So now poeple are still used to these being actively used after their supposed "disappearance" and are watching their addons blow up with no documentation (that I've found anyways) listing the "correct" format examples to replace their ancient "this" references. This is very confusing/frustrating for new and old coders alike. Old dogs and new tricks....
 
09-02-10, 12:32 AM   #14
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Strangely, I've never had occasion to use the global "this" for the past two years...
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
 
 

WoWInterface » AddOns, Compilations, Macros » Cataclysm Beta » Addons Enabled Next Build


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off