1.8.7-2-12-g2655c7e
Details
-
FilenameArchy-1.8.7-2-12-g2655c7e.zip
-
Uploaded by
-
UploadedNov 15, 2011
-
Size402.55 KB
-
Downloads1,509
-
MD5202938cb238341216b55f6f72eab91d0
Supported WoW Retail Versions
- 4.2.0
Changelog
James D. Callahan III:
- 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.