Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-19-12, 04:11 AM   #1
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
[4.3.3.15354-4.3.4.15595] (Live) API changes

This is not really about the MoP Beta, but I felt this would be the most suitable for the (MoP) API changes forum ..
I want to share a quick list of added/removed stuff from the new patch

New functions

Removed functions

New strings
Lua Code:
  1. BAD_ARENA_TEAM_NAME = "Bad Arena Team Name"
  2. BAD_GUILD_NAME = "Bad Guild Name"
  3. BAD_PLAYER_NAME = "Bad Player Name"
  4. CONFIRM_LAUNCH_URL = "Clicking \"Okay\" will take you out of the game and open a web browser."
  5. ERR_BUG_SUBMITTED_SUCCESSFULLY = "Bug Submitted!"
  6. ERR_REPORT_SUBMISSION_FAILED = "Report system unavailable."
  7. ERR_REPORT_SUBMITTED_SUCCESSFULLY = "Thank you for your report!"
  8. ERR_SUGGESTION_SUBMITTED_SUCCESSFULLY = "Suggestion Submitted!"
  9. HELPFRAME_ITEM_RESTORATION = "Item Restoration"
  10. HELPFRAME_REPORT_BUG_TEXT1 = "If you have stumbled onto a bug, we will need as much detail as possible to find and fix it. Using the field below, please describe the issue:\n\n-|cffffd200Be specific|r about every step that leads to the problem.\n-Include any relevant |cffffd200character names, NPCs, and locations|r.\n-|cffffd200Avoid typos or abbreviations|r, which make bugs much harder to track down.\n-Include |cffffd200how long|r you have been seeing the problem, and |cffffd200how often|r (if more than once)."
  11. HELPFRAME_REPORT_BUG_TITLE = "Submit Bug"
  12. HELPFRAME_REPORT_PLAYER_EXAMPLE_CHAT = "[Player Name]: Blah blah blah"
  13. HELPFRAME_REPORT_PLAYER_EXAMPLE_CHAT_CLICK_LOCATION = "[Name in Chat]"
  14. HELPFRAME_REPORT_PLAYER_EXAMPLE_TARGET_CLICK_LOCATION = "Target Frame"
  15. HELPFRAME_REPORT_PLAYER_EXAMPLE_TARGET_NAME = "Player Name"
  16. HELPFRAME_REPORT_PLAYER_RIGHT_CLICK = "Right-Click"
  17. HELPFRAME_REPORT_PLAYER_TEXT1 = "World of Warcraft is intended to be a fun, fair, and safe environment. If you encounter a player who is using an |cffffd200offensive name|r, is |cffffd200spamming|r in chat, |cffffd200cheating|r, or using |cffffd200foul language|r, there's a quick and easy way to report the problem to Blizzard for follow-up.\n\nTo report a player for rule-breaking or offensive behavior, |cffffd200right-click the player's name|r in chat, or |cffffd200right-click the player's portrait|r, and select the option to |cffffd200Report Player|r."
  18. HELPFRAME_REPORT_PLAYER_TITLE = "Report Player"
  19. HELPFRAME_SUBMIT_SUGGESTION_LEGAL = "By clicking |cffffd200Submit|r, you promise that this is solely your idea and that Blizzard Entertainment can use it any way it chooses without any obligation to compensate you."
  20. HELPFRAME_SUBMIT_SUGGESTION_TEXT1 = "Player feedback helps the World of Warcraft team find opportunities to improve every aspect of the game.\n\nIf you choose to submit a suggestion, |cffffd200please be specific|r, and |cffffd200organize your thoughts|r in a |cffffd200constructive fashion|r:\n\n-Which part of the gameplay is your suggestion about?\n-What specific problem are you trying to fix?\n-How do you think this could be improved in a fun and fair way?"
  21. HELPFRAME_SUBMIT_SUGGESTION_TITLE = "Submit Suggestion"
  22. PLAYER_REPORT_TYPE_BAD_ARENA_TEAM_NAME = "badarenaname"
  23. PLAYER_REPORT_TYPE_BAD_GUILD_NAME = "badguildname"
  24. PLAYER_REPORT_TYPE_BAD_PLAYER_NAME = "badplayername"
  25. PLAYER_REPORT_TYPE_CHEATING = "cheater"
  26. PLAYER_REPORT_TYPE_LANGUAGE = "language"
  27. PLAYER_REPORT_TYPE_SPAM = "spam"
  28. REPORT_BAD_LANGUAGE = "Language"
  29. REPORT_BAD_LANGUAGE_CONFIRMATION = "Are you sure you want to report %s for inappropriate language?"
  30. REPORT_BAD_NAME = "Name"
  31. REPORT_CHEATING = "Cheating"
  32. REPORT_CHEATING_EDITBOX_INFO = "Please enter specific details here."
  33. REPORT_CHEATING_TEXT1 = "Below, please |cffffd200provide a clear and specific description|r of the cheating behavior you observed from this player. Include as much detail as possible about the |cffffd200time frame|r, the |cffffd200location|r, and the |cffffd200actions the character was performing|r."
  34. REPORT_CHEATING_TITLE = "Report Player for Cheating"
  35. REPORT_PLAYER = "Report Player"
  36. REPORT_PLAYER_FOR = "Report Player For:"
  37. REPORT_PLAYER_NAME_EDITBOX_INFO = "Optional: Include any additional information."
  38. REPORT_PLAYER_NAME_TEXT1 = "You can report a player for having a |cffffd200character name|r, |cffffd200guild name|r, or |cffffd200arena team name|r that violates the World of Warcraft naming policy.\n\nPlease select from:"
  39. REPORT_PLAYER_NAME_TITLE = "Report Player for a Bad Name:"
  40. REPORT_SPAMMING = "Spamming"


New tables
Code:
GameFontDisableMed3
HelpFrameButton16
HelpFrameButton16Icon
HelpFrameButton16Selected
HelpFrameButton16Text
HelpFrameOpenTicketHelpItemRestoration
HelpFrameOpenTicketHelpItemRestorationIcon
HelpFrameOpenTicketHelpItemRestorationSelected
HelpFrameOpenTicketHelpItemRestorationText
HelpFrameReportBug
HelpFrameReportBugEditBox
HelpFrameReportBugScrollFrame
HelpFrameReportBugScrollFrameCharacterCount
HelpFrameReportBugScrollFrameScrollBar
HelpFrameReportBugScrollFrameScrollBarScrollDownButton
HelpFrameReportBugScrollFrameScrollBarScrollUpButton
HelpFrameReportBugScrollFrameScrollBarThumbTexture
HelpFrameReportBugSubmit
HelpFrameReportBugSubmitLeft
HelpFrameReportBugSubmitMiddle
HelpFrameReportBugSubmitRight
HelpFrameReportBugSubmitText
HelpFrameReportBugText1
HelpFrameReportBugTitle
HelpFrameReportPlayer
HelpFrameReportPlayerExampleChat
HelpFrameReportPlayerExampleChatClickLocation
HelpFrameReportPlayerExampleChatRightClick
HelpFrameReportPlayerExampleTargetClickLocation
HelpFrameReportPlayerExampleTargetName
HelpFrameReportPlayerExampleTargetRightClick
HelpFrameReportPlayerExampleTexture
HelpFrameReportPlayerText1
HelpFrameReportPlayerTitle
HelpFrameSubmitSuggestion
HelpFrameSubmitSuggestionEditBox
HelpFrameSubmitSuggestionLegalDisclaimer
HelpFrameSubmitSuggestionScrollFrame
HelpFrameSubmitSuggestionScrollFrameCharacterCount
HelpFrameSubmitSuggestionScrollFrameScrollBar
HelpFrameSubmitSuggestionScrollFrameScrollBarScrollDownButton
HelpFrameSubmitSuggestionScrollFrameScrollBarScrollUpButton
HelpFrameSubmitSuggestionScrollFrameScrollBarThumbTexture
HelpFrameSubmitSuggestionSubmit
HelpFrameSubmitSuggestionSubmitLeft
HelpFrameSubmitSuggestionSubmitMiddle
HelpFrameSubmitSuggestionSubmitRight
HelpFrameSubmitSuggestionSubmitText
HelpFrameSubmitSuggestionText1
HelpFrameSubmitSuggestionTitle
ReportCheatingDialog
ReportCheatingDialogCancelButton
ReportCheatingDialogCancelButtonLeft
ReportCheatingDialogCancelButtonMiddle
ReportCheatingDialogCancelButtonRight
ReportCheatingDialogCancelButtonText
ReportCheatingDialogCommentFrame
ReportCheatingDialogCommentFrameBottom
ReportCheatingDialogCommentFrameBottomLeft
ReportCheatingDialogCommentFrameBottomRight
ReportCheatingDialogCommentFrameEditBox
ReportCheatingDialogCommentFrameFocusButton
ReportCheatingDialogCommentFrameLeft
ReportCheatingDialogCommentFrameMiddle
ReportCheatingDialogCommentFrameRight
ReportCheatingDialogCommentFrameTop
ReportCheatingDialogCommentFrameTopLeft
ReportCheatingDialogCommentFrameTopRight
ReportCheatingDialogReportButton
ReportCheatingDialogReportButtonLeft
ReportCheatingDialogReportButtonMiddle
ReportCheatingDialogReportButtonRight
ReportCheatingDialogReportButtonText
ReportCheatingDialogText1
ReportCheatingDialogTitle
ReportPlayerNameDialog
ReportPlayerNameDialogArenaTeamNameCheckButton
ReportPlayerNameDialogArenaTeamNameCheckButtonText
ReportPlayerNameDialogCancelButton
ReportPlayerNameDialogCancelButtonLeft
ReportPlayerNameDialogCancelButtonMiddle
ReportPlayerNameDialogCancelButtonRight
ReportPlayerNameDialogCancelButtonText
ReportPlayerNameDialogCommentFrame
ReportPlayerNameDialogCommentFrameBottom
ReportPlayerNameDialogCommentFrameBottomLeft
ReportPlayerNameDialogCommentFrameBottomRight
ReportPlayerNameDialogCommentFrameEditBox
ReportPlayerNameDialogCommentFrameFocusButton
ReportPlayerNameDialogCommentFrameLeft
ReportPlayerNameDialogCommentFrameMiddle
ReportPlayerNameDialogCommentFrameRight
ReportPlayerNameDialogCommentFrameTop
ReportPlayerNameDialogCommentFrameTopLeft
ReportPlayerNameDialogCommentFrameTopRight
ReportPlayerNameDialogGuildNameCheckButton
ReportPlayerNameDialogGuildNameCheckButtonText
ReportPlayerNameDialogPlayerNameCheckButton
ReportPlayerNameDialogPlayerNameCheckButtonText
ReportPlayerNameDialogReportButton
ReportPlayerNameDialogReportButtonLeft
ReportPlayerNameDialogReportButtonMiddle
ReportPlayerNameDialogReportButtonRight
ReportPlayerNameDialogReportButtonText
ReportPlayerNameDialogText1
ReportPlayerNameDialogTitle

Removed tables
Code:
HelpFrameReportAbuse
HelpFrameReportAbuseOpenTicket
HelpFrameReportAbuseOpenTicketIcon
HelpFrameReportAbuseOpenTicketSelected
HelpFrameReportAbuseOpenTicketText
HelpFrameReportAbuseText1
HelpFrameReportAbuseTitle
HelpFrameReportLag
HelpFrameReportLagAuctionHouse
HelpFrameReportLagAuctionHouseIcon
HelpFrameReportLagAuctionHouseSelected
HelpFrameReportLagAuctionHouseText
HelpFrameReportLagChat
HelpFrameReportLagChatIcon
HelpFrameReportLagChatSelected
HelpFrameReportLagChatText
HelpFrameReportLagLoot
HelpFrameReportLagLootIcon
HelpFrameReportLagLootSelected
HelpFrameReportLagLootText
HelpFrameReportLagMail
HelpFrameReportLagMailIcon
HelpFrameReportLagMailSelected
HelpFrameReportLagMailText
HelpFrameReportLagMovement
HelpFrameReportLagMovementIcon
HelpFrameReportLagMovementSelected
HelpFrameReportLagMovementText
HelpFrameReportLagSpell
HelpFrameReportLagSpellIcon
HelpFrameReportLagSpellSelected
HelpFrameReportLagSpellText
HelpFrameReportLagText1
HelpFrameReportLagTitle

New images
  • Interface\HELPFRAME\HelpIcon-Bug.blp
  • Interface\HELPFRAME\HelpIcon-ItemRestoration.blp
  • Interface\HELPFRAME\HelpIcon-Suggestion.blp
  • Interface\HELPFRAME\ReportHarrasment-HelpImage.blp
Attached Files
File Type: zip 4.3.3.15354-4.3.4.15595.zip (12.6 KB, 1107 views)

Last edited by Ketho : 07-01-12 at 10:07 PM.
 
 

WoWInterface » Site Forums » Archived Beta Forums » MoP Beta archived threads » [4.3.3.15354-4.3.4.15595] (Live) API changes

Thread Tools
Display Modes

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