Thread Tools Display Modes
07/10/14, 07:00 AM   #1
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
PTS 1.3.0 API changes (100007 to 100008 diff)

Inspired by Garkin's research on PTS server I decided to make this diff (similar to my last diff)

The following data is produced by comparing API 100007 and 100008 global variables
  • New Functions:
    Warning: Spoiler
  • Removed Functions:
    Warning: Spoiler
  • No changes in protected functions.
  • New Constants:
    Warning: Spoiler
  • Removed Constants:
    Warning: Spoiler
  • New Tables:
    Warning: Spoiler
  • Removed Tables:
    Warning: Spoiler
  • New Userdata:
    Warning: Spoiler
  • Removed Userdata:
    Warning: Spoiler
  Reply With Quote
07/10/14, 09:27 AM   #2
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Nice. First signs of the build in Voice function (that I always knew would be comming):
VOICE_CHANNEL_ALL
VOICE_CHANNEL_AREA
VOICE_CHANNEL_GROUP
VOICE_CHANNEL_GUILD
VOICE_CHANNEL_NONE

After the recent updage of the Guild Store this was the last element that was truly missing for the console launch.
  Reply With Quote
07/10/14, 11:08 AM   #3
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Looks like native controller support is coming too with all of the new gamepad events
  Reply With Quote
07/10/14, 11:09 AM   #4
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,278
Thanks Harven!
  Reply With Quote
07/10/14, 02:13 PM   #5
farangkao
 
farangkao's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 59
Nice,
thanks to the list i've made my Addon run in 1minute.

Only change so far i had to do ,is replacing GetBagInfo Function

Lua Code:
  1. -- v1.2
  2. --local bagIcon, bagSlots=GetBagInfo(BAG_GUILDBANK)
  3. -- v1.3
  4. local bagSlots = GetBagSize(BAG_GUILDBANK)
  Reply With Quote
07/10/14, 03:45 PM   #6
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
I like the looks of the functions named "GetItemLink*". Looks like they're trying to make up for breaking item link parsing? I hope.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » PTS 1.3.0 API changes (100007 to 100008 diff)


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