Addon Info.
Change Log
Beta (1)
Archived (25)
Comments (585)
  Category: Map Mods
Addon Information
Works with Patch 2.4
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Cladhaire's Portal Bug Reports Feature Requests
Author:
Version:
r144
Date:
05-01-2008 05:23 PM
Size:
268.08 Kb
Downloads:
523,156
Views:
909,262
Favorites:
1,315
MD5:
Pictures
Click to enlarge
TomTom's "Crazy-Taxi" style arrow
Minimap waypoints (TomTom's arrows are colored differently)
Tooltips for waypoints
Floating coordinate block
Click to enlarge
Configuration Dialog
TomTom   Popular!
Rate: 5 out of 5 with 49 votes  
TomTom is your personal navigation assistant in World of Warcraft. This addon is very simple, but provides a nice set of functionality. Thanks to Esamynn for Astrolabe, which does the bulk of the work in this addon.

TomTom offers the following major features:
  • Set waypoints via command, or by clicking on the world map
  • A draggable coordinate display with customizable accuracy. This frame can be hidden or locked.
  • Player and cursor coordinates on the World Map (these can be hidden)
  • A floating "crazy-taxi" style arrow that points you to your destination

Please also check out LightHeaded: http://www.wowinterface.com/download...ghtHeaded.html
Slash Commands:
/tomtom - Opens configuration GUI

In addition you can use the /way command to add and reset waypoints. The following forms are available:

Add a new waypoint at 14.78, 23.90:
Code:
/way 14.78 23.90
Add a new waypoint in Nagrand at 45, 50:
Code:
/way Nagrand 45 50
Add a new waypoint with a description:
Code:
/way 14.78 23.90 This is a waypoint!
Remove ALL current waypoints:
Code:
/way reset all
Remove all waypoints in Nagrand:
Code:
/way reset Nagrand
When you set a waypoint, a dot will appear (green) on your minimap. When it goes out of range of the minimap display, it will turn into an arrow, just like the default UI. You can mouse over these waypoints to get detailed information about that waypoint.

Make a Donation
  Change Log - TomTom
------------------------------------------------------------------------
r144 | Cladhaire-15704 | 2008-05-01 23:18:01 +0100 (Thu, 01 May 2008) | 3 lines

* Bugfixes for certain reported bugs
* Callbacks will now properly be fired when the minimap icon isn't enabled

------------------------------------------------------------------------
r143 | Cladhaire-15704 | 2008-04-19 21:13:47 +0100 (Sat, 19 Apr 2008) | 2 lines

* Changed code for GetCursorPosition() thanks to ckknight

------------------------------------------------------------------------
r142 | Cladhaire-15704 | 2008-04-19 21:12:37 +0100 (Sat, 19 Apr 2008) | 2 lines

Guard for an odd error when a waypoint's angle can't be determined

------------------------------------------------------------------------
r141 | Cladhaire-15704 | 2008-04-15 10:06:19 +0100 (Tue, 15 Apr 2008) | 2 lines

Removed old property

------------------------------------------------------------------------
r140 | Cladhaire-15704 | 2008-04-15 09:57:30 +0100 (Tue, 15 Apr 2008) | 2 lines

* Next time, make the change in PerfectRaid, not TomTom

------------------------------------------------------------------------
r139 | Cladhaire-15704 | 2008-04-15 09:56:56 +0100 (Tue, 15 Apr 2008) | 2 lines

Set wowi-dirname so zips are generated properly

------------------------------------------------------------------------
r138 | Cladhaire-15704 | 2008-04-08 10:40:44 +0100 (Tue, 08 Apr 2008) | 2 lines

* Added an arrow model courtesy of Guillotine to possibly be used later

------------------------------------------------------------------------
r137 | Cladhaire-15704 | 2008-04-08 10:34:14 +0100 (Tue, 08 Apr 2008) | 2 lines

* Removed bad comment

------------------------------------------------------------------------
r136 | Cladhaire-15704 | 2008-04-07 18:19:16 +0100 (Mon, 07 Apr 2008) | 7 lines

* Added a guard when removing waypoints to catch an error
* Simplified the distance callbacks a bit so the outer distance makes more sense
* Moved the arrow rotation function out of the OnUpdate
* Use the arrow rotation function rather than the OnUpdate function to ensure things are displayd correctly on options change
* Make the distance list local to the point, instead of the callbacks table
* Release the callbacks table when the waypoint is cleared

------------------------------------------------------------------------
r135 | Cladhaire-15704 | 2008-04-07 17:21:18 +0100 (Mon, 07 Apr 2008) | 2 lines

* Updated localization

------------------------------------------------------------------------
r134 | Cladhaire-15704 | 2008-04-07 16:52:30 +0100 (Mon, 07 Apr 2008) | 2 lines

* Updated enUS localization file

------------------------------------------------------------------------
r133 | Cladhaire-15704 | 2008-04-07 16:51:24 +0100 (Mon, 07 Apr 2008) | 2 lines

* Added deDE localization, courtesy of Elto
------------------------------------------------------------------------
r132 | Cladhaire-15704 | 2008-04-07 09:41:24 +0100 (Mon, 07 Apr 2008) | 2 lines

* Fixed a bug that caused the crazy arrow to appear on zoning/death/etc

------------------------------------------------------------------------
r131 | Cladhaire-15704 | 2008-04-06 12:26:25 +0100 (Sun, 06 Apr 2008) | 3 lines

* Expose TomTom:InitializeDropdown(uid) that can be used to init the dropdown
* Fix a bug where checkboxes could be put in the wrong place on dropdown menus

------------------------------------------------------------------------
r130 | Cladhaire-15704 | 2008-04-06 08:50:05 +0100 (Sun, 06 Apr 2008) | 2 lines

* Guarded the ColorGradient() function against specific odd cases

------------------------------------------------------------------------
r129 | Cladhaire-15704 | 2008-04-06 08:42:37 +0100 (Sun, 06 Apr 2008) | 3 lines

* Added a comment clarifying that TomTom_Waypoints API is private
* When a duplicate waypoint is set, return the original uid

------------------------------------------------------------------------
r128 | Cladhaire-15704 | 2008-04-05 13:59:05 +0100 (Sat, 05 Apr 2008) | 2 lines

* Stop duplicate waypoints from being set

------------------------------------------------------------------------
r127 | Cladhaire-15704 | 2008-04-05 13:47:38 +0100 (Sat, 05 Apr 2008) | 2 lines

* Fix a bug where players were receiving their own messages

------------------------------------------------------------------------
r126 | Cladhaire-15704 | 2008-04-05 13:33:34 +0100 (Sat, 05 Apr 2008) | 3 lines

* Fixed an issue where waypoint would appear out of nowhere when zoning
* Fixed the slash command handler so it properly accepts multi word zone names

------------------------------------------------------------------------
r125 | Cladhaire-15704 | 2008-03-28 22:09:45 +0000 (Fri, 28 Mar 2008) | 5 lines

* Reverted to a different version of Astrolabe for testing purposes
* Added a "Send Waypoint" option, needs testing
* Fixed an issue with the waypoint arrow when using minimap rotation
* Added the waypoint removal (all, zone) options to the crazy arrow right-click

------------------------------------------------------------------------
r124 | Cladhaire-15704 | 2008-03-28 17:01:58 +0000 (Fri, 28 Mar 2008) | 2 lines

* Added alpha for border

------------------------------------------------------------------------
r123 | Cladhaire-15704 | 2008-03-28 13:18:55 +0000 (Fri, 28 Mar 2008) | 2 lines

* Fix a bug where the "Enable" checkbox wasn't working for minimap or worldmap waypoints

------------------------------------------------------------------------
r122 | Cladhaire-15704 | 2008-03-28 10:45:48 +0000 (Fri, 28 Mar 2008) | 2 lines

* Added a right-click option to clear the current waypoint on the arrow

------------------------------------------------------------------------
r121 | Cladhaire-15704 | 2008-03-27 10:01:38 +0000 (Thu, 27 Mar 2008) | 3 lines

* Fixing an issue where crazy arrow would appear even when disabled
* Updated externals to fix config issue

------------------------------------------------------------------------
r120 | Cladhaire-15704 | 2008-03-26 12:42:25 +0000 (Wed, 26 Mar 2008) | 2 lines

* Fixed waypoints not automatically clearing when that option is set

------------------------------------------------------------------------
r119 | Cladhaire-15704 | 2008-03-26 12:01:17 +0000 (Wed, 26 Mar 2008) | 2 lines

Removed Dongle from scm control

------------------------------------------------------------------------
r118 | Cladhaire-15704 | 2008-03-26 11:37:22 +0000 (Wed, 26 Mar 2008) | 2 lines

* Added version information to TomTom

------------------------------------------------------------------------
r117 | Cladhaire-15704 | 2008-03-26 11:26:52 +0000 (Wed, 26 Mar 2008) | 2 lines

* Added version number to .toc

------------------------------------------------------------------------
r116 | Cladhaire-15704 | 2008-03-26 07:41:00 +0000 (Wed, 26 Mar 2008) | 2 lines

* Make sure to return the uid from AddZWaypoints
* Astrolabe updated to include the new zone

------------------------------------------------------------------------
r115 | Cladhaire-15704 | 2008-03-25 19:17:03 +0000 (Tue, 25 Mar 2008) | 2 lines

* Fixed the parenting of the options panel

------------------------------------------------------------------------
r114 | Cladhaire-15704 | 2008-03-25 15:40:09 +0000 (Tue, 25 Mar 2008) | 2 lines

* Added property so zips are generated properly

------------------------------------------------------------------------
r113 | jnwhiteh | 2008-03-25 15:05:49 +0000 (Tue, 25 Mar 2008) | 4 lines

* Removed Dongle from .toc
* Updated externals
* Updated localization file

------------------------------------------------------------------------
r112 | jnwhiteh | 2008-03-25 14:44:00 +0000 (Tue, 25 Mar 2008) | 2 lines

Fixed an issue

------------------------------------------------------------------------
r111 | jnwhiteh | 2008-03-25 11:15:32 +0000 (Tue, 25 Mar 2008) | 2 lines

Fixed the parsing of the description part of the slash comman

------------------------------------------------------------------------
r110 | jnwhiteh | 2008-03-22 17:08:34 +0000 (Sat, 22 Mar 2008) | 2 lines

* Fixed the loading of arrows from storage, and enabled right-click to set as crazy arrow

------------------------------------------------------------------------
r109 | jnwhiteh | 2008-03-22 17:02:13 +0000 (Sat, 22 Mar 2008) | 2 lines

Lots of changes, including a working slash command

------------------------------------------------------------------------
r108 | jnwhiteh | 2008-03-22 15:26:01 +0000 (Sat, 22 Mar 2008) | 2 lines

Major update to TomTom, everything except CrazyTaxi queuing "works"

------------------------------------------------------------------------
r107 | jnwhiteh | 2008-03-22 12:32:01 +0000 (Sat, 22 Mar 2008) | 2 lines

* Made changes to allow for better operations with 2.4

------------------------------------------------------------------------
r106 | jnwhiteh | 2008-03-22 12:00:01 +0000 (Sat, 22 Mar 2008) | 4 lines

Moving over to AceDB and removing dependecy on Dongle

* Reconfigured options screens

------------------------------------------------------------------------
r105 | jnwhiteh | 2008-03-17 06:57:14 +0000 (Mon, 17 Mar 2008) | 2 lines

Removed override of GetBuildInfo.

------------------------------------------------------------------------
r104 | jnwhiteh | 2008-03-16 08:31:41 +0000 (Sun, 16 Mar 2008) | 1 line

* Fixed the size of the tooltip.. thanks Kergoth
------------------------------------------------------------------------
r103 | jnwhiteh | 2008-03-15 09:29:34 +0000 (Sat, 15 Mar 2008) | 2 lines

* Fixed a bug that could occur when zoning into instances

------------------------------------------------------------------------
r102 | jnwhiteh | 2008-03-14 15:17:10 +0000 (Fri, 14 Mar 2008) | 3 lines

* Merging all changes from 2.4 branch
* Configuration dialog should work on 2.3 and 2.4

------------------------------------------------------------------------
r95 | jnwhiteh | 2008-03-13 13:41:06 +0000 (Thu, 13 Mar 2008) | 2 lines

* Updating externals

------------------------------------------------------------------------
r94 | jnwhiteh | 2008-03-12 17:52:17 +0000 (Wed, 12 Mar 2008) | 2 lines

* Re-generated the localiztion file

------------------------------------------------------------------------
r93 | jnwhiteh | 2008-03-12 17:49:09 +0000 (Wed, 12 Mar 2008) | 2 lines

I changed things

------------------------------------------------------------------------
r92 | jnwhiteh | 2008-03-09 13:57:34 +0000 (Sun, 09 Mar 2008) | 3 lines

* Added an option to clear waypoints (set the distance > 0)
* Altered the callback system to allow for arbitrary distance callbacks

------------------------------------------------------------------------
r91 | jnwhiteh | 2008-03-09 11:04:40 +0000 (Sun, 09 Mar 2008) | 2 lines

* Re-working the internals of TomTom yet again. Tooltips for minimap nodes should work

------------------------------------------------------------------------
r90 | jnwhiteh | 2008-02-29 15:14:10 +0000 (Fri, 29 Feb 2008) | 2 lines

* Uhh.. return

------------------------------------------------------------------------
r89 | jnwhiteh | 2008-02-29 13:10:28 +0000 (Fri, 29 Feb 2008) | 4 lines

* Fixed the error upon login
* Added a middle color, which is used for proper shading between good and bad
* Fixed the coloring of the crazy arrow so it properly turns green when you're "Arrived"

------------------------------------------------------------------------
r88 | jnwhiteh | 2008-02-26 09:44:53 +0000 (Tue, 26 Feb 2008) | 2 lines

* Updated Astrolabe externals

------------------------------------------------------------------------
r87 | jnwhiteh | 2008-02-24 23:03:35 +0000 (Sun, 24 Feb 2008) | 2 lines

* Reworking of the Waypoints API... callbacks are broken as a result

------------------------------------------------------------------------
r86 | jnwhiteh | 2008-02-22 23:24:38 +0000 (Fri, 22 Feb 2008) | 2 lines

* Enable a /way command, fix a bunch of things, control-right click works

------------------------------------------------------------------------
r85 | jnwhiteh | 2008-02-22 10:56:08 +0000 (Fri, 22 Feb 2008) | 2 lines

* Remove inline groups, which hopefully will motivate me to not let this look stupid

------------------------------------------------------------------------
r84 | jnwhiteh | 2008-02-22 10:51:36 +0000 (Fri, 22 Feb 2008) | 2 lines

* Working changes to the new AceConfig GUI

------------------------------------------------------------------------
r83 | jnwhiteh | 2008-02-21 19:52:02 +0000 (Thu, 21 Feb 2008) | 2 lines

* More skeleton work

------------------------------------------------------------------------
r82 | jnwhiteh | 2008-02-21 19:44:25 +0000 (Thu, 21 Feb 2008) | 2 lines

Added Astrolabe coroutine branch as an external, along with the libs for Ace3Config

------------------------------------------------------------------------
r81 | jnwhiteh | 2008-02-08 15:30:44 +0000 (Fri, 08 Feb 2008) | 2 lines

* Zomg colors

------------------------------------------------------------------------
r80 | jnwhiteh | 2008-02-07 17:21:29 +0000 (Thu, 07 Feb 2008) | 2 lines

Updated AStrolabe to fix a typo

------------------------------------------------------------------------
r79 | jnwhiteh | 2008-02-05 21:58:53 +0000 (Tue, 05 Feb 2008) | 2 lines

* Updated Astrolabe to fix coroutine issues

------------------------------------------------------------------------
r78 | wobster | 2008-01-30 13:28:12 +0000 (Wed, 30 Jan 2008) | 1 line

Zerofill the minutes also
------------------------------------------------------------------------
r77 | wobster | 2008-01-30 13:04:08 +0000 (Wed, 30 Jan 2008) | 1 line

Modified TTA to be a X:XX countdown to avoid having to pluralise minutes/seconds
------------------------------------------------------------------------
r76 | jnwhiteh | 2008-01-29 20:52:58 +0000 (Tue, 29 Jan 2008) | 2 lines

* Updated to Astrolabe-coroutine branch

------------------------------------------------------------------------
r75 | jnwhiteh | 2008-01-29 14:52:49 +0000 (Tue, 29 Jan 2008) | 2 lines

* Fix for WorldMap dots, since they were using the wrong texture

------------------------------------------------------------------------
r74 | jnwhiteh | 2008-01-28 07:45:52 +0000 (Mon, 28 Jan 2008) | 2 lines

* Parent world map icons to the WorldMapDetailFrame

------------------------------------------------------------------------
r73 | wobster | 2008-01-28 05:06:59 +0000 (Mon, 28 Jan 2008) | 1 line

Added in TTA. May need tweaking for cosmetic value.
------------------------------------------------------------------------
r72 | jnwhiteh | 2008-01-25 19:51:37 +0000 (Fri, 25 Jan 2008) | 2 lines

* Fix for minimap/world textures

------------------------------------------------------------------------
r71 | jnwhiteh | 2008-01-25 19:45:41 +0000 (Fri, 25 Jan 2008) | 2 lines

* Fix for the crazy arrow

------------------------------------------------------------------------
r70 | jnwhiteh | 2008-01-25 11:14:55 +0000 (Fri, 25 Jan 2008) | 2 lines

* Fix for the crazy arrow
  Beta Files - TomTom
The Beta Files area is currently being tested.
File Name
Version
Hits
Size
Author
Date
r141
179
268.01 Kb
Cladhaire
04-15-2008 07:17 AM
  Archived Versions - TomTom
File Name
Version
Size
Author
Date
r141
268.01 Kb
Cladhaire
04-17-2008 02:14 PM
r132
262.89 Kb
Cladhaire
04-07-2008 03:42 AM
r131
262.89 Kb
Cladhaire
04-06-2008 06:27 AM
r128
262.68 Kb
Cladhaire
04-05-2008 08:00 AM
r125
262.51 Kb
Cladhaire
03-28-2008 05:13 PM
r123
263.41 Kb
Cladhaire
03-28-2008 08:26 AM
r122
263.38 Kb
Cladhaire
03-28-2008 05:48 AM
r121
262.87 Kb
Cladhaire
03-27-2008 05:02 AM
r120
263.29 Kb
Cladhaire
03-26-2008 07:47 AM
r118
272.91 Kb
Cladhaire
03-26-2008 06:41 AM
r116
272.85 Kb
Cladhaire
03-26-2008 03:13 AM
r115
272.84 Kb
Cladhaire
03-25-2008 02:19 PM
r114
272.84 Kb
Cladhaire
03-25-2008 10:41 AM
r69
42.83 Kb
Cladhaire
11-14-2007 07:00 PM
r68-again
42.82 Kb
Cladhaire
11-14-2007 01:02 PM
r68
41.65 Kb
Cladhaire
11-13-2007 03:22 AM
r64
41.66 Kb
Cladhaire
11-12-2007 03:50 PM
r32
41.96 Kb
Cladhaire
07-19-2007 09:06 AM
r30
41.83 Kb
Cladhaire
07-10-2007 04:37 PM
r26
40.99 Kb
Cladhaire
06-08-2007 09:56 AM
r25
40.90 Kb
Cladhaire
05-23-2007 06:04 AM
r24
40.88 Kb
Cladhaire
05-23-2007 05:41 AM
r22
40.11 Kb
Cladhaire
05-20-2007 06:47 PM
0.2.0
38.33 Kb
Cladhaire
04-12-2007 09:08 PM
0.1
36.66 Kb
Cladhaire
03-29-2007 10:25 PM
  Comments - TomTom
Post A Reply
Author Comments Comment Options
Old Today, 10:22 AM  
Henna
A Murloc Raider
 
Henna's Avatar

Forum posts: 9
File comments: 14
Uploads: 0
Quote:
Originally posted by Cladhaire
I'll work on getting them added.
You rock. Thanks!
Henna is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old Today, 10:10 AM  
Cladhaire
Super Moderator
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 951
File comments: 1812
Uploads: 12
Quote:
Originally posted by Henna
Love TomTom, thank you!

I couldn't find options for WP arrow opacity and scale so I'd like to request them as enhancements. I was using Cart WP with QuestHelper but now that QH supports TT, I've dropped the former. The only thing I'm missing is scale and opacity. I don't need the WP arrow to be so bright and it could be a little smaller.

Thanks for the consideration!
I'll work on getting them added.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old Today, 05:08 AM  
Henna
A Murloc Raider
 
Henna's Avatar

Forum posts: 9
File comments: 14
Uploads: 0
Love TomTom, thank you!

I couldn't find options for WP arrow opacity and scale so I'd like to request them as enhancements. I was using Cart WP with QuestHelper but now that QH supports TT, I've dropped the former. The only thing I'm missing is scale and opacity. I don't need the WP arrow to be so bright and it could be a little smaller.

Thanks for the consideration!
Henna is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-05-2008, 07:02 AM  
maephisto
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: TomTom not saving waypoints after a logoff

Quote:
Originally posted by Maephisto Hi,
I've been using TomTom for few months and first of all I should say that's a wonderful addon!

Since WoW Patch 2.4 I've this issue: TomTom works perfectly (even with Cartographer ), but everytime I quit WoW and start it again I lose ALL my waypoints. I'm using the default profile (both for Options and for Waypoints). I deactivated the coordinate block, the waypoint arrow, the world map coordinates; I selected the "Save waypoints until I remove them" and I put minimum distance to remove a waypoint to 0.

What could I do? Thx for help!
Quote:
Originally posted by Cladhaire
Sounds like a bug. Can you email me your saved variables file so I can ensure everything is set up properly? i use the same username, at gmail.com.
Well, instead of bothering Cladhaire sending him (or her) my saved variables files , I deleted the file and everything works fine now. If I have more problems, I'll let u know.
__________________
Lag is like a phoenix... it always comes back.

There is no Death... there is the Force
maephisto is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-03-2008, 05:28 AM  
elegos
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Quote:
Originally posted by Cladhaire
No. Disable all addons except TomTom and make sure it works fine with the default map.
It was indeed a cartographer issue: it filters waypoints, and you have to enable the chat ones from the cartographer options menu

EDIT:
Quote:
Originally posted by maephisto
Hi,
I've been using TomTom for few months and first of all I should say that's a wonderful addon!

Since WoW Patch 2.4 I've this issue: TomTom works perfectly (even with Cartographer ), but everytime I quit WoW and start it again I lose ALL my waypoints. I'm using the default profile (both for Options and for Waypoints). I deactivated the coordinate block, the waypoint arrow, the world map coordinates; I selected the "Save waypoints until I remove them" and I put minimum distance to remove a waypoint to 0.

What could I do? Thx for help!
I've got the exactly same problem... do you still need some saved values?

Last edited by elegos : 05-03-2008 at 05:38 AM.
elegos is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-02-2008, 04:11 AM  
cheadstina
A Kobold Labourer

Forum posts: 1
File comments: 30
Uploads: 0
Re: Re: Two problems left for me.

Quote:
Originally posted by Cladhaire
There is no queue. You can right-click a waypoint to set it as the active one, or wait until a queue is implemented.
Ok, looking forward till the queue is implemented
cheadstina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-02-2008, 03:28 AM  
Cladhaire
Super Moderator
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 951
File comments: 1812
Uploads: 12
Re: Two problems left for me.

Quote:
Originally posted by cheadstina
Really like Tomtom, I just need two more options to fullfill me needs for such an addon.

1. If you set 3 waypoints on the map the nice arrow shows up pointing to the last waypoint you set. When you get to that waypoint the arrow points at, then the arrow is removed. I'd expect it to point to the next waypoint.

2. If you have 2 waypoints it would be nice to be able to move your current waypoint to the end of the queue so the arrow will point to the next waypoint in the queue. Could be in the menu when you right click the arrow.

Keep up your great work, Clad!
There is no queue. You can right-click a waypoint to set it as the active one, or wait until a queue is implemented.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-02-2008, 02:44 AM  
cheadstina
A Kobold Labourer

Forum posts: 1
File comments: 30
Uploads: 0
Two problems left for me.

Really like Tomtom, I just need two more options to fullfill me needs for such an addon.

1. If you set 3 waypoints on the map the nice arrow shows up pointing to the last waypoint you set. When you get to that waypoint the arrow points at, then the arrow is removed. I'd expect it to point to the next waypoint.

2. If you have 2 waypoints it would be nice to be able to move your current waypoint to the end of the queue so the arrow will point to the next waypoint in the queue. Could be in the menu when you right click the arrow.

Keep up your great work, Clad!

Last edited by cheadstina : 05-02-2008 at 02:46 AM.
cheadstina is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-01-2008, 05:11 PM  
Cladhaire
Super Moderator
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 951
File comments: 1812
Uploads: 12
Quote:
Originally posted by mollie1018
[b]I am getting the following error message all the time lately:

Date: 2008-04-25 01:50:02
ID: 52
Error occured in: Global
Count: 1
Message: ..\AddOns\TomTom\TomTom.lua line 524:
attempt to index local 'data' (a nil value)
This could only happen if you're mousing over waypoints.. could you be more specific about when and how?
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-01-2008, 05:03 PM  
Cladhaire
Super Moderator
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 951
File comments: 1812
Uploads: 12
Quote:
Originally posted by elegos
1. deleted ALL the saved variables (deleted contents of WTF folder)
2. list of addons:
- X-Perl Unit Frames
- Titan Panel
- DoubleWide (for quest log)
- LightHeaded
- TomTom
- Cartographer
- OneSuite (all the bags in one)

still the problem on the world map... Cartographer downloaded from your source... any idea?
No. Disable all addons except TomTom and make sure it works fine with the default map.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-01-2008, 09:26 AM  
Cladhaire
Super Moderator
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 951
File comments: 1812
Uploads: 12
Re: Hard lockups

Quote:
Originally posted by forty2j
Clad,

I've been experiencing some hard lockups while in flight on my iMac 2.4 GHz 24". When this happens, my video is locked to a particular moment in time, sound continues, mouse moves, but I can only regain control of the mac by force-power-off; attempting to go to windowed mode or force-quitting doesn't get a response.

Tigerclaw over in the official WoW forums pointed to the Astrolabe library as a probable root cause. Have you exerpienced this or heard anything about it?

Thanks.
Yes, it was a problem with previous versions of Astrolabe immediately after 2.4, but was fixed quite quickly. I would suggest searching your addons to determine which ones use Astrolabe, and making sure they are all updated.

I run WoW on my Macbook Pro without any issues. Hope this helps.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-01-2008, 09:20 AM  
forty2j
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 0
Hard lockups

Clad,

I've been experiencing some hard lockups while in flight on my iMac 2.4 GHz 24". When this happens, my video is locked to a particular moment in time, sound continues, mouse moves, but I can only regain control of the mac by force-power-off; attempting to go to windowed mode or force-quitting doesn't get a response.

Tigerclaw over in the official WoW forums pointed to the Astrolabe library as a probable root cause. Have you exerpienced this or heard anything about it?

Thanks.

Last edited by forty2j : 05-01-2008 at 09:20 AM.
forty2j is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-30-2008, 04:12 PM  
thegriffgeeks
A Kobold Labourer

Forum posts: 0
File comments: 23
Uploads: 0
Quote:
Originally posted by Cladhaire
I'll try to get this fixed soon, but manually remove the entry from your saved variables table in order to stop it.
Done.
thegriffgeeks is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-30-2008, 09:27 AM  
Cladhaire
Super Moderator
 
Cladhaire's Avatar
WoWInterface Super Moderator
Interface Author - Click to view interfaces

Forum posts: 951
File comments: 1812
Uploads: 12
Quote:
Originally posted by thegriffgeeks
Hi Clad, I was trying out TourGuide yesterday. TomTom started throwing errors after I cleared a manually set waypoint.

TomTom-141\\TomTom_Waypoints.lua:75: attempt to perform arithmetic on local 'angle' (a nil value)\nTomTom-141\\TomTom_Waypoints.lua:181: in function `SetWaypoint'\nTomTom-141\\TomTom.lua:664: in function `AddZWaypoint'\nTomTom-141\\TomTom.lua:164: in function `ReloadWaypoints'\nTomTom-141\\TomTom.lua:129: in function `?'\nTomTom-141\\TomTom.lua:32: in function <Interface\\AddOns\\TomTom\\TomTom.lua:29>\n\n ---


TomTom-141\\TomTom_Waypoints.lua:75: attempt to perform arithmetic on local 'angle' (a nil value)\nTomTom-141\\TomTom_Waypoints.lua:181: in function `SetWaypoint'\nTomTom-141\\TomTom.lua:664: in function `AddZWaypoint'\nTomTom-141\\TomTom.lua:164: in function `ReloadWaypoints'\nTomTom-141\\TomTom.lua:129: in function `?'\nTomTom-141\\TomTom.lua:32: in function <Interface\\AddOns\\TomTom\\TomTom.lua:29>\n\n ---

TomTom-141\\TomTom.lua:524: attempt to index local 'data' (a nil value)\n(tail call): ?:\nTomTom-141\\TomTom_Waypoints.lua:252: in function <Interface\\AddOns\\TomTom\\TomTom_Waypoints.lua:233>\n\n ---
I'll try to get this fixed soon, but manually remove the entry from your saved variables table in order to stop it.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."

http://cladhaire.wowinterface.com
Cladhaire is offline Report comment to moderator &nb