Prat-r42164
Details
-
FilenamePrat-r42164.zip
-
Uploaded by
-
UploadedJun 28, 2007
-
Size442.68 KB
-
Downloads23
-
MD525a54953874042caadd004fe8d4772f7
Supported WoW Retail Versions
- 2.1.3
Changelog
------------------------------------------------------------------------
r42164 | fin | 2007-06-28 23:08:28 -0400 (Thu, 28 Jun 2007) | 15 lines
Changed paths:
M /trunk/Prat/Prat_Modules/modules/AltNames.lua
Prat: AltNames:
- added options for adding information to a player's tooltip, to:
. show an alt's main name;
. show a main's list of alts and show other alts for an alt;
- fixed small typo in import description;
- renamed "main" to "mainname" everywhere after getting unnecessarily paranoid about reserved words and stuff (still making the code more consistent though, which is nice)
- hopefully fixed potential buggrup when checking for PlayerNames
- fixed error raised when attempting to link alts -> mains via Waterfall, but using a blank main name
- minor cleanups and tweaks
- removed unused code
- added :getMain() (returns an alt's main if set (string), or nil); and :getAlts() (returns list of alts for a main (table), or nil); hopefully for use in TinyTip and CowTip modules
- adding colouring functions (locals clralt and clrmain), with horrible default colours and currently no way to change them; used them liberally and inconsistently in unspecified locations
- fixed check for existing main link when adding an alt's main; and therefore the display of a warning message if noclobber not set
- changed around a few of the strings which will annoy the translators probably
- fixed check for alt names with no main names specified
------------------------------------------------------------------------