promotional bannermobile promotional banner

TomTomLite

Abandoned
An even simpler navigational assistant!

File Details

v40000-0.1.0

  • R
  • Jan 10, 2011
  • 71.43 KB
  • 404
  • 4.0.3a
  • Retail

File Name

TomTomLite-v40000-0.1.0.zip

Supported Versions

  • 4.0.3a

tag v40000-0.1.0
7cd13caac6497de2594d8c43cbda494c854954ab
James Whitehead II <jnwhiteh@gmail.com>
2011-01-10 23:24:23 +0000

Tagging v40000-0.1.0

--------------------

James Whitehead II:
    - Make archaeology waypoints lower than active pri
    - Add a source for archaeology dig sites
    - Change options to enable sources
    - Add some constants for waypoint priority
    NORMAL = 0
    ACTIVE = 15
    ALWAYS = math.huge
    - Fix a bug where removing wouldn't update arrow
    - Remove a stray line so function is consistent
    - Update LibMapData to r80, fixing a sign error
    - Updating LibMapData to r78
    - Clean up some code, remove debug messages
    - Skeleton slash command implementation
    - Added comments to API, added source registration
    - Refactoring of corpse and objective code
    Waypoints should be provided by a waypoint source, which will eventually
    be filtered. Priorities should be used to deteremine which waypoints
    should be shown, allowing the user to control this themselves.
    - Updated LMD to 0.12-release
    - Update LibMapData to r71
    - Updated LibMapData to r69
    - How about you comment out the correct line?
    - Don't load Astrolabe until its included
    - Add MapUtils, an API abstraction for mapping data
    This API will attempt to use either LibMapData or Astrolabe as
    appropriate, but these will likely go away entirely as the mapping API
    for World of Warcraft is opened up.
    - Add a glow for the bevelled arrow
    - Add a readme
    - Update LibMapData to r66
    - Refactoring and adding world map icon display code
    - Add a way to lookup waypoints by map id
    - Make objective tracking 'optional' via database