File Details
TomTomPing v1.2 r028
- R
- Jul 4, 2013
- 203.00 KB
- 7.5K
- 5.3.0
- Retail
File Name
TomTomPing_v1_2_r028.zip
Supported Versions
- 5.3.0
Update Version 1.2 r028:
- now function ZoomOut() to zoom out on map
(finally getting rid of that annoying clicking sound when destination is unavailable on map)
Version 1.2 r027:
- modularized addon
- updated toc to 50300
- new feature to switch destination setting in tooltip
- new option to select mouse button for mouseover-click setting
- new handling for mouseover(-click) setup which combines several destination conditions with modificator key settings to activate/deactivate direction arrow
- conditions are 'in combat', 'out of combat', 'target alive', 'target dead', 'in casting range', 'out of casting range', 'target is player', 'target is pet'
- new static icon
- new optional dynamic compass icon indicating compass direction for data broker and minimap button
- users of Broker-display DockingStation will experience scaling of compass icon based on current direction; fix it by adjusting DockingStation like below
File Textures.lua (line 51):
replace
local ULx, ULy, LLx, LLy, URx, URy, LRx, LRy = topercent(value[1], 0), topercent(value[2], 0), topercent(value[3], 0), topercent(value[4], 1), topercent(value[5], 1), topercent(value[6], 0), topercent(value[7], 1), topercent(value[8], 1)
with
local ULx, ULy, LLx, LLy, URx, URy, LRx, LRy = value[1], value[2], value[3], value[4], value[5], value[6], value[7], value[8]
Update Version 1.1 r026:
- fixed text colorization function
- renamed event PARTY_MEMBERS_CHANGED to GROUP_ROSTER_UPDATE
- fixed raid unit name mapping due to new GetNumGroupMembers
Update Version 1.1 r025:
- fixed taint issue caused by using global _ variable
Update Version 1.1 r024:
- adjustments due to WoW API changes
- internal text coloring now supports nested colors
- updated libraries
- updated toc to 50001
====================================
TomTomPing-v1.1-r023 05.23.2012
- removed Astrolabe library
- added LibMapData-1.0 support
- several changes to destination handling
- reducing calls to SetMapToCurrentZone to reduce occasional hiccups producing fps drop and lag
- fixed bug with unit name coloring
- removed obsolete optional DBM dependency
- removed obsolete default DB values
====================================
TomTomPing-v1.1-r022 12.04.2011
- updated .toc to 4.3
====================================
TomTomPing-v1.1-r021 10.31.2011
- added option to hide arrow immediately on arrival
- cleaned up library includes
- updated libraries
- updated .toc to 4.2
====================================
TomTomPing-v1.1-r019 11.14.2010
Compass properly highlights north now
Removed bug occurring when making empty target sticky when mouseover is destination
====================================
TomTomPing-v1.1-r018 10.17.2010
Fixed messed up library loading
====================================
TomTomPing-v1.1-r017 10.16.2010
.toc updated to 4.0.1
Fixed minor code issues
====================================
TomTomPing-v1.1-r016 08.09.2010
Fixed typo that prevented LibQTip-1.0 from loading
====================================
TomTomPing-v1.1-r015 08.09.2010
Complete overhaul of the project and re-release

