tag 1.8.8
e53143a38f96859228efc1d0b2f4a1cf72b08000
James D. Callahan III <darkenelf@gmail.com>
2011-11-15 08:51:26 -0600



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

James D. Callahan III:
	- Comment some things out to work on later.
	- More logic fixes.
	- Logic cleanups. Stop making empty tables which are immediately replaced with tables containing data. Store the results of GetMapContinents in MAP_CONTINENTS when Archy is loaded, instead of making throwaway tables every time the strings are needed.
	- Use SetFormattedText instead of a concatenation and SetText
	- Let's NOT call collectgarbage(), especially once every 10th of a second while moving... /facepalm
	- Killed an unnecessary level of nesting.
	- Dead code removal.
	- Added LibDialog-1.0 and LibToast-1.0 as OptionalDeps to the ToC.
	- Massive overhaul: Completely re-arranged the code structure. Re-named some upvalues and completely did away with others. Removed unnecessary code and simplified much of what remained - much more is needed. Announcements are now delayed until after the player is fully in-game so that they will not be missed.
	- blizSolveArtifact --> Blizzard_SolveArtifact
	- Merged LoadRaceData() into UpdatePlayerPosition()
	- Removed some unused upvalues.
	- Future-proof by setting the value of MAX_ARCHAEOLOGY_RANK based on PROFESSION_RANKS.
