tag v40000-1.2.0
c39d26f045c30e1884cc61ae0069b18b159cf947
James Whitehead II <jnwhiteh@gmail.com>
2011-02-23 23:03:01 +0000

Tagging v40000-1.2.0


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

James Whitehead II:
	- Better handle zone names with spaces and special
	The comparison of user input to zone name is made more relaxed by this
	commit which forces both strings to be forced to lowercase, and have all
	non-alphanumeric characters removed. In short, it should work much
	better now.
	- Allow user to set POI arrival distance
	This works for both the ping and the crazy arrow, and will apply to
	auto-set waypoints as well as those set by clicking on the POI icon.
	- Fix an error when invalid zone supplied
	- Initial update to POI integration plugin
	Currently, most of the old features should work properly, only there is
	now a limitation that it will only work with objective waypoints that
	are in your current zone, in particular with the ones on the watch
	frame. I will likely change it so that the ones on the world map work
	properly, but this will be in a separate commit.
	- Add a function to indicate if the crazy arrow is empty
	- Add a tag to make it easier to find core logic
	- Fix non-zone slash command
	- Updated based locale file
	- Fixed slash commands for /way reset and /way
	- Fix feedback from slash command and zone search
	The feedback being provided by these functions was not correct, and the
	fuzzy search was not functioning properly. This should resolve those
	issues, particularly with two-token zone names.
	- Don't strip spaces from zone name in slash cmd
	Previously the fuzzy matching was using a gsub on %L to "", which
	removed all of the spaces from the user's input. This no longer works
	with two word zone names.
	- Fix the /way command so it works in instances
	- Clarify that license is in fact All Rights Reserved, as it has always been
	- Fix the zone search on slash commands
	- Fix the positioning of the world frame coordinates
	These positions will not be good for all, but should work with the
	default user interface.
	- Fix the /wayb command for 'wayback' points
	- Fix clicking on coordinate block to set waypoint
	- Remove some debug messages
	- Fix key uid generation
	- Disable POI integration by default
	- Initial revamp for 4.X mapping system
	There are many things still broken and not quite working, but I am
	trying to test them as much and as quickly as possible.
	- Add more robust coordinate parsing support, thanks to Phanx
