File Details
10.11.10
- R
- Nov 10, 2010
- 30.80 KB
- 11.7K
- 4.0.1
- Retail
File Name
InfoPanel10.11.10.zip
Supported Versions
- 4.0.1
InfoPanel Changes | 2010 Nov 10
- Changed the TOC version to 40000 for the 4.0.1 pre Cataclysm patch.
- Did a few more fixes to the "ChatFrameEditBox" changes.
- Reputation: Now includes the faction headers which also has reputation. Such as Alliance Vanguard and Horde Expedition.
- Removed the Ammo and Shards plugins due to them no longer being needed.
- Money: Now tracks exactly how much gold you lost, and how much you gained, and of course the total gain or loss as always.
- XP: Added "Rested Percentage" and "Session Gain Percentage" numbers.
- XP: Fixed some issues that could result in it showing invalid numbers. They happened if you gained more than 100% xp in one go, or sometimes when you leveled, due to WoW sending two xp gain messages.
- Durability: Now colors the durability percentage in the tooltip based on how much damaged the item is.
- Group: Fixed raid lockout tooltip when holding down shift.
- The "Attack Power" plugin was renamed to "Melee".
- Melee: Removed armor penetration.
- Melee: Now includes the hit chance from the GetHitModifier() function as well.
- Spell: Now includes the hit chance from the GetSpellHitModifier() function as well.
- New plugin named "Defense" which will show damage reduction from armor (including warrior stances), and total avoidance (dodge + parry + miss).
- Honor: Now works again with the changes to honor and arena points being made a true currency.
InfoPanel Changes | 2010 Jun 27
- Fixed the "ChatFrameEditBox" issues.
InfoPanel Changes | 2010 Feb 27
- Changed the TOC version to 30300 for the 3.3 patch.
- Durability: Simplified and optimised the code of this, as it now uses the "UPDATE_INVENTORY_DURABILITY" event, instead of hundreds of other events to determine when durability changed.
- All plugins now uses an OnShowTooltip function instead of using an "OnEnter" script to show their tooltip, this means a little more code was moved into the core, which is good.
- New plugin named "AddonSpam" included (Disabled by default). It sums up all the addon message spam posted between addons on various channels. Makes it easy to see which addons and players spams these messages a lot.
InfoPanel Changes | 2009 Apr 02
- Bag: Cleaned up and simplyfied the code.
- Zone: Changed the icon into something else than a silly web texture.
- Performance: Changed the icon, for no reason!
- Clock: Added a way to easily edit the code to change the format to a 12 hour clock. Just look for "show24HourClock" at the top of the Lua file and change it from true to false.
- SpellPower: Now includes the constant buffs "Heroism/Bloodlust" and "Wrath of Air Totem" into the shown haste. Does not include "Improved Moonkin Form" or "Retribution Aura" with the "Swift Retribution" talent, because they are talents and the people giving those auras might not have it.
- SpellPower: Will now always show whichever is highest, spellpower or healing.
- AttackPower: No longer shows a negative value if afflicted by a debuff that reduces AP.
- Group: Clicking this will now open up the raid info pane.
- Reputation: The reputation pane will open if clicked.
- Honor: Now opens up the PvP frame when clicked.
- Honor: Changed the icon into a proper button icon.
- Honor: Will now show the time left until Wintergrasp starts. Needs the 3.1 patch.
- Did some general code optimisation.
- Core: The border around each plugin's icon is now hidden.
- Core: The offsets between the plugin frames is now a little lower.
- Core: Plugins are now assigned a default OnEvent handler which will call "pluginFrame[event]".
InfoPanel Changes | 2009 Feb 20
- Fixed a bug in the function "FormatTime2" that formats some of the time strings.
- Less global namespace pollution.
- ShardCount: Made this a little more simple by using GetItemCount(6265) instead of scanning bags.
- XP: Added the amount of XP gained during the last combat, and how many percent that was. Nice to see how much XP each pull in an instance gives for example.
- XP: You can now link your experience info into the chat. In the format of "Current / Max (Percent)".
- XP: Fixed an issue that made the rested xp not update while in towns and inns.
- XP: Now tries to estimate and show the time until you will reach the next level.
- The tooltip no longer overlap the text when anchored to the top.
- Durabilty: Now shows the repair cost for all the different faction standings.
- Renamed the "Raid Info" plugin to "Group Info".
- Zone: Fixed the zone timer, it should now properly update when you change zone, and not only when you change instance.
- Ammo: Simplified the ammo count function, as a side effect, it will only count the ammo you have equipped, which is actually a good thing I think.
- New Plugin: "Reputation". This plugin will show how much rep you gain per session, it also shows how many factions you have at each standing. Hold down shift to get detailed info for each faction.
- New Plugin: "Speed". This plugin will show the speed that you moving, relative to normal running. The tip if you mouse over the plugin will show target, pet and vehicle speeds as well.
- New Plugin: "Spell". The counterpart to the Attack Power plugin, shows the haste, critrate and spellpower so its easy to keep track on in combat and bossfights with trinkets and buffs.
InfoPanel Changes | 2008 Oct 26
- Changed the TOC version to 30000 for the Wrath of the Lich King patch.
- AttackPower: Made the AP colorization for warriors work again.
- Honor: Now shows the time until your PvP flag runs out.
- Honor: Will now show the amount of honor gained in the current zone, and in the previous zone.
- Honor: The bar text will now show your total honor points, instead of how much honor you earned today.
- Zone: Will now show coordinates in instances which has them, instead of just assuming there are none available.
- Zone: Clicking this, will again open up the world map.
- Clock: Clicking on the clock will now open the in game calendar.