Who Pinged?

Inactive
Displays players who have pinged the minimap in the chat window.

File Details

v1.2.6-nolib

  • R
  • Apr 15, 2009
  • 10.56 KB
  • 57
  • 3.1.0
  • Retail

File Name

WhoPinged-v1.2.6-nolib.zip

Supported Versions

  • 3.1.0

------------------------------------------------------------------------
r27 | davie3 | 2009-04-15 05:51:40 +0000 (Wed, 15 Apr 2009) | 10 lines
Changed paths:
   A /tags/v1.2.6 (from /trunk:26)

Tagging as v1.2.6
-Added a check to check if the person who pinged is visible.
-Moved items out of the AddonLogin OnEvent to a new OnEnable function.
-Changed the GetClassColor Function to return a value rather then set a global one then use it elsewhere.
-Changed the locale files so they can use the CurseForge Localization system.
-Fixed bug where regardless of the DisableInBG option the ping message would be displayed in a Battleground.
-The Ping Function now only adds the ping to the new Pings table. The printing functionality has now been added to the PrintMessage Function.
-Some bits of commented code left in for future implementation.
-Toc Interface update for Patch 3.1.
-Toc Version update to v1.2.6.
------------------------------------------------------------------------
r26 | davie3 | 2009-04-15 05:07:37 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/WhoPinged.lua

Fixed bug where the pinged message would display more than once.
------------------------------------------------------------------------
r25 | davie3 | 2009-04-14 18:23:24 +0000 (Tue, 14 Apr 2009) | 1 line
Changed paths:
   M /trunk/WhoPinged Concise Changelog.txt

Updated the concise change log.
------------------------------------------------------------------------
r24 | davie3 | 2009-04-14 18:15:00 +0000 (Tue, 14 Apr 2009) | 11 lines
Changed paths:
   M /trunk/Localization/deDE.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/esES.lua
   M /trunk/Localization/esMX.lua
   M /trunk/Localization/frFR.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua
   M /trunk/WhoPinged.lua
   M /trunk/WhoPinged.toc

Merging from 3.1 Branch (cause the merger isn't working):
Revision: 17 - Cleaned up Locale files and added 'handle-unlocalized="english"' to each localization line in each file.
Toc Interface update for Patch 3.1.
New table and partial implementation of the handling of player pings added (still buggy).
Revision: 19 - Fixed bug where regardless of the DisableInBG option the ping message would be displayed in a Battleground.
Revision: 20 - The Ping Function now only adds the ping to the Pings table. The printing functionality has now been added to the PrintMessage Function.
Timer lines have been commented out to be reimplemented later. The current timers don't work the way I want them to.
Revision: 21 - Commented out the addition of the number of pings to the PingedMessage.
Added seconds to the local time retrieval for future use.
Revision: 22 - Uncommented the local time retrieval line that included seconds.
Revision: 23 - Toc Version update to v1.2.6.
------------------------------------------------------------------------
r18 | davie3 | 2009-03-23 14:54:33 +0000 (Mon, 23 Mar 2009) | 1 line
Changed paths:
   M /trunk/Localization/deDE.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/esES.lua
   M /trunk/Localization/esMX.lua
   M /trunk/Localization/frFR.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua
   M /trunk/WhoPinged.lua
   M /trunk/WhoPinged.toc

Reverted Previous commit. Was not meant to be committed to the trunk but to the Patch 3.1 branch.
------------------------------------------------------------------------
r16 | davie3 | 2009-03-22 17:01:02 +0000 (Sun, 22 Mar 2009) | 3 lines
Changed paths:
   M /trunk/Localization/deDE.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/esES.lua
   M /trunk/Localization/esMX.lua
   M /trunk/Localization/frFR.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua
   M /trunk/WhoPinged.lua
   M /trunk/WhoPinged.toc

Cleaned up Locale files and added 'handle-unlocalized="english"' to each localization line in each file.
Toc Interface update for Patch 3.1.
New table and partial implementation of the handling of player pings added (still buggy).
------------------------------------------------------------------------
r14 | davie3 | 2009-02-23 22:52:09 +0000 (Mon, 23 Feb 2009) | 1 line
Changed paths:
   M /trunk/Localization/deDE.lua
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/esES.lua
   M /trunk/Localization/esMX.lua
   M /trunk/Localization/frFR.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua

Changed the locale files so they can use the CurseForge Localization system.
------------------------------------------------------------------------
r13 | davie3 | 2009-02-22 18:33:34 +0000 (Sun, 22 Feb 2009) | 1 line
Changed paths:
   M /trunk/WhoPinged.lua

Actually hitting save before committing is ftw. >.>
------------------------------------------------------------------------
r12 | davie3 | 2009-02-22 18:32:40 +0000 (Sun, 22 Feb 2009) | 2 lines
Changed paths:
   M /trunk/WhoPinged.lua

Moved items out of the AddonLogin OnEvent to a new OnEnable function.
Changed the GetClassColor Function to return a value rather then set a global one then use it elsewhere.
------------------------------------------------------------------------
r11 | davie3 | 2009-02-18 21:35:32 +0000 (Wed, 18 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua
   M /trunk/WhoPinged.lua

Fixed bug in zhCN and zhTW locales.
Added a check to check if the person who pinged is visible.
------------------------------------------------------------------------
r10 | davie3 | 2009-01-29 23:41:14 +0000 (Thu, 29 Jan 2009) | 1 line
Changed paths:
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua

zhCN and zhTW Locale update provided by wowui.cn
------------------------------------------------------------------------
r8 | davie3 | 2009-01-28 01:54:32 +0000 (Wed, 28 Jan 2009) | 2 lines
Changed paths:
   M /trunk/WhoPinged Concise Changelog.txt
   M /trunk/WhoPinged.toc
   M /trunk/embeds.xml

Fixed a bug in embeds.xml where a few libaries were loaded to late or to early that caused errors I've never really noticed.
Toc update to version 1.2.4
------------------------------------------------------------------------
r7 | davie3 | 2009-01-25 17:21:02 +0000 (Sun, 25 Jan 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Changed lib to Lib in the externals
------------------------------------------------------------------------
r6 | davie3 | 2009-01-24 23:47:34 +0000 (Sat, 24 Jan 2009) | 1 line
Changed paths:
   M /trunk/embeds.xml

embeds.xml Update
------------------------------------------------------------------------
r5 | davie3 | 2009-01-24 07:53:52 +0000 (Sat, 24 Jan 2009) | 2 lines
Changed paths:
   A /trunk/WhoPinged Concise Changelog.txt
   M /trunk/WhoPinged.toc

Changed TOC Author to just Davie3
Added WhoPinged Concise Changelog.txt
------------------------------------------------------------------------
r4 | davie3 | 2009-01-23 03:10:45 +0000 (Fri, 23 Jan 2009) | 1 line
Changed paths:
   M /trunk/WhoPinged.lua
   M /trunk/WhoPinged.toc

Repository keyword stuff
------------------------------------------------------------------------
r3 | davie3 | 2009-01-23 00:57:10 +0000 (Fri, 23 Jan 2009) | 1 line
Changed paths:
   M /trunk
   A /trunk/.pkgmeta
   A /trunk/Data
   A /trunk/Data/Defaults.lua
   A /trunk/Data/Options.lua
   A /trunk/Localization
   A /trunk/Localization/deDE.lua
   A /trunk/Localization/enUS.lua
   A /trunk/Localization/esES.lua
   A /trunk/Localization/esMX.lua
   A /trunk/Localization/frFR.lua
   A /trunk/Localization/koKR.lua
   A /trunk/Localization/ruRU.lua
   A /trunk/Localization/zhCN.lua
   A /trunk/Localization/zhTW.lua
   A /trunk/WhoPinged.lua
   A /trunk/WhoPinged.toc
   A /trunk/embeds.xml
   D /trunk/test.txt

Initial Repository Commit
------------------------------------------------------------------------
r2 | davie3 | 2009-01-22 22:47:01 +0000 (Thu, 22 Jan 2009) | 1 line
Changed paths:
   A /trunk/test.txt

Test Commit
------------------------------------------------------------------------
r1 | root | 2008-10-01 17:04:18 +0000 (Wed, 01 Oct 2008) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"whopinged/mainline: Initial Import"
------------------------------------------------------------------------