Quantcast

Added constants for binding flags, and the BINDING_FLAGS table.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-30 04:13:36
Author local date 2009-11-30 04:13:36 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-30 04:13:36
Committer local date 2009-11-30 04:13:36 +0000
Commit a603b08f7bac8dcc6b31cd7bcc631b7dc6672f57
Tree 8fae228f89073f5cb1f54e4c216ea84cf528d8a5
Parent 445a512d8458048bb618562864f650129f413a36
Added constants for binding flags, and the BINDING_FLAGS table.
In GenerateTooltipContent(): Replaced individual flag/label checks with an iteration over the BINDING_FLAGS table.
In the OnClick script for MainPanel.filter_menu.item.weapon_toggle: Fixed a toggle value bug.
Yanked repeated code in GenerateTooltipContent() and made GetTipFactionInfo() from it.
Throughout the file: Renamed variables - clr1 = color_1, clr2 = color_2, cStr = coord_text, recStr = recipe_text, trnr = trainer, displaytt = display_tip, rplvl = rep_level, etc.