File Details
10.06.27
- R
- Jun 27, 2010
- 28.71 KB
- 1.7K
- 3.3.5
- Retail
File Name
InfoPanel10.06.27.zip
Supported Versions
- 3.3.5
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.