3.3.0-1.0.0
Details
-
FilenameTravelAgent-3.3.0-1.0.0.zip
-
Uploaded by
-
UploadedDec 30, 2009
-
Size171.52 KB
-
Downloads98
-
MD5869f0ce06f570aeccab3605b371f5deb
Supported WoW Retail Versions
- 3.3.0
Changelog
tag 3.3.0-1.0.0
844fbc6edadd1d3d56eea455e2c6265927c641d4
James D. Callahan III <darkenelf@gmail.com>
2009-12-30 03:54:22 -0500
Tagging as 3.3.0-1.0.0
--------------------
James D. Callahan III:
- Selection of an instance to make a TomTom waypoint is now done anywhere on its line, instead of only by its name.
- Added the current zone's level range to the Miscellaneous section of the tooltip, and moved the current continent from the 6th column to the 5th so it's more in-line with the rest of the tooltip when expanded.
- Added creation of the coordinate datafeed when toggling the option on. Unfortunately, the inverse is not possible under LibDataBroker.
- Added second LDB feed for coordinates, re-wrote GetCoords() and some of the config to reflect this.
- Moved initialization of DataObj into TravelAgent:OnEnable(), and made it use LDB_OnX(). Removed LDB_TEXT cache.
- Added LDB_OnClick(), LDB_OnEnter(), and LDB_OnLeave() since TravelAgent will have two feeds which will have identical controls/tooltips.
- Added tooltip hints for location announce and Atlas (if present). Added Atlas to OptionalDeps.
- In DataObj.OnClick(): Added shift-click option to open the ChatFrameEditBox and insert the current location with coordinates. Also added control-click option for people who use Atlas that will open its map, or fall back to toggle the world map.
- GetCoords() now accepts the parameter "to_chat" - if true, return CHAT_TEXT. Otherwise, return LDB_TEXT as normal.
- TravelAgent:Update() will now cache the non-colorized zone string to CHAT_TEXT.
- GetZoneData() now also returns a non-colorized zone string.
- In DrawTooltip(): Merged two checks for cur_instances and added a comment explaining why two checks for rec_instances is necessary.
- Prepended instance names with the complex name, if any, where they are located. (Auchindoun, Coilfang Resorvior, etc)
- Removed "tag: latest" from LibTourist-3.0
- Added new localization strings for the datafeed coordinates options.
- Added toggle-able coordinate display to the datafeed.
- Upvalued some much-used Lua functions.
- Fixed some accidental globals.
- Added more localization strings.
- Added the pvp designation of the zone under the zone name in the tooltip. (Contested Territory), etc.
- Added "Miscellaneous" section to the tooltip - contains the current continent (...) and the current zone's fishing level, which is now largely irrelevant.
- Changed column location for instances and zones.
- Changed the descriptive string for the tooltip timer config option.
- Renamed GetZoneString() to GetZoneData() and added colorization based on pvp type - the function now returns the current zone, current subzone, pvp designation, and zone string.
- Added plus/minus buttons for tooltip sections, and changed the section titles to be left-aligned rather than center aligned. Separators and empty lines are now hidden when a section is collapsed.
- Added "timer" config option for tooltip hide on mouse-out.
- Changed the db to use "global" rather than "profile".
- Left-clicking the DataObj icon will now open the World Map.
- Added localization for the minimap icon.
- Removed references to un-used libraries.
- Fixed DataObj icon switching - damn Blizzard's knack for inconsistent naming.
- Added support for LibDBIcon-1.0
- Added new localization strings.
- In DataObj.OnClick(): Made "RightButton" open or close the config panel.
- Added tooltip scaling to DrawTooltip().
- Re-wrote GetZoneString() to differentiate between the datafeed and the tooltip and fall back to the current zone's name if config settings would return nil.
- Moved tooltip_sections into the SavedVariables.
- Added configuration options for the datafeed and tooltip.
- Fixed the AddOn name in enUS.lua
- Added some code comments and moved some variables to more suitable locations.
- Changed the event registries to link to TravelAgent.Update and removed their individual function declarations.
- Changed DataObj:Update() to TravelAgent:Update() to better reflect what actually occurs.
- Added tooltip_sections table and SectionOnMouseUp() to allow sections in the tooltip to be collapsed/expanded.
- Moved declaration of LDB_anchor and merged UpdateTooltipCoords() into CheckTooltipState()
- Removed call to tooltip:SetAutoHideDelay() since I'm using a custom handler for that.
- Changed instance coords to have two decimal places.
- Added LibDataBroker-1.1 entry to the embeds.
- Initial commit.