1.8.2
Details
-
FilenameArchy-1.8.2.zip
-
Uploaded by
-
UploadedJun 7, 2011
-
Size460.74 KB
-
Downloads14,987
-
MD5c083cf16e08f5d02785bc7d669e9bf50
Supported WoW Retail Versions
- 4.1.0
Changelog
tag 1.8.2
9863b0d0205e2a0782e443e07359c71af572db1a
James D. Callahan III <darkenelf@gmail.com>
2011-06-07 20:59:45 -0500
New release.
--------------------
James D. Callahan III:
- Use client translations for "Locked" and "Unlock"
- Use the client translation for "Race".
- Remove dead code and useless comment.
- Checking to see if we're in an instance immediately after saying "If we're in an instance, terminate" seems silly to me.
- Fixed all locale files to use the localization app and split Spanish.lua into esES.lua and esMX.lua
- More minor cleanup.
- Map "Grimsilt Digsite" to "Grimesilt Digsite" to work around a bug in GetMapLandmarkInfo()
- Removed all semi-colons and any unnecessary parenthesis I happened to spot.
- Random and widespread cleanup - formatting and logic changes.
- Don't check if "color" is nil - this damn function is only used thrice and "color" is _definitely_ used each time.
- diColors --> DISTANCE_COLOR_TEXCOORDS so this shit makes more sense.
- Stop making throwaway sort functions every time Archy:UpdateSiteDistances() is called - now there's zero garbage-generation when moving around.
- Check if in an instance to terminate from UpdateDistanceIndicator() BEFORE computing distances with Astrolabe.
- Moved the contents of SetDistanceIndicatorText() inline to its only calling position and removed the function.
- Minor code-formatting changes, logic cleanups, and better variable names.
- Removed duplicate updating of the site frame's distance value.
- Kill a bunch of string garbage-generation by using :SetFormattedText() where applicable (when updating site distances, reduced from 1.4k/sec to 0.3k/sec).