Thread Tools Display Modes
10-05-11, 11:39 AM   #21
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 363
Didn't they already remove replace()? I thought we had to use gsub() now.
  Reply With Quote
10-05-11, 05:18 PM   #22
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Yes they did, but point was you have to rewrite all your
():gsub(...)
():split(...)
():match(...)
():trim()
into
string.gsub(...)
string.split(...)
string.match(...)
string.trim(...)
and so forth -pain :P
  Reply With Quote
10-05-11, 05:50 PM   #23
AlleyKat
A Warpwood Thunder Caller
 
AlleyKat's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 93
got this after new patch on PTR

Some textures randomly disapears and apears again:

  Reply With Quote
10-05-11, 08:44 PM   #24
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by Vladinator View Post
How about making you have to call functions like this string.replace() and disable the use of (""):replace() and such -that would be lovely, 90% of all code has to be rewritten.
How about remove the capability of metatables altogether? lol
Ooh, and take all of the core Lua tables like math, string, and table, remove them and replace the functions with crappy globals.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
10-12-11, 08:09 PM   #25
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
Summary of live vs current PTR patch FrameXML changes, attached to this post -enjoy it, coders!

*Edit*

Made a list of many Interface changes and figured I'd post my findings here:

http://pastebin.com/ti6Kid5t

(Deleted old attachment, latest can be found on later posts below.)

Last edited by Vlad : 11-11-11 at 10:18 AM.
  Reply With Quote
10-13-11, 07:55 AM   #26
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
I'm also trying to document the Encounter Journal API if anyone is interested,
although it was added earlier in the 4.2.0 patch (and moved into a LoadOnDemand addon in 4.3.0)

Last edited by Ketho : 10-13-11 at 08:29 AM.
  Reply With Quote
10-21-11, 01:45 AM   #27
pastryking
A Defias Bandit
Join Date: Jul 2011
Posts: 2
Originally Posted by AlleyKat View Post
got this after new patch on PTR

Some textures randomly disapears and apears again:

where did you get this compilation? i love it
  Reply With Quote
10-21-11, 05:56 AM   #28
Talyrius
An Onyxian Warder
 
Talyrius's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 363
Originally Posted by pastryking View Post
where did you get this compilation? i love it
AlleyKat authored it. It's HissyUI.
  Reply With Quote
10-21-11, 11:14 AM   #29
pastryking
A Defias Bandit
Join Date: Jul 2011
Posts: 2
Ty very much. Its an awesome addon. Keep up the good work.
  Reply With Quote
11-11-11, 10:17 AM   #30
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
1. Comparing live to latest PTR
2. Comparing live to first PTR
3. Comparing first PTR to latest PTR
Attached Files
File Type: zip 4.2.2.14545 vs 4.3.0.14980 (short).zip (553.0 KB, 963 views)
File Type: zip 4.2.2.14545 vs 4.3.0.14809 (short).zip (500.5 KB, 756 views)
File Type: zip 4.3.0.14809 vs 4.3.0.14980 (short).zip (75.1 KB, 978 views)
  Reply With Quote

WoWInterface » General Discussion » General WoW Chat » Patch 4.3 on PTR


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